issues Search Results · repo:spotbugs/spotbugs-gradle-plugin language:Groovy
Filter by
253 results
(60 ms)253 results
inspotbugs/spotbugs-gradle-plugin (press backspace or delete to remove)I tried several versions, but they all reported errors.
Gradle Version is 8.2, Java version is 17
Execution failed for task :module_app:spotbugsVivoRelease . A failure occurred while executing
com.github.spotbugs.snom.internal.SpotBugsRunnerForHybrid$SpotBugsExecutor ...
markz-code
- Opened 14 days ago
- #1329
We automatically picked up the latest version of SpotBugs Gradle plug-in (6.1.1) and now we get this error:
Task :spotbugsMain edu.umd.cs.findbugs.ba.AnalysisException: Exception was thrown during analysis ...
mccants-heb
- 10
- Opened on Jan 16
- #1312
In some cases we may want to run the spotbugs tasks separately from check. I realize that we can do this with gradle
check -x spotbugsMain but it can be a bit cumbersome to do it this way particularly ...
released
staktrace
- 3
- Opened on Jan 7
- #1303
I don t see a point to having 8.1 in the build files. We are running the 2 supported by gradle otherwise, can we drop
that?
hazendaz
- Opened on Sep 15, 2024
- #1255
Changing the toolVersion will not force the SpotBugs plugin to execute the tasks again. This can be problematic for
example when bumping SpotBugs version automatically in CI, where new detectors won t ...
davidburstrom
- Opened on Aug 29, 2024
- #1239
I wasn t able to find any documentation with steps how to generate the baseline file, which we define under
spotbugs {
baselineFile = file( spotbugs-baseline.xml )
}
There are two issues about using ...
scscgit
- Opened on Aug 14, 2024
- #1230
I believe you should document, for example on
https://spotbugs.readthedocs.io/en/latest/gradle.html#configure-gradle-plugin , a default setup that creates any Reports
at all. I wasn t able to find anything ...
scscgit
- 1
- Opened on Aug 14, 2024
- #1229
gradle version: 8.9 spotbugs plugin version: 5.2.5
The original failure I encountered was from a @SpringBootTest. To simplify it for reproduction:
//Test.kt
@SpringBootTest
class Test {
@Autowired ...
yangzii0920
- Opened on Aug 7, 2024
- #1225
I m not sure if this is an issue specific to the Gradle plugin but when using this plugin to install spotbugs Gradle
seems to be resolving the wrong version of commons-lang3 due to a conflict between the ...
chadlwilson
- 2
- Opened on Jun 29, 2024
- #1197
We do not need to release for project-used dependencies, things like this are just used to check and build this project,
they are not the runtime needed.
Originally posted by @Goooler in https://github.com/spotbugs/spotbugs-gradle-plugin/issues/1192#issuecomment-2169382615 ...
Goooler
- 5
- Opened on Jun 16, 2024
- #1193

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.