← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1109: Dont want to be nagged about serializing comparators atm.h

 

------------------------------------------------------------
revno: 1109
committer: Jo Størset <storset@xxxxxxxxx>
branch nick: trunk
timestamp: Tue 2009-11-24 15:12:39 +0100
message:
  Dont want to be nagged about serializing comparators atm.h
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 19:49:08 +0000
+++ dhis-2/findbugs-exclude.xml	2009-11-24 14:12:39 +0000
@@ -5,4 +5,7 @@
      <Match>
        <Bug pattern="SE_NO_SERIALVERSIONID" />
      </Match>
+     <Match>
+       <Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
+     </Match>
 </FindBugsFilter>