Author: tfischer
Date: Sun Sep 21 14:58:28 2014
New Revision: 1626587

URL: http://svn.apache.org/r1626587
Log:
Add method 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=1626587&r1=1626586&r2=1626587&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
 Sun Sep 21 14:58:28 2014
@@ -62,4 +62,14 @@
     <Method name="getPropertyDescriptor" />
     <Bug pattern="EI_EXPOSE_REP" />
   </Match>
+  <Match>
+    <!-- 
+        getPropertyNames caches the result for efficiency.
+        While in principle this can be misused, the current version of 
+        commons-jxpath doesn't.
+    -->
+    <Class name="org.apache.torque.generator.source.ModelPropertyPointer" />
+    <Method name="getPropertyNames" />
+    <Bug pattern="EI_EXPOSE_REP" />
+  </Match>
 </FindBugsFilter>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to