Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
44003562

Files

FilesInfosWarningsErrors
eu/planets_project/clients/ws/CharacteriseWrapper.java0040
eu/planets_project/clients/ws/ComparePropertiesWrapper.java0045
eu/planets_project/clients/ws/CompareWrapper.java0041
eu/planets_project/clients/ws/CreateViewWrapper.java0045
eu/planets_project/clients/ws/DiscoveryUtils.java0048
eu/planets_project/clients/ws/EndpointUtils.java0011
eu/planets_project/clients/ws/IdentifyWrapper.java0037
eu/planets_project/clients/ws/MigrateWrapper.java0088
eu/planets_project/clients/ws/PlanetsServiceExplorer.java0027
eu/planets_project/clients/ws/package-info.java008
eu/planets_project/ifr/core/servreg/utils/client/PlanetsCommand.java00139
eu/scape_project/core/Constants.java0018
eu/scape_project/core/api/DigestValue.java0059
eu/scape_project/core/model/ByteStreamInfo.java00256
eu/scape_project/core/model/JavaDigestValue.java00252
eu/scape_project/core/utils/DigestUtilities.java0056
eu/scape_project/pc/cc/JpylyzerWrapper.java00465
eu/scape_project/pit/PitCommand.java0022
eu/scape_project/pit/actions/Identify.java0015
eu/scape_project/pit/actions/Operation.java0013
eu/scape_project/pit/invoke/CommandNotFoundException.java0043
eu/scape_project/pit/invoke/Convert.java0034
eu/scape_project/pit/invoke/Identify.java0033
eu/scape_project/pit/invoke/In.java00124
eu/scape_project/pit/invoke/Out.java00108
eu/scape_project/pit/invoke/PitInvoker.java00122
eu/scape_project/pit/invoke/Processor.java00523
eu/scape_project/pit/invoke/ToolSpecNotFoundException.java0045
eu/scape_project/pit/proc/CommandLineProcess.java0044
eu/scape_project/pit/proc/ProcessRunner.java0052
eu/scape_project/pit/tools/Action.java00112
eu/scape_project/pit/tools/Input.java0098
eu/scape_project/pit/tools/Inputs.java0047
eu/scape_project/pit/tools/Installation.java0017
eu/scape_project/pit/tools/PathwaySpec.java0014
eu/scape_project/pit/tools/Template.java0054
eu/scape_project/pit/tools/Tool.java0068
eu/scape_project/pit/tools/ToolSpec.java00211
eu/scape_project/pit/tools/Var.java0054
eu/scape_project/pit/tools/Version.java0017
eu/scape_project/pit/tools/package-info.java005
eu/scape_project/pit/util/FileUtils.java0027
eu/scape_project/pit/util/StringUtils.java0010
eu/scape_project/services/characterise/ByteStreamCharacterisation.java0015

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
12Errors Error
NewlineAtEndOfFile3Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
1704Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
276Errors Error
JavadocMethod136Errors Error
JavadocType0Errors Error
JavadocVariable112Errors Error
JavadocStyle63Errors Error
ConstantName9Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName5Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName6Errors Error
StaticVariableName1Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports1Errors Error
LineLength238Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter1Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap3Errors Error
ParenPad258Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter40Errors Error
WhitespaceAround224Errors Error
ModifierOrder6Errors Error
RedundantModifier6Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock4Errors Error
LeftCurly0Errors Error
NeedBraces36Errors Error
RightCurly2Errors Error
AvoidInlineConditionals6Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField50Errors Error
IllegalInstantiation0Errors Error
InnerAssignment1Errors Error
MagicNumber9Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows3Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn1Errors Error
DesignForExtension113Errors Error
FinalClass2Errors Error
HideUtilityClassConstructor3Errors Error
InterfaceIsType0Errors Error
VisibilityModifier38Errors Error
ArrayTypeStyle0Errors Error
FinalParameters190Errors Error
TodoComment1Errors Error
UpperEll0Errors Error

Details

eu/planets_project/clients/ws/CharacteriseWrapper.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.24
ErrorsLine is longer than 80 characters.31
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.31
ErrorsMissing a Javadoc comment.33
ErrorsVariable 'pse' must be private and have accessor methods.33
ErrorsMissing a Javadoc comment.34
ErrorsVariable 'service' must be private and have accessor methods.34
ErrorsMissing a Javadoc comment.35
ErrorsVariable 'c' must be private and have accessor methods.35
ErrorsLine has trailing spaces.36
Errors'(' is followed by whitespace.40
ErrorsParameter wsdl should be final.40
Errors')' is preceded with whitespace.40
ErrorsParameter pse should be final.48
Errors'pse' hides a field.48
ErrorsLine has trailing spaces.54
Errors'catch' is not followed by whitespace.60
Errors'(' is followed by whitespace.60
Errors')' is preceded with whitespace.60
ErrorsLine is longer than 80 characters.61
Errors'+' is not preceded with whitespace.61
Errors'+' is not followed by whitespace.61
Errors'+' is not preceded with whitespace.61
Errors'+' is not followed by whitespace.61
Errors'+' is not preceded with whitespace.61
Errors'+' is not followed by whitespace.61
ErrorsMethod 'describe' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsLine is longer than 80 characters.75
ErrorsMethod 'characterise' is not designed for extension - needs to be abstract, final or empty.77
ErrorsMissing a Javadoc comment.77
ErrorsParameter digitalObject should be final.77
ErrorsParameter parameters should be final.78
ErrorsLine is longer than 80 characters.83
ErrorsMethod 'listProperties' is not designed for extension - needs to be abstract, final or empty.85
ErrorsMissing a Javadoc comment.85
ErrorsParameter formatURI should be final.85
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.90

eu/planets_project/clients/ws/ComparePropertiesWrapper.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.30
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.30
ErrorsMissing a Javadoc comment.32
ErrorsVariable 'pse' must be private and have accessor methods.32
ErrorsMissing a Javadoc comment.33
ErrorsVariable 'service' must be private and have accessor methods.33
ErrorsMissing a Javadoc comment.34
ErrorsVariable 'c' must be private and have accessor methods.34
ErrorsLine has trailing spaces.35
Errors'(' is followed by whitespace.39
ErrorsParameter wsdl should be final.39
Errors')' is preceded with whitespace.39
ErrorsParameter pse should be final.47
Errors'pse' hides a field.47
ErrorsLine has trailing spaces.53
Errors'catch' is not followed by whitespace.59
Errors'(' is followed by whitespace.59
Errors')' is preceded with whitespace.59
ErrorsLine is longer than 80 characters.60
Errors'+' is not preceded with whitespace.60
Errors'+' is not followed by whitespace.60
Errors'+' is not preceded with whitespace.60
Errors'+' is not followed by whitespace.60
Errors'+' is not preceded with whitespace.60
Errors'+' is not followed by whitespace.60
ErrorsMethod 'describe' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.69
ErrorsLine has trailing spaces.72
ErrorsLine is longer than 80 characters.74
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.76
ErrorsMissing a Javadoc comment.76
ErrorsParameter first should be final.76
ErrorsParameter second should be final.77
ErrorsParameter config should be final.77
ErrorsLine is longer than 80 characters.82
ErrorsMethod 'convertConfig' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMissing a Javadoc comment.84
ErrorsParameter configFile should be final.84
ErrorsLine is longer than 80 characters.89
ErrorsMethod 'convertInput' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMissing a Javadoc comment.91
ErrorsParameter inputFile should be final.91
ErrorsLine has trailing spaces.94

eu/planets_project/clients/ws/CompareWrapper.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.22
ErrorsLine is longer than 80 characters.29
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.29
ErrorsMissing a Javadoc comment.31
ErrorsVariable 'pse' must be private and have accessor methods.31
ErrorsMissing a Javadoc comment.32
ErrorsVariable 'service' must be private and have accessor methods.32
ErrorsMissing a Javadoc comment.33
ErrorsVariable 'c' must be private and have accessor methods.33
ErrorsLine has trailing spaces.34
Errors'(' is followed by whitespace.38
ErrorsParameter wsdl should be final.38
Errors')' is preceded with whitespace.38
ErrorsParameter pse should be final.46
Errors'pse' hides a field.46
ErrorsLine has trailing spaces.52
Errors'catch' is not followed by whitespace.58
Errors'(' is followed by whitespace.58
Errors')' is preceded with whitespace.58
ErrorsLine is longer than 80 characters.59
Errors'+' is not preceded with whitespace.59
Errors'+' is not followed by whitespace.59
Errors'+' is not preceded with whitespace.59
Errors'+' is not followed by whitespace.59
Errors'+' is not preceded with whitespace.59
Errors'+' is not followed by whitespace.59
ErrorsMethod 'describe' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMissing a Javadoc comment.68
ErrorsLine is longer than 80 characters.73
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.75
ErrorsMissing a Javadoc comment.75
ErrorsParameter first should be final.75
ErrorsParameter second should be final.75
ErrorsParameter config should be final.76
ErrorsLine is longer than 80 characters.81
ErrorsMethod 'convert' is not designed for extension - needs to be abstract, final or empty.83
ErrorsMissing a Javadoc comment.83
ErrorsParameter configFile should be final.83
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.88

