-
I'm not sure whether this is really a bug in spotbugs, or if my java 11 compiler just does some magic I can't figure out. Perhaps someone out here has some idea.
The following code produces the err…
-
**OS:** Windows 11
**IDE:** Eclipse STS Version: 4.16.0.RELEASE Build Id: 202209151144
**Java:** 18
**SpotBugs:** 4.7.2.r202209050352-1f42a5b
```
final ZoneId zoneId = priceInfo.getZoneIdValidF…
-
SonarQube version
7.9
Description
Hello,
We get a timeout error (log below), but we have already increased the corresponding parameter (screenshot).
Please provide assistance in solving the probl…
-
## Description
With the various incarnations of "Possible JDBC Injection" bug pattern, it would be nice to mark the sources of this possible
bug as safe.
For example: I see warning about usage of…
-
Error running analysis from Azure Pipeline....
Sonar Version 8.6.0.39681
Running from Azure Pipeline:
Task : Run Code Analysis
Version : 4.17.0
Find Bugs version 4.0.2
INFO: SonarScanner 4.4…
-
Currently, the project contains contradictory information about cloning.
Interfaces like `StatelessDetector` show a clear intent to support standard Java `clone`, but the SpotBugsBot logs a Blocker…
-
### Description
Many Java projects have some other configuration files which are not visible in the Projects view. Users have to switch to the Files view to see or edit these files. Examples of these…
-
Infinite project load and creation on Idea Community 2023.3.1
![image](https://github.com/objectionary/eo-intellij-plugin/assets/46592121/ee0cb7be-5e65-4db8-9b94-07bd6660b4e4)
```
IntelliJ IDEA 2…
-
First, thank you for this template, it's great!
Unfortunately, linting tasks currently depend on bash scripts. I don't know batch scripting, so I can't help int translating those scripts in batch.…
-
I'm trying to use the plugin, so I've added to my plugins.sbt:
```
addSbtPlugin("nl.codestar" % "sbt-findsecbugs" % "0.8")
```
and when I type `sbt findSecBugs` I get the following …