Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
270390

Files

FilesInfosWarningsErrors
org/slasoi/monitoring/fbk/impl/AvailabilityDispatcher.java010
org/slasoi/monitoring/fbk/impl/CountUtility.java010
org/slasoi/monitoring/fbk/impl/FbkRCGComponentMonitoringFeatures.java030
org/slasoi/monitoring/fbk/impl/FbkRCGMessageListener.java010
org/slasoi/monitoring/fbk/impl/FbkRCGMonitoredTask.java010
org/slasoi/monitoring/fbk/impl/FbkRCGNotificationPlugin.java070
org/slasoi/monitoring/fbk/impl/FbkRCGServiceImpl.java020
org/slasoi/monitoring/fbk/impl/FbkRCGSlatRepository.java010
org/slasoi/monitoring/fbk/impl/InteractionEventDispatcher.java010
org/slasoi/monitoring/fbk/impl/InteractionEventInterpreter.java010
org/slasoi/monitoring/fbk/impl/InteractionEventSerializer.java010
org/slasoi/monitoring/fbk/impl/InteractionEventSubscriber.java010
org/slasoi/monitoring/fbk/impl/InteractionEventToFbkEvent.java010
org/slasoi/monitoring/fbk/impl/MeanUtility.java010
org/slasoi/monitoring/fbk/impl/MonitorClassEmitter.java010
org/slasoi/monitoring/fbk/impl/MonitoringResultEventForwarder.java010
org/slasoi/monitoring/fbk/impl/MonitoringResultEventGenerator.java010
org/slasoi/monitoring/fbk/impl/MonitoringResutEventDeserializer.java010
org/slasoi/monitoring/fbk/impl/ProviderKPIRepository.java010
org/slasoi/monitoring/fbk/impl/ReportGenerator.java010
org/slasoi/monitoring/fbk/impl/SlatToMonitorClasses.java060
org/slasoi/monitoring/fbk/impl/ViolationCounterRepository.java010
org/slasoi/monitoring/fbk/impl/package-info.java010
org/slasoi/monitoring/fbk/service/FbkRCGService.java010
org/slasoi/monitoring/fbk/service/package-info.java010

Rules

RulesViolationsSeverity
JavadocMethod2Warnings Warning
JavadocType0Warnings Warning
JavadocVariable0Warnings Warning
JavadocStyle0Warnings Warning
ConstantName2Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName1Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName2Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports3Warnings Warning
LineLength
  • max: "120"
0Warnings Warning
MethodLength5Warnings Warning
ParameterNumber0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceAfter0Warnings Warning
NoWhitespaceBefore0Warnings Warning
OperatorWrap0Warnings Warning
ParenPad0Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter0Warnings Warning
WhitespaceAround0Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier0Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock0Warnings Warning
LeftCurly0Warnings Warning
NeedBraces0Warnings Warning
RightCurly0Warnings Warning
AvoidInlineConditionals0Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MagicNumber0 Ignore
MissingSwitchDefault0Warnings Warning
RedundantThrows0Warnings Warning
SimplifyBooleanExpression0Warnings Warning
SimplifyBooleanReturn0Warnings Warning
DesignForExtension0 Ignore
FinalClass2Warnings Warning
HideUtilityClassConstructor0Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier0Warnings Warning
ArrayTypeStyle0Warnings Warning
FinalParameters3Warnings Warning
TodoComment0Warnings Warning
UpperEll0Warnings Warning
JavadocPackage0Warnings Warning
NewlineAtEndOfFile19Warnings Warning
Translation0Warnings Warning
FileLength0Warnings Warning
FileTabCharacter
  • eachLine: "true"
0Warnings Warning
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "(?<!^\ +\*)\s+$"
0Warnings Warning

Details

org/slasoi/monitoring/fbk/impl/AvailabilityDispatcher.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/monitoring/fbk/impl/CountUtility.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/monitoring/fbk/impl/FbkRCGComponentMonitoringFeatures.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsName '$arrayOfNUMBER' must match pattern '^[a-z][a-zA-Z0-9]*$'.58
WarningsMethod length is 388 lines (max allowed is 150).63

org/slasoi/monitoring/fbk/impl/FbkRCGMessageListener.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/monitoring/fbk/impl/FbkRCGMonitoredTask.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/monitoring/fbk/impl/FbkRCGNotificationPlugin.java

ViolationMessageLine
WarningsUnused import - java.io.File.37
WarningsUnused import - java.io.FileNotFoundException.38
WarningsUnused import - java.io.IOException.39
WarningsName 'counter_SLA1' must match pattern '^[a-z][a-zA-Z0-9]*$'.81
WarningsName 'SLA1Uuid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.83
WarningsName 'counter_SLA2' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
WarningsName 'SLA22AgreedUuid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.87

org/slasoi/monitoring/fbk/impl/FbkRCGServiceImpl.java

ViolationMessageLine
WarningsParameter map should be final.245
WarningsMethod length is 153 lines (max allowed is 150).506

org/slasoi/monitoring/fbk/impl/FbkRCGSlatRepository.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/monitoring/fbk/impl/InteractionEventDispatcher.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/monitoring/fbk/impl/InteractionEventInterpreter.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/monitoring/fbk/impl/InteractionEventSerializer.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/monitoring/fbk/impl/InteractionEventSubscriber.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/monitoring/fbk/impl/InteractionEventToFbkEvent.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/monitoring/fbk/impl/MeanUtility.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/monitoring/fbk/impl/MonitorClassEmitter.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/monitoring/fbk/impl/MonitoringResultEventForwarder.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/monitoring/fbk/impl/MonitoringResultEventGenerator.java

ViolationMessageLine
WarningsMethod length is 230 lines (max allowed is 150).110

org/slasoi/monitoring/fbk/impl/MonitoringResutEventDeserializer.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/monitoring/fbk/impl/ProviderKPIRepository.java

ViolationMessageLine
WarningsClass ProviderKPIRepository should be declared as final.43

org/slasoi/monitoring/fbk/impl/ReportGenerator.java

ViolationMessageLine
WarningsMethod length is 168 lines (max allowed is 150).130

org/slasoi/monitoring/fbk/impl/SlatToMonitorClasses.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMethod length is 265 lines (max allowed is 150).220
WarningsParameter map should be final.220
WarningsExpected @param tag for 'map'.220
WarningsParameter map should be final.490
WarningsExpected @param tag for 'map'.490

org/slasoi/monitoring/fbk/impl/ViolationCounterRepository.java

ViolationMessageLine
WarningsClass ViolationCounterRepository should be declared as final.43

org/slasoi/monitoring/fbk/impl/package-info.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/monitoring/fbk/service/FbkRCGService.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/monitoring/fbk/service/package-info.java

ViolationMessageLine
WarningsFile does not end with a newline.0