Enable checkstyle on objectcache and mockito-config 84/58284/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 5 Jun 2017 21:12:41 +0000 (23:12 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 5 Jun 2017 21:42:14 +0000 (23:42 +0200)
commitbec5ad02db190a9c28ac89a73bf8ebe67b72ca6c
tree021425066cf612c64d7bd5c5b6415703a7df99dd
parent0ece65751fc4a88f949e24b476edae120947a959
Enable checkstyle on objectcache and mockito-config

Just a few fixes and flip the switch.

Change-Id: I83d8b9b4e959e03a912d2cbf4c3c26311af4fc0b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
common/mockito-configuration/pom.xml
common/mockito-configuration/src/main/java/org/mockito/configuration/ArgumentsExtractorVerifier.java
common/object-cache-api/pom.xml
common/object-cache-api/src/main/java/org/opendaylight/yangtools/objcache/ObjectCache.java
common/object-cache-api/src/main/java/org/opendaylight/yangtools/objcache/ObjectCacheFactory.java
common/object-cache-api/src/main/java/org/opendaylight/yangtools/objcache/spi/AbstractObjectCache.java
common/object-cache-api/src/test/java/org/opendaylight/yangtools/objcache/spi/CacheTest.java
common/object-cache-api/src/test/java/org/opendaylight/yangtools/objcache/spi/SoftKeyTest.java
common/object-cache-guava/pom.xml
common/object-cache-guava/src/main/java/org/opendaylight/yangtools/objcache/guava/GuavaObjectCache.java
common/object-cache-noop/pom.xml