Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
35001362

Files

Filesinfowarningerror
de/aixcept/flex2/annotations/ServiceType.java004
de/aixcept/flex2/annotations/ActionScript.java0015
de/aixcept/flex2/annotations/ActionScriptProperty.java0010
de/aixcept/flex2/annotations/WebService.java008
de/aixcept/flex2/annotations/metadata/ServiceInfo.java0021
de/aixcept/flex2/annotations/BusinessDelegates.java004
de/aixcept/flex2/annotations/Event.java007
de/aixcept/util/AnnotationUtils.java00120
de/aixcept/flex2/annotations/package.html001
de/aixcept/flex2/annotations/RemoteObject.java009
de/aixcept/flex2/annotations/apt/package.html001
de/aixcept/flex2/annotations/Property.java003
de/aixcept/flex2/annotations/metadata/BusinessDelegateInfo.java0021
de/aixcept/util/TypeValue.java0027
de/aixcept/flex2/annotations/metadata/ActionScriptRegistryInfo.java0037
de/aixcept/flex2/annotations/BusinessDelegate.java004
de/aixcept/flex2/annotations/metadata/CommandWithDelegateInfo.java0011
de/aixcept/flex2/annotations/metadata/CommandInfo.java0038
de/aixcept/flex2/annotations/Cairngorm.java002
de/aixcept/flex2/annotations/apt/ActionScriptAnnotationProcessorFactory.java0023
de/aixcept/util/package.html001
de/aixcept/flex2/annotations/metadata/EventInfo.java0031
de/aixcept/flex2/annotations/metadata/PropertyInfo.java0012
de/aixcept/util/Info.java001
de/aixcept/flex2/annotations/Services.java007
de/aixcept/flex2/annotations/Events.java006
de/aixcept/flex2/annotations/metadata/CairngormInfo.java00202
de/aixcept/flex2/annotations/CommandWithDelegate.java004
de/aixcept/flex2/annotations/metadata/package.html001
de/aixcept/flex2/annotations/CommandWithoutDelegate.java003
de/aixcept/flex2/annotations/HTTPService.java0011
de/aixcept/flex2/annotations/apt/ActionScriptAnnotationProcessor.java00482
de/aixcept/flex2/annotations/metadata/ActionScriptInfo.java00170
de/aixcept/flex2/annotations/metadata/ActionScriptPropertyInfo.java0061
de/aixcept/flex2/annotations/Commands.java004

Details

de/aixcept/flex2/annotations/ServiceType.java

ViolationMessageLine
errorFirst sentence should end with a period.23
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33

de/aixcept/flex2/annotations/ActionScript.java

ViolationMessageLine
errorUnused Javadoc tag.39
errorUnused Javadoc tag.46
errorUnused Javadoc tag.53
errorLine is longer than 80 characters.60
errorUnused Javadoc tag.60
errorLine is longer than 80 characters.65
errorLine is longer than 80 characters.67
errorUnused Javadoc tag.67
errorLine is longer than 80 characters.72
errorLine is longer than 80 characters.74
errorUnused Javadoc tag.74
errorLine is longer than 80 characters.81
errorUnused Javadoc tag.81
errorUnused Javadoc tag.87
errorLine has trailing spaces.90

de/aixcept/flex2/annotations/ActionScriptProperty.java

ViolationMessageLine
errorUnused Javadoc tag.41
errorUnused Javadoc tag.48
errorLine is longer than 80 characters.55
errorUnused Javadoc tag.55
errorLine is longer than 80 characters.62
errorUnused Javadoc tag.62
errorUnused Javadoc tag.69
errorLine is longer than 80 characters.76
errorUnused Javadoc tag.76
errorUnused Javadoc tag.82

de/aixcept/flex2/annotations/WebService.java

ViolationMessageLine
errorFirst sentence should end with a period.27
errorLine is longer than 80 characters.30
error'}' is not preceded with whitespace.41
errorMissing a Javadoc comment.64
errorLine is longer than 80 characters.67
errorLine is longer than 80 characters.72
errorFirst sentence should end with a period.87
errorFirst sentence should end with a period.92

de/aixcept/flex2/annotations/metadata/ServiceInfo.java

ViolationMessageLine
errorFirst sentence should end with a period.23
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.34
errorMethod 'getType' is not designed for extension - needs to be abstract, final or empty.42
errorMethod 'setType' is not designed for extension - needs to be abstract, final or empty.51
errorParameter type should be final.51
error'type' hides a field.51
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.60
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.69
errorParameter id should be final.69
error'id' hides a field.69
errorMethod 'getDestination' is not designed for extension - needs to be abstract, final or empty.78
errorMethod 'setDestination' is not designed for extension - needs to be abstract, final or empty.87
errorParameter destination should be final.87
error'destination' hides a field.87
errorMethod 'isShowBusyCursor' is not designed for extension - needs to be abstract, final or empty.96
errorMethod 'setShowBusyCursor' is not designed for extension - needs to be abstract, final or empty.105
errorParameter showBusyCursor should be final.105
error'showBusyCursor' hides a field.105

de/aixcept/flex2/annotations/BusinessDelegates.java

ViolationMessageLine
errorFirst sentence should end with a period.27
error'}' is not preceded with whitespace.33
errorFirst sentence should end with a period.37
error'}' is not preceded with whitespace.40

de/aixcept/flex2/annotations/Event.java

ViolationMessageLine
errorUnused import - java.lang.annotation.ElementType.23
errorFirst sentence should end with a period.28
error'}' is not preceded with whitespace.34
errorLine has trailing spaces.50
errorComment matches to-do format 'TODO:'.58
errorLine has trailing spaces.58
error'}' is not preceded with whitespace.60

