Skip to content

Commit

Permalink
improved fb rules
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1225354 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pmouawad committed Dec 28, 2011
1 parent 041879e commit c1a0ab8
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions fb-excludes.xml
Expand Up @@ -32,12 +32,27 @@
-->
<BugCode name="EI,EI2,HE" />
</Match>


<Match>
<Class name="org.apache.jmeter.engine.RemoteJMeterEngineImpl" />
<Method name="rexit" />
<Bug pattern="DM_GC" />
</Match>
<Match>
<Class name="org.apache.jmeter.engine.StandardJMeterEngine" />
<Method name="run" />
<Bug pattern="DM_GC" />
</Match>
<Match>
<Class name="org.apache.jmeter.protocol.jdbc.AbstractJDBCTestElement" />
<Method name="getPreparedStatement" />
<Bug pattern="OBL_UNSATISFIED_OBLIGATION" />
</Match>
<Match>
<Class name="org.apache.jmeter.protocol.jms.sampler.MessageAdmin" />
<Method name="putRequest" />
<Method name="putReply" />
<Bug pattern="NN_NAKED_NOTIFY" />
</Match>
</Match>
<Match>
<Class name="org.apache.jmeter.JMeter" />
<Method name="start" />
Expand Down

0 comments on commit c1a0ab8

Please sign in to comment.