Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
In https://github.com/apache/fineract/pull/907 we have found that "normal" SpotBugs violations introduced in PRs currently lead to this output:
> Task :spotbugsMain FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':spotbugsMain'. > A failure occurred while executing com.github.spotbugs.snom.internal.SpotBugsRunnerForWorker$SpotBugsExecutor > Verification failed: SpotBugs execution thrown exception * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
It's not very obvious for anyone to understand what this means - is it some obscure internal SpotBugs error?? Or just a "regular" violation that was found?
Attachments
Issue Links
- blocks
-
FINERACT-712 Fineract codebase should pass PMD, Findbugs and Checkstyle analysis
- Closed
- duplicates
-
FINERACT-986 Update spotbugs to v4.2.0
- Resolved