de/aixcept/util/AnnotationUtils.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - com.sun.mirror.declaration.*.3
errorUsing the '.*' form of import should be avoided - java.util.*.9
errorFirst sentence should end with a period.12
errorUtility classes should not have a public or default constructor.18
errorLine has trailing spaces.22
errorLine is longer than 80 characters.25
errorLine is longer than 80 characters.27
errorParameter typeName should be final.27
errorParameter annotations should be final.27
error'if' construct must use '{}'s.29
errorFirst sentence should end with a period.36
errorLine is longer than 80 characters.46
error'<' is not preceded with whitespace.46
error'<' is not followed by whitespace.46
error'>' is not preceded with whitespace.46
errorParameter annotation should be final.46
errorExpected @throws tag for 'IntrospectionException'.46
errorExpected @throws tag for 'IllegalArgumentException'.46
errorRedundant throws: 'IllegalArgumentException' is unchecked exception.46
errorExpected @throws tag for 'IllegalAccessException'.46
errorExpected @throws tag for 'InvocationTargetException'.46
error'<' is not preceded with whitespace.48
error'<' is not followed by whitespace.48
error'>' is not preceded with whitespace.48
error'<' is not preceded with whitespace.48
error'<' is not followed by whitespace.48
error'>' is not preceded with whitespace.48
error'>' is not followed by whitespace.48
errorLine is longer than 80 characters.50
errorLine is longer than 80 characters.73
error'<' is not preceded with whitespace.73
error'<' is not followed by whitespace.73
error',' is not followed by whitespace.73
error'>' is not preceded with whitespace.73
errorParameter declaration should be final.73
errorParameter annotationClassName should be final.73
errorLine is longer than 80 characters.75
errorFirst sentence should end with a period.82
errorLine is longer than 80 characters.89
error'<' is not preceded with whitespace.89
error'<' is not followed by whitespace.89
error'>' is not preceded with whitespace.89
errorParameter declaration should be final.89
errorParameter type should be final.89
error'<' is not preceded with whitespace.91
error'<' is not followed by whitespace.91
error'>' is not preceded with whitespace.91
error'<' is not preceded with whitespace.91
error'<' is not followed by whitespace.91
error'>' is not preceded with whitespace.91
error'>' is not followed by whitespace.91
errorLine is longer than 80 characters.92
error'<' is not preceded with whitespace.92
error'<' is not followed by whitespace.92
error'>' is not preceded with whitespace.92
errorLine is longer than 80 characters.99
errorLine is longer than 80 characters.100
errorLine is longer than 80 characters.102
errorAvoid inline conditionals.102
errorLine is longer than 80 characters.111
errorMissing a Javadoc comment.111
error'<' is not preceded with whitespace.111
error'<' is not followed by whitespace.111
error'>' is not preceded with whitespace.111
errorParameter type should be final.111
errorParameter values should be final.111
error'<' is not preceded with whitespace.111
error'<' is not followed by whitespace.111
error'>' is not preceded with whitespace.111
errorLine is longer than 80 characters.113
error'if' construct must use '{}'s.117
error'<' is not preceded with whitespace.131
error'<' is not followed by whitespace.131
error',' is not followed by whitespace.131
error'>' is not preceded with whitespace.131
errorParameter mirror should be final.131
error'<' is not preceded with whitespace.133
error'<' is not followed by whitespace.133
error',' is not followed by whitespace.133
error'>' is not preceded with whitespace.133
error'<' is not preceded with whitespace.133
error'<' is not followed by whitespace.133
error',' is not followed by whitespace.133
error'>' is not preceded with whitespace.133
error'>' is not followed by whitespace.133
errorLine is longer than 80 characters.134
error'<' is not preceded with whitespace.134
error'<' is not followed by whitespace.134
error'>' is not preceded with whitespace.134
errorLine is longer than 80 characters.139
errorLine is longer than 80 characters.141
error'<' is not preceded with whitespace.146
error'<' is not followed by whitespace.146
error'>' is not preceded with whitespace.146
error'<' is not preceded with whitespace.146
error'<' is not followed by whitespace.146
error'>' is not preceded with whitespace.146
error'>' is not followed by whitespace.146
error'(' is followed by whitespace.147
errorLine is longer than 80 characters.148
errorLine is longer than 80 characters.150
error'if' construct must use '{}'s.152
errorLine is longer than 80 characters.152
errorLine is longer than 80 characters.153
error'else' construct must use '{}'s.154
error',' is not followed by whitespace.162
errorLine is longer than 80 characters.165
errorLine has trailing spaces.170
errorLine is longer than 80 characters.176
errorParameter environment should be final.176
errorParameter name should be final.176
error'if' construct must use '{}'s.181
errorLine is longer than 80 characters.184
error'<' is not preceded with whitespace.184
error'<' is not followed by whitespace.184
error'>' is not preceded with whitespace.184
error'if' construct must use '{}'s.188
errorLine has trailing spaces.197
errorParameter comment should be final.202
errorParameter level should be final.202

de/aixcept/flex2/annotations/package.html

ViolationMessageLine
errorMissing package documentation file.0

de/aixcept/flex2/annotations/RemoteObject.java

ViolationMessageLine
errorLine is longer than 80 characters.30
error'}' is not preceded with whitespace.44
errorMissing a Javadoc comment.67
errorLine is longer than 80 characters.70
errorFirst sentence should end with a period.74
errorLine is longer than 80 characters.80
errorFirst sentence should end with a period.84
errorFirst sentence should end with a period.89
errorLine has trailing spaces.93

de/aixcept/flex2/annotations/apt/package.html

ViolationMessageLine
errorMissing package documentation file.0

de/aixcept/flex2/annotations/Property.java

ViolationMessageLine
errorFirst sentence should end with a period.27
error'}' is not preceded with whitespace.33
errorLine has trailing spaces.41

de/aixcept/flex2/annotations/metadata/BusinessDelegateInfo.java

ViolationMessageLine
errorFirst sentence should end with a period.25
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.36
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.44
errorMethod 'setName' is not designed for extension - needs to be abstract, final or empty.53
errorParameter name should be final.53
error'name' hides a field.53
errorMethod 'getPackageName' is not designed for extension - needs to be abstract, final or empty.62
errorMethod 'setPackageName' is not designed for extension - needs to be abstract, final or empty.71
errorParameter packageName should be final.71
error'packageName' hides a field.71
errorMethod 'getBusinessPackage' is not designed for extension - needs to be abstract, final or empty.80
errorMethod 'setBusinessPackage' is not designed for extension - needs to be abstract, final or empty.89
errorParameter businessPackage should be final.89
error'businessPackage' hides a field.89
errorMethod 'isInclude' is not designed for extension - needs to be abstract, final or empty.94
errorMethod 'setInclude' is not designed for extension - needs to be abstract, final or empty.99
errorParameter include should be final.99
error'include' hides a field.99

de/aixcept/util/TypeValue.java

ViolationMessageLine
errorFirst sentence should end with a period.23
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorParameter type should be final.40
error'type' hides a field.40
errorParameter value should be final.40
error'value' hides a field.40
errorLine has trailing spaces.44
errorParameter type should be final.52
error'type' hides a field.52
errorParameter value should be final.52
error'value' hides a field.52
errorParameter comment should be final.52
error'comment' hides a field.52
errorMethod 'getType' is not designed for extension - needs to be abstract, final or empty.63
errorMethod 'setType' is not designed for extension - needs to be abstract, final or empty.72
errorParameter type should be final.72
error'type' hides a field.72
errorMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.81
errorMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.90
errorParameter value should be final.90
error'value' hides a field.90
errorMethod 'getComment' is not designed for extension - needs to be abstract, final or empty.99
errorMethod 'setComment' is not designed for extension - needs to be abstract, final or empty.108
errorParameter comment should be final.108
error'comment' hides a field.108

de/aixcept/flex2/annotations/metadata/ActionScriptRegistryInfo.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - java.util.*.24
errorFirst sentence should end with a period.26
errorMissing a Javadoc comment.34
error'<' is not preceded with whitespace.34
error'<' is not followed by whitespace.34
error'>' is not preceded with whitespace.34
error'<' is not preceded with whitespace.34
error'<' is not followed by whitespace.34
error'>' is not preceded with whitespace.34
error'>' is not followed by whitespace.34
errorMissing a Javadoc comment.35
error'<' is not preceded with whitespace.35
error'<' is not followed by whitespace.35
error'>' is not preceded with whitespace.35
error'<' is not preceded with whitespace.35
error'<' is not followed by whitespace.35
error'>' is not preceded with whitespace.35
error'>' is not followed by whitespace.35
errorMissing a Javadoc comment.36
errorMethod 'getPackageName' is not designed for extension - needs to be abstract, final or empty.43
errorMethod 'setPackageName' is not designed for extension - needs to be abstract, final or empty.53
errorParameter pkgName should be final.53
errorExpected @param tag for 'pkgName'.53
error'(' is followed by whitespace.54
error'(' is followed by whitespace.55
errorMethod 'add' is not designed for extension - needs to be abstract, final or empty.70
errorParameter name should be final.70
errorParameter clazz should be final.70
errorMust have at least one statement.76
errorMethod 'getRegistry' is not designed for extension - needs to be abstract, final or empty.89
error'<' is not preceded with whitespace.89
error'<' is not followed by whitespace.89
error'>' is not preceded with whitespace.89
errorMethod 'getImports' is not designed for extension - needs to be abstract, final or empty.98
error'<' is not preceded with whitespace.98
error'<' is not followed by whitespace.98
error'>' is not preceded with whitespace.98

de/aixcept/flex2/annotations/BusinessDelegate.java

ViolationMessageLine
errorUnused import - java.lang.annotation.ElementType.23
errorFirst sentence should end with a period.28
error'}' is not preceded with whitespace.34
errorLine has trailing spaces.40

de/aixcept/flex2/annotations/metadata/CommandWithDelegateInfo.java

ViolationMessageLine
errorFirst sentence should end with a period.23
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33
errorMethod 'getDelegate' is not designed for extension - needs to be abstract, final or empty.40
errorMethod 'setDelegate' is not designed for extension - needs to be abstract, final or empty.49
errorParameter delegate should be final.49
error'delegate' hides a field.49
errorMethod 'getBusinessPackage' is not designed for extension - needs to be abstract, final or empty.58
errorMethod 'setBusinessPackage' is not designed for extension - needs to be abstract, final or empty.67
errorParameter businessPackage should be final.67
error'businessPackage' hides a field.67