eu/planets_project/clients/ws/CreateViewWrapper.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.24
ErrorsLine is longer than 80 characters.31
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.31
ErrorsMissing a Javadoc comment.33
ErrorsVariable 'pse' must be private and have accessor methods.33
ErrorsMissing a Javadoc comment.34
ErrorsVariable 'service' must be private and have accessor methods.34
ErrorsMissing a Javadoc comment.35
ErrorsVariable 'c' must be private and have accessor methods.35
ErrorsLine has trailing spaces.36
Errors'(' is followed by whitespace.40
ErrorsParameter wsdl should be final.40
Errors')' is preceded with whitespace.40
ErrorsParameter pse should be final.48
Errors'pse' hides a field.48
ErrorsLine has trailing spaces.54
Errors'catch' is not followed by whitespace.60
Errors'(' is followed by whitespace.60
Errors')' is preceded with whitespace.60
ErrorsLine is longer than 80 characters.61
Errors'+' is not preceded with whitespace.61
Errors'+' is not followed by whitespace.61
Errors'+' is not preceded with whitespace.61
Errors'+' is not followed by whitespace.61
Errors'+' is not preceded with whitespace.61
Errors'+' is not followed by whitespace.61
ErrorsMethod 'describe' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsLine is longer than 80 characters.75
ErrorsMethod 'createView' is not designed for extension - needs to be abstract, final or empty.77
ErrorsMissing a Javadoc comment.77
ErrorsParameter digitalObjects should be final.77
ErrorsParameter parameters should be final.78
ErrorsLine is longer than 80 characters.83
ErrorsMethod 'doAction' is not designed for extension - needs to be abstract, final or empty.85
ErrorsMissing a Javadoc comment.85
ErrorsParameter sessionIdentifier should be final.85
ErrorsParameter action should be final.85
ErrorsLine is longer than 80 characters.90
ErrorsMethod 'getViewStatus' is not designed for extension - needs to be abstract, final or empty.92
ErrorsMissing a Javadoc comment.92
ErrorsParameter sessionIdentifier should be final.92
ErrorsLine has trailing spaces.97
ErrorsLine has trailing spaces.98

eu/planets_project/clients/ws/DiscoveryUtils.java

ViolationMessageLine
ErrorsLine has trailing spaces.12
ErrorsUtility classes should not have a public or default constructor.16
ErrorsLine is longer than 80 characters.18
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.18
ErrorsLine has trailing spaces.19
ErrorsLine has trailing spaces.22
ErrorsLine is longer than 80 characters.24
Errors'(' is followed by whitespace.26
ErrorsParameter wsdlLocation should be final.26
ErrorsExpected @param tag for 'wsdlLocation'.26
Errors')' is preceded with whitespace.26
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.28
ErrorsLine is longer than 80 characters.29
Errors'if' construct must use '{}'s.30
Errors'if' is not followed by whitespace.30
Errors'(' is followed by whitespace.30
Errors')' is preceded with whitespace.30
Errors'catch' is not followed by whitespace.33
Errors'(' is followed by whitespace.33
Errors')' is preceded with whitespace.33
ErrorsLine is longer than 80 characters.34
Errors'+' is not preceded with whitespace.34
Errors'+' is not followed by whitespace.34
Errors'+' is not preceded with whitespace.34
Errors'+' is not followed by whitespace.34
Errors'+' is not preceded with whitespace.34
Errors'+' is not followed by whitespace.34
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters.41
ErrorsLine has trailing spaces.42
ErrorsLine is longer than 80 characters.43
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.45
ErrorsLine has trailing spaces.47
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.53
Errors'(' is followed by whitespace.53
ErrorsParameter serviceClass should be final.53
ErrorsParameter wsdlLocation should be final.53
Errors')' is preceded with whitespace.53
Errors'if' construct must use '{}'s.56
Errors'if' is not followed by whitespace.56
Errors'(' is followed by whitespace.56
Errors')' is preceded with whitespace.56
ErrorsLine has trailing spaces.60

eu/planets_project/clients/ws/EndpointUtils.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.23
ErrorsLine is longer than 80 characters.24
ErrorsMissing a Javadoc comment.24
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.24
ErrorsMissing a Javadoc comment.25
ErrorsName 'urlpattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.25
ErrorsParameter uri should be final.77
ErrorsExpected @throws tag for 'FileNotFoundException'.78
ErrorsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.78
ErrorsExpected @throws tag for 'IOException'.78
ErrorsParameter xhtml should be final.120

eu/planets_project/clients/ws/IdentifyWrapper.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.22
ErrorsLine is longer than 80 characters.29
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.29
ErrorsMissing a Javadoc comment.31
ErrorsVariable 'pse' must be private and have accessor methods.31
ErrorsMissing a Javadoc comment.32
ErrorsVariable 'service' must be private and have accessor methods.32
ErrorsMissing a Javadoc comment.33
ErrorsVariable 'i' must be private and have accessor methods.33
ErrorsLine has trailing spaces.34
Errors'(' is followed by whitespace.38
ErrorsParameter wsdl should be final.38
Errors')' is preceded with whitespace.38
ErrorsParameter pse should be final.46
Errors'pse' hides a field.46
ErrorsLine has trailing spaces.52
Errors'catch' is not followed by whitespace.58
Errors'(' is followed by whitespace.58
Errors')' is preceded with whitespace.58
ErrorsLine is longer than 80 characters.59
Errors'+' is not preceded with whitespace.59
Errors'+' is not followed by whitespace.59
Errors'+' is not preceded with whitespace.59
Errors'+' is not followed by whitespace.59
Errors'+' is not preceded with whitespace.59
Errors'+' is not followed by whitespace.59
ErrorsMethod 'describe' is not designed for extension - needs to be abstract, final or empty.67
ErrorsMissing a Javadoc comment.67
ErrorsLine is longer than 80 characters.73
ErrorsMethod 'identify' is not designed for extension - needs to be abstract, final or empty.75
ErrorsMissing a Javadoc comment.75
ErrorsParameter digitalObject should be final.75
ErrorsParameter parameters should be final.76
ErrorsLine has trailing spaces.77
Errors'(' is followed by whitespace.78
Errors')' is preceded with whitespace.78

eu/planets_project/clients/ws/MigrateWrapper.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.38
ErrorsClass MigrateWrapper should be declared as final.40
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.43
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
ErrorsMissing a Javadoc comment.45
ErrorsVariable 'pse' must be private and have accessor methods.45
ErrorsMissing a Javadoc comment.46
ErrorsVariable 'm' must be private and have accessor methods.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.49
ErrorsParameter wsdlLocation should be final.53
ErrorsExpected @param tag for 'wsdlLocation'.53
ErrorsParameter serviceName should be final.53
ErrorsExpected @param tag for 'serviceName'.53
ErrorsLine has trailing spaces.58
Errors'(' is followed by whitespace.63
ErrorsParameter wsdl should be final.63
Errors')' is preceded with whitespace.63
ErrorsLine has trailing spaces.67
Errors';' is not followed by whitespace.74
ErrorsLine is longer than 80 characters.76
ErrorsLine has trailing spaces.77
Errors'cast' is not followed by whitespace.77
Errors'(' is followed by whitespace.77
ErrorsLine is longer than 80 characters.78
Errors')' is preceded with whitespace.78
Errors'catch' is not followed by whitespace.81
Errors'(' is followed by whitespace.81
Errors')' is preceded with whitespace.81
ErrorsLine is longer than 80 characters.82
Errors'+' is not preceded with whitespace.82
Errors'+' is not followed by whitespace.82
Errors'+' is not preceded with whitespace.82
Errors'+' is not followed by whitespace.82
Errors'+' is not preceded with whitespace.82
Errors'+' is not followed by whitespace.82
ErrorsLine has trailing spaces.86
ErrorsLine has trailing spaces.89
ErrorsMissing a Javadoc comment.92
Errors'if' construct must use '{}'s.93
Errors'if' is not followed by whitespace.93
Errors'(' is followed by whitespace.93
Errors')' is preceded with whitespace.93
ErrorsLine has trailing spaces.99
ErrorsMissing a Javadoc comment.105
ErrorsParameter digitalObject should be final.105
ErrorsParameter inputFormat should be final.105
ErrorsParameter outputFormat should be final.106
ErrorsParameter parameters should be final.106
Errors'if' construct must use '{}'s.107
Errors'if' is not followed by whitespace.107
Errors'(' is followed by whitespace.107
Errors')' is preceded with whitespace.107
ErrorsLine has trailing spaces.112
Errors'(' is followed by whitespace.116
ErrorsParameter args should be final.116
ErrorsExpected @param tag for 'args'.116
Errors')' is preceded with whitespace.116
ErrorsExpected @throws tag for 'Exception'.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
Errors'(' is followed by whitespace.120
Errors')' is preceded with whitespace.120
ErrorsLine is longer than 80 characters.121
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
Errors'+' is not preceded with whitespace.123
Errors'+' is not followed by whitespace.123
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.124
Errors'(' is followed by whitespace.124
Errors')' is preceded with whitespace.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
Errors'(' is followed by whitespace.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.133

eu/planets_project/clients/ws/PlanetsServiceExplorer.java

ViolationMessageLine
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.38
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters.41
ErrorsMissing a Javadoc comment.41
ErrorsParameter wsdlLocation should be final.59
Errors'wsdlLocation' hides a field.59
ErrorsLine contains a tab character.60
ErrorsMethod 'getWsdlLocation' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMethod 'getQName' is not designed for extension - needs to be abstract, final or empty.75
ErrorsLine has trailing spaces.82
ErrorsMethod 'isServiceInstanciable' is not designed for extension - needs to be abstract, final or empty.85
ErrorsConditional logic can be removed.88
Errors'(' is followed by whitespace.88
Errors')' is preceded with whitespace.88
ErrorsMethod 'getServiceDescription' is not designed for extension - needs to be abstract, final or empty.98
Errors'(' is followed by whitespace.101
Errors')' is preceded with whitespace.101
ErrorsMethod 'getServiceClass' is not designed for extension - needs to be abstract, final or empty.111
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.139

eu/planets_project/clients/ws/package-info.java

ViolationMessageLine
ErrorsLine has trailing spaces.1
ErrorsLine has trailing spaces.3
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.12
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.16

