File tree 3 files changed +5
-1
lines changed
main/java/hudson/remoting
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ THE SOFTWARE.
28
28
<parent >
29
29
<groupId >org.jenkins-ci</groupId >
30
30
<artifactId >jenkins</artifactId >
31
- <version >1.67 </version >
31
+ <version >1.69 </version >
32
32
<relativePath />
33
33
</parent >
34
34
Original file line number Diff line number Diff line change 25
25
* @author Kohsuke Kawaguchi
26
26
* @since 2.53
27
27
*/
28
+ @ SuppressFBWarnings ("NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR" )
28
29
public abstract class ClassFilter {
29
30
/**
30
31
* Property to set to <b>override</b> the blacklist used by {@link #STANDARD} with a different set.
Original file line number Diff line number Diff line change 43
43
<Match >
44
44
<Bug pattern =" EI_EXPOSE_STATIC_REP2" />
45
45
</Match >
46
+ <Match >
47
+ <Bug pattern =" MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR" />
48
+ </Match >
46
49
47
50
<!-- TODO: reconsider commented filters after cleanup-->
48
51
<!-- ignore all low-level (priority=2,3) issues except serialization problems -->
You can’t perform that action at this time.
0 commit comments