-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[java] AtLeastOneConstructorRule: false-positive with lombok.AllArgsConstructor #1547
Copy link
Copy link
Closed
Labels
a:false-positivePMD flags a piece of code that is not problematicPMD flags a piece of code that is not problematicgood first issueA great starting point for new contributorsA great starting point for new contributors
Milestone
Description
java
Affects PMD Version:
6.7
Rule:
AtLeastOneConstructorRule
Description:
what means AllArgsConstructorAtLeastOneConstructor?
Code Sample demonstrating the issue:
@Override
protected Collection<String> defaultSuppressionAnnotations() {
return Arrays.asList("lombok.Data",
"lombok.Value",
"lombok.Builder",
"lombok.NoArgsConstructor",
"lombok.RequiredArgsConstructor",
"lombok.AllArgsConstructorAtLeastOneConstructor");
}
Running PMD through: [CLI | Ant | Maven | Gradle | Designer | Other]
IDEA
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
a:false-positivePMD flags a piece of code that is not problematicPMD flags a piece of code that is not problematicgood first issueA great starting point for new contributorsA great starting point for new contributors