eu/planets_project/ifr/core/servreg/utils/client/PlanetsCommand.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.3
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.45
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.57
ErrorsParameter args should be final.60
ErrorsExpected @param tag for 'args'.60
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.68
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.72
Errors'(' is followed by whitespace.72
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.78
ErrorsLine has trailing spaces.79
Errors'(' is followed by whitespace.82
Errors')' is preceded with whitespace.82
ErrorsLine has trailing spaces.87
Errors'(' is followed by whitespace.88
Errors')' is preceded with whitespace.88
ErrorsLine has trailing spaces.89
Errors'+' is not preceded with whitespace.90
Errors'+' is not followed by whitespace.90
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.94
ErrorsLine has trailing spaces.95
Errors'cast' is not followed by whitespace.97
Errors'cast' is not followed by whitespace.97
Errors'+' is not preceded with whitespace.98
Errors'+' is not followed by whitespace.98
ErrorsLine is longer than 80 characters.99
Errors'cast' is not followed by whitespace.99
Errors'(' is followed by whitespace.99
Errors'8192' is a magic number.99
ErrorsLine is longer than 80 characters.100
Errors'cast' is not followed by whitespace.100
Errors'(' is followed by whitespace.100
Errors'8192' is a magic number.100
Errors'+' is not preceded with whitespace.101
Errors'+' is not followed by whitespace.101
Errors'+' is not preceded with whitespace.103
Errors'+' is not followed by whitespace.103
ErrorsLine is longer than 80 characters.104
ErrorsLine has trailing spaces.106
Errors'if' is not followed by whitespace.109
Errors'(' is followed by whitespace.109
Errors'(' is followed by whitespace.109
Errors')' is preceded with whitespace.109
Errors')' is preceded with whitespace.109
ErrorsLine has trailing spaces.112
ErrorsLine is longer than 80 characters.113
Errors'(' is followed by whitespace.113
ErrorsLine has trailing spaces.114
ErrorsLine is longer than 80 characters.115
Errors'3' is a magic number.115
ErrorsLine has trailing spaces.116
Errors'+' is not preceded with whitespace.117
Errors'+' is not followed by whitespace.117
ErrorsLine has trailing spaces.118
ErrorsLine is longer than 80 characters.119
Errors'(' is followed by whitespace.119
Errors')' is preceded with whitespace.119
Errors')' is preceded with whitespace.119
ErrorsLine has trailing spaces.120
Errors'if' is not followed by whitespace.121
Errors'(' is followed by whitespace.121
Errors'(' is followed by whitespace.121
Errors')' is preceded with whitespace.121
Errors')' is preceded with whitespace.121
ErrorsLine has trailing spaces.124
ErrorsLine is longer than 80 characters.125
Errors'(' is followed by whitespace.125
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.128
Errors'+' is not preceded with whitespace.129
Errors'+' is not followed by whitespace.129
ErrorsLine has trailing spaces.132
ErrorsMethod 'temp' is not designed for extension - needs to be abstract, final or empty.133
ErrorsMissing a Javadoc comment.133
ErrorsLine is longer than 80 characters.139
Errors'(' is followed by whitespace.139
Errors')' is preceded with whitespace.139
ErrorsLine is longer than 80 characters.140
Errors'(' is followed by whitespace.140
Errors')' is preceded with whitespace.140
ErrorsLine is longer than 80 characters.141
Errors'(' is followed by whitespace.141
Errors')' is preceded with whitespace.142
Errors'(' is followed by whitespace.143
Errors'(' is followed by whitespace.143
Errors')' is preceded with whitespace.143
ErrorsLine is longer than 80 characters.144
Errors'(' is followed by whitespace.144
Errors')' is preceded with whitespace.144
Errors')' is preceded with whitespace.147
ErrorsLine is longer than 80 characters.148
Errors'(' is followed by whitespace.148
ErrorsLine has trailing spaces.150
ErrorsLine is longer than 80 characters.150
Errors'(' is followed by whitespace.150
ErrorsLine is longer than 80 characters.151
ErrorsLine is longer than 80 characters.152
Errors')' is preceded with whitespace.153
Errors'(' is followed by whitespace.154
Errors')' is preceded with whitespace.154
ErrorsLine has trailing spaces.155
Errors'(' is followed by whitespace.158
Errors')' is preceded with whitespace.158
Errors'{' is followed by whitespace.160
Errors'(' is followed by whitespace.164
Errors')' is preceded with whitespace.164
Errors'if' is not followed by whitespace.167
Errors'(' is followed by whitespace.167
Errors'(' is followed by whitespace.167
Errors')' is preceded with whitespace.167
Errors')' is preceded with whitespace.167
Errors'(' is followed by whitespace.169
Errors'(' is followed by whitespace.169
Errors')' is preceded with whitespace.169
Errors')' is preceded with whitespace.169
Errors'}' should be on the same line.171
Errors'catch' is not followed by whitespace.172
Errors'(' is followed by whitespace.172
Errors')' is preceded with whitespace.172
Errors'(' is followed by whitespace.173
Errors')' is preceded with whitespace.173
ErrorsLine has trailing spaces.175

eu/scape_project/core/Constants.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.8
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11
ErrorsMissing a Javadoc comment.15
Errors'{' is not preceded with whitespace.15
Errors'{' is not followed by whitespace.15
Errors'}' is not preceded with whitespace.15
ErrorsFirst sentence should end with a period.16
Errors'static' modifier out of order with the JLS suggestions.17
ErrorsFirst sentence should end with a period.18
ErrorsLine is longer than 80 characters.19
Errors'static' modifier out of order with the JLS suggestions.19
ErrorsFirst sentence should end with a period.20
ErrorsLine is longer than 80 characters.21
Errors'static' modifier out of order with the JLS suggestions.21

eu/scape_project/core/api/DigestValue.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.12
ErrorsLine has trailing spaces.14
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.25
ErrorsLine has trailing spaces.27
ErrorsFirst sentence should end with a period.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsFirst sentence should end with a period.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsFirst sentence should end with a period.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsFirst sentence should end with a period.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsFirst sentence should end with a period.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsFirst sentence should end with a period.40
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsFirst sentence should end with a period.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsFirst sentence should end with a period.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
Errors'static' modifier out of order with the JLS suggestions.46
ErrorsLine contains a tab character.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsLine contains a tab character.50
ErrorsMissing a Javadoc comment.50
ErrorsParameter javaName should be final.50
Errors'javaName' hides a field.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsRedundant 'public' modifier.72
ErrorsRedundant 'public' modifier.77
ErrorsRedundant 'public' modifier.82

eu/scape_project/core/model/ByteStreamInfo.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.31
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsMissing a Javadoc comment.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsParameter length should be final.58
Errors'length' hides a field.58
ErrorsParameter checksum should be final.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsParameter length should be final.71
Errors'length' hides a field.71
ErrorsParameter checksum should be final.71
ErrorsParameter mime should be final.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.76
ErrorsMissing a Javadoc comment.76
ErrorsParameter length should be final.76
Errors'length' hides a field.76
ErrorsParameter digests should be final.76
Errors'digests' hides a field.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsParameter digest should be final.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsExpected @throws tag for 'JAXBException'.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine is longer than 80 characters.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsInner assignments should be avoided.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsAvoid inline conditionals.138
ErrorsLine is longer than 80 characters.139
ErrorsLine contains a tab character.139
Errors'32' is a magic number.139
ErrorsLine contains a tab character.140
ErrorsLine is longer than 80 characters.141
ErrorsLine contains a tab character.141
ErrorsAvoid inline conditionals.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsParameter obj should be final.146
Errors'if' construct must use '{}'s.147
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
Errors'if' construct must use '{}'s.149
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
Errors'if' construct must use '{}'s.151
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
Errors'if' construct must use '{}'s.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
Errors'if' construct must use '{}'s.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
Errors'if' construct must use '{}'s.159
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
Errors'if' construct must use '{}'s.162
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
Errors'if' construct must use '{}'s.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine is longer than 80 characters.174
ErrorsLine contains a tab character.174
ErrorsParameter xml should be final.174
ErrorsExpected @param tag for 'xml'.174
ErrorsExpected @throws tag for 'JAXBException'.174
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsParameter length should be final.188
ErrorsLine contains a tab character.189
ErrorsParameter checksum should be final.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsParameter length should be final.202
ErrorsLine contains a tab character.203
ErrorsParameter checksum should be final.203
ErrorsParameter mime should be final.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsParameter algorithms should be final.214
ErrorsExpected @param tag for 'algorithms'.214
ErrorsLine is longer than 80 characters.215
ErrorsLine contains a tab character.215
ErrorsParameter is should be final.215
ErrorsExpected @param tag for 'is'.215
ErrorsExpected @throws tag for 'IOException'.215
ErrorsExpected @throws tag for 'NoSuchAlgorithmException'.215
ErrorsLine is longer than 80 characters.216
ErrorsLine contains a tab character.216
ErrorsLine is longer than 80 characters.217
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
Errors'if' construct must use '{}'s.221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine is longer than 80 characters.223
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine is longer than 80 characters.225
ErrorsLine contains a tab character.225
ErrorsLine is longer than 80 characters.226
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine is longer than 80 characters.230
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine is longer than 80 characters.241
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245

