Skip to content

Commit 9d5d3d2

Browse files
sghillhypery2k
authored andcommitted
Suppress new SpotBugs rule PA_PUBLIC_PRIMITIVE_ATTRIBUTE
1 parent be69348 commit 9d5d3d2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/hudson/plugins/logparser/LogParserPublisher.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package hudson.plugins.logparser;
22

3+
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
34
import hudson.Extension;
45
import hudson.FilePath;
56
import hudson.Launcher;
@@ -53,6 +54,7 @@ public class LogParserPublisher extends Recorder implements SimpleBuildStep, Ser
5354
* workspace root.
5455
*/
5556
@Deprecated
57+
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Backwards compatibility")
5658
private LogParserPublisher(final boolean unstableOnWarning,
5759
final boolean failBuildOnError, final boolean showGraphs,
5860
final String parsingRulesPath, final boolean useProjectRule,

0 commit comments

Comments
 (0)