HIRS/HIRS_Utils/config/findbugs/suppressions.xml

39 lines
963 B
XML
Raw Normal View History

2018-09-06 13:47:33 +00:00
<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>
2018-09-06 13:47:33 +00:00
</FindBugsFilter>