eu/scape_project/core/model/JavaDigestValue.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.38
ErrorsFirst sentence should end with a period.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsMissing a Javadoc comment.44
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsLine contains a tab character.46
ErrorsVariable 'algorithm' must be private and have accessor methods.46
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsLine contains a tab character.48
ErrorsVariable 'hexDigest' must be private and have accessor methods.48
ErrorsLine contains a tab character.50
ErrorsMissing a Javadoc comment.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.54
ErrorsParameter algorithm should be final.54
Errors'algorithm' hides a field.54
ErrorsParameter hexDigest should be final.54
Errors'hexDigest' hides a field.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.59
ErrorsMissing a Javadoc comment.59
ErrorsParameter algorithm should be final.59
Errors'algorithm' hides a field.59
ErrorsParameter digest should be final.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.63
ErrorsMethod 'getAlgorithmId' is not designed for extension - needs to be abstract, final or empty.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.68
ErrorsMethod 'getHexDigest' is not designed for extension - needs to be abstract, final or empty.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsMethod 'getDigest' is not designed for extension - needs to be abstract, final or empty.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsMethod 'toXml' is not designed for extension - needs to be abstract, final or empty.83
ErrorsExpected @throws tag for 'JAXBException'.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.93
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.102
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsAvoid inline conditionals.107
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsAvoid inline conditionals.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.113
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.113
ErrorsLine contains a tab character.114
ErrorsParameter obj should be final.114
Errors'if' construct must use '{}'s.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
Errors'if' construct must use '{}'s.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
Errors'if' construct must use '{}'s.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
Errors'if' construct must use '{}'s.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
Errors'if' construct must use '{}'s.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
Errors'if' construct must use '{}'s.127
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine is longer than 80 characters.137
ErrorsLine contains a tab character.137
ErrorsParameter xml should be final.137
ErrorsExpected @param tag for 'xml'.137
ErrorsExpected @throws tag for 'JAXBException'.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine is longer than 80 characters.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsParameter algorithm should be final.151
ErrorsLine contains a tab character.152
ErrorsParameter digest should be final.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsParameter algorithm should be final.163
ErrorsLine contains a tab character.164
ErrorsParameter hexDigest should be final.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsParameter algorithm should be final.175
ErrorsExpected @param tag for 'algorithm'.175
ErrorsLine contains a tab character.176
ErrorsParameter byteStream should be final.176
ErrorsExpected @param tag for 'byteStream'.176
ErrorsExpected @throws tag for 'IOException'.176
ErrorsLine contains a tab character.177
ErrorsExpected @throws tag for 'NoSuchAlgorithmException'.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsParameter algorithm should be final.191
ErrorsExpected @param tag for 'algorithm'.191
ErrorsLine contains a tab character.192
ErrorsParameter file should be final.192
ErrorsExpected @param tag for 'file'.192
ErrorsExpected @throws tag for 'FileNotFoundException'.192
ErrorsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.192
ErrorsExpected @throws tag for 'IOException'.192
ErrorsLine contains a tab character.193
ErrorsExpected @throws tag for 'NoSuchAlgorithmException'.193
ErrorsLine contains a tab character.194
ErrorsLine is longer than 80 characters.195
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsParameter algorithms should be final.208
ErrorsParameter is should be final.208
ErrorsLine contains a tab character.209
ErrorsExpected @throws tag for 'NoSuchAlgorithmException'.209
ErrorsExpected @throws tag for 'IOException'.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsLine is longer than 80 characters.211
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine is longer than 80 characters.214
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine is longer than 80 characters.216
ErrorsLine contains a tab character.216
ErrorsLine is longer than 80 characters.217
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine is longer than 80 characters.221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsMust have at least one statement.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine is longer than 80 characters.229
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233

eu/scape_project/core/utils/DigestUtilities.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.14
ErrorsLine has trailing spaces.16
ErrorsMissing a Javadoc comment.19
Errors'static' modifier out of order with the JLS suggestions.19
ErrorsMissing a Javadoc comment.20
Errors'static' modifier out of order with the JLS suggestions.20
ErrorsMissing a Javadoc comment.22
Errors'{' is not preceded with whitespace.22
Errors'{' is not followed by whitespace.22
Errors'}' is not preceded with whitespace.22
ErrorsLine has trailing spaces.23
ErrorsRedundant 'final' modifier.30
ErrorsParameter digest should be final.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsParameter hexVal should be final.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
Errors'16' is a magic number.45
Errors'4' is a magic number.45
ErrorsLine contains a tab character.46
Errors'16' is a magic number.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
Errors'{' is not followed by whitespace.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69

eu/scape_project/pc/cc/JpylyzerWrapper.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.23
ErrorsLine has trailing spaces.25
ErrorsClass JpylyzerWrapper should be declared as final.29
ErrorsLine contains a tab character.30
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsName 'VERSION' must match pattern '^[a-z][a-zA-Z0-9]*$'.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsLine contains a tab character.44
ErrorsMissing a Javadoc comment.44
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsLine contains a tab character.46
ErrorsMissing a Javadoc comment.46
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsLine contains a tab character.49
ErrorsMissing a Javadoc comment.49
ErrorsLine contains a tab character.50
ErrorsMissing a Javadoc comment.50
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsMissing a Javadoc comment.55
Errors'{' is not preceded with whitespace.55
Errors'{' is not followed by whitespace.55
Errors';' is not followed by whitespace.55
Errors'}' is not preceded with whitespace.55
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsMissing a Javadoc comment.58
ErrorsParameter pathToJpylyzer should be final.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsParameter path should be final.80
ErrorsExpected @throws tag for 'ParserConfigurationException'.80
ErrorsExpected @throws tag for 'SAXException'.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsParameter jp2kFile should be final.95
ErrorsExpected @param tag for 'jp2kFile'.95
ErrorsLine contains a tab character.96
Errors'if' construct must use '{}'s.97
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsFirst sentence should end with a period.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
Errors'return' is not preceded with whitespace.114
Errors'{' is not followed by whitespace.114
Errors';' is not followed by whitespace.114
Errors'}' is not preceded with whitespace.114
ErrorsFirst sentence should end with a period.116
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
Errors'return' is not preceded with whitespace.121
Errors'{' is not followed by whitespace.121
Errors';' is not followed by whitespace.121
Errors'}' is not preceded with whitespace.121
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.127
Errors'2540' is a magic number.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine is longer than 80 characters.134
ErrorsLine contains a tab character.134
Errors'2540' is a magic number.134
ErrorsLine contains a tab character.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
Errors'return' is not preceded with whitespace.142
Errors'{' is not followed by whitespace.142
Errors';' is not followed by whitespace.142
Errors'}' is not preceded with whitespace.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
Errors'return' is not preceded with whitespace.147
Errors'{' is not followed by whitespace.147
Errors';' is not followed by whitespace.147
Errors'}' is not preceded with whitespace.147
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
Errors'return' is not preceded with whitespace.152
Errors'{' is not followed by whitespace.152
Errors';' is not followed by whitespace.152
Errors'}' is not preceded with whitespace.152
ErrorsLine has trailing spaces.153
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
Errors'return' is not preceded with whitespace.157
Errors'{' is not followed by whitespace.157
Errors';' is not followed by whitespace.157
Errors'}' is not preceded with whitespace.157
ErrorsLine has trailing spaces.158
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
Errors'return' is not preceded with whitespace.162
Errors'{' is not followed by whitespace.162
Errors';' is not followed by whitespace.162
Errors'}' is not preceded with whitespace.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
Errors'return' is not preceded with whitespace.167
Errors'{' is not followed by whitespace.167
Errors';' is not followed by whitespace.167
Errors'}' is not preceded with whitespace.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
Errors'return' is not preceded with whitespace.172
Errors'{' is not followed by whitespace.172
Errors';' is not followed by whitespace.172
Errors'}' is not preceded with whitespace.172
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine is longer than 80 characters.176
ErrorsLine contains a tab character.176
Errors'+' should be on a new line.176
ErrorsLine is longer than 80 characters.177
ErrorsLine contains a tab character.177
Errors'+' should be on a new line.177
ErrorsLine has trailing spaces.178
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
Errors'+' should be on a new line.178
ErrorsLine is longer than 80 characters.179
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine is longer than 80 characters.187
ErrorsLine contains a tab character.187
ErrorsLine has trailing spaces.188
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.188
ErrorsLine is longer than 80 characters.189
ErrorsLine contains a tab character.189
ErrorsLine is longer than 80 characters.190
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine is longer than 80 characters.194
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine is longer than 80 characters.196
ErrorsLine contains a tab character.196
Errors'return' is not preceded with whitespace.196
Errors'{' is not followed by whitespace.196
Errors';' is not followed by whitespace.196
Errors'}' is not preceded with whitespace.196
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine is longer than 80 characters.200
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine is longer than 80 characters.202
ErrorsLine contains a tab character.202
ErrorsParameter pathToJpylyzer should be final.202
Errors'return' is not preceded with whitespace.202
Errors'{' is not followed by whitespace.202
Errors';' is not followed by whitespace.202
Errors'}' is not preceded with whitespace.202
ErrorsFirst sentence should end with a period.204
ErrorsLine contains a tab character.204
ErrorsLine is longer than 80 characters.205
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine is longer than 80 characters.208
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsParameter path should be final.210
ErrorsRedundant throws: 'IllegalStateException' is unchecked exception.210
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine has trailing spaces.214
ErrorsLine contains a tab character.214
ErrorsLine is longer than 80 characters.215
ErrorsLine contains a tab character.215
ErrorsLine is longer than 80 characters.216
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine is longer than 80 characters.223
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.232
ErrorsLine is longer than 80 characters.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine has trailing spaces.235
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine has trailing spaces.237
ErrorsLine contains a tab character.237
ErrorsUnused @throws tag for 'SAXException'.237
ErrorsLine has trailing spaces.238
ErrorsLine contains a tab character.238
ErrorsUnused @throws tag for 'ParserConfigurationException'.238
ErrorsLine has trailing spaces.239
ErrorsLine contains a tab character.239
ErrorsUnused @throws tag for 'FileNotFoundException'.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsParameter args should be final.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine has trailing spaces.254
ErrorsLine contains a tab character.254
ErrorsLine is longer than 80 characters.255
ErrorsLine contains a tab character.255
ErrorsMissing a Javadoc comment.255
ErrorsLine contains a tab character.256
ErrorsLine is longer than 80 characters.257
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine is longer than 80 characters.262
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine is longer than 80 characters.266
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine has trailing spaces.271
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine is longer than 80 characters.273
ErrorsLine contains a tab character.273
ErrorsParameter uri should be final.273
ErrorsParameter localName should be final.273
ErrorsParameter qName should be final.273
ErrorsParameter attributes should be final.273
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsLine has trailing spaces.277
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsParameter uri should be final.279
ErrorsParameter localName should be final.279
ErrorsParameter qName should be final.279
ErrorsLine is longer than 80 characters.280
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine is longer than 80 characters.282
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine is longer than 80 characters.284
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsLine is longer than 80 characters.286
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine is longer than 80 characters.288
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
ErrorsLine is longer than 80 characters.290
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsLine is longer than 80 characters.292
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine is longer than 80 characters.298
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsLine is longer than 80 characters.300
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsLine is longer than 80 characters.302
ErrorsLine contains a tab character.302
ErrorsLine contains a tab character.303
ErrorsLine is longer than 80 characters.304
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
ErrorsLine has trailing spaces.307
ErrorsLine contains a tab character.307
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.309
ErrorsLine contains a tab character.310
ErrorsParameter ch should be final.310
ErrorsParameter start should be final.310
ErrorsParameter length should be final.310
ErrorsLine has trailing spaces.311
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.312

