Skip to content

Commit

Permalink
update findbug filter for parseString false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric committed Sep 13, 2016
1 parent 96da46c commit c6b853d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/findbugs/excludeFilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<Match>
<Class name="fr.uga.pddl4j.parser.Parser" />
<Method name="parse" />
</Match>
<Match>
<Class name="fr.uga.pddl4j.parser.Parser" />
<Method name="parseString" />
</Match>
<Match>
<Class name="fr.uga.pddl4j.util.IntExp" />
Expand Down

0 comments on commit c6b853d

Please sign in to comment.