File tree 3 files changed +5
-10
lines changed
main/java/org/jenkinsci/maven/plugins/hpi
3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jenkins-ci</groupId >
7
7
<artifactId >jenkins</artifactId >
8
- <version >1.129 </version >
8
+ <version >1.130 </version >
9
9
<relativePath />
10
10
</parent >
11
11
Original file line number Diff line number Diff line change @@ -927,10 +927,6 @@ public int getHopCount() {
927
927
}
928
928
929
929
@ Override
930
- @ SuppressFBWarnings (
931
- value = "EQ_COMPARETO_USE_OBJECT_EQUALS" ,
932
- justification =
933
- "Silly check; it is perfectly reasonable to implement Comparable by writing a compareTo without an equals." )
934
930
public int compareTo (DependencyNodeHopCountPair other ) {
935
931
return Integer .compare (hopCount , other .getHopCount ());
936
932
}
Original file line number Diff line number Diff line change 33
33
</And >
34
34
<And >
35
35
<Bug pattern =" EQ_COMPARETO_USE_OBJECT_EQUALS" />
36
- <Class name =" org.jenkinsci.maven.plugins.hpi.MavenArtifact" />
37
- </And >
38
- <And >
39
- <Bug pattern =" NP_LOAD_OF_KNOWN_NULL_VALUE" />
40
- <Class name =" org.jenkinsci.maven.plugins.hpi.TestDependencyMojo" />
36
+ <Or >
37
+ <Class name =" org.jenkinsci.maven.plugins.hpi.MavenArtifact" />
38
+ <Class name =" org.jenkinsci.maven.plugins.hpi.TestDependencyMojo$DependencyNodeHopCountPair" />
39
+ </Or >
41
40
</And >
42
41
<And >
43
42
<Bug pattern =" NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE" />
You can’t perform that action at this time.
0 commit comments