eu/scape_project/pit/PitCommand.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsUtility classes should not have a public or default constructor.16
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsParameter args should be final.21
ErrorsExpected @param tag for 'args'.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34

eu/scape_project/pit/actions/Identify.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.14
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsRedundant 'public' modifier.20
Errors'(' is followed by whitespace.20
ErrorsExpected @param tag for 'inputURL'.20
Errors',' is not followed by whitespace.20
ErrorsExpected @param tag for 'inputs'.20
Errors')' is preceded with whitespace.20

eu/scape_project/pit/actions/Operation.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsRedundant 'public' modifier.17
Errors'(' is followed by whitespace.17
Errors',' is not followed by whitespace.17
ErrorsExpected @param tag for 'inputs'.17
Errors')' is preceded with whitespace.17

eu/scape_project/pit/invoke/CommandNotFoundException.java

ViolationMessageLine
ErrorsLine contains a tab character.7
ErrorsLine has trailing spaces.8
ErrorsLine contains a tab character.8
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.12
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsParameter message should be final.24
ErrorsExpected @param tag for 'message'.24
ErrorsParameter cause should be final.24
ErrorsExpected @param tag for 'cause'.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsParameter message should be final.32
ErrorsExpected @param tag for 'message'.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsParameter cause should be final.40
ErrorsExpected @param tag for 'cause'.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43

eu/scape_project/pit/invoke/Convert.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsParameter ts should be final.22
ErrorsExpected @param tag for 'ts'.22
ErrorsParameter action should be final.22
ErrorsExpected @param tag for 'action'.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
ErrorsMethod 'convert' is not designed for extension - needs to be abstract, final or empty.32
Errors'(' is followed by whitespace.32
ErrorsParameter input should be final.32
ErrorsExpected @param tag for 'input'.32
ErrorsParameter output should be final.32
ErrorsExpected @param tag for 'output'.32
ErrorsExpected @throws tag for 'CommandNotFoundException'.32
ErrorsExpected @throws tag for 'IOException'.32
ErrorsLine contains a tab character.33
Errors')' is preceded with whitespace.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35

eu/scape_project/pit/invoke/Identify.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsParameter ts should be final.23
ErrorsExpected @param tag for 'ts'.23
ErrorsParameter action should be final.23
ErrorsExpected @param tag for 'action'.23
ErrorsLine contains a tab character.24
ErrorsExpected @throws tag for 'ToolSpecNotFoundException'.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsMethod 'identify' is not designed for extension - needs to be abstract, final or empty.33
Errors'(' is followed by whitespace.33
ErrorsParameter input should be final.33
ErrorsExpected @param tag for 'input'.33
Errors')' is preceded with whitespace.33
ErrorsExpected @throws tag for 'CommandNotFoundException'.33
ErrorsExpected @throws tag for 'IOException'.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36

eu/scape_project/pit/invoke/In.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.13
ErrorsLine has trailing spaces.14
ErrorsFirst sentence should end with a period.20
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsFirst sentence should end with a period.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsFirst sentence should end with a period.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsFirst sentence should end with a period.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsFirst sentence should end with a period.35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
Errors'(' is followed by whitespace.39
ErrorsParameter is should be final.39
Errors'is' hides a field.39
Errors')' is preceded with whitespace.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsFirst sentence should end with a period.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
Errors'(' is followed by whitespace.48
ErrorsParameter uri should be final.48
Errors'uri' hides a field.48
Errors')' is preceded with whitespace.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.52
ErrorsFirst sentence should end with a period.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
Errors'(' is followed by whitespace.57
ErrorsParameter file should be final.57
Errors'file' hides a field.57
Errors')' is preceded with whitespace.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsFirst sentence should end with a period.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsMethod 'getInputStream' is not designed for extension - needs to be abstract, final or empty.74
Errors'if' construct must use '{}'s.75
ErrorsLine contains a tab character.75
Errors'if' is not followed by whitespace.75
Errors'(' is followed by whitespace.75
Errors')' is preceded with whitespace.75
Errors'if' construct must use '{}'s.76
ErrorsLine contains a tab character.76
Errors'if' is not followed by whitespace.76
Errors'(' is followed by whitespace.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsMethod 'getFile' is not designed for extension - needs to be abstract, final or empty.84
Errors'if' construct must use '{}'s.85
ErrorsLine contains a tab character.85
Errors'if' is not followed by whitespace.85
Errors'(' is followed by whitespace.85
Errors')' is preceded with whitespace.85
ErrorsLine is longer than 80 characters.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90

eu/scape_project/pit/invoke/Out.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsFirst sentence should end with a period.18
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsFirst sentence should end with a period.22
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsFirst sentence should end with a period.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsFirst sentence should end with a period.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsFirst sentence should end with a period.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
Errors'(' is followed by whitespace.37
ErrorsParameter is should be final.37
Errors')' is preceded with whitespace.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsFirst sentence should end with a period.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
Errors'(' is followed by whitespace.46
ErrorsParameter uri should be final.46
Errors'uri' hides a field.46
Errors')' is preceded with whitespace.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsFirst sentence should end with a period.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
Errors'(' is followed by whitespace.55
ErrorsParameter file should be final.55
Errors'file' hides a field.55
Errors')' is preceded with whitespace.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsFirst sentence should end with a period.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsMethod 'getFile' is not designed for extension - needs to be abstract, final or empty.71
Errors'if' construct must use '{}'s.72
ErrorsLine contains a tab character.72
Errors'if' is not followed by whitespace.72
Errors'(' is followed by whitespace.72
Errors')' is preceded with whitespace.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsMethod 'getOutputStream' is not designed for extension - needs to be abstract, final or empty.77
ErrorsMissing a Javadoc comment.77
Errors'if' construct must use '{}'s.78
ErrorsLine contains a tab character.78
Errors'if' is not followed by whitespace.78
Errors'(' is followed by whitespace.78
Errors')' is preceded with whitespace.78
Errors'if' construct must use '{}'s.79
ErrorsLine contains a tab character.79
Errors'if' is not followed by whitespace.79
Errors'(' is followed by whitespace.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80

eu/scape_project/pit/invoke/PitInvoker.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsParameter command_is should be final.28
ErrorsExpected @param tag for 'command_is'.28
ErrorsName 'command_is' must match pattern '^[a-z][a-zA-Z0-9]*$'.28
ErrorsParameter input1 should be final.28
ErrorsExpected @param tag for 'input1'.28
ErrorsParameter input2 should be final.28
ErrorsExpected @param tag for 'input2'.28
Errors')' is preceded with whitespace.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsParameter args should be final.38
ErrorsExpected @param tag for 'args'.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
Errors'+' is not preceded with whitespace.43
Errors'+' is not followed by whitespace.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
Errors'for' is not followed by whitespace.52
Errors'(' is followed by whitespace.52
Errors')' is preceded with whitespace.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
Errors'+' is not preceded with whitespace.53
Errors'+' is not followed by whitespace.53
Errors'+' is not preceded with whitespace.53
Errors'+' is not followed by whitespace.53
Errors'+' is not preceded with whitespace.53
Errors'+' is not followed by whitespace.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
Errors'+' is not preceded with whitespace.54
Errors'+' is not followed by whitespace.54
Errors'+' is not preceded with whitespace.54
Errors'+' is not followed by whitespace.54
Errors'+' is not preceded with whitespace.54
Errors'+' is not followed by whitespace.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
Errors'for' is not followed by whitespace.55
Errors'(' is followed by whitespace.55
Errors')' is preceded with whitespace.55
ErrorsLine contains a tab character.56
Errors'+' is not preceded with whitespace.56
Errors'+' is not followed by whitespace.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
Errors';' is not followed by whitespace.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87

