Author: srowen
Date: Thu Jun 3 21:00:15 2010
New Revision: 951152
URL: http://svn.apache.org/viewvc?rev=951152&view=rev
Log:
Sync up with other copy in maven/
Modified:
mahout/trunk/etc/findbugs-exclude.xml
Modified: mahout/trunk/etc/findbugs-exclude.xml
URL:
http://svn.apache.org/viewvc/mahout/trunk/etc/findbugs-exclude.xml?rev=951152&r1=951151&r2=951152&view=diff
==============================================================================
--- mahout/trunk/etc/findbugs-exclude.xml (original)
+++ mahout/trunk/etc/findbugs-exclude.xml Thu Jun 3 21:00:15 2010
@@ -1,12 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<Match>
+ <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
+ </Match>
+ <Match>
+ <Bug pattern="DLS_DEAD_LOCAL_STORE_OF_NULL"/>
+ </Match>
+ <Match>
<Bug pattern="SE_NO_SERIALVERSIONID"/>
</Match>
<Match>
<Bug pattern="EI_EXPOSE_REP2"/>
</Match>
<Match>
+ <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/>
+ </Match>
+ <Match>
<Bug pattern="SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING"/>
</Match>
<Match>
@@ -16,7 +25,10 @@
<Bug pattern="SE_BAD_FIELD"/>
</Match>
<Match>
- <Bug pattern="RV_RETURN_VALUE_IGNORE"/>
+ <Bug pattern="RV_RETURN_VALUE_IGNORED"/>
+ </Match>
+ <Match>
+ <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
</Match>
<Match>
<Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>