Skip to content

Commit 9b00858

Browse files
committed
Ignore PMD warning
1 parent de68a86 commit 9b00858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/java/io/jenkins/plugins/analysis/core/model/AnalysisResult.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
* @author Ullrich Hafner
5252
*/
5353
@SuppressFBWarnings(value = "SE, DESERIALIZATION_GADGET", justification = "transient fields are restored using a Jenkins callback (or are checked for null)")
54-
@SuppressWarnings({"PMD.TooManyFields", "PMD.ExcessiveClassLength", "PMD.GodClass", "checkstyle:ClassFanOutComplexity", "checkstyle:ClassDataAbstractionCoupling"})
54+
@SuppressWarnings({"PMD.TooManyFields", "PMD.ExcessiveClassLength", "PMD.GodClass", "PMD.CyclomaticComplexity", "checkstyle:ClassFanOutComplexity", "checkstyle:ClassDataAbstractionCoupling"})
5555
public class AnalysisResult implements Serializable, StaticAnalysisRun {
5656
@Serial
5757
private static final long serialVersionUID = 1110545450292087475L;

0 commit comments

Comments
 (0)