eu/scape_project/pit/invoke/Processor.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsUnused import - java.io.StringWriter.10
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsVariable 'ts' must be private and have accessor methods.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsVariable 'action' must be private and have accessor methods.31
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.34
ErrorsFirst sentence should end with a period.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
Errors'(' is followed by whitespace.41
ErrorsParameter ts should be final.41
Errors'ts' hides a field.41
ErrorsExpected @param tag for 'ts'.41
ErrorsParameter action should be final.41
Errors'action' hides a field.41
ErrorsExpected @param tag for 'action'.41
Errors')' is preceded with whitespace.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsFirst sentence should end with a period.46
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
Errors'(' is followed by whitespace.54
ErrorsParameter toolspec_id should be final.54
ErrorsName 'toolspec_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.54
ErrorsParameter action_id should be final.54
ErrorsName 'action_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.54
Errors')' is preceded with whitespace.54
ErrorsLine contains a tab character.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
Errors'(' is followed by whitespace.56
Errors'+' is not preceded with whitespace.56
Errors'+' is not followed by whitespace.56
Errors'+' is not preceded with whitespace.56
Errors'+' is not followed by whitespace.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
Errors'if' is not followed by whitespace.59
Errors'(' is followed by whitespace.59
Errors'(' is followed by whitespace.59
Errors')' is preceded with whitespace.59
Errors')' is preceded with whitespace.59
ErrorsLine contains a tab character.60
Errors',' is not followed by whitespace.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
Errors',' is not followed by whitespace.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
Errors'+' is not preceded with whitespace.65
Errors'+' is not followed by whitespace.65
Errors'+' is not preceded with whitespace.65
Errors'+' is not followed by whitespace.65
ErrorsLine contains a tab character.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
Errors'+' is not preceded with whitespace.67
Errors'+' is not followed by whitespace.67
Errors'+' is not preceded with whitespace.67
Errors'+' is not followed by whitespace.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsMissing a Javadoc comment.75
Errors'(' is followed by whitespace.75
ErrorsParameter ts should be final.75
ErrorsParameter command_id should be final.75
ErrorsName 'command_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
Errors')' is preceded with whitespace.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
Errors'for' is not followed by whitespace.77
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
Errors'if' construct must use '{}'s.78
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
Errors'if' is not followed by whitespace.78
Errors'(' is followed by whitespace.78
Errors')' is preceded with whitespace.78
ErrorsLine contains a tab character.79
Errors'if' construct must use '{}'s.80
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
Errors'if' is not followed by whitespace.80
Errors'(' is followed by whitespace.80
Errors')' is preceded with whitespace.80
Errors'+' is not preceded with whitespace.80
Errors'+' is not followed by whitespace.80
Errors'+' is not preceded with whitespace.80
Errors'+' is not followed by whitespace.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsMethod 'runCommand' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMissing a Javadoc comment.84
Errors'(' is followed by whitespace.84
ErrorsParameter cmd_template should be final.84
ErrorsName 'cmd_template' must match pattern '^[a-z][a-zA-Z0-9]*$'.84
Errors')' is preceded with whitespace.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
Errors'+' is not preceded with whitespace.87
Errors'+' is not followed by whitespace.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
Errors'if' is not followed by whitespace.98
Errors'(' is followed by whitespace.98
Errors')' is preceded with whitespace.98
ErrorsLine is longer than 80 characters.99
ErrorsLine contains a tab character.99
Errors')' is preceded with whitespace.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.105
Errors'if' is not followed by whitespace.106
Errors'(' is followed by whitespace.106
Errors')' is preceded with whitespace.106
Errors'(' is followed by whitespace.107
Errors')' is preceded with whitespace.107
Errors'}' should be on the same line.108
Errors'(' is followed by whitespace.111
Errors')' is preceded with whitespace.111
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsMethod 'substituteTemplates' is not designed for extension - needs to be abstract, final or empty.131
Errors'(' is followed by whitespace.131
ErrorsParameter cmd should be final.131
ErrorsExpected @param tag for 'cmd'.131
Errors')' is preceded with whitespace.131
ErrorsLine contains a tab character.132
ErrorsName 'cmd_template' must match pattern '^[a-z][a-zA-Z0-9]*$'.132
Errors'if' construct must use '{}'s.133
ErrorsLine contains a tab character.133
Errors'if' is not followed by whitespace.133
Errors'(' is followed by whitespace.133
Errors')' is preceded with whitespace.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
Errors',' is not followed by whitespace.135
Errors',' is not followed by whitespace.135
ErrorsLine contains a tab character.136
Errors'for' is not followed by whitespace.136
Errors'(' is followed by whitespace.136
Errors')' is preceded with whitespace.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
Errors',' is not followed by whitespace.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsMethod 'getStandardVars' is not designed for extension - needs to be abstract, final or empty.143
ErrorsMissing a Javadoc comment.143
Errors',' is not followed by whitespace.143
Errors'(' is followed by whitespace.143
ErrorsParameter cmd should be final.143
Errors')' is preceded with whitespace.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
Errors',' is not followed by whitespace.145
Errors',' is not followed by whitespace.145
ErrorsLine contains a tab character.146
Errors'if' is not followed by whitespace.146
Errors'(' is followed by whitespace.146
Errors')' is preceded with whitespace.146
ErrorsLine contains a tab character.147
Errors'for' is not followed by whitespace.147
Errors'(' is followed by whitespace.147
Errors')' is preceded with whitespace.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine is longer than 80 characters.152
ErrorsLine contains a tab character.152
Errors'+' is not preceded with whitespace.152
Errors'+' is not followed by whitespace.152
Errors'+' is not preceded with whitespace.152
Errors'+' is not followed by whitespace.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine is longer than 80 characters.156
ErrorsLine contains a tab character.156
ErrorsMethod 'replaceAll' is not designed for extension - needs to be abstract, final or empty.156
ErrorsMissing a Javadoc comment.156
ErrorsParameter cmd_template should be final.156
ErrorsName 'cmd_template' must match pattern '^[a-z][a-zA-Z0-9]*$'.156
ErrorsParameter vars should be final.156
Errors',' is not followed by whitespace.156
ErrorsLine contains a tab character.157
Errors'for' is not followed by whitespace.157
Errors'(' is followed by whitespace.157
Errors')' is preceded with whitespace.157
ErrorsLine contains a tab character.158
Errors'for' is not followed by whitespace.158
Errors'(' is followed by whitespace.158
Errors')' is preceded with whitespace.158
ErrorsLine is longer than 80 characters.159
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
Errors'if' is not followed by whitespace.160
Errors'(' is followed by whitespace.160
Errors')' is preceded with whitespace.160
ErrorsLine is longer than 80 characters.161
ErrorsLine contains a tab character.161
Errors'+' is not preceded with whitespace.161
Errors'+' is not followed by whitespace.161
Errors'+' is not preceded with whitespace.161
Errors'+' is not followed by whitespace.161
ErrorsLine is longer than 80 characters.162
ErrorsLine contains a tab character.162
Errors'+' is not preceded with whitespace.162
Errors'+' is not followed by whitespace.162
Errors'+' is not preceded with whitespace.162
Errors'+' is not followed by whitespace.162
Errors'+' is not preceded with whitespace.162
Errors'+' is not followed by whitespace.162
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.163
Errors')' is preceded with whitespace.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsMethod 'getInputs' is not designed for extension - needs to be abstract, final or empty.172
Errors',' is not followed by whitespace.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine has trailing spaces.176
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsMissing a Javadoc comment.177
ErrorsParameter input should be final.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsMethod 'setStdout' is not designed for extension - needs to be abstract, final or empty.181
ErrorsMissing a Javadoc comment.181
ErrorsParameter output should be final.181
Errors')' is preceded with whitespace.181
ErrorsFirst sentence should end with a period.185
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine has trailing spaces.189
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.190
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine is longer than 80 characters.192
ErrorsLine contains a tab character.192
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.192
Errors'(' is followed by whitespace.192
ErrorsParameter parameters should be final.192
Errors',' is not followed by whitespace.192
ErrorsExpected @param tag for 'parameters'.192
ErrorsLine contains a tab character.193
ErrorsName 'cmd_template' must match pattern '^[a-z][a-zA-Z0-9]*$'.193
ErrorsLine contains a tab character.194
Errors'if' construct must use '{}'s.195
Errors'if' is not followed by whitespace.195
Errors'(' is followed by whitespace.195
Errors')' is preceded with whitespace.195
ErrorsLine has trailing spaces.197
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
Errors'for' is not followed by whitespace.198
Errors'(' is followed by whitespace.198
Errors')' is preceded with whitespace.198
ErrorsLine contains a tab character.199
Errors'+' is not preceded with whitespace.199
Errors'+' is not followed by whitespace.199
Errors'+' is not preceded with whitespace.199
Errors'+' is not followed by whitespace.199
Errors'+' is not preceded with whitespace.199
Errors'+' is not followed by whitespace.199
ErrorsLine contains a tab character.200
ErrorsLine has trailing spaces.201
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
Errors',' is not followed by whitespace.203
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine has trailing spaces.208
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine is longer than 80 characters.214
ErrorsLine contains a tab character.214
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.214
Errors'(' is followed by whitespace.214
ErrorsParameter input should be final.214
ErrorsExpected @param tag for 'input'.214
ErrorsParameter parameters should be final.214
Errors',' is not followed by whitespace.214
ErrorsExpected @param tag for 'parameters'.214
Errors')' is preceded with whitespace.214
ErrorsExpected @throws tag for 'IOException'.214
ErrorsLine contains a tab character.215
ErrorsName 'cmd_template' must match pattern '^[a-z][a-zA-Z0-9]*$'.215
ErrorsLine contains a tab character.216
Errors'if' construct must use '{}'s.217
Errors'if' is not followed by whitespace.217
Errors'(' is followed by whitespace.217
Errors')' is preceded with whitespace.217
ErrorsLine has trailing spaces.219
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
Errors'if' is not followed by whitespace.222
Errors'(' is followed by whitespace.222
Errors')' is preceded with whitespace.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine has trailing spaces.227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
Errors',' is not followed by whitespace.229
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine has trailing spaces.234
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsMethod 'getUseStdin' is not designed for extension - needs to be abstract, final or empty.238
Errors'if' construct must use '{}'s.239
ErrorsLine is longer than 80 characters.239
ErrorsLine contains a tab character.239
Errors'if' is not followed by whitespace.239
Errors'(' is followed by whitespace.239
Errors')' is preceded with whitespace.239
Errors'if' construct must use '{}'s.240
ErrorsLine is longer than 80 characters.240
ErrorsLine contains a tab character.240
Errors'if' is not followed by whitespace.240
Errors'(' is followed by whitespace.240
Errors')' is preceded with whitespace.240
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsLine has trailing spaces.243
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine is longer than 80 characters.250
ErrorsLine contains a tab character.250
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.250
Errors'(' is followed by whitespace.250
ErrorsParameter input1 should be final.250
ErrorsExpected @param tag for 'input1'.250
ErrorsParameter input2 should be final.250
ErrorsExpected @param tag for 'input2'.250
ErrorsParameter parameters should be final.250
Errors',' is not followed by whitespace.250
ErrorsExpected @param tag for 'parameters'.250
Errors')' is preceded with whitespace.250
ErrorsExpected @throws tag for 'IOException'.250
ErrorsLine contains a tab character.251
ErrorsName 'cmd_template' must match pattern '^[a-z][a-zA-Z0-9]*$'.251
ErrorsLine contains a tab character.252
Errors'if' construct must use '{}'s.253
Errors'if' is not followed by whitespace.253
Errors'(' is followed by whitespace.253
Errors')' is preceded with whitespace.253
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.258
ErrorsLine has trailing spaces.259
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
Errors',' is not followed by whitespace.261
ErrorsLine contains a tab character.263
ErrorsLine has trailing spaces.264
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine has trailing spaces.266
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine is longer than 80 characters.273
ErrorsLine contains a tab character.273
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.273
Errors'(' is followed by whitespace.273
ErrorsParameter input should be final.273
ErrorsExpected @param tag for 'input'.273
ErrorsParameter output should be final.273
ErrorsExpected @param tag for 'output'.273
ErrorsParameter parameters should be final.273
Errors',' is not followed by whitespace.273
ErrorsExpected @param tag for 'parameters'.273
Errors')' is preceded with whitespace.273
ErrorsExpected @throws tag for 'IOException'.273
ErrorsLine contains a tab character.274
ErrorsName 'cmd_template' must match pattern '^[a-z][a-zA-Z0-9]*$'.274
ErrorsLine contains a tab character.275
Errors'if' construct must use '{}'s.276
Errors'if' is not followed by whitespace.276
Errors'(' is followed by whitespace.276
Errors')' is preceded with whitespace.276
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine is longer than 80 characters.281
ErrorsLine contains a tab character.281
Errors'if' is not followed by whitespace.281
Errors'(' is followed by whitespace.281
Errors')' is preceded with whitespace.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsLine has trailing spaces.287
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
Errors',' is not followed by whitespace.289
ErrorsLine contains a tab character.291
ErrorsLine has trailing spaces.292
ErrorsLine contains a tab character.292
ErrorsLine has trailing spaces.293
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsLine has trailing spaces.295
ErrorsLine contains a tab character.295

