diff --git a/.settings/edu.umd.cs.findbugs.core.prefs b/.settings/edu.umd.cs.findbugs.core.prefs index 95ebb894bcc0f34ec37dfe7edfecc7826c272b1f..dcec386e3c069a44f793cedbb7effc88b885f077 100644 --- a/.settings/edu.umd.cs.findbugs.core.prefs +++ b/.settings/edu.umd.cs.findbugs.core.prefs @@ -1,5 +1,5 @@ #FindBugs User Preferences -#Tue Apr 21 14:15:57 CEST 2015 +#Tue Apr 21 14:17:42 CEST 2015 detector_threshold=3 effort=max excludefilter0=.fbExcludeFilterFile|true diff --git a/conf/quality-config/cs-conf.xml b/conf/quality-config/cs-conf.xml index 1e33fb8d18bf71e268bc7ade7bee049d2390a610..a87a0996febaa34d702cf0f54fd1fe6b476d8c8d 100644 --- a/conf/quality-config/cs-conf.xml +++ b/conf/quality-config/cs-conf.xml @@ -1199,8 +1199,6 @@ <property name="allowEmptyConstructors" value="true"/> <property name="allowEmptyMethods" value="true"/> </module> - - <module name="qa.cs.PluralForCollectionVariable" /> </module> diff --git a/pom.xml b/pom.xml index 19dfa4b7c27ca2d25df158dc21aa356b7e9692ad..eaaee5f876d928da61ba707ecde77304319baa4a 100644 --- a/pom.xml +++ b/pom.xml @@ -87,12 +87,6 @@ <version>4.11</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <version>1.3</version> - <scope>test</scope> - </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId>