зеркало из https://github.com/microsoft/gctoolkit.git
13 строки
553 B
XML
13 строки
553 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<FindBugsFilter
|
|
xmlns="https://github.com/spotbugs/filter/3.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/master/spotbugs/etc/findbugsfilter.xsd">
|
|
|
|
<Match>
|
|
<Class name="com.microsoft.gctoolkit.sample.aggregation.HeapOccupancyAfterCollectionSummary"/>
|
|
<Method name="get" />
|
|
<Bug pattern="EI_EXPOSE_REP" />
|
|
</Match>
|
|
</FindBugsFilter>
|