eu/scape_project/pit/invoke/ToolSpecNotFoundException.java

ViolationMessageLine
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11
ErrorsLine contains a tab character.13
ErrorsLine has trailing spaces.14
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsParameter message should be final.25
ErrorsExpected @param tag for 'message'.25
ErrorsParameter cause should be final.25
ErrorsExpected @param tag for 'cause'.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsParameter message should be final.33
ErrorsExpected @param tag for 'message'.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsParameter cause should be final.41
ErrorsExpected @param tag for 'cause'.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45

eu/scape_project/pit/proc/CommandLineProcess.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.64
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters.67
ErrorsMissing a Javadoc comment.67
ErrorsMissing a Javadoc comment.69
ErrorsMissing a Javadoc comment.71
ErrorsMissing a Javadoc comment.72
ErrorsMissing a Javadoc comment.73
ErrorsMissing a Javadoc comment.75
ErrorsMissing a Javadoc comment.76
ErrorsMissing a Javadoc comment.77
ErrorsMissing a Javadoc comment.78
ErrorsMethod 'getProcessingLog' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMissing a Javadoc comment.95
ErrorsLine is longer than 80 characters.107
ErrorsParameter pattern should be final.107
Errors'pattern' hides a field.107
ErrorsExpected @param tag for 'pattern'.107
ErrorsParameter paramValuePairs should be final.107
Errors'paramValuePairs' hides a field.107
ErrorsExpected @param tag for 'paramValuePairs'.107
ErrorsParameter sh should be final.107
Errors'sh' hides a field.107
ErrorsFirst sentence should end with a period.117
ErrorsParameter commands should be final.121
Errors'commands' hides a field.121
ErrorsExpected @param tag for 'commands'.121
ErrorsLine is longer than 80 characters.146
ErrorsMethod 'getCommand' is not designed for extension - needs to be abstract, final or empty.149
ErrorsMissing a Javadoc comment.153
ErrorsMethod 'init' is not designed for extension - needs to be abstract, final or empty.171
ErrorsExpected @throws tag for 'IOException'.171
ErrorsLine is longer than 80 characters.174
ErrorsFirst sentence should end with a period.180
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.184
ErrorsLine is longer than 80 characters.188
ErrorsMethod 'getCode' is not designed for extension - needs to be abstract, final or empty.225
ErrorsMethod 'getOutput' is not designed for extension - needs to be abstract, final or empty.232
ErrorsMissing a Javadoc comment.236
ErrorsParameter msg should be final.236
ErrorsMissing a Javadoc comment.241
ErrorsParameter msg should be final.241
ErrorsMissing a Javadoc comment.246
ErrorsParameter msg should be final.246

eu/scape_project/pit/proc/ProcessRunner.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsFirst sentence should end with a period.69
ErrorsFirst sentence should end with a period.71
ErrorsFirst sentence should end with a period.74
ErrorsLine is longer than 80 characters.76
ErrorsMissing a Javadoc comment.76
ErrorsFirst sentence should end with a period.77
ErrorsFirst sentence should end with a period.79
ErrorsFirst sentence should end with a period.82
ErrorsFirst sentence should end with a period.84
ErrorsFirst sentence should end with a period.86
ErrorsFirst sentence should end with a period.88
ErrorsFirst sentence should end with a period.95
ErrorsFirst sentence should end with a period.102
ErrorsParameter commands should be final.106
ErrorsExpected @param tag for 'commands'.106
ErrorsFirst sentence should end with a period.111
ErrorsMethod 'setCommandList' is not designed for extension - needs to be abstract, final or empty.115
ErrorsParameter commands should be final.115
ErrorsFirst sentence should end with a period.119
ErrorsLine is longer than 80 characters.123
ErrorsMethod 'setProcessInputStream' is not designed for extension - needs to be abstract, final or empty.123
ErrorsParameter processInputStream should be final.123
Errors'processInputStream' hides a field.123
ErrorsFirst sentence should end with a period.127
ErrorsMethod 'getStdInputStream' is not designed for extension - needs to be abstract, final or empty.131
ErrorsFirst sentence should end with a period.135
ErrorsMethod 'getErrInputStream' is not designed for extension - needs to be abstract, final or empty.139
ErrorsFirst sentence should end with a period.143
ErrorsMethod 'getCode' is not designed for extension - needs to be abstract, final or empty.147
ErrorsFirst sentence should end with a period.151
ErrorsMethod 'run' is not designed for extension - needs to be abstract, final or empty.154
ErrorsLine is longer than 80 characters.168
ErrorsMethod 'setProcessDir' is not designed for extension - needs to be abstract, final or empty.178
ErrorsParameter processDirName should be final.178
Errors'{' is not preceded with whitespace.178
ErrorsFirst sentence should end with a period.182
ErrorsParameter p should be final.188
ErrorsExpected @throws tag for 'InterruptedException'.188
Errors'+' is not preceded with whitespace.195
Errors'+' is not followed by whitespace.195
ErrorsMust have at least one statement.198
ErrorsMust have at least one statement.212
ErrorsLine is longer than 80 characters.235
ErrorsLine is longer than 80 characters.253
ErrorsParameter processInput should be final.269
ErrorsLine is longer than 80 characters.281
Errors'if' construct must use '{}'s.284
Errors'if' is not followed by whitespace.284
ErrorsMust have at least one statement.293
ErrorsLine is longer than 80 characters.294
ErrorsComment matches to-do format 'TODO:'.295

eu/scape_project/pit/tools/Action.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.14
ErrorsLine has trailing spaces.16
Errors'(' is followed by whitespace.20
Errors'=' is not preceded with whitespace.20
Errors'=' is not followed by whitespace.20
Errors')' is preceded with whitespace.20
Errors'(' is followed by whitespace.21
Errors')' is preceded with whitespace.21
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.47
ErrorsParameter id should be final.47
Errors'id' hides a field.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsMethod 'setType' is not designed for extension - needs to be abstract, final or empty.61
ErrorsParameter type should be final.61
Errors'type' hides a field.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsMethod 'getCommand' is not designed for extension - needs to be abstract, final or empty.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsMethod 'setCommand' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter command should be final.75
Errors'command' hides a field.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsMethod 'getFormats' is not designed for extension - needs to be abstract, final or empty.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsMethod 'setFormats' is not designed for extension - needs to be abstract, final or empty.89
ErrorsParameter formats should be final.89
Errors'formats' hides a field.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsMethod 'getInputs' is not designed for extension - needs to be abstract, final or empty.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsMethod 'setInputs' is not designed for extension - needs to be abstract, final or empty.103
ErrorsParameter inputs should be final.103
Errors'inputs' hides a field.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105

eu/scape_project/pit/tools/Input.java

ViolationMessageLine
Errors'(' is followed by whitespace.16
Errors')' is preceded with whitespace.16
ErrorsLine has trailing spaces.18
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.20
ErrorsVariable 'name' must be private and have accessor methods.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsMissing a Javadoc comment.22
ErrorsLine contains a tab character.23
ErrorsVariable 'var' must be private and have accessor methods.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
Errors'(' is followed by whitespace.25
ErrorsLine contains a tab character.26
ErrorsVariable 'defaultValue' must be private and have accessor methods.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsVariable 'datatype' must be private and have accessor methods.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsVariable 'documentation' must be private and have accessor methods.30
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter name should be final.45
Errors'name' hides a field.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsMethod 'getVar' is not designed for extension - needs to be abstract, final or empty.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsMethod 'setVar' is not designed for extension - needs to be abstract, final or empty.59
ErrorsParameter var should be final.59
Errors'var' hides a field.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsMethod 'getDefault' is not designed for extension - needs to be abstract, final or empty.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsMethod 'setDefault' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter defaultValue should be final.73
Errors'defaultValue' hides a field.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsMethod 'getXml' is not designed for extension - needs to be abstract, final or empty.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsMethod 'setXml' is not designed for extension - needs to be abstract, final or empty.87
ErrorsParameter xml should be final.87
Errors'xml' hides a field.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89

