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: [email protected]
For additional commands, e-mail: [email protected]