de/aixcept/flex2/annotations/metadata/CommandInfo.java

ViolationMessageLine
errorFirst sentence should end with a period.5
errorMissing a Javadoc comment.13
errorVariable 'name' must be private and have accessor methods.13
errorMissing a Javadoc comment.14
errorVariable 'packageName' must be private and have accessor methods.14
errorMissing a Javadoc comment.15
errorVariable 'commandPackage' must be private and have accessor methods.15
errorMissing a Javadoc comment.16
errorVariable 'eventPackage' must be private and have accessor methods.16
errorMissing a Javadoc comment.17
errorVariable 'event' must be private and have accessor methods.17
errorMissing a Javadoc comment.18
errorVariable 'include' must be private and have accessor methods.18
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.25
errorMethod 'setName' is not designed for extension - needs to be abstract, final or empty.34
errorParameter name should be final.34
error'name' hides a field.34
errorMethod 'getPackageName' is not designed for extension - needs to be abstract, final or empty.43
errorMethod 'setPackageName' is not designed for extension - needs to be abstract, final or empty.52
errorParameter packageName should be final.52
error'packageName' hides a field.52
errorMethod 'isInclude' is not designed for extension - needs to be abstract, final or empty.57
errorMethod 'setInclude' is not designed for extension - needs to be abstract, final or empty.62
errorParameter include should be final.62
error'include' hides a field.62
errorMethod 'getCommandPackage' is not designed for extension - needs to be abstract, final or empty.71
errorMethod 'setCommandPackage' is not designed for extension - needs to be abstract, final or empty.80
errorParameter commandPackage should be final.80
error'commandPackage' hides a field.80
errorMethod 'getEventPackage' is not designed for extension - needs to be abstract, final or empty.89
errorMethod 'setEventPackage' is not designed for extension - needs to be abstract, final or empty.98
errorParameter eventPackage should be final.98
error'eventPackage' hides a field.98
errorMethod 'getEvent' is not designed for extension - needs to be abstract, final or empty.107
errorMethod 'setEvent' is not designed for extension - needs to be abstract, final or empty.116
errorParameter event should be final.116
error'event' hides a field.116
errorLine has trailing spaces.118

de/aixcept/flex2/annotations/Cairngorm.java

ViolationMessageLine
errorFirst sentence should end with a period.28
errorLine is longer than 80 characters.94

de/aixcept/flex2/annotations/apt/ActionScriptAnnotationProcessorFactory.java

ViolationMessageLine
errorLine is longer than 80 characters.2
errorLine is longer than 80 characters.34
errorMissing a Javadoc comment.34
errorLine is longer than 80 characters.42
errorMethod 'getProcessorFor' is not designed for extension - needs to be abstract, final or empty.42
errorParameter declarations should be final.42
error'<' is not preceded with whitespace.42
error'<' is not followed by whitespace.42
error'>' is not preceded with whitespace.42
errorExpected @param tag for 'declarations'.42
errorParameter env should be final.42
errorExpected @param tag for 'env'.42
errorFirst sentence should end with a period.52
errorLine is longer than 80 characters.53
errorMethod 'supportedAnnotationTypes' is not designed for extension - needs to be abstract, final or empty.57
error'<' is not preceded with whitespace.57
error'<' is not followed by whitespace.57
error'>' is not preceded with whitespace.57
errorFirst sentence should end with a period.74
errorMethod 'supportedOptions' is not designed for extension - needs to be abstract, final or empty.79
error'<' is not preceded with whitespace.79
error'<' is not followed by whitespace.79
error'>' is not preceded with whitespace.79

de/aixcept/util/package.html

ViolationMessageLine
errorMissing package documentation file.0

de/aixcept/flex2/annotations/metadata/EventInfo.java

ViolationMessageLine
errorFirst sentence should end with a period.25
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.38
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.46
errorMethod 'setName' is not designed for extension - needs to be abstract, final or empty.55
errorParameter name should be final.55
error'name' hides a field.55
errorMethod 'getPackageName' is not designed for extension - needs to be abstract, final or empty.64
errorMethod 'setPackageName' is not designed for extension - needs to be abstract, final or empty.73
errorParameter packageName should be final.73
error'packageName' hides a field.73
errorMethod 'getConstant' is not designed for extension - needs to be abstract, final or empty.83
errorMethod 'setConstant' is not designed for extension - needs to be abstract, final or empty.92
errorParameter constant should be final.92
error'constant' hides a field.92
errorMethod 'isInclude' is not designed for extension - needs to be abstract, final or empty.98
errorMethod 'setInclude' is not designed for extension - needs to be abstract, final or empty.103
errorParameter include should be final.103
error'include' hides a field.103
errorMethod 'getEventPackage' is not designed for extension - needs to be abstract, final or empty.113
errorMethod 'setEventPackage' is not designed for extension - needs to be abstract, final or empty.122
errorParameter eventPackage should be final.122
error'eventPackage' hides a field.122
errorMethod 'getEvent' is not designed for extension - needs to be abstract, final or empty.131
errorMethod 'setEvent' is not designed for extension - needs to be abstract, final or empty.140
errorParameter event should be final.140
error'event' hides a field.140

de/aixcept/flex2/annotations/metadata/PropertyInfo.java

ViolationMessageLine
errorFirst sentence should end with a period.23
errorLine has trailing spaces.30
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.40
errorMethod 'setName' is not designed for extension - needs to be abstract, final or empty.49
errorParameter name should be final.49
error'name' hides a field.49
errorMethod 'getType' is not designed for extension - needs to be abstract, final or empty.58
errorMethod 'setType' is not designed for extension - needs to be abstract, final or empty.67
errorParameter type should be final.67
error'type' hides a field.67

de/aixcept/util/Info.java

ViolationMessageLine
errorFirst sentence should end with a period.3

de/aixcept/flex2/annotations/Services.java

ViolationMessageLine
errorUnused import - java.lang.annotation.ElementType.23
errorFirst sentence should end with a period.28
error'}' is not preceded with whitespace.34
error'}' is not preceded with whitespace.41
error'}' is not preceded with whitespace.46
errorLine has trailing spaces.47
error'}' is not preceded with whitespace.51

de/aixcept/flex2/annotations/Events.java

ViolationMessageLine
errorUnused import - java.lang.annotation.ElementType.23
errorFirst sentence should end with a period.28
error'}' is not preceded with whitespace.34
errorFirst sentence should end with a period.38
errorLine has trailing spaces.39
error'}' is not preceded with whitespace.41

de/aixcept/flex2/annotations/metadata/CairngormInfo.java

