Skip to content
Snippets Groups Projects
excludeFilter.xml 484 B
Newer Older
Nils Christian Ehmke's avatar
Nils Christian Ehmke committed
<FindBugsFilter>

	<Match>
    <Class name="org.eclipse.wb.swt.SWTResourceManager" />
    <Bug pattern="REC_CATCH_EXCEPTION" />
	</Match>
  
	<Match>
    <Class name="kieker.diagnosis.subview.util.AbstractTraceTreeColumnSortListener$TraceComparator" />
    <Bug pattern="SE_INNER_CLASS" />
	</Match>
  
  <Match>
    <Class name="kieker.diagnosis.subview.util.AbstractCallTableColumnSortListener$CallComparator" />
    <Bug pattern="SE_INNER_CLASS" />
	</Match>
  
Nils Christian Ehmke's avatar
Nils Christian Ehmke committed
</FindBugsFilter>