d35ea35084
- Add minimal test - Rename full example test file to be more descriptive Change-Id: I8b32383895957ac8406649951b4bee08e42549e5 Signed-off-by: Kien Ha <kienha9922@gmail.com>
42 lines
1.7 KiB
XML
42 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<hudson.plugins.findbugs.FindBugsPublisher plugin="findbugs">
|
|
<isRankActivated>true</isRankActivated>
|
|
<includePattern>f,d,e,.*</includePattern>
|
|
<excludePattern>a,c,d,.*</excludePattern>
|
|
<healthy>80</healthy>
|
|
<unHealthy>10</unHealthy>
|
|
<thresholdLimit>high</thresholdLimit>
|
|
<pluginName>[FINDBUGS] </pluginName>
|
|
<defaultEncoding/>
|
|
<canRunOnFailed>true</canRunOnFailed>
|
|
<useStableBuildAsReference>true</useStableBuildAsReference>
|
|
<usePreviousBuildAsReference>true</usePreviousBuildAsReference>
|
|
<useDeltaValues>true</useDeltaValues>
|
|
<thresholds>
|
|
<unstableTotalAll>90</unstableTotalAll>
|
|
<unstableTotalHigh>80</unstableTotalHigh>
|
|
<unstableTotalNormal>50</unstableTotalNormal>
|
|
<unstableTotalLow>20</unstableTotalLow>
|
|
<unstableNewAll>95</unstableNewAll>
|
|
<unstableNewHigh>85</unstableNewHigh>
|
|
<unstableNewNormal>55</unstableNewNormal>
|
|
<unstableNewLow>25</unstableNewLow>
|
|
<failedTotalAll>80</failedTotalAll>
|
|
<failedTotalHigh>70</failedTotalHigh>
|
|
<failedTotalNormal>40</failedTotalNormal>
|
|
<failedTotalLow>10</failedTotalLow>
|
|
<failedNewAll>85</failedNewAll>
|
|
<failedNewHigh>75</failedNewHigh>
|
|
<failedNewNormal>45</failedNewNormal>
|
|
<failedNewLow>15</failedNewLow>
|
|
</thresholds>
|
|
<shouldDetectModules>true</shouldDetectModules>
|
|
<dontComputeNew>false</dontComputeNew>
|
|
<doNotResolveRelativePaths>false</doNotResolveRelativePaths>
|
|
<pattern>**/findbugs.xml</pattern>
|
|
</hudson.plugins.findbugs.FindBugsPublisher>
|
|
</publishers>
|
|
</project>
|