Skip to content

Commit

Permalink
update findbugs exclude filter
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric committed Feb 25, 2016
1 parent 42240d9 commit 1373d69
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 @@ -8,4 +8,8 @@
<Class name="fr.uga.pddl4j.util.MemoryAgent" />
<Method name="isSharedFlyweight" />
</Match>
<Match>
<Class name="fr.uga.pddl4j.parser.Connective" />
<Method name="getImage" />
</Match>
</FindBugsFilter>

0 comments on commit 1373d69

Please sign in to comment.