eu/scape_project/pit/tools/Inputs.java

ViolationMessageLine
Errors'(' is followed by whitespace.13
Errors')' is preceded with whitespace.13
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
Errors'(' is followed by whitespace.19
Errors'=' is not preceded with whitespace.19
Errors'=' is not followed by whitespace.19
Errors')' is preceded with whitespace.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsMethod 'getUseStdin' is not designed for extension - needs to be abstract, final or empty.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsMethod 'setUseStdin' is not designed for extension - needs to be abstract, final or empty.32
ErrorsParameter useStdin should be final.32
Errors'useStdin' hides a field.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMethod 'getInputs' is not designed for extension - needs to be abstract, final or empty.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsMethod 'setInputs' is not designed for extension - needs to be abstract, final or empty.46
ErrorsParameter inputs should be final.46
Errors'inputs' hides a field.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48

eu/scape_project/pit/tools/Installation.java

ViolationMessageLine
Errors'(' is followed by whitespace.11
Errors')' is preceded with whitespace.11
ErrorsLine contains a tab character.14
ErrorsMissing a Javadoc comment.14
ErrorsVariable 'type' must be private and have accessor methods.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsVariable 'url' must be private and have accessor methods.16
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsMissing a Javadoc comment.18
ErrorsVariable 'md5' must be private and have accessor methods.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19

eu/scape_project/pit/tools/PathwaySpec.java

ViolationMessageLine
Errors'(' is followed by whitespace.11
Errors')' is preceded with whitespace.11
ErrorsLine contains a tab character.14
ErrorsMissing a Javadoc comment.14
ErrorsLine contains a tab character.15
ErrorsVariable 'in' must be private and have accessor methods.15
ErrorsLine has trailing spaces.16
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsMissing a Javadoc comment.17
ErrorsLine contains a tab character.18
ErrorsVariable 'out' must be private and have accessor methods.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19

eu/scape_project/pit/tools/Template.java

ViolationMessageLine
Errors'(' is followed by whitespace.11
Errors'=' is not preceded with whitespace.11
Errors'=' is not followed by whitespace.11
Errors')' is preceded with whitespace.11
Errors'(' is followed by whitespace.12
Errors')' is preceded with whitespace.12
ErrorsLine contains a tab character.15
ErrorsMissing a Javadoc comment.15
ErrorsLine contains a tab character.16
ErrorsVariable 'name' must be private and have accessor methods.16
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.19
ErrorsVariable 'value' must be private and have accessor methods.19
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.31
ErrorsParameter name should be final.31
Errors'name' hides a field.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter value should be final.45
Errors'value' hides a field.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50

eu/scape_project/pit/tools/Tool.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.7
Errors'(' is followed by whitespace.11
Errors')' is preceded with whitespace.11
ErrorsLine contains a tab character.14
ErrorsMissing a Javadoc comment.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsMissing a Javadoc comment.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsFirst sentence should end with a period.20
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsMethod 'getVersion' is not designed for extension - needs to be abstract, final or empty.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMethod 'setVersion' is not designed for extension - needs to be abstract, final or empty.35
ErrorsParameter version should be final.35
Errors'version' hides a field.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.51
ErrorsParameter name should be final.51
Errors'name' hides a field.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsMethod 'getInstallation' is not designed for extension - needs to be abstract, final or empty.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsMethod 'setInstallation' is not designed for extension - needs to be abstract, final or empty.67
ErrorsParameter installation should be final.67
Errors'installation' hides a field.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69

eu/scape_project/pit/tools/ToolSpec.java

ViolationMessageLine
Errors'(' is followed by whitespace.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
Errors')' is preceded with whitespace.24
Errors'(' is followed by whitespace.25
Errors'=' is not preceded with whitespace.25
Errors'=' is not followed by whitespace.25
Errors')' is preceded with whitespace.25
Errors'(' is followed by whitespace.26
Errors')' is preceded with whitespace.26
ErrorsFirst sentence should end with a period.28
ErrorsLine contains a tab character.28
ErrorsLine is longer than 80 characters.29
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
Errors'(' is followed by whitespace.43
Errors'=' is not preceded with whitespace.43
Errors'=' is not followed by whitespace.43
Errors')' is preceded with whitespace.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.46
ErrorsMissing a Javadoc comment.46
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter id should be final.62
Errors'id' hides a field.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsMethod 'getVersion' is not designed for extension - needs to be abstract, final or empty.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsMethod 'setVersion' is not designed for extension - needs to be abstract, final or empty.83
ErrorsParameter version should be final.83
Errors'version' hides a field.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsMethod 'getTool' is not designed for extension - needs to be abstract, final or empty.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsMethod 'setTool' is not designed for extension - needs to be abstract, final or empty.97
ErrorsParameter tool should be final.97
Errors'tool' hides a field.97
ErrorsExpected @param tag for 'tool'.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsMethod 'getEnv' is not designed for extension - needs to be abstract, final or empty.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsMethod 'setEnv' is not designed for extension - needs to be abstract, final or empty.111
ErrorsParameter env should be final.111
Errors'env' hides a field.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsMethod 'getTemplate' is not designed for extension - needs to be abstract, final or empty.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsMethod 'setTemplate' is not designed for extension - needs to be abstract, final or empty.125
ErrorsParameter template should be final.125
Errors'template' hides a field.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsMethod 'getInputs' is not designed for extension - needs to be abstract, final or empty.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsMethod 'setInputs' is not designed for extension - needs to be abstract, final or empty.139
ErrorsParameter parameters should be final.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsMethod 'getActions' is not designed for extension - needs to be abstract, final or empty.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsMethod 'setActions' is not designed for extension - needs to be abstract, final or empty.153
ErrorsParameter actions should be final.153
Errors'actions' hides a field.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsMethod 'toXMlFormatted' is not designed for extension - needs to be abstract, final or empty.157
ErrorsMissing a Javadoc comment.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
Errors'(' is followed by whitespace.160
Errors')' is preceded with whitespace.160
ErrorsLine contains a tab character.161
Errors'(' is followed by whitespace.161
Errors')' is preceded with whitespace.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.166
ErrorsFirst sentence should end with a period.167
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine is longer than 80 characters.174
ErrorsLine contains a tab character.174
Errors'(' is followed by whitespace.174
ErrorsParameter input should be final.174
ErrorsExpected @param tag for 'input'.174
Errors')' is preceded with whitespace.174
ErrorsExpected @throws tag for 'FileNotFoundException'.174
ErrorsExpected @throws tag for 'JAXBException'.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177

eu/scape_project/pit/tools/Var.java

ViolationMessageLine
Errors'(' is followed by whitespace.11
Errors'=' is not preceded with whitespace.11
Errors'=' is not followed by whitespace.11
Errors')' is preceded with whitespace.11
Errors'(' is followed by whitespace.12
Errors')' is preceded with whitespace.12
ErrorsLine contains a tab character.15
ErrorsMissing a Javadoc comment.15
ErrorsLine contains a tab character.16
ErrorsVariable 'name' must be private and have accessor methods.16
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.19
ErrorsVariable 'value' must be private and have accessor methods.19
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.31
ErrorsParameter name should be final.31
Errors'name' hides a field.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter value should be final.45
Errors'value' hides a field.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50

eu/scape_project/pit/tools/Version.java

ViolationMessageLine
Errors'(' is followed by whitespace.9
Errors')' is preceded with whitespace.9
ErrorsLine contains a tab character.12
ErrorsMissing a Javadoc comment.12
ErrorsVariable 'value' must be private and have accessor methods.12
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsMissing a Javadoc comment.14
ErrorsVariable 'command' must be private and have accessor methods.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsVariable 'match' must be private and have accessor methods.16
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.17

eu/scape_project/pit/tools/package-info.java

ViolationMessageLine
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
Errors')' is preceded with whitespace.3
ErrorsMissing a Javadoc comment.4

eu/scape_project/pit/util/FileUtils.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsFirst sentence should end with a period.35
ErrorsMissing a Javadoc comment.37
ErrorsLine is longer than 80 characters.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter inputUrl should be final.50
ErrorsExpected @param tag for 'inputUrl'.50
Errors'+' is not preceded with whitespace.52
Errors'+' is not followed by whitespace.52
ErrorsFirst sentence should end with a period.64
ErrorsAvoid inline conditionals.71
ErrorsAvoid inline conditionals.75
ErrorsLine is longer than 80 characters.86
Errors'+' is not preceded with whitespace.87
Errors'+' is not followed by whitespace.87
Errors'+' is not preceded with whitespace.87
Errors'+' is not followed by whitespace.87
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.109
ErrorsParameter url should be final.111
ErrorsParameter ext should be final.111
ErrorsLine has trailing spaces.113
Errors'+' is not preceded with whitespace.114
Errors'+' is not followed by whitespace.114
ErrorsLine is longer than 80 characters.120
ErrorsLine has trailing spaces.123
ErrorsLine has trailing spaces.126

eu/scape_project/pit/util/StringUtils.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.21
ErrorsLine has trailing spaces.29
ErrorsFirst sentence should end with a period.37
ErrorsParameter path should be final.42
ErrorsLine is longer than 80 characters.53
ErrorsParameter uri should be final.53
ErrorsExpected @param tag for 'uri'.53
ErrorsParameter preserveExtension should be final.53
ErrorsExpected @param tag for 'preserveExtension'.53
ErrorsLine is longer than 80 characters.60

eu/scape_project/services/characterise/ByteStreamCharacterisation.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.17
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.22
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.32
ErrorsMethod 'characterise' is not designed for extension - needs to be abstract, final or empty.32
ErrorsParameter is should be final.32
ErrorsExpected @throws tag for 'NoSuchAlgorithmException'.32
ErrorsExpected @throws tag for 'IOException'.32
ErrorsLine contains a tab character.33