Suppress Sonar False Positives
Intentional null return from Boolean method.
This commit is contained in:
@@ -281,7 +281,7 @@ public class IntegrationManagementConfigurer implements SmartInitializingSinglet
|
||||
}
|
||||
}
|
||||
}
|
||||
return null;
|
||||
return null;//NOSONAR - intentional null return
|
||||
}
|
||||
|
||||
public MessageChannelMetrics getChannelMetrics(String name) {
|
||||
|
||||
@@ -793,7 +793,7 @@ public class IntegrationMBeanExporter extends MBeanExporter implements Applicati
|
||||
}
|
||||
}
|
||||
}
|
||||
return null;
|
||||
return null;//NOSONAR - intentional null return
|
||||
}
|
||||
|
||||
private Object extractTarget(Object bean) {
|
||||
|
||||
Reference in New Issue
Block a user