Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Critical
-
Resolution: Not A Defect
-
Component/s: analysis-model
-
Labels:None
-
Environment:Jenkins ver. 2.176.3
Warnings Next Generation Plugin 6.0.4
Spotbugs 3.1.9
Maven
-
Similar Issues:
Description
All Spotbugs bug is report as low priority bug but actually it is high priority bug
Attach image is capture from spotbugsXml.xml is show that bug has priority = 1 mean high
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | 100.PNG [ 48779 ] |
Description |
All Spotbugs bug is report as low priority bug but actually it is high priority bug Attach image is capture from spotbugsXml.xml is show that bug has priority = 1 mean high. Bellow is my spotbug pom.xml setting {quote} <plugin> <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> <version>3.1.9</version> <configuration> <effort>Max</effort> <threshold>Low</threshold> <failOnError>true</failOnError> <plugins> <plugin> <groupId>com.h3xstream.findsecbugs</groupId> <artifactId>findsecbugs-plugin</artifactId> <version>LATEST</version> <!-- Auto-update to the latest stable --> </plugin> <plugin> <groupId>com.mebigfatguy.sb-contrib</groupId> <artifactId>sb-contrib</artifactId> <version>7.4.6</version> </plugin> </plugins> </configuration> </plugin> {quote} |
All Spotbugs bug is report as low priority bug but actually it is high priority bug Attach image is capture from spotbugsXml.xml is show that bug has priority = 1 mean high |
Priority | Minor [ 4 ] | Critical [ 2 ] |
Resolution | Not A Defect [ 7 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Attachment | Untitled.png [ 48800 ] |