Kien Ha d35ea35084 Fix link to findbugs minimal example
- Add minimal test
- Rename full example test file to be more descriptive

Change-Id: I8b32383895957ac8406649951b4bee08e42549e5
Signed-off-by: Kien Ha <kienha9922@gmail.com>
2016-07-26 23:14:17 -04:00

34 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.plugins.findbugs.FindBugsPublisher plugin="findbugs">
<isRankActivated>false</isRankActivated>
<includePattern/>
<excludePattern/>
<healthy/>
<unHealthy/>
<thresholdLimit>low</thresholdLimit>
<pluginName>[FINDBUGS] </pluginName>
<defaultEncoding/>
<canRunOnFailed>false</canRunOnFailed>
<useStableBuildAsReference>false</useStableBuildAsReference>
<usePreviousBuildAsReference>false</usePreviousBuildAsReference>
<useDeltaValues>false</useDeltaValues>
<thresholds>
<unstableTotalAll/>
<unstableTotalHigh/>
<unstableTotalNormal/>
<unstableTotalLow/>
<failedTotalAll/>
<failedTotalHigh/>
<failedTotalNormal/>
<failedTotalLow/>
</thresholds>
<shouldDetectModules>false</shouldDetectModules>
<dontComputeNew>true</dontComputeNew>
<doNotResolveRelativePaths>false</doNotResolveRelativePaths>
<pattern/>
</hudson.plugins.findbugs.FindBugsPublisher>
</publishers>
</project>