ViolationMessageLine
errorFirst sentence should end with a period.30
errorLine is longer than 80 characters.38
errorMissing a Javadoc comment.38
error'<' is not preceded with whitespace.38
error'<' is not followed by whitespace.38
error'>' is not preceded with whitespace.38
error'<' is not preceded with whitespace.38
error'<' is not followed by whitespace.38
error'>' is not preceded with whitespace.38
error'>' is not followed by whitespace.38
errorLine is longer than 80 characters.39
errorMissing a Javadoc comment.39
error'<' is not preceded with whitespace.39
error'<' is not followed by whitespace.39
error'>' is not preceded with whitespace.39
error'<' is not preceded with whitespace.39
error'<' is not followed by whitespace.39
error'>' is not preceded with whitespace.39
error'>' is not followed by whitespace.39
errorLine is longer than 80 characters.40
errorMissing a Javadoc comment.40
error'<' is not preceded with whitespace.40
error'<' is not followed by whitespace.40
error'>' is not preceded with whitespace.40
error'<' is not preceded with whitespace.40
error'<' is not followed by whitespace.40
error'>' is not preceded with whitespace.40
error'>' is not followed by whitespace.40
errorMissing a Javadoc comment.41
error'<' is not preceded with whitespace.41
error'<' is not followed by whitespace.41
error'>' is not preceded with whitespace.41
error'<' is not preceded with whitespace.41
error'<' is not followed by whitespace.41
error'>' is not preceded with whitespace.41
error'>' is not followed by whitespace.41
errorMissing a Javadoc comment.42
error'<' is not preceded with whitespace.42
error'<' is not followed by whitespace.42
error'>' is not preceded with whitespace.42
error'<' is not preceded with whitespace.42
error'<' is not followed by whitespace.42
error'>' is not preceded with whitespace.42
error'>' is not followed by whitespace.42
errorMissing a Javadoc comment.43
error'<' is not preceded with whitespace.43
error'<' is not followed by whitespace.43
error'>' is not preceded with whitespace.43
error'<' is not preceded with whitespace.43
error'<' is not followed by whitespace.43
error'>' is not preceded with whitespace.43
error'>' is not followed by whitespace.43
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.47
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.100
errorMethod 'setName' is not designed for extension - needs to be abstract, final or empty.109
errorParameter name should be final.109
error'name' hides a field.109
errorMethod 'getPackageName' is not designed for extension - needs to be abstract, final or empty.118
errorMethod 'setPackageName' is not designed for extension - needs to be abstract, final or empty.127
errorParameter packageName should be final.127
error'packageName' hides a field.127
errorMethod 'isInclude' is not designed for extension - needs to be abstract, final or empty.133
errorMethod 'setInclude' is not designed for extension - needs to be abstract, final or empty.138
errorParameter include should be final.138
error'include' hides a field.138
errorMethod 'getProjectName' is not designed for extension - needs to be abstract, final or empty.147
errorMethod 'setProjectName' is not designed for extension - needs to be abstract, final or empty.156
errorParameter projectName should be final.156
error'projectName' hides a field.156
errorMethod 'getNamespace' is not designed for extension - needs to be abstract, final or empty.165
errorMethod 'setNamespace' is not designed for extension - needs to be abstract, final or empty.174
errorParameter namespace should be final.174
error'namespace' hides a field.174
errorMethod 'getCommandPackage' is not designed for extension - needs to be abstract, final or empty.183
errorMethod 'setCommandPackage' is not designed for extension - needs to be abstract, final or empty.192
errorParameter commandPackage should be final.192
error'commandPackage' hides a field.192
errorMethod 'getControlPackage' is not designed for extension - needs to be abstract, final or empty.201
errorMethod 'setControlPackage' is not designed for extension - needs to be abstract, final or empty.210
errorParameter controlPackage should be final.210
error'controlPackage' hides a field.210
errorMethod 'getEventPackage' is not designed for extension - needs to be abstract, final or empty.219
errorMethod 'setEventPackage' is not designed for extension - needs to be abstract, final or empty.228
errorParameter eventPackage should be final.228
error'eventPackage' hides a field.228
errorMethod 'getBusinessPackage' is not designed for extension - needs to be abstract, final or empty.237
errorMethod 'setBusinessPackage' is not designed for extension - needs to be abstract, final or empty.246
errorParameter businessPackage should be final.246
error'businessPackage' hides a field.246
errorMethod 'getModelPackage' is not designed for extension - needs to be abstract, final or empty.255
errorMethod 'setModelPackage' is not designed for extension - needs to be abstract, final or empty.264
errorParameter modelPackage should be final.264
error'modelPackage' hides a field.264
errorMethod 'getViewPackage' is not designed for extension - needs to be abstract, final or empty.273
errorMethod 'setViewPackage' is not designed for extension - needs to be abstract, final or empty.282
errorParameter viewPackage should be final.282
error'viewPackage' hides a field.282
errorMethod 'getVoPackage' is not designed for extension - needs to be abstract, final or empty.291
errorMethod 'setVoPackage' is not designed for extension - needs to be abstract, final or empty.300
errorParameter voPackage should be final.300
error'voPackage' hides a field.300
errorMethod 'getBusinessDelegates' is not designed for extension - needs to be abstract, final or empty.309
error'<' is not preceded with whitespace.309
error'<' is not followed by whitespace.309
error'>' is not preceded with whitespace.309
errorLine is longer than 80 characters.318
errorMethod 'setBusinessDelegates' is not designed for extension - needs to be abstract, final or empty.318
errorParameter businessDelegates should be final.318
error'<' is not preceded with whitespace.318
error'<' is not followed by whitespace.318
error'>' is not preceded with whitespace.318
error'businessDelegates' hides a field.318
errorMethod 'addBusinessDelegate' is not designed for extension - needs to be abstract, final or empty.322
errorMissing a Javadoc comment.322
errorParameter businessDelegateInfo should be final.322
errorMethod 'getCommandsWithDelegate' is not designed for extension - needs to be abstract, final or empty.331
error'<' is not preceded with whitespace.331
error'<' is not followed by whitespace.331
error'>' is not preceded with whitespace.331
errorLine is longer than 80 characters.338
errorLine is longer than 80 characters.340
errorMethod 'setCommandsWithDelegate' is not designed for extension - needs to be abstract, final or empty.340
errorParameter commandsWithDelegate should be final.340
error'<' is not preceded with whitespace.340
error'<' is not followed by whitespace.340
error'>' is not preceded with whitespace.340
error'commandsWithDelegate' hides a field.340
errorLine is longer than 80 characters.344
errorMethod 'addCommandWithDelegate' is not designed for extension - needs to be abstract, final or empty.344
errorMissing a Javadoc comment.344
errorParameter commandWithDelegateTag should be final.344
errorMethod 'getCommandsWithoutDelegate' is not designed for extension - needs to be abstract, final or empty.353
error'<' is not preceded with whitespace.353
error'<' is not followed by whitespace.353
error'>' is not preceded with whitespace.353
errorLine is longer than 80 characters.360
errorLine is longer than 80 characters.362
errorMethod 'setCommandsWithoutDelegate' is not designed for extension - needs to be abstract, final or empty.362
errorParameter commandsWithoutDelegate should be final.362
error'<' is not preceded with whitespace.362
error'<' is not followed by whitespace.362
error'>' is not preceded with whitespace.362
error'commandsWithoutDelegate' hides a field.362
errorLine is longer than 80 characters.366
errorMethod 'addCommandWithoutDelegate' is not designed for extension - needs to be abstract, final or empty.366
errorMissing a Javadoc comment.366
errorParameter commandWithoutDelegateInfo should be final.366
errorMethod 'getEvents' is not designed for extension - needs to be abstract, final or empty.375
error'<' is not preceded with whitespace.375
error'<' is not followed by whitespace.375
error'>' is not preceded with whitespace.375
errorMethod 'setEvents' is not designed for extension - needs to be abstract, final or empty.384
errorParameter events should be final.384
error'<' is not preceded with whitespace.384
error'<' is not followed by whitespace.384
error'>' is not preceded with whitespace.384
error'events' hides a field.384
errorMethod 'addEvent' is not designed for extension - needs to be abstract, final or empty.388
errorMissing a Javadoc comment.388
errorParameter eventInfo should be final.388
errorMethod 'getServices' is not designed for extension - needs to be abstract, final or empty.397
error'<' is not preceded with whitespace.397
error'<' is not followed by whitespace.397
error'>' is not preceded with whitespace.397
errorMethod 'setServices' is not designed for extension - needs to be abstract, final or empty.406
errorParameter services should be final.406
error'<' is not preceded with whitespace.406
error'<' is not followed by whitespace.406
error'>' is not preceded with whitespace.406
error'services' hides a field.406
errorMethod 'addService' is not designed for extension - needs to be abstract, final or empty.410
errorMissing a Javadoc comment.410
errorParameter serviceInfo should be final.410
errorMethod 'addImport' is not designed for extension - needs to be abstract, final or empty.414
errorMissing a Javadoc comment.414
errorParameter value should be final.414
errorMethod 'getImports' is not designed for extension - needs to be abstract, final or empty.423
error'<' is not preceded with whitespace.423
error'<' is not followed by whitespace.423
error'>' is not preceded with whitespace.423
errorMethod 'setImports' is not designed for extension - needs to be abstract, final or empty.432
errorParameter imports should be final.432
error'<' is not preceded with whitespace.432
error'<' is not followed by whitespace.432
error'>' is not preceded with whitespace.432
error'imports' hides a field.432
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.437
error'+' should be on a new line.438
error'+' should be on a new line.439
error'+' should be on a new line.440
error'+' should be on a new line.441
error'+' should be on a new line.442
error'+' should be on a new line.443
error'+' should be on a new line.444
error'+' should be on a new line.445
error'+' should be on a new line.446
error'+' should be on a new line.447
error'+' should be on a new line.448
error'+' should be on a new line.449
error'+' should be on a new line.450

