We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9f501b + e3eb49b commit 7dfbfa4Copy full SHA for 7dfbfa4
src/main/groovy/org/codehaus/mojo/spotbugs/SpotbugsReportGenerator.groovy
@@ -275,7 +275,7 @@ class SpotbugsReportGenerator implements SpotBugsInfo {
275
String category = bugInstance.@category.text()
276
String message = bugInstance.LongMessage.text()
277
String priority = bugInstance.@priority.text()
278
- def line = bugInstance.SourceLine[0]
+ GPathResult line = bugInstance.SourceLine[0]
279
log.debug("BugInstance message is ${message}")
280
281
sink.tableRow()
0 commit comments