You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2012/08/25 06:02:07 UTC

svn commit: r1377197 - /db/torque/torque4/trunk/torque-generator/src/main/plugin-config/findbugs-exclude.xml

Author: tfischer
Date: Sat Aug 25 04:02:06 2012
New Revision: 1377197

URL: http://svn.apache.org/viewvc?rev=1377197&view=rev
Log:
Add false positives to findbugs-exclude

Modified:
    db/torque/torque4/trunk/torque-generator/src/main/plugin-config/findbugs-exclude.xml

Modified: db/torque/torque4/trunk/torque-generator/src/main/plugin-config/findbugs-exclude.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/src/main/plugin-config/findbugs-exclude.xml?rev=1377197&r1=1377196&r2=1377197&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-generator/src/main/plugin-config/findbugs-exclude.xml (original)
+++ db/torque/torque4/trunk/torque-generator/src/main/plugin-config/findbugs-exclude.xml Sat Aug 25 04:02:06 2012
@@ -44,4 +44,12 @@
     <Method name="filter" />
     <Bug pattern="DM_DEFAULT_ENCODING" />
   </Match>
+  <Match>
+    <!-- 
+        OutletResult is only a wrapper around String or byte array data.
+        It is ok if the data can in principle be manipulated from the outside.
+    -->
+    <Class name="org.apache.torque.generator.outlet.OutletResult" />
+    <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
+  </Match>
 </FindBugsFilter>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org