de/aixcept/flex2/annotations/CommandWithDelegate.java

ViolationMessageLine
errorUnused import - java.lang.annotation.ElementType.23
errorFirst sentence should end with a period.28
error'}' is not preceded with whitespace.34
errorLine has trailing spaces.52

de/aixcept/flex2/annotations/metadata/package.html

ViolationMessageLine
errorMissing package documentation file.0

de/aixcept/flex2/annotations/CommandWithoutDelegate.java

ViolationMessageLine
errorUnused import - java.lang.annotation.ElementType.23
errorFirst sentence should end with a period.28
error'}' is not preceded with whitespace.34

de/aixcept/flex2/annotations/HTTPService.java

ViolationMessageLine
errorFirst sentence should end with a period.27
error'}' is not preceded with whitespace.33
errorLine has trailing spaces.51
errorLine is longer than 80 characters.69
errorLine is longer than 80 characters.74
errorLine has trailing spaces.80
errorLine is longer than 80 characters.84
errorLine has trailing spaces.85
errorLine has trailing spaces.92
errorFirst sentence should end with a period.108
errorFirst sentence should end with a period.113

de/aixcept/flex2/annotations/apt/ActionScriptAnnotationProcessor.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - com.sun.mirror.declaration.*.25
errorUsing the '.*' form of import should be avoided - de.aixcept.flex2.annotations.metadata.*.30
errorUsing the '.*' form of import should be avoided - java.util.*.48
errorMissing a Javadoc comment.52
errorLine is longer than 80 characters.57
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.57
errorLine is longer than 80 characters.59
errorMissing a Javadoc comment.59
errorLine is longer than 80 characters.60
errorMissing a Javadoc comment.60
errorLine is longer than 80 characters.62
errorMissing a Javadoc comment.62
error'<' is not preceded with whitespace.62
error'<' is not followed by whitespace.62
error'>' is not preceded with whitespace.62
error'<' is not preceded with whitespace.62
error'<' is not followed by whitespace.62
error'>' is not preceded with whitespace.62
error'>' is not followed by whitespace.62
errorLine is longer than 80 characters.71
errorLine is longer than 80 characters.72
errorLine is longer than 80 characters.73
errorLine is longer than 80 characters.79
errorLine is longer than 80 characters.80
errorLine is longer than 80 characters.88
errorLine is longer than 80 characters.89
errorLine is longer than 80 characters.90
errorLine is longer than 80 characters.91
errorLine is longer than 80 characters.93
errorLine is longer than 80 characters.94
errorLine is longer than 80 characters.95
errorLine is longer than 80 characters.96
errorLine is longer than 80 characters.97
errorLine is longer than 80 characters.98
errorLine is longer than 80 characters.104
errorLine is longer than 80 characters.111
errorMissing a Javadoc comment.111
errorLine is longer than 80 characters.112
errorMissing a Javadoc comment.112
errorLine is longer than 80 characters.113
errorMissing a Javadoc comment.113
errorLine is longer than 80 characters.114
errorMissing a Javadoc comment.114
errorLine is longer than 80 characters.115
errorMissing a Javadoc comment.115
errorLine is longer than 80 characters.116
errorMissing a Javadoc comment.116
errorMissing a Javadoc comment.117
errorMissing a Javadoc comment.118
errorLine is longer than 80 characters.119
errorMissing a Javadoc comment.119
errorLine is longer than 80 characters.120
errorMissing a Javadoc comment.120
errorLine is longer than 80 characters.121
errorMissing a Javadoc comment.121
errorLine is longer than 80 characters.122
errorMissing a Javadoc comment.122
errorLine is longer than 80 characters.123
errorMissing a Javadoc comment.123
errorMissing a Javadoc comment.126
errorMissing a Javadoc comment.127
errorMissing a Javadoc comment.128
errorLine is longer than 80 characters.129
errorMissing a Javadoc comment.129
errorLine is longer than 80 characters.130
errorMissing a Javadoc comment.130
error'<' is not preceded with whitespace.130
error'<' is not followed by whitespace.130
error'>' is not preceded with whitespace.130
error'<' is not preceded with whitespace.130
error'<' is not followed by whitespace.130
error'>' is not preceded with whitespace.130
error'>' is not followed by whitespace.130
errorLine is longer than 80 characters.131
errorMissing a Javadoc comment.131
error'<' is not preceded with whitespace.131
error'<' is not followed by whitespace.131
error'>' is not preceded with whitespace.131
error'<' is not preceded with whitespace.131
error'<' is not followed by whitespace.131
error'>' is not preceded with whitespace.131
error'>' is not followed by whitespace.131
errorMissing a Javadoc comment.133
error'<' is not preceded with whitespace.133
error'<' is not followed by whitespace.133
error'>' is not preceded with whitespace.133
error'<' is not preceded with whitespace.133
error'<' is not followed by whitespace.133
error'>' is not preceded with whitespace.133
error'>' is not followed by whitespace.133
errorLine is longer than 80 characters.134
errorMissing a Javadoc comment.134
error'<' is not preceded with whitespace.134
error'<' is not followed by whitespace.134
error'>' is not preceded with whitespace.134
error'<' is not preceded with whitespace.134
error'<' is not followed by whitespace.134
error'>' is not preceded with whitespace.134
error'>' is not followed by whitespace.134
errorLine is longer than 80 characters.135
errorMissing a Javadoc comment.135
error'<' is not preceded with whitespace.135
error'<' is not followed by whitespace.135
error'>' is not preceded with whitespace.135
error'<' is not preceded with whitespace.135
error'<' is not followed by whitespace.135
error'>' is not preceded with whitespace.135
error'>' is not followed by whitespace.135
errorMissing a Javadoc comment.137
errorParameter env should be final.137
errorLine is longer than 80 characters.139
errorLine is longer than 80 characters.140
errorMethod 'process' is not designed for extension - needs to be abstract, final or empty.143
errorMissing a Javadoc comment.143
errorLine is longer than 80 characters.149
error'<' is not preceded with whitespace.149
error'<' is not followed by whitespace.149
error'>' is not preceded with whitespace.149
errorLine is longer than 80 characters.150
error'<' is not preceded with whitespace.150
error'<' is not followed by whitespace.150
error'>' is not preceded with whitespace.150
errorLine is longer than 80 characters.161
error'<' is not preceded with whitespace.161
error'<' is not followed by whitespace.161
error'>' is not preceded with whitespace.161
errorMissing a Javadoc comment.177
errorLine is longer than 80 characters.178
errorLine is longer than 80 characters.179
error'<' is not preceded with whitespace.179
error'<' is not followed by whitespace.179
error'>' is not preceded with whitespace.179
errorLine is longer than 80 characters.192
errorLine is longer than 80 characters.198
error'<' is not preceded with whitespace.198
error'<' is not followed by whitespace.198
error'>' is not preceded with whitespace.198
errorLine is longer than 80 characters.212
error'<' is not preceded with whitespace.212
error'<' is not followed by whitespace.212
error'<' is not preceded with whitespace.212
error'<' is not followed by whitespace.212
error'>' is not preceded with whitespace.212
error'>' is not followed by whitespace.212
error'>' is not preceded with whitespace.212
error'<' is not preceded with whitespace.212
error'<' is not followed by whitespace.212
error'<' is not preceded with whitespace.212
error'<' is not followed by whitespace.212
error'>' is not preceded with whitespace.212
error'>' is not followed by whitespace.212
error'>' is not preceded with whitespace.212
error'>' is not followed by whitespace.212
errorLine is longer than 80 characters.214
error'<' is not preceded with whitespace.214
error'<' is not followed by whitespace.214
error'>' is not preceded with whitespace.214
error'<' is not preceded with whitespace.214
error'<' is not followed by whitespace.214
error'>' is not preceded with whitespace.214
error'>' is not followed by whitespace.214
error'<' is not preceded with whitespace.217
error'<' is not followed by whitespace.217
error'>' is not preceded with whitespace.217
error'<' is not preceded with whitespace.217
error'<' is not followed by whitespace.217
error'>' is not preceded with whitespace.217
error'>' is not followed by whitespace.217
errorLine is longer than 80 characters.218
errorLine is longer than 80 characters.229
error'<' is not preceded with whitespace.229
error'<' is not followed by whitespace.229
error'<' is not preceded with whitespace.229
error'<' is not followed by whitespace.229
error'>' is not preceded with whitespace.229
error'>' is not followed by whitespace.229
error'>' is not preceded with whitespace.229
error'<' is not preceded with whitespace.229
error'<' is not followed by whitespace.229
error'<' is not preceded with whitespace.229
error'<' is not followed by whitespace.229
error'>' is not preceded with whitespace.229
error'>' is not followed by whitespace.229
error'>' is not preceded with whitespace.229
error'>' is not followed by whitespace.229
errorLine is longer than 80 characters.231
error'<' is not preceded with whitespace.231
error'<' is not followed by whitespace.231
error'>' is not preceded with whitespace.231
error'<' is not preceded with whitespace.231
error'<' is not followed by whitespace.231
error'>' is not preceded with whitespace.231
error'>' is not followed by whitespace.231
error'<' is not preceded with whitespace.234
error'<' is not followed by whitespace.234
error'>' is not preceded with whitespace.234
error'<' is not preceded with whitespace.234
error'<' is not followed by whitespace.234
error'>' is not preceded with whitespace.234
error'>' is not followed by whitespace.234
errorLine is longer than 80 characters.235
errorLine is longer than 80 characters.260
error'<' is not preceded with whitespace.260
error'<' is not followed by whitespace.260
error'>' is not preceded with whitespace.260
error'<' is not preceded with whitespace.260
error'<' is not followed by whitespace.260
error'>' is not preceded with whitespace.260
error'>' is not followed by whitespace.260
error'<' is not preceded with whitespace.263
error'<' is not followed by whitespace.263
error'>' is not preceded with whitespace.263
error'<' is not preceded with whitespace.263
error'<' is not followed by whitespace.263
error'>' is not preceded with whitespace.263
error'>' is not followed by whitespace.263
errorMissing a Javadoc comment.295
errorParameter event should be final.295
errorParameter info should be final.295
errorLine is longer than 80 characters.305
errorMissing a Javadoc comment.305
errorParameter attributesDeclarations should be final.305
error'<' is not preceded with whitespace.305
error'<' is not followed by whitespace.305
error'>' is not preceded with whitespace.305
errorLine is longer than 80 characters.309
errorLine is longer than 80 characters.310
errorLine is longer than 80 characters.311
error'<' is not preceded with whitespace.311
error'<' is not followed by whitespace.311
error'>' is not preceded with whitespace.311
errorLine is longer than 80 characters.321
error'3' is a magic number.321
errorLine is longer than 80 characters.323
error'3' is a magic number.323
error'4' is a magic number.323
errorLine is longer than 80 characters.328
errorLine is longer than 80 characters.341
errorLine is longer than 80 characters.356
errorLine is longer than 80 characters.363
error'if' construct must use '{}'s.370
errorMissing a Javadoc comment.386
errorParameter declarations should be final.386
error'<' is not preceded with whitespace.386
error'<' is not followed by whitespace.386
error'>' is not preceded with whitespace.386
errorLine is longer than 80 characters.392
error'<' is not preceded with whitespace.392
error'<' is not followed by whitespace.392
error'>' is not preceded with whitespace.392
errorLine is longer than 80 characters.398
errorLine is longer than 80 characters.404
errorLine is longer than 80 characters.405
errorLine is longer than 80 characters.419
errorLine is longer than 80 characters.426
error'<' is not preceded with whitespace.426
error'<' is not followed by whitespace.426
error'>' is not preceded with whitespace.426
errorLine is longer than 80 characters.429
error'<' is not preceded with whitespace.429
error'<' is not followed by whitespace.429
error'>' is not preceded with whitespace.429
errorLine is longer than 80 characters.431
errorLine is longer than 80 characters.432
errorLine is longer than 80 characters.433
errorLine is longer than 80 characters.436
errorLine is longer than 80 characters.437
errorLine is longer than 80 characters.440
errorMust have at least one statement.445
errorMust have at least one statement.453
errorLine is longer than 80 characters.456
errorLine is longer than 80 characters.460
errorLine is longer than 80 characters.471
errorMissing a Javadoc comment.471
errorParameter property should be final.471
errorParameter values should be final.471
error'<' is not preceded with whitespace.471
error'<' is not followed by whitespace.471
error'>' is not preceded with whitespace.471
errorLine is longer than 80 characters.486
errorMissing a Javadoc comment.490
errorParameter info should be final.490
error'<' is not preceded with whitespace.493
error'<' is not followed by whitespace.493
error'>' is not preceded with whitespace.493
errorLine is longer than 80 characters.495
errorLine is longer than 80 characters.498
errorLine is longer than 80 characters.502
error'if' construct must use '{}'s.503
errorLine is longer than 80 characters.517
errorMissing a Javadoc comment.517
errorParameter actionScriptInfo should be final.517
errorParameter clazz should be final.517
error'<' is not preceded with whitespace.521
error'<' is not followed by whitespace.521
error'>' is not preceded with whitespace.521
errorLine is longer than 80 characters.528
errorLine is longer than 80 characters.530
errorLine is longer than 80 characters.531
errorLine is longer than 80 characters.533
errorLine is longer than 80 characters.534
error'<' is not preceded with whitespace.534
error'<' is not followed by whitespace.534
error'>' is not preceded with whitespace.534
errorLine is longer than 80 characters.537
errorLine is longer than 80 characters.540
errorMissing a Javadoc comment.555
error'if' construct must use '{}'s.556
errorMissing a Javadoc comment.560
errorLine is longer than 80 characters.571
errorLine is longer than 80 characters.575
error'<' is not preceded with whitespace.575
error'<' is not followed by whitespace.575
error'>' is not preceded with whitespace.575
error'<' is not preceded with whitespace.575
error'<' is not followed by whitespace.575
error'>' is not preceded with whitespace.575
error'>' is not followed by whitespace.575
errorLine is longer than 80 characters.578
errorLine is longer than 80 characters.583
errorLine is longer than 80 characters.585
errorMissing a Javadoc comment.602
errorLine is longer than 80 characters.613
errorLine is longer than 80 characters.617
error'<' is not preceded with whitespace.617
error'<' is not followed by whitespace.617
error'>' is not preceded with whitespace.617
error'<' is not preceded with whitespace.617
error'<' is not followed by whitespace.617
error'>' is not preceded with whitespace.617
error'>' is not followed by whitespace.617
errorLine is longer than 80 characters.620
errorLine is longer than 80 characters.625
errorMissing a Javadoc comment.641
errorParameter info should be final.641
errorLine is longer than 80 characters.652
errorLine is longer than 80 characters.654
error'<' is not preceded with whitespace.654
error'<' is not followed by whitespace.654
error'>' is not preceded with whitespace.654
error'<' is not preceded with whitespace.654
error'<' is not followed by whitespace.654
error'>' is not preceded with whitespace.654
error'>' is not followed by whitespace.654
errorLine is longer than 80 characters.658
errorLine is longer than 80 characters.659
errorLine is longer than 80 characters.663
errorLine is longer than 80 characters.668
errorLine is longer than 80 characters.670
errorMissing a Javadoc comment.686
errorLine is longer than 80 characters.698
errorLine is longer than 80 characters.701
error'<' is not preceded with whitespace.701
error'<' is not followed by whitespace.701
error'>' is not preceded with whitespace.701
error'<' is not preceded with whitespace.701
error'<' is not followed by whitespace.701
error'>' is not preceded with whitespace.701
error'>' is not followed by whitespace.701
errorLine is longer than 80 characters.705
errorLine is longer than 80 characters.706
errorLine is longer than 80 characters.709
errorLine is longer than 80 characters.714
errorLine is longer than 80 characters.716
errorMissing a Javadoc comment.732
errorLine is longer than 80 characters.743
errorLine is longer than 80 characters.744
errorLine is longer than 80 characters.747
error'<' is not preceded with whitespace.747
error'<' is not followed by whitespace.747
error'>' is not preceded with whitespace.747
error'<' is not preceded with whitespace.747
error'<' is not followed by whitespace.747
error'>' is not preceded with whitespace.747
error'>' is not followed by whitespace.747
errorLine is longer than 80 characters.751
errorLine is longer than 80 characters.756
errorLine is longer than 80 characters.757
errorLine is longer than 80 characters.762
errorLine is longer than 80 characters.764
errorLine is longer than 80 characters.781
errorLine is longer than 80 characters.782
errorLine is longer than 80 characters.784
error'<' is not preceded with whitespace.784
error'<' is not followed by whitespace.784
error'>' is not preceded with whitespace.784
error'<' is not preceded with whitespace.784
error'<' is not followed by whitespace.784
error'>' is not preceded with whitespace.784
error'>' is not followed by whitespace.784
errorLine is longer than 80 characters.788
errorLine is longer than 80 characters.789
errorLine is longer than 80 characters.792
errorLine is longer than 80 characters.797
errorLine is longer than 80 characters.799
errorMissing a Javadoc comment.815
errorLine is longer than 80 characters.826
errorLine is longer than 80 characters.828
error'<' is not preceded with whitespace.828
error'<' is not followed by whitespace.828
error'>' is not preceded with whitespace.828
error'<' is not preceded with whitespace.828
error'<' is not followed by whitespace.828
error'>' is not preceded with whitespace.828
error'>' is not followed by whitespace.828
errorLine is longer than 80 characters.831
errorLine is longer than 80 characters.836
errorMissing a Javadoc comment.851
errorParameter type should be final.851
errorMissing a Javadoc comment.855
errorParameter typeName should be final.855
errorLine is longer than 80 characters.870
errorMissing a Javadoc comment.881
errorParameter typeName should be final.881
errorComment matches to-do format 'TODO:'.884
errorComment matches to-do format 'TODO:'.891
errorLine is longer than 80 characters.892
errorLine is longer than 80 characters.906
errorLine is longer than 80 characters.913
errorLine is longer than 80 characters.915
errorLine is longer than 80 characters.917
errorLine is longer than 80 characters.919
errorMust have at least one statement.923
errorMissing a Javadoc comment.934
errorParameter type should be final.934
errorParameter value should be final.934
errorLine is longer than 80 characters.977
errorLine is longer than 80 characters.979
errorLine is longer than 80 characters.980
errorLine is longer than 80 characters.986
errorMissing a Javadoc comment.1026
errorParameter map should be final.1026
error'<' is not preceded with whitespace.1026
error'<' is not followed by whitespace.1026
error'>' is not preceded with whitespace.1026
errorLine is longer than 80 characters.1028
errorLine is longer than 80 characters.1030
errorMissing a Javadoc comment.1044
errorParameter map should be final.1044
error'<' is not preceded with whitespace.1044
error'<' is not followed by whitespace.1044
error'>' is not preceded with whitespace.1044
errorLine is longer than 80 characters.1046
errorMissing a Javadoc comment.1050
errorParameter map should be final.1050
error'<' is not preceded with whitespace.1050
error'<' is not followed by whitespace.1050
error'>' is not preceded with whitespace.1050
errorLine is longer than 80 characters.1052
errorMissing a Javadoc comment.1056
errorParameter map should be final.1056
error'<' is not preceded with whitespace.1056
error'<' is not followed by whitespace.1056
error'>' is not preceded with whitespace.1056
errorLine is longer than 80 characters.1058
errorMissing a Javadoc comment.1062
errorParameter root should be final.1062
errorParameter name should be final.1062
errorLine is longer than 80 characters.1064
errorLine is longer than 80 characters.1072
errorMissing a Javadoc comment.1072
errorParameter info should be final.1072
errorParameter params should be final.1072
error'<' is not preceded with whitespace.1072
error'<' is not followed by whitespace.1072
error'>' is not preceded with whitespace.1072
errorParameter templateName should be final.1072
errorParameter packageName should be final.1072
errorParameter fileName should be final.1072
errorLine is longer than 80 characters.1083
error'<' is not preceded with whitespace.1085
error'<' is not followed by whitespace.1085
error'>' is not preceded with whitespace.1085
error'<' is not preceded with whitespace.1085
error'<' is not followed by whitespace.1085
error'>' is not preceded with whitespace.1085
error'>' is not followed by whitespace.1085
errorLine is longer than 80 characters.1091
errorLine is longer than 80 characters.1097
errorLine is longer than 80 characters.1098
errorLine is longer than 80 characters.1103
errorLine is longer than 80 characters.1105

