HIRS/HIRS_Utils/config/findbugs/suppressions.xml
Cyrus 4a6115f443
[#212] Added functionality to process and display RIM files. (#226)
* Some initial additions to the details page for displaying Rim information.

* Initial changes for uploading a rim file.

* This is an update to the display of the Reference Integrity Manifest code base that'll allow a user to upload a swidtag.  This code includes some additions from #217, slightly modified.

* This code update include changes to import, archive and delete a swidtag into the RIM object.

* This commit consolidated the SwidTagGatway code and Constants into Reference Manifest.

* This is the final main push of code that will upload, process, store, retrive/delete and display the contents of a RIM swid tag.

* Interim commit for demo purposes.

* Updated Unit Tests

* This commit adds the unit tests that weren't added in the previous commit

* Updated code to reduce execution time when processing reference manifest objects.

* Updated code for better GUI performance.

* Removed previously added suppression entries.
2020-02-21 11:16:46 -05:00

39 lines
963 B
XML

<FindBugsFilter>
<Match>
<Class name="hirs.AuthData$eAuthMode" />
</Match>
<Match>
<Class name="hirs.IMAReport" />
</Match>
<Match>
<Class name="hirs.IMAReport$IMARecord" />
</Match>
<Match>
<Class name="hirs.ReportInitRequest" />
</Match>
<Match>
<Class name="hirs.ReportInitResponse" />
</Match>
<Match>
<Class name="hirs.ReportInitResponse$initResult" />
</Match>
<Match>
<Class name="hirs.ReportSubmitRequest" />
</Match>
<Match>
<Class name="hirs.ReportSubmitResponse$reportResult" />
</Match>
<Match>
<Class name="hirs.IntegrityReport" />
</Match>
<Match>
<Class name="hirs.data.persist.ReportMapper" />
</Match>
<Match>
<Class name="hirs.utils.SpringContextProvider" />
</Match>
<Match>
<Package name="~hirs\.utils\.xjc.*" />
</Match>
</FindBugsFilter>