[hornetq-commits] JBoss hornetq SVN: r12170 - trunk/etc.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Feb 23 04:38:06 EST 2012


Author: borges
Date: 2012-02-23 04:38:04 -0500 (Thu, 23 Feb 2012)
New Revision: 12170

Modified:
   trunk/etc/findbugs-exclude.xml
Log:
Update findbugs excludes

Modified: trunk/etc/findbugs-exclude.xml
===================================================================
--- trunk/etc/findbugs-exclude.xml	2012-02-23 09:37:54 UTC (rev 12169)
+++ trunk/etc/findbugs-exclude.xml	2012-02-23 09:38:04 UTC (rev 12170)
@@ -14,6 +14,7 @@
     <Bug pattern="EI_EXPOSE_REP"/>
   </Match>
 
+  <!-- Comparison is correct within its context -->
   <Match>
     <Class name="org.hornetq.ra.Util"/>
     <Or>
@@ -41,6 +42,9 @@
     <Or>
       <Method name="getFloatProperty"/>
       <Method name="getDoubleProperty"/>
+      <Method name="getByteProperty"/>
+      <Method name="getIntProperty"/>
+      <Method name="getShortProperty"/>
     </Or>
     <Bug pattern="NP_NULL_PARAM_DEREF_NONVIRTUAL"/>
   </Match>



More information about the hornetq-commits mailing list