de/aixcept/flex2/annotations/metadata/ActionScriptInfo.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - java.util.*.26
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.44
error'<' is not preceded with whitespace.44
error'<' is not followed by whitespace.44
error'>' is not preceded with whitespace.44
error'<' is not preceded with whitespace.44
error'<' is not followed by whitespace.44
error'>' is not preceded with whitespace.44
error'>' is not followed by whitespace.44
errorMissing a Javadoc comment.45
error'<' is not preceded with whitespace.45
error'<' is not followed by whitespace.45
error'>' is not preceded with whitespace.45
error'<' is not preceded with whitespace.45
error'<' is not followed by whitespace.45
error'>' is not preceded with whitespace.45
error'>' is not followed by whitespace.45
errorLine is longer than 80 characters.47
errorMissing a Javadoc comment.47
error'<' is not preceded with whitespace.47
error'<' is not followed by whitespace.47
error'>' is not preceded with whitespace.47
error'<' is not preceded with whitespace.47
error'<' is not followed by whitespace.47
error'>' is not preceded with whitespace.47
error'>' is not followed by whitespace.47
errorMissing a Javadoc comment.48
error'<' is not preceded with whitespace.48
error'<' is not followed by whitespace.48
error'>' is not preceded with whitespace.48
error'<' is not preceded with whitespace.48
error'<' is not followed by whitespace.48
error'>' is not preceded with whitespace.48
error'>' is not followed by whitespace.48
errorLine has trailing spaces.49
errorMethod 'addTagAttribute' is not designed for extension - needs to be abstract, final or empty.50
errorMissing a Javadoc comment.50
errorParameter property should be final.50
error'if' construct must use '{}'s.51
errorMethod 'getAttributes' is not designed for extension - needs to be abstract, final or empty.60
error'<' is not preceded with whitespace.60
error'<' is not followed by whitespace.60
error'>' is not preceded with whitespace.60
errorMethod 'isInclude' is not designed for extension - needs to be abstract, final or empty.65
errorMethod 'setInclude' is not designed for extension - needs to be abstract, final or empty.70
errorParameter include should be final.70
error'include' hides a field.70
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.75
errorMethod 'setName' is not designed for extension - needs to be abstract, final or empty.80
errorParameter name should be final.80
error'name' hides a field.80
errorMethod 'isManageable' is not designed for extension - needs to be abstract, final or empty.89
errorMethod 'setManageable' is not designed for extension - needs to be abstract, final or empty.98
errorParameter manageable should be final.98
error'manageable' hides a field.98
errorMethod 'isBindable' is not designed for extension - needs to be abstract, final or empty.107
errorMethod 'setBindable' is not designed for extension - needs to be abstract, final or empty.116
errorParameter bindable should be final.116
error'bindable' hides a field.116
errorMethod 'isRemoteObject' is not designed for extension - needs to be abstract, final or empty.125
errorMethod 'setRemoteObject' is not designed for extension - needs to be abstract, final or empty.134
errorParameter remoteObject should be final.134
error'remoteObject' hides a field.134
errorMethod 'isExternalizable' is not designed for extension - needs to be abstract, final or empty.143
errorMethod 'setExternalizable' is not designed for extension - needs to be abstract, final or empty.152
errorParameter externalizable should be final.152
error'externalizable' hides a field.152
errorMethod 'isInherit' is not designed for extension - needs to be abstract, final or empty.161
errorMethod 'setInherit' is not designed for extension - needs to be abstract, final or empty.170
errorParameter inherit should be final.170
error'inherit' hides a field.170
errorMethod 'isCreateToString' is not designed for extension - needs to be abstract, final or empty.179
errorMethod 'setCreateToString' is not designed for extension - needs to be abstract, final or empty.188
errorParameter createToString should be final.188
error'createToString' hides a field.188
errorMethod 'isExtendable' is not designed for extension - needs to be abstract, final or empty.198
errorMethod 'setExtendable' is not designed for extension - needs to be abstract, final or empty.207
errorParameter extendable should be final.207
error'extendable' hides a field.207
errorMethod 'getComment' is not designed for extension - needs to be abstract, final or empty.216
errorMethod 'setComment' is not designed for extension - needs to be abstract, final or empty.225
errorParameter comment should be final.225
error'comment' hides a field.225
errorMethod 'getPackageName' is not designed for extension - needs to be abstract, final or empty.230
errorMethod 'setPackageName' is not designed for extension - needs to be abstract, final or empty.235
errorParameter packageName should be final.235
error'packageName' hides a field.235
errorMethod 'getDeclaredType' is not designed for extension - needs to be abstract, final or empty.244
errorMethod 'setDeclaredType' is not designed for extension - needs to be abstract, final or empty.253
errorParameter declaredType should be final.253
error'declaredType' hides a field.253
errorMethod 'getValueObject' is not designed for extension - needs to be abstract, final or empty.262
errorMethod 'setValueObject' is not designed for extension - needs to be abstract, final or empty.271
errorParameter valueObject should be final.271
error'valueObject' hides a field.271
errorMethod 'getSkipAttributes' is not designed for extension - needs to be abstract, final or empty.280
error'<' is not preceded with whitespace.280
error'<' is not followed by whitespace.280
error'>' is not preceded with whitespace.280
errorLine has trailing spaces.283
errorMethod 'addSkipAttribute' is not designed for extension - needs to be abstract, final or empty.284
errorMissing a Javadoc comment.284
errorParameter name should be final.284
error'name' hides a field.284
errorMethod 'getSuperClass' is not designed for extension - needs to be abstract, final or empty.293
errorMethod 'setSuperClass' is not designed for extension - needs to be abstract, final or empty.302
errorParameter superClass should be final.302
error'superClass' hides a field.302
errorMethod 'getInterfaces' is not designed for extension - needs to be abstract, final or empty.311
errorLine has trailing spaces.312
error'(' is followed by whitespace.319
error'(' is followed by whitespace.326
errorMethod 'getImports' is not designed for extension - needs to be abstract, final or empty.339
error'<' is not preceded with whitespace.339
error'<' is not followed by whitespace.339
error'>' is not preceded with whitespace.339
error'<' is not preceded with whitespace.340
error'<' is not followed by whitespace.340
error'>' is not preceded with whitespace.340
error'<' is not preceded with whitespace.340
error'<' is not followed by whitespace.340
error'>' is not preceded with whitespace.340
error'>' is not followed by whitespace.340
error'<' is not preceded with whitespace.341
error'<' is not followed by whitespace.341
error'>' is not preceded with whitespace.341
error'<' is not preceded with whitespace.341
error'<' is not followed by whitespace.341
error'>' is not preceded with whitespace.341
error'>' is not followed by whitespace.341
error'(' is followed by whitespace.345
error'(' is followed by whitespace.348
errorMethod 'setImports' is not designed for extension - needs to be abstract, final or empty.378
errorParameter imports should be final.378
error'<' is not preceded with whitespace.378
error'<' is not followed by whitespace.378
error'>' is not preceded with whitespace.378
error'imports' hides a field.378
errorMethod 'addImport' is not designed for extension - needs to be abstract, final or empty.382
errorMissing a Javadoc comment.382
errorParameter value should be final.382
errorMethod 'getConstants' is not designed for extension - needs to be abstract, final or empty.391
error'<' is not preceded with whitespace.391
error'<' is not followed by whitespace.391
error'>' is not preceded with whitespace.391
errorMethod 'setConstants' is not designed for extension - needs to be abstract, final or empty.400
errorParameter constants should be final.400
error'<' is not preceded with whitespace.400
error'<' is not followed by whitespace.400
error'>' is not preceded with whitespace.400
error'constants' hides a field.400
errorMethod 'addConstant' is not designed for extension - needs to be abstract, final or empty.404
errorMissing a Javadoc comment.404
errorParameter field should be final.404
errorParameter typeValue should be final.404

