dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #03261
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1098: Filtering unwanted findbugs warnings
------------------------------------------------------------
revno: 1098
committer: Jo Størset <storset@xxxxxxxxx>
branch nick: trunk
timestamp: Mon 2009-11-23 20:49:08 +0100
message:
Filtering unwanted findbugs warnings
modified:
dhis-2/findbugs-exclude.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== modified file 'dhis-2/findbugs-exclude.xml'
--- dhis-2/findbugs-exclude.xml 2009-11-23 16:16:42 +0000
+++ dhis-2/findbugs-exclude.xml 2009-11-23 19:49:08 +0000
@@ -1,5 +1,8 @@
<FindBugsFilter>
<Match>
- <Bug code="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR" />
+ <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR" />
+ </Match>
+ <Match>
+ <Bug pattern="SE_NO_SERIALVERSIONID" />
</Match>
</FindBugsFilter>