mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 00:59:34 +01:00
suppressed checkstyle warnings
This commit is contained in:
@@ -28,7 +28,9 @@ import org.slf4j.spi.LoggerFactoryBinder;
|
|||||||
*
|
*
|
||||||
* @author colezlaw
|
* @author colezlaw
|
||||||
*/
|
*/
|
||||||
|
//CSOFF: FinalClass
|
||||||
public class StaticLoggerBinder implements LoggerFactoryBinder {
|
public class StaticLoggerBinder implements LoggerFactoryBinder {
|
||||||
|
//CSON: FinalClass
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The unique instance of this class
|
* The unique instance of this class
|
||||||
@@ -64,7 +66,11 @@ public class StaticLoggerBinder implements LoggerFactoryBinder {
|
|||||||
* with each release.
|
* with each release.
|
||||||
*/
|
*/
|
||||||
// to avoid constant folding by the compiler, this field must *not* be final
|
// to avoid constant folding by the compiler, this field must *not* be final
|
||||||
|
//CSOFF: StaticVariableName
|
||||||
|
//CSOFF: VisibilityModifier
|
||||||
public static String REQUESTED_API_VERSION = "1.7.12"; // final
|
public static String REQUESTED_API_VERSION = "1.7.12"; // final
|
||||||
|
//CSON: VisibilityModifier
|
||||||
|
//CSON: StaticVariableName
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The logger factory class string.
|
* The logger factory class string.
|
||||||
|
|||||||
Reference in New Issue
Block a user