de/aixcept/flex2/annotations/metadata/ActionScriptPropertyInfo.java

ViolationMessageLine
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.41
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.49
errorMethod 'setName' is not designed for extension - needs to be abstract, final or empty.58
errorParameter name should be final.58
error'name' hides a field.58
errorLine is longer than 80 characters.63
errorLine is longer than 80 characters.65
errorMethod 'isBindable' is not designed for extension - needs to be abstract, final or empty.67
errorMethod 'setBindable' is not designed for extension - needs to be abstract, final or empty.76
errorParameter bindable should be final.76
error'bindable' hides a field.76
errorLine is longer than 80 characters.82
errorLine is longer than 80 characters.84
errorMethod 'isManaged' is not designed for extension - needs to be abstract, final or empty.86
errorMethod 'setManaged' is not designed for extension - needs to be abstract, final or empty.95
errorParameter managed should be final.95
error'managed' hides a field.95
errorMethod 'isRead' is not designed for extension - needs to be abstract, final or empty.105
errorMethod 'setRead' is not designed for extension - needs to be abstract, final or empty.114
errorParameter read should be final.114
error'read' hides a field.114
errorMethod 'isWrite' is not designed for extension - needs to be abstract, final or empty.123
errorMethod 'setWrite' is not designed for extension - needs to be abstract, final or empty.132
errorParameter write should be final.132
error'write' hides a field.132
errorMethod 'getType' is not designed for extension - needs to be abstract, final or empty.141
errorLine has trailing spaces.147
errorMethod 'setType' is not designed for extension - needs to be abstract, final or empty.150
errorParameter type should be final.150
error'type' hides a field.150
errorMethod 'getJavaType' is not designed for extension - needs to be abstract, final or empty.159
errorMethod 'setJavaType' is not designed for extension - needs to be abstract, final or empty.168
errorParameter javaType should be final.168
error'javaType' hides a field.168
errorMethod 'isUseDefaultValue' is not designed for extension - needs to be abstract, final or empty.177
errorMethod 'setUseDefaultValue' is not designed for extension - needs to be abstract, final or empty.186
errorParameter useDefaultValue should be final.186
error'useDefaultValue' hides a field.186
errorMethod 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty.195
errorMethod 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty.204
errorParameter defaultValue should be final.204
error'defaultValue' hides a field.204
errorMethod 'getComment' is not designed for extension - needs to be abstract, final or empty.213
errorLine has trailing spaces.219
errorMethod 'setComment' is not designed for extension - needs to be abstract, final or empty.222
errorParameter comment should be final.222
error'comment' hides a field.222
errorMethod 'isExtendable' is not designed for extension - needs to be abstract, final or empty.232
errorMethod 'setExtendable' is not designed for extension - needs to be abstract, final or empty.241
errorParameter extendable should be final.241
error'extendable' hides a field.241

de/aixcept/flex2/annotations/Commands.java

ViolationMessageLine
errorFirst sentence should end with a period.27
error'}' is not preceded with whitespace.33
error'}' is not preceded with whitespace.40
error'}' is not preceded with whitespace.45