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 2013/04/28 21:50:13 UTC

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

Author: tfischer
Date: Sun Apr 28 19:50:13 2013
New Revision: 1476821

URL: http://svn.apache.org/r1476821
Log:
do not complain about unused public fields in the model

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

Modified: db/torque/torque4/trunk/torque-templates/src/main/plugin-config/findbugs-exclude.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/src/main/plugin-config/findbugs-exclude.xml?rev=1476821&r1=1476820&r2=1476821&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-templates/src/main/plugin-config/findbugs-exclude.xml (original)
+++ db/torque/torque4/trunk/torque-templates/src/main/plugin-config/findbugs-exclude.xml Sun Apr 28 19:50:13 2013
@@ -19,4 +19,11 @@
 -->
 
 <FindBugsFilter>
+  <Match>
+    <!-- 
+        Do not complain about unused public fields in the model.
+    -->
+    <Package name="org.apache.torque.templates.model" />
+    <Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD,UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD" />
+  </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