-
# Summary
The `@SuppressFBWarnings(value = "ABCDE", justification = "...")` suppresses warnings for all rules whose names begin with `ABCDE`, not just the rule `ABCDE`. This is a problem because be…
-
- Many Javadocs result in warnings as Java 18 introduced new inspections requiring a description.
- The version of SpotBugs we use doesn't work with major version 62
-
### Task name
Azure Devops Pipeline Failed
### Breaking task version
_No response_
### Last working task version
_No response_
### Regression Description
While running the pipelin…
-
Pleiades All in OnePleiades All in Oneの付属プラグインにSonarLintの追加は可能でしょうか。
https://www.sonarsource.com/products/sonarlint/features/eclipse/
nwtks updated
1 month ago
-
-
**Affects PMD Version:** 6.21.0
**Rule:** [CommentSize](https://pmd.github.io/latest/pmd_rules_java_documentation.html#commentsize)
**Description:**
Please enhance the documentation with why …
-
**Is your feature request related to a problem? Please describe.**
On large project, depclean takes a very long time to execute, most of the time is spent on excluding dependencies.
Here are some …
-
Given SpotBugs 4.5.1 and JDK 1.8, the following snippet gets a false positive related to the `StringBuilder.apply` method:
```java
package example;
import java.util.function.Function;
public…
-
When using the plugin with checkerframework 3.4.x or later, the plugin still creates the (obsolete?) configuration `checkerFrameworkAnnotatedJDK` with the missing dependency `org.checkerframework:jdk8…
-
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
public class DateValidator {
public static boolean isValidDate(String dateStr, String format) {
…