The following document contains the results of Checkstyle.
Rule | Violations | Severity |
---|---|---|
JavadocMethod
|
1862 | ![]() |
JavadocType | 329 | ![]() |
JavadocVariable | 982 | ![]() |
JavadocStyle | 449 | ![]() |
ConstantName | 199 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 7 | ![]() |
MemberName | 14 | ![]() |
MethodName | 37 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 2 | ![]() |
StaticVariableName | 28 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 61 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
LineLength
|
438 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 1 | ![]() |
NoWhitespaceBefore | 3 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 2 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 2 | ![]() |
WhitespaceAround | 31 | ![]() |
ModifierOrder | 129 | ![]() |
RedundantModifier | 782 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 29 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 45 | ![]() |
RightCurly
|
5 | ![]() |
AvoidInlineConditionals | 47 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 3 | ![]() |
HiddenField | 248 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 15 | ![]() |
MagicNumber | 38 | ![]() |
MissingSwitchDefault | 4 | ![]() |
RedundantThrows
|
38 | ![]() |
SimplifyBooleanExpression | 9 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 1768 | ![]() |
FinalClass | 16 | ![]() |
HideUtilityClassConstructor | 10 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 64 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 1643 | ![]() |
TodoComment | 32 | ![]() |
UpperEll | 0 | ![]() |
RightCurly
|
5 | ![]() |
NewlineAtEndOfFile | 1 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter | 0 | |
RegexpSingleline
|
0 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 66 |
![]() |
Missing a Javadoc comment. | 87 |
![]() |
Redundant 'public' modifier. | 88 |
![]() |
Missing a Javadoc comment. | 90 |
![]() |
Redundant 'public' modifier. | 91 |
![]() |
Redundant 'public' modifier. | 95 |
![]() |
Missing a Javadoc comment. | 97 |
![]() |
Redundant 'public' modifier. | 98 |
![]() |
Missing a Javadoc comment. | 100 |
![]() |
Redundant 'public' modifier. | 102 |
![]() |
Missing a Javadoc comment. | 104 |
![]() |
Redundant 'public' modifier. | 105 |
![]() |
Missing a Javadoc comment. | 108 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 108 |
![]() |
Missing a Javadoc comment. | 110 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 110 |
![]() |
Method 'getTechnologyAdapterClass' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
Method 'defaultFlexoRoleName' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
Parameter patternRoleClass should be final. | 118 |
![]() |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
Method 'getModelSlotTechnologyAdapter' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
Missing a Javadoc comment. | 135 |
![]() |
Method 'getTemplateResource' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
Line is longer than 140 characters (found 148). | 146 |
![]() |
Method 'setTemplateResource' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
Parameter templateResource should be final. | 163 |
![]() |
'templateResource' hides a field. | 163 |
![]() |
Line is longer than 140 characters (found 152). | 175 |
![]() |
Line is longer than 140 characters (found 148). | 182 |
![]() |
Method 'getIdStrategy' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
Method 'getURIForObject' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
Parameter resourceData should be final. | 200 |
![]() |
Parameter o should be final. | 200 |
![]() |
Method 'retrieveObjectWithURI' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
Parameter resourceData should be final. | 206 |
![]() |
Parameter objectURI should be final. | 206 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Missing a Javadoc comment. | 63 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 |
![]() |
Missing a Javadoc comment. | 65 |
![]() |
Method 'getDefaultIDStrategy' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
Missing a Javadoc comment. | 68 |
![]() |
Method 'setDefaultIDStrategy' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
Missing a Javadoc comment. | 72 |
![]() |
Parameter idStrategy should be final. | 72 |
![]() |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
Method 'getLocalizationDirectory' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
Method 'createTechnologyContextManager' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
Parameter service should be final. | 87 |
![]() |
Method 'getTechnologyContextManager' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
Method 'getTechnologyAdapterBindingFactory' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
Method 'isIgnorable' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
Parameter resourceCenter should be final. | 102 |
![]() |
Parameter contents should be final. | 102 |
![]() |
Method 'getDocXDocumentRepository' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
Missing a Javadoc comment. | 106 |
![]() |
Parameter resourceCenter should be final. | 106 |
![]() |
First sentence should end with a period. | 115 |
![]() |
Line is longer than 140 characters (found 141). | 122 |
![]() |
Expected an @return tag. | 126 |
![]() |
Method 'createNewDocXDocumentResource' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
Parameter resourceCenter should be final. | 127 |
![]() |
Expected @param tag for 'resourceCenter'. | 127 |
![]() |
Parameter relativePath should be final. | 127 |
![]() |
Expected @param tag for 'relativePath'. | 127 |
![]() |
Parameter filename should be final. | 128 |
![]() |
Expected @param tag for 'filename'. | 128 |
![]() |
Parameter createEmptyDocument should be final. | 128 |
![]() |
Parameter idStrategy should be final. | 128 |
![]() |
Expected @param tag for 'idStrategy'. | 128 |
![]() |
Method 'initFMLModelFactory' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
Parameter fMLModelFactory should be final. | 148 |
![]() |
Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
Method 'getDocXDocumentResourceFactory' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
Missing a Javadoc comment. | 160 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 30 |
![]() |
Missing a Javadoc comment. | 32 |
![]() |
Parameter adapter should be final. | 32 |
![]() |
Parameter resourceCenterService should be final. | 32 |
![]() |
First sentence should end with a period. | 36 |
![]() |
Variable 'docXDocuments' must be private and have accessor methods. | 37 |
![]() |
Method 'getDocXDocumentResource' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
Missing a Javadoc comment. | 39 |
![]() |
Parameter uri should be final. | 39 |
![]() |
Method 'registerDocXDocumentResource' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
Missing a Javadoc comment. | 43 |
![]() |
Parameter newDocXDocumentResource should be final. | 43 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 66 |
![]() |
Missing a Javadoc comment. | 67 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
![]() |
Method 'getTechnologyAdapterClass' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
Parameter actionInitializer should be final. | 75 |
![]() |
Method 'getTechnologyBigIcon' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
Method 'getTechnologyIcon' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
Method 'getModelIcon' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
Method 'getMetaModelIcon' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
Method 'getIconForTechnologyObject' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
Parameter object should be final. | 99 |
![]() |
Method 'getIconForTechnologyObject' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
Parameter objectClass should be final. | 131 |
![]() |
First sentence should end with a period. | 150 |
![]() |
Expected an @return tag. | 156 |
![]() |
Method 'getIconForEditionAction' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
Parameter editionActionClass should be final. | 157 |
![]() |
Expected @param tag for 'editionActionClass'. | 157 |
![]() |
Method 'createModuleViewForObject' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
Parameter object should be final. | 196 |
![]() |
Parameter controller should be final. | 196 |
![]() |
Parameter perspective should be final. | 197 |
![]() |
Method 'getIconForFlexoRole' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
Parameter roleClass should be final. | 205 |
![]() |
Method 'getWindowTitleforObject' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
Parameter object should be final. | 225 |
![]() |
Parameter controller should be final. | 225 |
![]() |
Method 'hasModuleViewForObject' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() |
Parameter object should be final. | 233 |
![]() |
Parameter controller should be final. | 233 |
![]() |
Method 'initializeInspectors' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
Parameter controller should be final. | 241 |
![]() |
Missing a Javadoc comment. | 246 |
![]() |
Method 'getTechnologyAdapterInspectorGroup' is not designed for extension - needs to be abstract, final or empty. | 248 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 39 |
![]() |
First sentence should end with a period. | 47 |
![]() |
Expected an @return tag. | 53 |
![]() |
Redundant 'public' modifier. | 56 |
![]() |
First sentence should end with a period. | 58 |
![]() |
Redundant 'public' modifier. | 65 |
![]() |
Expected @param tag for 'fragment'. | 65 |
![]() |
Missing a Javadoc comment. | 67 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 67 |
![]() |
Line is longer than 140 characters (found 142). | 68 |
![]() |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
Method 'defaultBehaviourIsToBeDeleted' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
Method 'defaultCloningStrategy' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
Method 'getTypeDescription' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
Line is longer than 140 characters (found 152). | 101 |
![]() |
Method 'getRoleTechnologyAdapterClass' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
Comment matches to-do format 'TODO:'. | 113 |
![]() |
Method 'getFragment' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
Comment matches to-do format 'TODO:'. | 121 |
![]() |
Method 'setFragment' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
Parameter fragment should be final. | 125 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 37 |
![]() |
Missing a Javadoc comment. | 42 |
![]() |
Redundant 'public' modifier. | 42 |
![]() |
Missing a Javadoc comment. | 44 |
![]() |
Redundant 'public' modifier. | 44 |
![]() |
Missing a Javadoc comment. | 46 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 46 |
![]() |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
Method 'defaultBehaviourIsToBeDeleted' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
Method 'defaultCloningStrategy' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
Missing a Javadoc comment. | 64 |
![]() |
Missing a Javadoc comment. | 66 |
![]() |
Line is longer than 140 characters (found 149). | 69 |
![]() |
Method 'getImageFragment' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
Method 'setDrawingRun' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
Parameter run should be final. | 88 |
![]() |
Avoid inline conditionals. | 91 |
![]() |
Method 'getRoleTechnologyAdapterClass' is not designed for extension - needs to be abstract, final or empty. | 95 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 34 |
![]() |
Line is longer than 140 characters (found 141). | 39 |
![]() |
Missing a Javadoc comment. | 39 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 39 |
![]() |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
Method 'defaultBehaviourIsToBeDeleted' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
Method 'defaultCloningStrategy' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
Method 'getRoleTechnologyAdapterClass' is not designed for extension - needs to be abstract, final or empty. | 57 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 37 |
![]() |
Missing a Javadoc comment. | 42 |
![]() |
Redundant 'public' modifier. | 42 |
![]() |
Missing a Javadoc comment. | 44 |
![]() |
Redundant 'public' modifier. | 44 |
![]() |
Missing a Javadoc comment. | 46 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 46 |
![]() |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
Method 'defaultBehaviourIsToBeDeleted' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
Method 'defaultCloningStrategy' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
Missing a Javadoc comment. | 64 |
![]() |
Missing a Javadoc comment. | 66 |
![]() |
Line is longer than 140 characters (found 142). | 69 |
![]() |
Method 'getTableFragment' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
Method 'setTable' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
Parameter table should be final. | 87 |
![]() |
Avoid inline conditionals. | 90 |
![]() |
Method 'getRoleTechnologyAdapterClass' is not designed for extension - needs to be abstract, final or empty. | 106 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 34 |
![]() |
Missing a Javadoc comment. | 39 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 39 |
![]() |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
Method 'defaultBehaviourIsToBeDeleted' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
Method 'defaultCloningStrategy' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
Method 'getRoleTechnologyAdapterClass' is not designed for extension - needs to be abstract, final or empty. | 57 |
Severity | Message | Line |
---|---|---|
![]() |
Class CreateColumnTableBinding should be declared as final. | 57 |
![]() |
Missing a Javadoc comment. | 57 |
![]() |
Missing a Javadoc comment. | 59 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
![]() |
Line is longer than 140 characters (found 181). | 61 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Variable 'actionType' must be private and have accessor methods. | 61 |
![]() |
Line is longer than 140 characters (found 147). | 69 |
![]() |
Parameter focusedObject should be final. | 69 |
![]() |
Parameter globalSelection should be final. | 69 |
![]() |
Parameter editor should be final. | 69 |
![]() |
Parameter object should be final. | 74 |
![]() |
Parameter globalSelection should be final. | 74 |
![]() |
Parameter object should be final. | 79 |
![]() |
Parameter globalSelection should be final. | 79 |
![]() |
Missing a Javadoc comment. | 89 |
![]() |
Missing a Javadoc comment. | 90 |
![]() |
Missing a Javadoc comment. | 91 |
![]() |
Missing a Javadoc comment. | 93 |
![]() |
Missing a Javadoc comment. | 95 |
![]() |
Parameter focusedObject should be final. | 95 |
![]() |
Parameter globalSelection should be final. | 95 |
![]() |
Parameter editor should be final. | 95 |
![]() |
Line is longer than 140 characters (found 144). | 103 |
![]() |
Parameter context should be final. | 109 |
![]() |
Redundant throws: 'InvalidParameterException' is unchecked exception. | 109 |
![]() |
Missing a Javadoc comment. | 121 |
![]() |
Missing a Javadoc comment. | 130 |
![]() |
Missing a Javadoc comment. | 134 |
![]() |
Parameter name should be final. | 134 |
![]() |
'name' hides a field. | 134 |
![]() |
Missing a Javadoc comment. | 142 |
![]() |
Missing a Javadoc comment. | 146 |
![]() |
Parameter index should be final. | 146 |
![]() |
'index' hides a field. | 146 |
![]() |
Missing a Javadoc comment. | 154 |
![]() |
Missing a Javadoc comment. | 158 |
![]() |
Parameter value should be final. | 158 |
![]() |
'value' hides a field. | 158 |
Severity | Message | Line |
---|---|---|
![]() |
Class CreateFMLControlledDocXVirtualModelInstance should be declared as final. | 55 |
![]() |
Missing a Javadoc comment. | 55 |
![]() |
Missing a Javadoc comment. | 58 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() |
Line is longer than 140 characters (found 245). | 60 |
![]() |
Missing a Javadoc comment. | 60 |
![]() |
Variable 'actionType' must be private and have accessor methods. | 60 |
![]() |
Line is longer than 140 characters (found 144). | 64 |
![]() |
Parameter focusedObject should be final. | 64 |
![]() |
Parameter globalSelection should be final. | 64 |
![]() |
Parameter editor should be final. | 65 |
![]() |
Missing a Javadoc comment. | 74 |
![]() |
Parameter focusedObject should be final. | 74 |
![]() |
Parameter globalSelection should be final. | 74 |
![]() |
Parameter editor should be final. | 75 |
![]() |
Line is longer than 140 characters (found 144). | 82 |
Severity | Message | Line |
---|---|---|
![]() |
Class CreateTextBinding should be declared as final. | 59 |
![]() |
Missing a Javadoc comment. | 59 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() |
Line is longer than 140 characters (found 173). | 63 |
![]() |
Missing a Javadoc comment. | 63 |
![]() |
Variable 'actionType' must be private and have accessor methods. | 63 |
![]() |
Line is longer than 140 characters (found 145). | 64 |
![]() |
Line is longer than 140 characters (found 143). | 70 |
![]() |
Parameter focusedObject should be final. | 70 |
![]() |
Parameter globalSelection should be final. | 70 |
![]() |
Parameter editor should be final. | 70 |
![]() |
Parameter object should be final. | 75 |
![]() |
Parameter globalSelection should be final. | 75 |
![]() |
Parameter object should be final. | 80 |
![]() |
Parameter globalSelection should be final. | 80 |
![]() |
Missing a Javadoc comment. | 90 |
![]() |
Missing a Javadoc comment. | 91 |
![]() |
Missing a Javadoc comment. | 92 |
![]() |
Missing a Javadoc comment. | 93 |
![]() |
Missing a Javadoc comment. | 95 |
![]() |
Missing a Javadoc comment. | 97 |
![]() |
Parameter focusedObject should be final. | 97 |
![]() |
Parameter globalSelection should be final. | 97 |
![]() |
Parameter editor should be final. | 97 |
![]() |
Line is longer than 140 characters (found 144). | 105 |
![]() |
Parameter context should be final. | 111 |
![]() |
Redundant throws: 'InvalidParameterException' is unchecked exception. | 111 |
![]() |
Redundant throws: 'InvalidNameException' listed more then one time. | 111 |
![]() |
Missing a Javadoc comment. | 124 |
![]() |
Missing a Javadoc comment. | 136 |
![]() |
Missing a Javadoc comment. | 140 |
![]() |
Parameter name should be final. | 140 |
![]() |
'name' hides a field. | 140 |
![]() |
Missing a Javadoc comment. | 148 |
![]() |
Missing a Javadoc comment. | 152 |
![]() |
Parameter textSelection should be final. | 152 |
![]() |
'textSelection' hides a field. | 152 |
![]() |
Line is longer than 140 characters (found 148). | 153 |
![]() |
Missing a Javadoc comment. | 160 |
![]() |
Missing a Javadoc comment. | 164 |
![]() |
Parameter value should be final. | 164 |
![]() |
'value' hides a field. | 164 |
![]() |
Missing a Javadoc comment. | 172 |
![]() |
Missing a Javadoc comment. | 176 |
![]() |
Parameter multiline should be final. | 176 |
![]() |
'multiline' hides a field. | 176 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 49 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Redundant 'public' modifier. | 62 |
![]() |
Missing a Javadoc comment. | 63 |
![]() |
Redundant 'public' modifier. | 64 |
![]() |
Missing a Javadoc comment. | 65 |
![]() |
Redundant 'public' modifier. | 66 |
![]() |
First sentence should end with a period. | 68 |
![]() |
Expected an @return tag. | 74 |
![]() |
Redundant 'public' modifier. | 76 |
![]() |
First sentence should end with a period. | 78 |
![]() |
Redundant 'public' modifier. | 84 |
![]() |
Expected @param tag for 'fragment'. | 84 |
![]() |
Missing a Javadoc comment. | 86 |
![]() |
Redundant 'public' modifier. | 88 |
![]() |
Missing a Javadoc comment. | 90 |
![]() |
Redundant 'public' modifier. | 91 |
![]() |
Missing a Javadoc comment. | 93 |
![]() |
Redundant 'public' modifier. | 95 |
![]() |
Missing a Javadoc comment. | 97 |
![]() |
Redundant 'public' modifier. | 98 |
![]() |
Missing a Javadoc comment. | 100 |
![]() |
Missing a Javadoc comment. | 101 |
![]() |
Missing a Javadoc comment. | 101 |
![]() |
Missing a Javadoc comment. | 101 |
![]() |
Missing a Javadoc comment. | 101 |
![]() |
Missing a Javadoc comment. | 101 |
![]() |
Missing a Javadoc comment. | 104 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 104 |
![]() |
Line is longer than 140 characters (found 148). | 105 |
![]() |
Missing a Javadoc comment. | 107 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 107 |
![]() |
Missing a Javadoc comment. | 109 |
![]() |
Missing a Javadoc comment. | 111 |
![]() |
Method 'getAssignableType' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
Parameter location should be final. | 130 |
![]() |
'location' hides a field. | 130 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
Parameter evaluationContext should be final. | 142 |
![]() |
'location' hides a field. | 146 |
![]() |
Line is longer than 140 characters (found 150). | 219 |
![]() |
Line is longer than 140 characters (found 173). | 223 |
![]() |
Missing a Javadoc comment. | 251 |
![]() |
Parameter e should be final. | 251 |
![]() |
Avoid inline conditionals. | 253 |
![]() |
Method 'getFragment' is not designed for extension - needs to be abstract, final or empty. | 264 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 35 |
![]() |
Missing a Javadoc comment. | 47 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 47 |
![]() |
Line is longer than 140 characters (found 150). | 48 |
![]() |
Missing a Javadoc comment. | 50 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() |
Missing a Javadoc comment. | 52 |
![]() |
Method 'getAssignableType' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
Parameter evaluationContext should be final. | 62 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 52 |
![]() |
Missing a Javadoc comment. | 58 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 58 |
![]() |
Missing a Javadoc comment. | 60 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
Parameter evaluationContext should be final. | 64 |
![]() |
Line is longer than 140 characters (found 152). | 77 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.fml.editionaction.EditionAction. | 48 |
![]() |
First sentence should end with a period. | 63 |
![]() |
Missing a Javadoc comment. | 75 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 75 |
![]() |
Line is longer than 140 characters (found 147). | 76 |
![]() |
Missing a Javadoc comment. | 78 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 |
![]() |
Method 'getAssignableType' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
Parameter evaluationContext should be final. | 86 |
![]() |
Redundant throws: 'FlexoException' listed more then one time. | 86 |
![]() |
Line is longer than 140 characters (found 150). | 102 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 48 |
![]() |
Missing a Javadoc comment. | 59 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 59 |
![]() |
Method 'getAssignableType' is not designed for extension - needs to be abstract, final or empty. | 62 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 48 |
![]() |
Missing a Javadoc comment. | 59 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 59 |
![]() |
Method 'getAssignableType' is not designed for extension - needs to be abstract, final or empty. | 67 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 48 |
![]() |
Missing a Javadoc comment. | 59 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 59 |
![]() |
Method 'getAssignableType' is not designed for extension - needs to be abstract, final or empty. | 67 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 48 |
![]() |
Missing a Javadoc comment. | 59 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 59 |
![]() |
Method 'getAssignableType' is not designed for extension - needs to be abstract, final or empty. | 67 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 71 |
![]() |
Missing a Javadoc comment. | 77 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 77 |
![]() |
Line is longer than 140 characters (found 144). | 78 |
![]() |
Missing a Javadoc comment. | 80 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 |
![]() |
Parameter concept should be final. | 87 |
![]() |
Expected @param tag for 'concept'. | 87 |
![]() |
Parameter elementsToIgnore should be final. | 87 |
![]() |
Expected @param tag for 'elementsToIgnore'. | 87 |
![]() |
Line is longer than 140 characters (found 143). | 99 |
![]() |
Line is longer than 140 characters (found 151). | 100 |
![]() |
Line is longer than 140 characters (found 165). | 101 |
![]() |
Method 'getAssignableType' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
First sentence should end with a period. | 124 |
![]() |
Expected an @return tag. | 127 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
Parameter evaluationContext should be final. | 128 |
![]() |
Expected @param tag for 'evaluationContext'. | 128 |
![]() |
Expected @throws tag for 'FlexoException'. | 128 |
![]() |
Line is longer than 140 characters (found 143). | 152 |
![]() |
Line is longer than 140 characters (found 143). | 164 |
![]() |
Line is longer than 140 characters (found 146). | 177 |
![]() |
Line is longer than 140 characters (found 144). | 178 |
![]() |
Line is longer than 140 characters (found 158). | 181 |
![]() |
Line is longer than 140 characters (found 157). | 183 |
![]() |
Line is longer than 140 characters (found 174). | 184 |
![]() |
Line is longer than 140 characters (found 175). | 185 |
![]() |
Line is longer than 140 characters (found 148). | 186 |
![]() |
Line is longer than 140 characters (found 176). | 188 |
![]() |
Line is longer than 140 characters (found 149). | 195 |
![]() |
Line is longer than 140 characters (found 150). | 203 |
![]() |
Line is longer than 140 characters (found 141). | 207 |
![]() |
Line is longer than 140 characters (found 154). | 212 |
![]() |
Comment matches to-do format 'TODO:'. | 220 |
![]() |
'}' should be on the same line. | 225 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 52 |
![]() |
Missing a Javadoc comment. | 58 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 58 |
![]() |
Missing a Javadoc comment. | 60 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
Parameter evaluationContext should be final. | 64 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 52 |
![]() |
Missing a Javadoc comment. | 58 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 58 |
![]() |
Missing a Javadoc comment. | 60 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
Parameter evaluationContext should be final. | 64 |
![]() |
Line is longer than 140 characters (found 148). | 66 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 52 |
![]() |
Missing a Javadoc comment. | 58 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 58 |
![]() |
Missing a Javadoc comment. | 60 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
Parameter evaluationContext should be final. | 64 |
![]() |
Line is longer than 140 characters (found 148). | 66 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 52 |
![]() |
Missing a Javadoc comment. | 58 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 58 |
![]() |
Missing a Javadoc comment. | 60 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
Parameter evaluationContext should be final. | 63 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.fml.editionaction.EditionAction. | 51 |
![]() |
First sentence should end with a period. | 67 |
![]() |
Missing a Javadoc comment. | 79 |
![]() |
Redundant 'public' modifier. | 80 |
![]() |
Missing a Javadoc comment. | 82 |
![]() |
Redundant 'public' modifier. | 83 |
![]() |
First sentence should end with a period. | 85 |
![]() |
Expected an @return tag. | 91 |
![]() |
Redundant 'public' modifier. | 93 |
![]() |
First sentence should end with a period. | 95 |
![]() |
Redundant 'public' modifier. | 101 |
![]() |
Expected @param tag for 'fragment'. | 101 |
![]() |
First sentence should end with a period. | 103 |
![]() |
Expected an @return tag. | 109 |
![]() |
Redundant 'public' modifier. | 111 |
![]() |
First sentence should end with a period. | 113 |
![]() |
Redundant 'public' modifier. | 120 |
![]() |
Expected @param tag for 'fragment'. | 120 |
![]() |
Missing a Javadoc comment. | 122 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 122 |
![]() |
Missing a Javadoc comment. | 124 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 124 |
![]() |
Missing a Javadoc comment. | 126 |
![]() |
Method 'getTemplateFragment' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
Method 'getDocumentFragment' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
Method 'setDocumentFragment' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
Parameter documentFragment should be final. | 146 |
![]() |
'documentFragment' hides a field. | 146 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
Parameter evaluationContext should be final. | 158 |
![]() |
Line is longer than 140 characters (found 146). | 168 |
![]() |
Line is longer than 140 characters (found 154). | 176 |
![]() |
Comment matches to-do format 'TODO:'. | 177 |
![]() |
Line is longer than 140 characters (found 153). | 178 |
![]() |
Line is longer than 140 characters (found 152). | 179 |
![]() |
Line is longer than 140 characters (found 142). | 182 |
![]() |
Line is longer than 140 characters (found 157). | 196 |
![]() |
Line is longer than 140 characters (found 146). | 210 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.fml.editionaction.EditionAction. | 52 |
![]() |
First sentence should end with a period. | 70 |
![]() |
Missing a Javadoc comment. | 82 |
![]() |
Redundant 'public' modifier. | 83 |
![]() |
Missing a Javadoc comment. | 85 |
![]() |
Redundant 'public' modifier. | 86 |
![]() |
Missing a Javadoc comment. | 88 |
![]() |
Redundant 'public' modifier. | 89 |
![]() |
First sentence should end with a period. | 91 |
![]() |
Expected an @return tag. | 97 |
![]() |
Redundant 'public' modifier. | 99 |
![]() |
First sentence should end with a period. | 101 |
![]() |
Redundant 'public' modifier. | 107 |
![]() |
Expected @param tag for 'identifier'. | 107 |
![]() |
First sentence should end with a period. | 109 |
![]() |
Expected an @return tag. | 114 |
![]() |
Redundant 'public' modifier. | 116 |
![]() |
First sentence should end with a period. | 118 |
![]() |
Redundant 'public' modifier. | 124 |
![]() |
Expected @param tag for 'index'. | 124 |
![]() |
First sentence should end with a period. | 126 |
![]() |
Expected an @return tag. | 132 |
![]() |
Redundant 'public' modifier. | 134 |
![]() |
First sentence should end with a period. | 136 |
![]() |
Redundant 'public' modifier. | 143 |
![]() |
Expected @param tag for 'fragment'. | 143 |
![]() |
Missing a Javadoc comment. | 145 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 145 |
![]() |
Missing a Javadoc comment. | 147 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 147 |
![]() |
Missing a Javadoc comment. | 149 |
![]() |
Method 'getParagraphIdentifier' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
Method 'getRunIndex' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
Method 'getDocumentFragment' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
Method 'setDocumentFragment' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
Parameter documentFragment should be final. | 177 |
![]() |
'documentFragment' hides a field. | 177 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
Parameter evaluationContext should be final. | 189 |
![]() |
Line is longer than 140 characters (found 146). | 199 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.fml.editionaction.EditionAction. | 51 |
![]() |
First sentence should end with a period. | 68 |
![]() |
Missing a Javadoc comment. | 80 |
![]() |
Redundant 'public' modifier. | 81 |
![]() |
Missing a Javadoc comment. | 83 |
![]() |
Redundant 'public' modifier. | 84 |
![]() |
First sentence should end with a period. | 86 |
![]() |
Expected an @return tag. | 92 |
![]() |
Redundant 'public' modifier. | 94 |
![]() |
First sentence should end with a period. | 96 |
![]() |
Redundant 'public' modifier. | 102 |
![]() |
Expected @param tag for 'identifier'. | 102 |
![]() |
First sentence should end with a period. | 104 |
![]() |
Expected an @return tag. | 110 |
![]() |
Redundant 'public' modifier. | 112 |
![]() |
First sentence should end with a period. | 114 |
![]() |
Redundant 'public' modifier. | 121 |
![]() |
Expected @param tag for 'fragment'. | 121 |
![]() |
Line is longer than 140 characters (found 143). | 123 |
![]() |
Missing a Javadoc comment. | 123 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 123 |
![]() |
Missing a Javadoc comment. | 125 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 125 |
![]() |
Missing a Javadoc comment. | 127 |
![]() |
Method 'getParagraphIdentifier' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
Method 'getDocumentFragment' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
Method 'setDocumentFragment' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
Parameter documentFragment should be final. | 147 |
![]() |
'documentFragment' hides a field. | 147 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
Parameter evaluationContext should be final. | 159 |
![]() |
Line is longer than 140 characters (found 146). | 169 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.fml.editionaction.EditionAction. | 51 |
![]() |
First sentence should end with a period. | 68 |
![]() |
Missing a Javadoc comment. | 80 |
![]() |
Redundant 'public' modifier. | 81 |
![]() |
Missing a Javadoc comment. | 83 |
![]() |
Redundant 'public' modifier. | 84 |
![]() |
First sentence should end with a period. | 86 |
![]() |
Expected an @return tag. | 92 |
![]() |
Redundant 'public' modifier. | 94 |
![]() |
First sentence should end with a period. | 96 |
![]() |
Redundant 'public' modifier. | 102 |
![]() |
Expected @param tag for 'identifier'. | 102 |
![]() |
First sentence should end with a period. | 104 |
![]() |
Expected an @return tag. | 110 |
![]() |
Redundant 'public' modifier. | 112 |
![]() |
First sentence should end with a period. | 114 |
![]() |
Redundant 'public' modifier. | 121 |
![]() |
Expected @param tag for 'fragment'. | 121 |
![]() |
Missing a Javadoc comment. | 123 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 123 |
![]() |
Missing a Javadoc comment. | 125 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 125 |
![]() |
Missing a Javadoc comment. | 127 |
![]() |
Method 'getTableId' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
Method 'getDocumentFragment' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
Method 'setDocumentFragment' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
Parameter documentFragment should be final. | 147 |
![]() |
'documentFragment' hides a field. | 147 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
Parameter evaluationContext should be final. | 159 |
![]() |
Line is longer than 140 characters (found 146). | 169 |
![]() |
Line is longer than 140 characters (found 148). | 192 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 30 |
![]() |
Utility classes should not have a public or default constructor. | 30 |
![]() |
Missing a Javadoc comment. | 31 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
![]() |
Missing a Javadoc comment. | 33 |
![]() |
Line is longer than 140 characters (found 143). | 35 |
![]() |
Missing a Javadoc comment. | 35 |
![]() |
Missing a Javadoc comment. | 36 |
![]() |
Missing a Javadoc comment. | 38 |
![]() |
Missing a Javadoc comment. | 39 |
![]() |
Missing a Javadoc comment. | 40 |
![]() |
Missing a Javadoc comment. | 41 |
![]() |
Missing a Javadoc comment. | 42 |
![]() |
Line is longer than 140 characters (found 143). | 43 |
![]() |
Missing a Javadoc comment. | 43 |
![]() |
Missing a Javadoc comment. | 44 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 57 |
![]() |
Missing a Javadoc comment. | 60 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() |
Missing a Javadoc comment. | 63 |
![]() |
Missing a Javadoc comment. | 64 |
![]() |
Missing a Javadoc comment. | 66 |
![]() |
Missing a Javadoc comment. | 68 |
![]() |
Missing a Javadoc comment. | 70 |
![]() |
Parameter document should be final. | 70 |
![]() |
'document' hides a field. | 70 |
![]() |
Parameter perspective should be final. | 70 |
![]() |
'perspective' hides a field. | 70 |
![]() |
Line is longer than 140 characters (found 143). | 84 |
![]() |
Method 'getPerspective' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
Method 'deleteModuleView' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
Line is longer than 140 characters (found 146). | 94 |
![]() |
Comment matches to-do format 'TODO:'. | 96 |
![]() |
Method 'getRepresentedObject' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
Method 'isAutoscrolled' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
Method 'willShow' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
Method 'getDocXTechnologyAdapterController' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
Missing a Javadoc comment. | 121 |
![]() |
Parameter controller should be final. | 121 |
![]() |
Parameter perspective should be final. | 127 |
![]() |
'perspective' hides a field. | 127 |
![]() |
Method 'propertyChange' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
Parameter evt should be final. | 132 |
![]() |
Line is longer than 140 characters (found 141). | 133 |
Severity | Message | Line |
---|---|---|
![]() |
Got an exception - expecting EOF, found 'controller' | 187 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 58 |
![]() |
Missing a Javadoc comment. | 66 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
![]() |
Missing a Javadoc comment. | 68 |
![]() |
Parameter component should be final. | 68 |
![]() |
Parameter viewFactory should be final. | 68 |
![]() |
Missing a Javadoc comment. | 72 |
![]() |
Parameter component should be final. | 72 |
![]() |
Parameter viewFactory should be final. | 72 |
![]() |
Parameter controller should be final. | 72 |
![]() |
Method 'createTextBinding' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
Missing a Javadoc comment. | 76 |
![]() |
Parameter fragmentRole should be final. | 77 |
![]() |
Parameter textSelection should be final. | 77 |
![]() |
Line is longer than 140 characters (found 144). | 84 |
![]() |
Avoid inline conditionals. | 84 |
![]() |
Line is longer than 140 characters (found 141). | 95 |
![]() |
Method 'deleteTextBinding' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
Missing a Javadoc comment. | 95 |
![]() |
Parameter textBinding should be final. | 95 |
![]() |
Method 'moveToTop' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
Missing a Javadoc comment. | 100 |
![]() |
Parameter textBinding should be final. | 100 |
![]() |
Method 'moveUp' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
Missing a Javadoc comment. | 104 |
![]() |
Parameter textBinding should be final. | 104 |
![]() |
Method 'moveDown' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
Missing a Javadoc comment. | 108 |
![]() |
Parameter textBinding should be final. | 108 |
![]() |
Method 'moveToBottom' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
Missing a Javadoc comment. | 112 |
![]() |
Parameter textBinding should be final. | 112 |
![]() |
Method 'createColumnTableBinding' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
Missing a Javadoc comment. | 116 |
![]() |
Parameter tableRole should be final. | 117 |
![]() |
Line is longer than 140 characters (found 148). | 120 |
![]() |
Line is longer than 140 characters (found 148). | 122 |
![]() |
Avoid inline conditionals. | 122 |
![]() |
Method 'deleteColumnTableBinding' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
Missing a Javadoc comment. | 127 |
![]() |
Parameter columnTableBinding should be final. | 128 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 68 |
![]() |
Missing a Javadoc comment. | 81 |
![]() |
Redundant 'public' modifier. | 82 |
![]() |
Missing a Javadoc comment. | 84 |
![]() |
Redundant 'public' modifier. | 85 |
![]() |
Missing a Javadoc comment. | 87 |
![]() |
Redundant 'public' modifier. | 88 |
![]() |
First sentence should end with a period. | 90 |
![]() |
Line is longer than 140 characters (found 144). | 92 |
![]() |
Redundant 'public' modifier. | 95 |
![]() |
Expected @param tag for 'wpmlPackage'. | 95 |
![]() |
Expected @param tag for 'factory'. | 95 |
![]() |
Redundant 'public' modifier. | 98 |
![]() |
Redundant 'public' modifier. | 101 |
![]() |
Missing a Javadoc comment. | 103 |
![]() |
Redundant 'public' modifier. | 103 |
![]() |
Missing a Javadoc comment. | 105 |
![]() |
Redundant 'public' modifier. | 105 |
![]() |
Redundant 'public' modifier. | 108 |
![]() |
Redundant 'public' modifier. | 111 |
![]() |
Comment matches to-do format 'TODO:'. | 113 |
![]() |
First sentence should end with a period. | 117 |
![]() |
Expected an @return tag. | 122 |
![]() |
Redundant 'public' modifier. | 122 |
![]() |
Redundant 'public' modifier. | 125 |
![]() |
Line is longer than 140 characters (found 142). | 128 |
![]() |
Missing a Javadoc comment. | 128 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 128 |
![]() |
Missing a Javadoc comment. | 130 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 130 |
![]() |
Missing a Javadoc comment. | 133 |
![]() |
Missing a Javadoc comment. | 135 |
![]() |
Missing a Javadoc comment. | 136 |
![]() |
Missing a Javadoc comment. | 137 |
![]() |
Missing a Javadoc comment. | 138 |
![]() |
Missing a Javadoc comment. | 139 |
![]() |
Missing a Javadoc comment. | 142 |
![]() |
Name '_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
![]() |
Variable '_factory' must be private and have accessor methods. | 142 |
![]() |
Method 'getDocXObject' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
Method 'getFlexoDocument' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
Method 'setWordprocessingMLPackage' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
Parameter wpmlPackage should be final. | 155 |
![]() |
First sentence should end with a period. | 165 |
![]() |
Line is longer than 140 characters (found 145). | 167 |
![]() |
Method 'updateFromWordprocessingMLPackage' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
Parameter wpmlPackage should be final. | 171 |
![]() |
Expected @param tag for 'wpmlPackage'. | 171 |
![]() |
Parameter factory should be final. | 171 |
![]() |
Expected @param tag for 'factory'. | 171 |
![]() |
Line is longer than 140 characters (found 172). | 180 |
![]() |
Must have at least one statement. | 209 |
![]() |
Must have at least one statement. | 228 |
![]() |
Must have at least one statement. | 247 |
![]() |
Must have at least one statement. | 266 |
![]() |
Must have at least one statement. | 292 |
![]() |
Must have at least one statement. | 304 |
![]() |
Line is longer than 140 characters (found 162). | 305 |
![]() |
Missing a Javadoc comment. | 316 |
![]() |
Parameter wpmlPackage should be final. | 316 |
![]() |
Parameter factory should be final. | 316 |
![]() |
Line is longer than 140 characters (found 152). | 337 |
![]() |
'10' is a magic number. | 358 |
![]() |
Line is longer than 140 characters (found 144). | 377 |
![]() |
Missing a Javadoc comment. | 377 |
![]() |
Parameter styleNode should be final. | 377 |
![]() |
Parameter parentNode should be final. | 377 |
![]() |
Parameter stylesToRemove should be final. | 377 |
![]() |
Parameter factory should be final. | 378 |
![]() |
Avoid inline conditionals. | 384 |
![]() |
Method 'addToStyles' is not designed for extension - needs to be abstract, final or empty. | 400 |
![]() |
Parameter aStyle should be final. | 401 |
![]() |
Method 'removeFromStyles' is not designed for extension - needs to be abstract, final or empty. | 406 |
![]() |
Parameter aStyle should be final. | 407 |
![]() |
Method 'debugContents' is not designed for extension - needs to be abstract, final or empty. | 412 |
![]() |
Method 'debugStructuredContents' is not designed for extension - needs to be abstract, final or empty. | 417 |
![]() |
Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 426 |
![]() |
Missing a Javadoc comment. | 435 |
![]() |
Method 'getResource' is not designed for extension - needs to be abstract, final or empty. | 437 |
![]() |
Method 'setResource' is not designed for extension - needs to be abstract, final or empty. | 442 |
![]() |
Parameter resource should be final. | 443 |
![]() |
'resource' hides a field. | 443 |
![]() |
Line is longer than 140 characters (found 143). | 453 |
![]() |
Method 'insertElementAtIndex' is not designed for extension - needs to be abstract, final or empty. | 455 |
![]() |
Parameter anElement should be final. | 456 |
![]() |
Expected @param tag for 'anElement'. | 456 |
![]() |
Parameter index should be final. | 456 |
![]() |
Expected @param tag for 'index'. | 456 |
![]() |
First sentence should end with a period. | 462 |
![]() |
Line is longer than 140 characters (found 145). | 463 |
![]() |
Parameter addedElement should be final. | 468 |
![]() |
Expected @param tag for 'addedElement'. | 468 |
![]() |
Parameter index should be final. | 468 |
![]() |
Expected @param tag for 'index'. | 468 |
![]() |
First sentence should end with a period. | 473 |
![]() |
Parameter anElement should be final. | 478 |
![]() |
Expected @param tag for 'anElement'. | 478 |
![]() |
Line is longer than 140 characters (found 144). | 516 |
![]() |
Method 'moveElementToIndex' is not designed for extension - needs to be abstract, final or empty. | 518 |
![]() |
Parameter anElement should be final. | 519 |
![]() |
Expected @param tag for 'anElement'. | 519 |
![]() |
Parameter index should be final. | 519 |
![]() |
Expected @param tag for 'index'. | 519 |
![]() |
Comment matches to-do format 'TODO:'. | 520 |
![]() |
First sentence should end with a period. | 524 |
![]() |
Line is longer than 140 characters (found 147). | 525 |
![]() |
Parameter anElement should be final. | 530 |
![]() |
Expected @param tag for 'anElement'. | 530 |
![]() |
Parameter index should be final. | 530 |
![]() |
Expected @param tag for 'index'. | 530 |
![]() |
Method 'addToElements' is not designed for extension - needs to be abstract, final or empty. | 542 |
![]() |
Parameter anElement should be final. | 543 |
![]() |
Expected @param tag for 'anElement'. | 543 |
![]() |
First sentence should end with a period. | 559 |
![]() |
Line is longer than 140 characters (found 147). | 560 |
![]() |
Parameter addedElement should be final. | 565 |
![]() |
Expected @param tag for 'addedElement'. | 565 |
![]() |
Line is longer than 140 characters (found 142). | 572 |
![]() |
Method 'removeFromElements' is not designed for extension - needs to be abstract, final or empty. | 574 |
![]() |
Parameter anElement should be final. | 575 |
![]() |
Expected @param tag for 'anElement'. | 575 |
![]() |
First sentence should end with a period. | 595 |
![]() |
Line is longer than 140 characters (found 144). | 596 |
![]() |
Parameter removedElement should be final. | 601 |
![]() |
Expected @param tag for 'removedElement'. | 601 |
![]() |
Method 'getElementWithIdentifier' is not designed for extension - needs to be abstract, final or empty. | 625 |
![]() |
Parameter identifier should be final. | 626 |
![]() |
Method 'getElementsWithBaseIdentifier' is not designed for extension - needs to be abstract, final or empty. | 639 |
![]() |
Parameter baseIdentifier should be final. | 640 |
![]() |
Method 'reindexElement' is not designed for extension - needs to be abstract, final or empty. | 661 |
![]() |
Missing a Javadoc comment. | 661 |
![]() |
Parameter anElement should be final. | 661 |
![]() |
Parameter oldIdentifier should be final. | 661 |
![]() |
Method 'getParagraph' is not designed for extension - needs to be abstract, final or empty. | 666 |
![]() |
Parameter p should be final. | 667 |
![]() |
Method 'getTable' is not designed for extension - needs to be abstract, final or empty. | 681 |
![]() |
Parameter tbl should be final. | 682 |
![]() |
Method 'getFragment' is not designed for extension - needs to be abstract, final or empty. | 686 |
![]() |
Parameter startElement should be final. | 687 |
![]() |
Parameter endElement should be final. | 688 |
![]() |
Method 'getKnownStyleIds' is not designed for extension - needs to be abstract, final or empty. | 692 |
![]() |
Method 'activateStyle' is not designed for extension - needs to be abstract, final or empty. | 698 |
![]() |
Parameter styleId should be final. | 699 |
![]() |
Method 'addStyledParagraphOfText' is not designed for extension - needs to be abstract, final or empty. | 718 |
![]() |
Parameter style should be final. | 719 |
![]() |
Parameter text should be final. | 719 |
![]() |
Method 'insertStyledParagraphOfTextAtIndex' is not designed for extension - needs to be abstract, final or empty. | 726 |
![]() |
Parameter style should be final. | 728 |
![]() |
Parameter text should be final. | 728 |
![]() |
Parameter index should be final. | 728 |
![]() |
Missing a Javadoc comment. | 734 |
![]() |
Parameter style should be final. | 734 |
![]() |
Parameter text should be final. | 734 |
![]() |
Method 'addTable' is not designed for extension - needs to be abstract, final or empty. | 741 |
![]() |
Parameter rows should be final. | 742 |
![]() |
Parameter cols should be final. | 742 |
![]() |
Method 'insertTableAtIndex' is not designed for extension - needs to be abstract, final or empty. | 748 |
![]() |
Parameter rows should be final. | 749 |
![]() |
Parameter cols should be final. | 749 |
![]() |
Parameter index should be final. | 749 |
![]() |
Missing a Javadoc comment. | 755 |
![]() |
Parameter rows should be final. | 755 |
![]() |
Parameter cols should be final. | 755 |
![]() |
'100' is a magic number. | 756 |
![]() |
Missing a Javadoc comment. | 761 |
![]() |
Method 'getTempDirectory' is not designed for extension - needs to be abstract, final or empty. | 763 |
![]() |
Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 777 |
![]() |
Parameter context should be final. | 778 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.doc.FlexoDocRun. | 41 |
![]() |
First sentence should end with a period. | 50 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 61 |
![]() |
Missing a Javadoc comment. | 63 |
![]() |
Missing a Javadoc comment. | 64 |
![]() |
Missing a Javadoc comment. | 65 |
![]() |
Missing a Javadoc comment. | 66 |
![]() |
Missing a Javadoc comment. | 67 |
![]() |
Method 'getImage' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
Method 'setImage' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
Missing a Javadoc comment. | 92 |
![]() |
Parameter image should be final. | 92 |
![]() |
'image' hides a field. | 92 |
![]() |
Method 'getEmbedId' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
Missing a Javadoc comment. | 100 |
![]() |
First sentence should end with a period. | 104 |
![]() |
Line is longer than 140 characters (found 145). | 106 |
![]() |
Method 'updateFromR' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
Parameter r should be final. | 110 |
![]() |
Expected @param tag for 'r'. | 110 |
![]() |
Parameter factory should be final. | 110 |
![]() |
Expected @param tag for 'factory'. | 110 |
![]() |
Line is longer than 140 characters (found 164). | 129 |
![]() |
Method 'getImageName' is not designed for extension - needs to be abstract, final or empty. | 148 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 28 |
![]() |
Type Javadoc comment is missing an @param <DO> tag. | 34 |
![]() |
Missing a Javadoc comment. | 38 |
![]() |
Redundant 'public' modifier. | 38 |
![]() |
Missing a Javadoc comment. | 42 |
![]() |
Redundant 'public' modifier. | 42 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 52 |
![]() |
Missing a Javadoc comment. | 54 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 |
![]() |
Missing a Javadoc comment. | 57 |
![]() |
Method 'convertFromString' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
Parameter value should be final. | 62 |
![]() |
Parameter factory should be final. | 62 |
![]() |
Line is longer than 140 characters (found 147). | 77 |
![]() |
Line is longer than 140 characters (found 148). | 95 |
![]() |
Method 'convertToString' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
Parameter element should be final. | 106 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 92 |
![]() |
Missing a Javadoc comment. | 101 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 101 |
![]() |
Missing a Javadoc comment. | 103 |
![]() |
Missing a Javadoc comment. | 105 |
![]() |
Missing a Javadoc comment. | 107 |
![]() |
Parameter resource should be final. | 107 |
![]() |
Parameter editingContext should be final. | 107 |
![]() |
Parameter idStrategy should be final. | 107 |
![]() |
'idStrategy' hides a field. | 107 |
![]() |
Method 'getIDStrategy' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
Missing a Javadoc comment. | 114 |
![]() |
Method 'getResource' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
Method 'makeDocument' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
Method 'makeNewDocXDocument' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
Missing a Javadoc comment. | 130 |
![]() |
Method 'makeNewDocXDocument' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
Missing a Javadoc comment. | 149 |
![]() |
Parameter wpmlPackage should be final. | 149 |
![]() |
Method 'makeParagraph' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
Missing a Javadoc comment. | 164 |
![]() |
Variable 'someIdHaveBeenGeneratedAccordingToBookmarkManagementStrategy' must be private and have accessor methods. | 164 |
![]() |
Method 'makeNewDocXParagraph' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
Missing a Javadoc comment. | 166 |
![]() |
Parameter p should be final. | 166 |
![]() |
switch without "default" clause. | 171 |
![]() |
Method 'makeNewDocXParagraph' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
Missing a Javadoc comment. | 183 |
![]() |
Parameter text should be final. | 183 |
![]() |
Method 'makeTextRun' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
Method 'makeNewDocXRun' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
Missing a Javadoc comment. | 195 |
![]() |
Parameter r should be final. | 195 |
![]() |
Method 'makeNewDocXTextRun' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
Missing a Javadoc comment. | 215 |
![]() |
Parameter r should be final. | 215 |
![]() |
Method 'makeTextRun' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
Parameter text should be final. | 223 |
![]() |
Method 'makeDrawingRun' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() |
Method 'makeNewDocXDrawingRun' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() |
Missing a Javadoc comment. | 234 |
![]() |
Parameter r should be final. | 234 |
![]() |
Method 'makeDrawingRun' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
Parameter imageFile should be final. | 242 |
![]() |
Method 'makeDrawingRun' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() |
Parameter image should be final. | 264 |
![]() |
Method 'makeTable' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() |
Method 'makeNewDocXTable' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() |
Missing a Javadoc comment. | 290 |
![]() |
Parameter tbl should be final. | 290 |
![]() |
Method 'makeTableRow' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() |
Method 'makeNewDocXTableRow' is not designed for extension - needs to be abstract, final or empty. | 301 |
![]() |
Missing a Javadoc comment. | 301 |
![]() |
Parameter tr should be final. | 301 |
![]() |
Method 'makeTableCell' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() |
Method 'makeNewDocXTableCell' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() |
Missing a Javadoc comment. | 312 |
![]() |
Parameter tc should be final. | 312 |
![]() |
First sentence should end with a period. | 318 |
![]() |
Expected an @return tag. | 323 |
![]() |
Method 'makeSdtBlock' is not designed for extension - needs to be abstract, final or empty. | 323 |
![]() |
Method 'makeNewSdtBlock' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() |
Missing a Javadoc comment. | 328 |
![]() |
Parameter sdtBlock should be final. | 328 |
![]() |
First sentence should end with a period. | 334 |
![]() |
Expected an @return tag. | 339 |
![]() |
Method 'makeUnmappedElement' is not designed for extension - needs to be abstract, final or empty. | 339 |
![]() |
Method 'makeNewUnmappedElement' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() |
Missing a Javadoc comment. | 344 |
![]() |
Parameter docXObject should be final. | 344 |
![]() |
Missing a Javadoc comment. | 350 |
![]() |
Name 'RANDOM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 |
![]() |
Method 'generateId' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() |
'16' is a magic number. | 354 |
![]() |
Method 'makeParagraphStyle' is not designed for extension - needs to be abstract, final or empty. | 357 |
![]() |
Method 'makeRunStyle' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() |
Method 'makeNamedStyle' is not designed for extension - needs to be abstract, final or empty. | 367 |
![]() |
Method 'makeNewDocXStyle' is not designed for extension - needs to be abstract, final or empty. | 372 |
![]() |
Missing a Javadoc comment. | 372 |
![]() |
Parameter style should be final. | 372 |
![]() |
Parameter parent should be final. | 372 |
![]() |
Method 'makeFragment' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() |
Parameter document should be final. | 382 |
![]() |
Line is longer than 140 characters (found 144). | 389 |
![]() |
Line is longer than 140 characters (found 141). | 390 |
![]() |
Line is longer than 140 characters (found 144). | 391 |
![]() |
Line is longer than 140 characters (found 142). | 392 |
![]() |
Expected an @return tag. | 400 |
![]() |
Method 'makeImageInline' is not designed for extension - needs to be abstract, final or empty. | 400 |
![]() |
Parameter bytes should be final. | 400 |
![]() |
Method 'makeFont' is not designed for extension - needs to be abstract, final or empty. | 409 |
![]() |
Missing a Javadoc comment. | 409 |
![]() |
Parameter rFonts should be final. | 409 |
![]() |
Parameter document should be final. | 409 |
![]() |
Must have at least one statement. | 455 |
![]() |
'12' is a magic number. | 470 |
![]() |
Missing a Javadoc comment. | 473 |
![]() |
Parameter document should be final. | 473 |
![]() |
Missing a Javadoc comment. | 481 |
![]() |
Parameter color should be final. | 481 |
![]() |
'6' is a magic number. | 482 |
![]() |
'16' is a magic number. | 483 |
![]() |
'4' is a magic number. | 484 |
![]() |
'16' is a magic number. | 484 |
![]() |
'4' is a magic number. | 485 |
![]() |
'6' is a magic number. | 485 |
![]() |
'16' is a magic number. | 485 |
![]() |
Method 'extractStyleProperties' is not designed for extension - needs to be abstract, final or empty. | 491 |
![]() |
Missing a Javadoc comment. | 491 |
![]() |
Parameter rPr should be final. | 491 |
![]() |
Parameter style should be final. | 491 |
![]() |
Method 'decodeHighlightName' is not designed for extension - needs to be abstract, final or empty. | 531 |
![]() |
Missing a Javadoc comment. | 531 |
![]() |
Parameter name should be final. | 531 |
![]() |
Method 'extractStyleProperties' is not designed for extension - needs to be abstract, final or empty. | 565 |
![]() |
Missing a Javadoc comment. | 565 |
![]() |
Parameter pPr should be final. | 565 |
![]() |
Parameter style should be final. | 565 |
![]() |
Method 'makeParagraphTab' is not designed for extension - needs to be abstract, final or empty. | 666 |
![]() |
Missing a Javadoc comment. | 666 |
![]() |
Parameter pos should be final. | 666 |
![]() |
Parameter align should be final. | 666 |
![]() |
Parameter leader should be final. | 666 |
![]() |
Method 'makeRunStyle' is not designed for extension - needs to be abstract, final or empty. | 674 |
![]() |
Missing a Javadoc comment. | 674 |
![]() |
Parameter rPr should be final. | 674 |
![]() |
Method 'makeParagraphStyle' is not designed for extension - needs to be abstract, final or empty. | 681 |
![]() |
Missing a Javadoc comment. | 681 |
![]() |
Parameter pPr should be final. | 681 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 31 |
![]() |
Redundant 'public' modifier. | 43 |
![]() |
Missing a Javadoc comment. | 45 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 45 |
![]() |
Method 'getElements' is not designed for extension - needs to be abstract, final or empty. | 48 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 54 |
![]() |
Missing a Javadoc comment. | 56 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
![]() |
Missing a Javadoc comment. | 59 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Missing a Javadoc comment. | 65 |
![]() |
Parameter serviceManager should be final. | 65 |
![]() |
'serviceManager' hides a field. | 65 |
![]() |
Method 'convertFromString' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
Parameter value should be final. | 71 |
![]() |
Parameter factory should be final. | 71 |
![]() |
Line is longer than 140 characters (found 150). | 97 |
![]() |
Line is longer than 140 characters (found 150). | 115 |
![]() |
Line is longer than 140 characters (found 146). | 116 |
![]() |
Method 'convertToString' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
Parameter fragment should be final. | 148 |
Severity | Message | Line |
---|---|---|
![]() |
Unused Javadoc tag. | 31 |
![]() |
Type Javadoc comment is missing an @param <DO> tag. | 36 |
![]() |
Missing a Javadoc comment. | 39 |
![]() |
Redundant 'public' modifier. | 39 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 62 |
![]() |
Missing a Javadoc comment. | 74 |
![]() |
Redundant 'public' modifier. | 75 |
![]() |
Missing a Javadoc comment. | 76 |
![]() |
Redundant 'public' modifier. | 77 |
![]() |
Missing a Javadoc comment. | 79 |
![]() |
Redundant 'public' modifier. | 82 |
![]() |
Missing a Javadoc comment. | 84 |
![]() |
Redundant 'public' modifier. | 85 |
![]() |
Missing a Javadoc comment. | 87 |
![]() |
Redundant 'public' modifier. | 90 |
![]() |
Missing a Javadoc comment. | 92 |
![]() |
Redundant 'public' modifier. | 93 |
![]() |
Missing a Javadoc comment. | 95 |
![]() |
Redundant 'public' modifier. | 95 |
![]() |
Redundant 'public' modifier. | 103 |
![]() |
First sentence should end with a period. | 105 |
![]() |
Line is longer than 140 characters (found 144). | 107 |
![]() |
Redundant 'public' modifier. | 110 |
![]() |
Expected @param tag for 'p'. | 110 |
![]() |
Expected @param tag for 'factory'. | 110 |
![]() |
Missing a Javadoc comment. | 112 |
![]() |
Redundant 'public' modifier. | 112 |
![]() |
Missing a Javadoc comment. | 114 |
![]() |
Redundant 'public' modifier. | 114 |
![]() |
Missing a Javadoc comment. | 116 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 116 |
![]() |
Missing a Javadoc comment. | 119 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 119 |
![]() |
Missing a Javadoc comment. | 122 |
![]() |
Missing a Javadoc comment. | 125 |
![]() |
Name '_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
![]() |
Variable '_factory' must be private and have accessor methods. | 125 |
![]() |
Missing a Javadoc comment. | 127 |
![]() |
Method 'getDocXObject' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
Method 'setP' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
Parameter p should be final. | 137 |
![]() |
First sentence should end with a period. | 155 |
![]() |
Line is longer than 140 characters (found 145). | 157 |
![]() |
Method 'updateFromP' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
Parameter p should be final. | 161 |
![]() |
Expected @param tag for 'p'. | 161 |
![]() |
Parameter factory should be final. | 161 |
![]() |
Expected @param tag for 'factory'. | 161 |
![]() |
Must have at least one statement. | 191 |
![]() |
Line is longer than 140 characters (found 146). | 204 |
![]() |
First sentence should end with a period. | 250 |
![]() |
Expected an @return tag. | 258 |
![]() |
Method 'createCTBookmarkIdentifier' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() |
Parameter docXFactory should be final. | 258 |
![]() |
Expected @param tag for 'docXFactory'. | 258 |
![]() |
Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 265 |
![]() |
First sentence should end with a period. | 288 |
![]() |
Method 'bookmarkRun' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() |
Parameter r should be final. | 296 |
![]() |
Expected @param tag for 'r'. | 296 |
![]() |
Parameter name should be final. | 296 |
![]() |
Expected @param tag for 'name'. | 296 |
![]() |
Parameter id should be final. | 296 |
![]() |
Expected @param tag for 'id'. | 296 |
![]() |
Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 307 |
![]() |
Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() |
Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 336 |
![]() |
Method 'setIdentifier' is not designed for extension - needs to be abstract, final or empty. | 363 |
![]() |
Parameter identifier should be final. | 364 |
![]() |
switch without "default" clause. | 367 |
![]() |
Method 'getRawText' is not designed for extension - needs to be abstract, final or empty. | 390 |
![]() |
Method 'setRawText' is not designed for extension - needs to be abstract, final or empty. | 402 |
![]() |
Parameter someText should be final. | 403 |
![]() |
Method 'cloneP' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() |
switch without "default" clause. | 434 |
![]() |
Line is longer than 140 characters (found 147). | 446 |
![]() |
Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 449 |
![]() |
Line is longer than 140 characters (found 172). | 451 |
![]() |
Line is longer than 140 characters (found 145). | 461 |
![]() |
Method 'appendToWordprocessingMLPackage' is not designed for extension - needs to be abstract, final or empty. | 466 |
![]() |
Parameter parent should be final. | 467 |
![]() |
Parameter index should be final. | 467 |
![]() |
Method 'insertRunAtIndex' is not designed for extension - needs to be abstract, final or empty. | 485 |
![]() |
Parameter aRun should be final. | 486 |
![]() |
Expected @param tag for 'aRun'. | 486 |
![]() |
Parameter index should be final. | 486 |
![]() |
Expected @param tag for 'index'. | 486 |
![]() |
First sentence should end with a period. | 552 |
![]() |
Line is longer than 140 characters (found 146). | 553 |
![]() |
Parameter aRun should be final. | 558 |
![]() |
Expected @param tag for 'aRun'. | 558 |
![]() |
Parameter index should be final. | 558 |
![]() |
Expected @param tag for 'index'. | 558 |
![]() |
First sentence should end with a period. | 564 |
![]() |
Parameter aRun should be final. | 569 |
![]() |
Expected @param tag for 'aRun'. | 569 |
![]() |
Method 'moveRunToIndex' is not designed for extension - needs to be abstract, final or empty. | 583 |
![]() |
Parameter aRun should be final. | 584 |
![]() |
Expected @param tag for 'aRun'. | 584 |
![]() |
Parameter index should be final. | 584 |
![]() |
Expected @param tag for 'index'. | 584 |
![]() |
Comment matches to-do format 'TODO:'. | 585 |
![]() |
First sentence should end with a period. | 589 |
![]() |
Line is longer than 140 characters (found 143). | 590 |
![]() |
Parameter aRun should be final. | 595 |
![]() |
Expected @param tag for 'aRun'. | 595 |
![]() |
Parameter index should be final. | 595 |
![]() |
Expected @param tag for 'index'. | 595 |
![]() |
'runs' hides a field. | 596 |
![]() |
Method 'addToRuns' is not designed for extension - needs to be abstract, final or empty. | 605 |
![]() |
Parameter aRun should be final. | 606 |
![]() |
Expected @param tag for 'aRun'. | 606 |
![]() |
First sentence should end with a period. | 624 |
![]() |
Line is longer than 140 characters (found 143). | 625 |
![]() |
Parameter addedRun should be final. | 630 |
![]() |
Expected @param tag for 'addedRun'. | 630 |
![]() |
Method 'removeFromRuns' is not designed for extension - needs to be abstract, final or empty. | 639 |
![]() |
Parameter aRun should be final. | 640 |
![]() |
Expected @param tag for 'aRun'. | 640 |
![]() |
First sentence should end with a period. | 655 |
![]() |
Line is longer than 140 characters (found 145). | 656 |
![]() |
Parameter removedRun should be final. | 661 |
![]() |
Expected @param tag for 'removedRun'. | 661 |
![]() |
Method 'getNamedStyle' is not designed for extension - needs to be abstract, final or empty. | 671 |
![]() |
Line is longer than 140 characters (found 141). | 673 |
![]() |
Method 'setNamedStyle' is not designed for extension - needs to be abstract, final or empty. | 680 |
![]() |
Parameter style should be final. | 681 |
![]() |
Method 'getRun' is not designed for extension - needs to be abstract, final or empty. | 705 |
![]() |
Parameter r should be final. | 706 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.doc.FlexoDocStyle. | 24 |
![]() |
First sentence should end with a period. | 35 |
![]() |
Missing a Javadoc comment. | 46 |
![]() |
Redundant 'public' modifier. | 47 |
![]() |
Missing a Javadoc comment. | 49 |
![]() |
Redundant 'public' modifier. | 50 |
![]() |
Missing a Javadoc comment. | 52 |
![]() |
Redundant 'public' modifier. | 53 |
![]() |
First sentence should end with a period. | 55 |
![]() |
Line is longer than 140 characters (found 141). | 57 |
![]() |
Redundant 'public' modifier. | 60 |
![]() |
Expected @param tag for 'pPr'. | 60 |
![]() |
Expected @param tag for 'factory'. | 60 |
![]() |
Missing a Javadoc comment. | 62 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 62 |
![]() |
Method 'getDocXObject' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
Method 'setPPr' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
Parameter pPr should be final. | 71 |
![]() |
First sentence should end with a period. | 79 |
![]() |
Line is longer than 140 characters (found 141). | 81 |
![]() |
Method 'updateFromPPr' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
Parameter pPr should be final. | 85 |
![]() |
Expected @param tag for 'pPr'. | 85 |
![]() |
Parameter factory should be final. | 85 |
![]() |
Expected @param tag for 'factory'. | 85 |
![]() |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 94 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 41 |
![]() |
Missing a Javadoc comment. | 51 |
![]() |
Redundant 'public' modifier. | 52 |
![]() |
Missing a Javadoc comment. | 54 |
![]() |
Redundant 'public' modifier. | 56 |
![]() |
Missing a Javadoc comment. | 58 |
![]() |
Redundant 'public' modifier. | 59 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Redundant 'public' modifier. | 61 |
![]() |
First sentence should end with a period. | 63 |
![]() |
Line is longer than 140 characters (found 144). | 65 |
![]() |
Redundant 'public' modifier. | 68 |
![]() |
Expected @param tag for 'r'. | 68 |
![]() |
Expected @param tag for 'factory'. | 68 |
![]() |
Missing a Javadoc comment. | 70 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 71 |
![]() |
Missing a Javadoc comment. | 73 |
![]() |
Method 'getDocXObject' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
Method 'setR' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
Parameter r should be final. | 83 |
![]() |
Avoid inline conditionals. | 87 |
![]() |
First sentence should end with a period. | 92 |
![]() |
Line is longer than 140 characters (found 145). | 94 |
![]() |
Method 'updateFromR' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
Parameter r should be final. | 98 |
![]() |
Expected @param tag for 'r'. | 98 |
![]() |
Parameter factory should be final. | 98 |
![]() |
Expected @param tag for 'factory'. | 98 |
![]() |
Method 'getRawText' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
Missing a Javadoc comment. | 111 |
![]() |
Method 'getFlexoDocument' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
Method 'cloneR' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
Line is longer than 140 characters (found 145). | 143 |
![]() |
Avoid inline conditionals. | 143 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.doc.FlexoDocStyle. | 24 |
![]() |
First sentence should end with a period. | 35 |
![]() |
Missing a Javadoc comment. | 46 |
![]() |
Redundant 'public' modifier. | 47 |
![]() |
Missing a Javadoc comment. | 49 |
![]() |
Redundant 'public' modifier. | 50 |
![]() |
Missing a Javadoc comment. | 52 |
![]() |
Redundant 'public' modifier. | 53 |
![]() |
First sentence should end with a period. | 55 |
![]() |
Line is longer than 140 characters (found 141). | 57 |
![]() |
Redundant 'public' modifier. | 60 |
![]() |
Expected @param tag for 'rPr'. | 60 |
![]() |
Expected @param tag for 'factory'. | 60 |
![]() |
Line is longer than 140 characters (found 142). | 62 |
![]() |
Missing a Javadoc comment. | 62 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 62 |
![]() |
Method 'getDocXObject' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
Method 'setRPr' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
Parameter rPr should be final. | 70 |
![]() |
First sentence should end with a period. | 78 |
![]() |
Line is longer than 140 characters (found 141). | 80 |
![]() |
Method 'updateFromRPr' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
Parameter rPr should be final. | 84 |
![]() |
Expected @param tag for 'rPr'. | 84 |
![]() |
Parameter factory should be final. | 84 |
![]() |
Expected @param tag for 'factory'. | 84 |
![]() |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 93 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 38 |
![]() |
Missing a Javadoc comment. | 49 |
![]() |
Redundant 'public' modifier. | 50 |
![]() |
Missing a Javadoc comment. | 52 |
![]() |
Redundant 'public' modifier. | 55 |
![]() |
Missing a Javadoc comment. | 57 |
![]() |
Redundant 'public' modifier. | 58 |
![]() |
Missing a Javadoc comment. | 60 |
![]() |
Redundant 'public' modifier. | 60 |
![]() |
First sentence should end with a period. | 62 |
![]() |
Line is longer than 140 characters (found 143). | 64 |
![]() |
Redundant 'public' modifier. | 67 |
![]() |
Expected @param tag for 'sdtBlock'. | 67 |
![]() |
Expected @param tag for 'factory'. | 67 |
![]() |
Line is longer than 140 characters (found 144). | 69 |
![]() |
Missing a Javadoc comment. | 69 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 69 |
![]() |
Missing a Javadoc comment. | 71 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
![]() |
Method 'getDocXObject' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
Method 'setSdtBlock' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
Parameter sdtBlock should be final. | 80 |
![]() |
First sentence should end with a period. | 98 |
![]() |
Line is longer than 140 characters (found 142). | 100 |
![]() |
Method 'updateFromSdtBlock' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
Parameter sdtBlock should be final. | 104 |
![]() |
Expected @param tag for 'sdtBlock'. | 104 |
![]() |
Parameter factory should be final. | 104 |
![]() |
Expected @param tag for 'factory'. | 104 |
![]() |
Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
Must have at least one statement. | 114 |
![]() |
Parameter identifier should be final. | 121 |
![]() |
Method 'cloneSdtBlock' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
Method 'appendToWordprocessingMLPackage' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
Parameter parent should be final. | 137 |
![]() |
Parameter index should be final. | 137 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 57 |
![]() |
Missing a Javadoc comment. | 69 |
![]() |
Redundant 'public' modifier. | 70 |
![]() |
Missing a Javadoc comment. | 72 |
![]() |
Redundant 'public' modifier. | 75 |
![]() |
Missing a Javadoc comment. | 77 |
![]() |
Redundant 'public' modifier. | 78 |
![]() |
Missing a Javadoc comment. | 80 |
![]() |
Redundant 'public' modifier. | 80 |
![]() |
First sentence should end with a period. | 90 |
![]() |
Line is longer than 140 characters (found 141). | 92 |
![]() |
Redundant 'public' modifier. | 95 |
![]() |
Expected @param tag for 'tbl'. | 95 |
![]() |
Expected @param tag for 'factory'. | 95 |
![]() |
Missing a Javadoc comment. | 97 |
![]() |
Redundant 'public' modifier. | 97 |
![]() |
Missing a Javadoc comment. | 99 |
![]() |
Redundant 'public' modifier. | 99 |
![]() |
Missing a Javadoc comment. | 101 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 101 |
![]() |
Missing a Javadoc comment. | 103 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 103 |
![]() |
Missing a Javadoc comment. | 106 |
![]() |
Missing a Javadoc comment. | 109 |
![]() |
Name '_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
![]() |
Variable '_factory' must be private and have accessor methods. | 109 |
![]() |
Missing a Javadoc comment. | 111 |
![]() |
Method 'getDocXObject' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
Method 'setTbl' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
Parameter tbl should be final. | 133 |
![]() |
First sentence should end with a period. | 151 |
![]() |
Line is longer than 140 characters (found 141). | 153 |
![]() |
Method 'updateFromTbl' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
Parameter tbl should be final. | 157 |
![]() |
Expected @param tag for 'tbl'. | 157 |
![]() |
Parameter factory should be final. | 157 |
![]() |
Expected @param tag for 'factory'. | 157 |
![]() |
Must have at least one statement. | 184 |
![]() |
Missing a Javadoc comment. | 215 |
![]() |
Method 'getColumnWidth' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
Parameter colIndex should be final. | 218 |
![]() |
'100' is a magic number. | 222 |
![]() |
Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() |
Method 'setIdentifier' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() |
Parameter identifier should be final. | 235 |
![]() |
Method 'cloneTbl' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
Line is longer than 140 characters (found 152). | 267 |
![]() |
switch without "default" clause. | 274 |
![]() |
Line is longer than 140 characters (found 161). | 278 |
![]() |
Line is longer than 140 characters (found 150). | 283 |
![]() |
Line is longer than 140 characters (found 150). | 286 |
![]() |
Line is longer than 140 characters (found 195). | 287 |
![]() |
Line is longer than 140 characters (found 156). | 288 |
![]() |
Line is longer than 140 characters (found 162). | 289 |
![]() |
Line is longer than 140 characters (found 180). | 290 |
![]() |
Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 |
![]() |
Line is longer than 140 characters (found 196). | 292 |
![]() |
Line is longer than 140 characters (found 182). | 293 |
![]() |
Line is longer than 140 characters (found 145). | 294 |
![]() |
Method 'appendToWordprocessingMLPackage' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() |
Parameter parent should be final. | 312 |
![]() |
Parameter index should be final. | 312 |
![]() |
Method 'insertTableRowAtIndex' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() |
Parameter aTableRow should be final. | 329 |
![]() |
Expected @param tag for 'aTableRow'. | 329 |
![]() |
Parameter index should be final. | 329 |
![]() |
Expected @param tag for 'index'. | 329 |
![]() |
First sentence should end with a period. | 342 |
![]() |
Line is longer than 140 characters (found 142). | 343 |
![]() |
Parameter aTableRow should be final. | 348 |
![]() |
Expected @param tag for 'aTableRow'. | 348 |
![]() |
Parameter index should be final. | 348 |
![]() |
Expected @param tag for 'index'. | 348 |
![]() |
First sentence should end with a period. | 354 |
![]() |
Parameter aTableRow should be final. | 359 |
![]() |
Expected @param tag for 'aTableRow'. | 359 |
![]() |
Method 'moveTableRowToIndex' is not designed for extension - needs to be abstract, final or empty. | 373 |
![]() |
Parameter aTableRow should be final. | 374 |
![]() |
Expected @param tag for 'aTableRow'. | 374 |
![]() |
Parameter index should be final. | 374 |
![]() |
Expected @param tag for 'index'. | 374 |
![]() |
Comment matches to-do format 'TODO:'. | 375 |
![]() |
First sentence should end with a period. | 379 |
![]() |
Line is longer than 140 characters (found 146). | 380 |
![]() |
Parameter aTableRow should be final. | 385 |
![]() |
Expected @param tag for 'aTableRow'. | 385 |
![]() |
Parameter index should be final. | 385 |
![]() |
Expected @param tag for 'index'. | 385 |
![]() |
'rows' hides a field. | 386 |
![]() |
Method 'addToTableRows' is not designed for extension - needs to be abstract, final or empty. | 395 |
![]() |
Parameter aTableRow should be final. | 396 |
![]() |
Expected @param tag for 'aTableRow'. | 396 |
![]() |
First sentence should end with a period. | 409 |
![]() |
Line is longer than 140 characters (found 146). | 410 |
![]() |
Parameter addedTableRow should be final. | 415 |
![]() |
Expected @param tag for 'addedTableRow'. | 415 |
![]() |
Method 'removeFromTableRows' is not designed for extension - needs to be abstract, final or empty. | 424 |
![]() |
Parameter aTableRow should be final. | 425 |
![]() |
Expected @param tag for 'aTableRow'. | 425 |
![]() |
First sentence should end with a period. | 440 |
![]() |
Line is longer than 140 characters (found 148). | 441 |
![]() |
Parameter removedTableRow should be final. | 446 |
![]() |
Expected @param tag for 'removedTableRow'. | 446 |
![]() |
First sentence should end with a period. | 456 |
![]() |
Line is longer than 140 characters (found 146). | 457 |
![]() |
Expected an @return tag. | 460 |
![]() |
Method 'getElementWithIdentifier' is not designed for extension - needs to be abstract, final or empty. | 460 |
![]() |
Parameter identifier should be final. | 461 |
![]() |
Expected @param tag for 'identifier'. | 461 |
![]() |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 472 |
![]() |
Method 'getParagraph' is not designed for extension - needs to be abstract, final or empty. | 477 |
![]() |
Parameter p should be final. | 478 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.docx4j.openpackaging.packages.WordprocessingMLPackage. | 32 |
![]() |
Unused import - org.openflexo.foundation.doc.FlexoDocument. | 39 |
![]() |
First sentence should end with a period. | 51 |
![]() |
Missing a Javadoc comment. | 62 |
![]() |
Redundant 'public' modifier. | 63 |
![]() |
Missing a Javadoc comment. | 65 |
![]() |
Redundant 'public' modifier. | 67 |
![]() |
Missing a Javadoc comment. | 69 |
![]() |
Redundant 'public' modifier. | 70 |
![]() |
Missing a Javadoc comment. | 72 |
![]() |
Redundant 'public' modifier. | 72 |
![]() |
First sentence should end with a period. | 74 |
![]() |
Redundant 'public' modifier. | 79 |
![]() |
Expected @param tag for 'tc'. | 79 |
![]() |
Expected @param tag for 'factory'. | 79 |
![]() |
First sentence should end with a period. | 81 |
![]() |
Expected an @return tag. | 87 |
![]() |
Redundant 'public' modifier. | 87 |
![]() |
Expected @param tag for 'p'. | 87 |
![]() |
Missing a Javadoc comment. | 89 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 89 |
![]() |
Missing a Javadoc comment. | 92 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 92 |
![]() |
Missing a Javadoc comment. | 95 |
![]() |
Missing a Javadoc comment. | 96 |
![]() |
Missing a Javadoc comment. | 97 |
![]() |
Missing a Javadoc comment. | 98 |
![]() |
Missing a Javadoc comment. | 99 |
![]() |
Method 'setTc' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
Parameter tc should be final. | 102 |
![]() |
Line is longer than 140 characters (found 143). | 107 |
![]() |
Avoid inline conditionals. | 107 |
![]() |
First sentence should end with a period. | 113 |
![]() |
Line is longer than 140 characters (found 146). | 115 |
![]() |
Method 'updateFromTc' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
Parameter tc should be final. | 119 |
![]() |
Expected @param tag for 'tc'. | 119 |
![]() |
Parameter factory should be final. | 119 |
![]() |
Expected @param tag for 'factory'. | 119 |
![]() |
Line is longer than 140 characters (found 172). | 124 |
![]() |
Must have at least one statement. | 149 |
![]() |
Must have at least one statement. | 168 |
![]() |
Must have at least one statement. | 187 |
![]() |
Must have at least one statement. | 206 |
![]() |
Line is longer than 140 characters (found 145). | 226 |
![]() |
Line is longer than 140 characters (found 147). | 243 |
![]() |
Line is longer than 140 characters (found 147). | 248 |
![]() |
Line is longer than 140 characters (found 146). | 269 |
![]() |
Comment matches to-do format 'TODO:'. | 273 |
![]() |
Line is longer than 140 characters (found 144). | 278 |
![]() |
Line is longer than 140 characters (found 142). | 283 |
![]() |
Line is longer than 140 characters (found 142). | 291 |
![]() |
Line is longer than 140 characters (found 144). | 307 |
![]() |
Line is longer than 140 characters (found 144). | 319 |
![]() |
Line is longer than 140 characters (found 146). | 335 |
![]() |
Comment matches to-do format 'TODO:'. | 355 |
![]() |
Line is longer than 140 characters (found 143). | 360 |
![]() |
Method 'insertElementAtIndex' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() |
Parameter anElement should be final. | 363 |
![]() |
Expected @param tag for 'anElement'. | 363 |
![]() |
Parameter index should be final. | 363 |
![]() |
Expected @param tag for 'index'. | 363 |
![]() |
First sentence should end with a period. | 382 |
![]() |
Line is longer than 140 characters (found 145). | 383 |
![]() |
Parameter addedElement should be final. | 388 |
![]() |
Expected @param tag for 'addedElement'. | 388 |
![]() |
Parameter index should be final. | 388 |
![]() |
Expected @param tag for 'index'. | 388 |
![]() |
First sentence should end with a period. | 393 |
![]() |
Parameter anElement should be final. | 398 |
![]() |
Expected @param tag for 'anElement'. | 398 |
![]() |
Line is longer than 140 characters (found 144). | 434 |
![]() |
Method 'moveElementToIndex' is not designed for extension - needs to be abstract, final or empty. | 436 |
![]() |
Parameter anElement should be final. | 437 |
![]() |
Expected @param tag for 'anElement'. | 437 |
![]() |
Parameter index should be final. | 437 |
![]() |
Expected @param tag for 'index'. | 437 |
![]() |
Comment matches to-do format 'TODO:'. | 438 |
![]() |
First sentence should end with a period. | 442 |
![]() |
Line is longer than 140 characters (found 147). | 443 |
![]() |
Parameter anElement should be final. | 448 |
![]() |
Expected @param tag for 'anElement'. | 448 |
![]() |
Parameter index should be final. | 448 |
![]() |
Expected @param tag for 'index'. | 448 |
![]() |
Method 'addToElements' is not designed for extension - needs to be abstract, final or empty. | 458 |
![]() |
Parameter anElement should be final. | 459 |
![]() |
Expected @param tag for 'anElement'. | 459 |
![]() |
First sentence should end with a period. | 476 |
![]() |
Line is longer than 140 characters (found 147). | 477 |
![]() |
Parameter addedElement should be final. | 482 |
![]() |
Expected @param tag for 'addedElement'. | 482 |
![]() |
Line is longer than 140 characters (found 142). | 489 |
![]() |
Method 'removeFromElements' is not designed for extension - needs to be abstract, final or empty. | 491 |
![]() |
Parameter anElement should be final. | 492 |
![]() |
Expected @param tag for 'anElement'. | 492 |
![]() |
First sentence should end with a period. | 513 |
![]() |
Line is longer than 140 characters (found 144). | 514 |
![]() |
Parameter removedElement should be final. | 519 |
![]() |
Expected @param tag for 'removedElement'. | 519 |
![]() |
Method 'getElementWithIdentifier' is not designed for extension - needs to be abstract, final or empty. | 541 |
![]() |
Parameter identifier should be final. | 542 |
![]() |
Method 'getParagraphWithIdentifier' is not designed for extension - needs to be abstract, final or empty. | 546 |
![]() |
Missing a Javadoc comment. | 546 |
![]() |
Parameter identifier should be final. | 546 |
![]() |
Method 'getFlexoDocument' is not designed for extension - needs to be abstract, final or empty. | 555 |
![]() |
Method 'cloneTc' is not designed for extension - needs to be abstract, final or empty. | 563 |
![]() |
Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 574 |
![]() |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 582 |
![]() |
Avoid inline conditionals. | 584 |
![]() |
First sentence should end with a period. | 587 |
![]() |
Expected an @return tag. | 592 |
![]() |
Method 'getRawText' is not designed for extension - needs to be abstract, final or empty. | 592 |
![]() |
Method 'setRawText' is not designed for extension - needs to be abstract, final or empty. | 601 |
![]() |
Parameter someText should be final. | 602 |
![]() |
Method 'getParagraph' is not designed for extension - needs to be abstract, final or empty. | 645 |
![]() |
Parameter p should be final. | 646 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 48 |
![]() |
Missing a Javadoc comment. | 59 |
![]() |
Redundant 'public' modifier. | 60 |
![]() |
Missing a Javadoc comment. | 62 |
![]() |
Redundant 'public' modifier. | 64 |
![]() |
Missing a Javadoc comment. | 66 |
![]() |
Redundant 'public' modifier. | 67 |
![]() |
Missing a Javadoc comment. | 69 |
![]() |
Redundant 'public' modifier. | 69 |
![]() |
Redundant 'public' modifier. | 77 |
![]() |
First sentence should end with a period. | 79 |
![]() |
Redundant 'public' modifier. | 84 |
![]() |
Expected @param tag for 'tr'. | 84 |
![]() |
Expected @param tag for 'factory'. | 84 |
![]() |
First sentence should end with a period. | 86 |
![]() |
Expected an @return tag. | 92 |
![]() |
Redundant 'public' modifier. | 92 |
![]() |
Expected @param tag for 'p'. | 92 |
![]() |
Line is longer than 140 characters (found 142). | 94 |
![]() |
Missing a Javadoc comment. | 94 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 94 |
![]() |
Missing a Javadoc comment. | 96 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 96 |
![]() |
Missing a Javadoc comment. | 99 |
![]() |
Missing a Javadoc comment. | 101 |
![]() |
Method 'setTr' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
Parameter tr should be final. | 106 |
![]() |
Line is longer than 140 characters (found 143). | 111 |
![]() |
Avoid inline conditionals. | 111 |
![]() |
First sentence should end with a period. | 117 |
![]() |
Line is longer than 140 characters (found 146). | 119 |
![]() |
Method 'updateFromTr' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
Parameter tr should be final. | 123 |
![]() |
Expected @param tag for 'tr'. | 123 |
![]() |
Parameter factory should be final. | 123 |
![]() |
Expected @param tag for 'factory'. | 123 |
![]() |
Must have at least one statement. | 145 |
![]() |
Method 'getFlexoDocument' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
Method 'insertTableCellAtIndex' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
Parameter aTableCell should be final. | 176 |
![]() |
Expected @param tag for 'aTableCell'. | 176 |
![]() |
Parameter index should be final. | 176 |
![]() |
Expected @param tag for 'index'. | 176 |
![]() |
First sentence should end with a period. | 189 |
![]() |
Line is longer than 140 characters (found 146). | 190 |
![]() |
Line is longer than 140 characters (found 141). | 195 |
![]() |
Parameter aTableCell should be final. | 195 |
![]() |
Expected @param tag for 'aTableCell'. | 195 |
![]() |
Parameter index should be final. | 195 |
![]() |
Expected @param tag for 'index'. | 195 |
![]() |
First sentence should end with a period. | 201 |
![]() |
Parameter aTableCell should be final. | 206 |
![]() |
Expected @param tag for 'aTableCell'. | 206 |
![]() |
Method 'moveTableCellToIndex' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
Parameter aTableCell should be final. | 221 |
![]() |
Expected @param tag for 'aTableCell'. | 221 |
![]() |
Parameter index should be final. | 221 |
![]() |
Expected @param tag for 'index'. | 221 |
![]() |
Comment matches to-do format 'TODO:'. | 222 |
![]() |
First sentence should end with a period. | 226 |
![]() |
Line is longer than 140 characters (found 143). | 227 |
![]() |
Parameter aTableCell should be final. | 232 |
![]() |
Expected @param tag for 'aTableCell'. | 232 |
![]() |
Parameter index should be final. | 232 |
![]() |
Expected @param tag for 'index'. | 232 |
![]() |
'cells' hides a field. | 233 |
![]() |
Method 'addToTableCells' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
Parameter aTableCell should be final. | 243 |
![]() |
Expected @param tag for 'aTableCell'. | 243 |
![]() |
First sentence should end with a period. | 256 |
![]() |
Line is longer than 140 characters (found 143). | 257 |
![]() |
Parameter addedTableCell should be final. | 262 |
![]() |
Expected @param tag for 'addedTableCell'. | 262 |
![]() |
Method 'removeFromTableCells' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() |
Parameter aTableCell should be final. | 272 |
![]() |
Expected @param tag for 'aTableCell'. | 272 |
![]() |
First sentence should end with a period. | 287 |
![]() |
Line is longer than 140 characters (found 145). | 288 |
![]() |
Parameter removedTableCell should be final. | 293 |
![]() |
Expected @param tag for 'removedTableCell'. | 293 |
![]() |
Method 'getElementWithIdentifier' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() |
Parameter identifier should be final. | 304 |
![]() |
Method 'cloneTr' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() |
Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() |
Avoid inline conditionals. | 336 |
![]() |
Method 'getParagraph' is not designed for extension - needs to be abstract, final or empty. | 339 |
![]() |
Parameter p should be final. | 340 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.doc.FlexoDocRun. | 28 |
![]() |
First sentence should end with a period. | 35 |
![]() |
Missing a Javadoc comment. | 46 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 46 |
![]() |
Missing a Javadoc comment. | 48 |
![]() |
First sentence should end with a period. | 50 |
![]() |
Line is longer than 140 characters (found 145). | 52 |
![]() |
Method 'updateFromR' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
Parameter r should be final. | 56 |
![]() |
Expected @param tag for 'r'. | 56 |
![]() |
Parameter factory should be final. | 56 |
![]() |
Expected @param tag for 'factory'. | 56 |
![]() |
Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
Parameter someText should be final. | 88 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 37 |
![]() |
Type Javadoc comment is missing an @param <T> tag. | 43 |
![]() |
Missing a Javadoc comment. | 48 |
![]() |
Redundant 'public' modifier. | 49 |
![]() |
Redundant 'public' modifier. | 55 |
![]() |
Missing a Javadoc comment. | 57 |
![]() |
Redundant 'public' modifier. | 58 |
![]() |
Missing a Javadoc comment. | 60 |
![]() |
Redundant 'public' modifier. | 60 |
![]() |
First sentence should end with a period. | 62 |
![]() |
Redundant 'public' modifier. | 65 |
![]() |
Expected @param tag for 'docXObject'. | 65 |
![]() |
Expected @param tag for 'factory'. | 65 |
![]() |
Missing a Javadoc comment. | 67 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 67 |
![]() |
Missing a Javadoc comment. | 70 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
![]() |
Missing a Javadoc comment. | 73 |
![]() |
Method 'setDocXObject' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
Parameter docXObject should be final. | 78 |
![]() |
Line is longer than 140 characters (found 141). | 80 |
![]() |
Line is longer than 140 characters (found 144). | 82 |
![]() |
First sentence should end with a period. | 87 |
![]() |
Line is longer than 140 characters (found 142). | 89 |
![]() |
Method 'updateFromDocXObject' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
Parameter docXObject should be final. | 93 |
![]() |
Expected @param tag for 'docXObject'. | 93 |
![]() |
Parameter factory should be final. | 93 |
![]() |
Expected @param tag for 'factory'. | 93 |
![]() |
Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
Must have at least one statement. | 101 |
![]() |
Parameter identifier should be final. | 108 |
![]() |
Method 'cloneDocXObject' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
Method 'appendToWordprocessingMLPackage' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
Parameter parent should be final. | 124 |
![]() |
Parameter index should be final. | 124 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 35 |
![]() |
Utility classes should not have a public or default constructor. | 41 |
![]() |
Missing a Javadoc comment. | 43 |
![]() |
Parameter element should be final. | 43 |
![]() |
Parameter indent should be final. | 43 |
![]() |
Line is longer than 140 characters (found 144). | 68 |
![]() |
Avoid inline conditionals. | 68 |
![]() |
Line is longer than 140 characters (found 142). | 80 |
![]() |
Line is longer than 140 characters (found 150). | 91 |
![]() |
Missing a Javadoc comment. | 102 |
![]() |
Parameter paragraph should be final. | 102 |
![]() |
Missing a Javadoc comment. | 117 |
![]() |
Parameter cell should be final. | 117 |
![]() |
Missing a Javadoc comment. | 127 |
![]() |
Parameter obj should be final. | 127 |
![]() |
Parameter indent should be final. | 127 |
![]() |
'if' construct must use '{}'s. | 129 |
![]() |
Missing a Javadoc comment. | 151 |
![]() |
Parameter obj should be final. | 151 |
![]() |
Parameter toSearch should be final. | 151 |
![]() |
'if' construct must use '{}'s. | 153 |
![]() |
First sentence should end with a period. | 180 |
![]() |
Expected an @return tag. | 187 |
![]() |
Parameter o should be final. | 187 |
![]() |
Expected @param tag for 'o'. | 187 |
![]() |
Parameter list should be final. | 187 |
![]() |
Expected @param tag for 'list'. | 187 |
![]() |
First sentence should end with a period. | 204 |
![]() |
Expected an @return tag. | 211 |
![]() |
Parameter o should be final. | 211 |
![]() |
Expected @param tag for 'o'. | 211 |
![]() |
Parameter container should be final. | 211 |
![]() |
Expected @param tag for 'container'. | 211 |
Severity | Message | Line |
---|---|---|
![]() |
File does not end with a newline. | |
![]() |
Missing a Javadoc comment. | 42 |
![]() |
Missing a Javadoc comment. | 43 |
![]() |
Missing a Javadoc comment. | 49 |
![]() |
Missing a Javadoc comment. | 56 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 34 |
![]() |
Missing a Javadoc comment. | 45 |
![]() |
Redundant 'public' modifier. | 46 |
![]() |
Missing a Javadoc comment. | 48 |
![]() |
Redundant 'public' modifier. | 49 |
![]() |
Missing a Javadoc comment. | 51 |
![]() |
Redundant 'public' modifier. | 52 |
![]() |
Missing a Javadoc comment. | 54 |
![]() |
Redundant 'public' modifier. | 55 |
![]() |
Missing a Javadoc comment. | 57 |
![]() |
Redundant 'public' modifier. | 58 |
![]() |
Missing a Javadoc comment. | 60 |
![]() |
Redundant 'public' modifier. | 61 |
![]() |
First sentence should end with a period. | 63 |
![]() |
Line is longer than 140 characters (found 141). | 65 |
![]() |
Redundant 'public' modifier. | 68 |
![]() |
Expected @param tag for 'style'. | 68 |
![]() |
Expected @param tag for 'factory'. | 68 |
![]() |
Missing a Javadoc comment. | 70 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 70 |
![]() |
Missing a Javadoc comment. | 73 |
![]() |
Method 'getDocXObject' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
Method 'setStyle' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
Parameter style should be final. | 83 |
![]() |
First sentence should end with a period. | 91 |
![]() |
Line is longer than 140 characters (found 141). | 93 |
![]() |
Method 'updateFromStyle' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
Parameter style should be final. | 97 |
![]() |
Expected @param tag for 'style'. | 97 |
![]() |
Parameter factory should be final. | 97 |
![]() |
Expected @param tag for 'factory'. | 97 |
![]() |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
Parameter name should be final. | 125 |
![]() |
Method 'getStyleId' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
Parameter styleId should be final. | 138 |
![]() |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
Avoid inline conditionals. | 144 |
![]() |
Method 'getStringRepresentation' is not designed for extension - needs to be abstract, final or empty. | 147 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.fml.rt.FMLRTVirtualModelInstance. | 45 |
![]() |
First sentence should end with a period. | 48 |
![]() |
Class FMLControlledDocXContainerNature should be declared as final. | 55 |
![]() |
Missing a Javadoc comment. | 57 |
![]() |
Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
Variable 'INSTANCE' must be private and have accessor methods. | 57 |
![]() |
Missing a Javadoc comment. | 60 |
![]() |
First sentence should end with a period. | 63 |
![]() |
Expected an @return tag. | 66 |
![]() |
Parameter virtualModel should be final. | 67 |
![]() |
Expected @param tag for 'virtualModel'. | 67 |
![]() |
Missing a Javadoc comment. | 71 |
![]() |
Parameter container should be final. | 71 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.fml.VirtualModel. | 43 |
![]() |
First sentence should end with a period. | 46 |
![]() |
Class FMLControlledDocXFlexoConceptNature should be declared as final. | 53 |
![]() |
Missing a Javadoc comment. | 55 |
![]() |
Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
Variable 'INSTANCE' must be private and have accessor methods. | 55 |
![]() |
Missing a Javadoc comment. | 58 |
![]() |
First sentence should end with a period. | 61 |
![]() |
Expected an @return tag. | 64 |
![]() |
Parameter concept should be final. | 65 |
![]() |
Expected @param tag for 'concept'. | 65 |
![]() |
Missing a Javadoc comment. | 70 |
![]() |
Parameter concept should be final. | 70 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 47 |
![]() |
Class FMLControlledDocXVirtualModelInstanceNature should be declared as final. | 55 |
![]() |
Missing a Javadoc comment. | 58 |
![]() |
Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
Variable 'INSTANCE' must be private and have accessor methods. | 58 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
First sentence should end with a period. | 69 |
![]() |
Expected an @return tag. | 72 |
![]() |
Parameter virtualModelInstance should be final. | 73 |
![]() |
Expected @param tag for 'virtualModelInstance'. | 73 |
![]() |
Missing a Javadoc comment. | 78 |
![]() |
Parameter virtualModelInstance should be final. | 78 |
![]() |
Missing a Javadoc comment. | 83 |
![]() |
Parameter virtualModelInstance should be final. | 83 |
![]() |
Missing a Javadoc comment. | 88 |
![]() |
Parameter virtualModelInstance should be final. | 88 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.fml.rt.FMLRTVirtualModelInstance. | 43 |
![]() |
First sentence should end with a period. | 47 |
![]() |
Class FMLControlledDocXVirtualModelNature should be declared as final. | 55 |
![]() |
Missing a Javadoc comment. | 57 |
![]() |
Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
Variable 'INSTANCE' must be private and have accessor methods. | 57 |
![]() |
Missing a Javadoc comment. | 60 |
![]() |
Missing a Javadoc comment. | 68 |
![]() |
Parameter virtualModel should be final. | 68 |
![]() |
Parameter templateResource should be final. | 68 |
![]() |
Missing a Javadoc comment. | 73 |
![]() |
Parameter virtualModel should be final. | 73 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 31 |
![]() |
Missing a Javadoc comment. | 35 |
![]() |
Redundant 'public' modifier. | 35 |
![]() |
Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 |
![]() |
Name 'newRepository' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 30 |
![]() |
Redundant 'public' modifier. | 34 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 33 |
![]() |
Missing a Javadoc comment. | 42 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
![]() |
Missing a Javadoc comment. | 44 |
![]() |
Name 'DOCX_FILE_EXTENSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() |
Variable 'DOCX_FILE_EXTENSION' must be private and have accessor methods. | 44 |
![]() |
Missing a Javadoc comment. | 46 |
![]() |
Method 'makeModelFactory' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
Parameter resource should be final. | 51 |
![]() |
Parameter technologyContextManager should be final. | 52 |
![]() |
Method 'makeEmptyResourceData' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
Parameter resource should be final. | 58 |
![]() |
Method 'isValidArtefact' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
Parameter serializationArtefact should be final. | 63 |
![]() |
Parameter resourceCenter should be final. | 63 |
![]() |
Method 'registerResource' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
Parameter resource should be final. | 68 |
![]() |
Parameter resourceCenter should be final. | 68 |
![]() |
Line is longer than 140 characters (found 142). | 104 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 45 |
![]() |
Missing a Javadoc comment. | 46 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() |
Method 'performLoad' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
Redundant throws: 'IOException' is subclass of 'Exception'. | 49 |
![]() |
Method 'stopDeserializing' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
Method 'performSave' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
Parameter clearIsModified should be final. | 80 |
![]() |
Line is longer than 140 characters (found 150). | 89 |
![]() |
Missing a Javadoc comment. | 134 |
![]() |
Parameter out should be final. | 134 |
![]() |
Must have at least one statement. | 145 |
![]() |
Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
Method 'getResourceDataClass' is not designed for extension - needs to be abstract, final or empty. | 168 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 87 |
![]() |
Missing a Javadoc comment. | 105 |
![]() |
Redundant 'public' modifier. | 106 |
![]() |
Missing a Javadoc comment. | 108 |
![]() |
Redundant 'public' modifier. | 109 |
![]() |
Missing a Javadoc comment. | 111 |
![]() |
Redundant 'public' modifier. | 113 |
![]() |
Missing a Javadoc comment. | 115 |
![]() |
Redundant 'public' modifier. | 116 |
![]() |
Missing a Javadoc comment. | 118 |
![]() |
Redundant 'public' modifier. | 119 |
![]() |
Missing a Javadoc comment. | 121 |
![]() |
Redundant 'public' modifier. | 122 |
![]() |
Missing a Javadoc comment. | 124 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 124 |
![]() |
Missing a Javadoc comment. | 126 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 126 |
![]() |
Missing a Javadoc comment. | 130 |
![]() |
Missing a Javadoc comment. | 132 |
![]() |
Missing a Javadoc comment. | 133 |
![]() |
Variable 'templateWorkbookURI' must be private and have accessor methods. | 133 |
![]() |
Method 'getTemplateWorkbookURI' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
Method 'setTemplateWorkbookURI' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
Parameter templateWorkbookURI should be final. | 144 |
![]() |
'templateWorkbookURI' hides a field. | 144 |
![]() |
Method 'getTemplateResource' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
Line is longer than 140 characters (found 149). | 158 |
![]() |
Method 'setTemplateResource' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
Parameter templateResource should be final. | 168 |
![]() |
'templateResource' hides a field. | 168 |
![]() |
Method 'getTechnologyAdapterClass' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
Method 'defaultFlexoRoleName' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
Parameter patternRoleClass should be final. | 182 |
![]() |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
Method 'getURIForObject' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() |
Parameter model should be final. | 201 |
![]() |
Parameter o should be final. | 201 |
![]() |
Method 'retrieveObjectWithURI' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
Parameter model should be final. | 223 |
![]() |
Parameter objectURI should be final. | 223 |
![]() |
Method 'getModelSlotTechnologyAdapter' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() |
Line is longer than 140 characters (found 148). | 263 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 56 |
![]() |
Missing a Javadoc comment. | 62 |
![]() |
Redundant 'public' modifier. | 62 |
![]() |
Missing a Javadoc comment. | 65 |
![]() |
Redundant 'public' modifier. | 65 |
![]() |
Missing a Javadoc comment. | 67 |
![]() |
Redundant 'public' modifier. | 67 |
![]() |
Missing a Javadoc comment. | 69 |
![]() |
Redundant 'public' modifier. | 69 |
![]() |
Missing a Javadoc comment. | 71 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 71 |
![]() |
Missing a Javadoc comment. | 74 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 |
![]() |
Missing a Javadoc comment. | 77 |
![]() |
Missing a Javadoc comment. | 81 |
![]() |
Missing a Javadoc comment. | 85 |
![]() |
Variable 'typeURI' must be private and have accessor methods. | 85 |
![]() |
Missing a Javadoc comment. | 86 |
![]() |
Variable 'attributeName' must be private and have accessor methods. | 86 |
![]() |
Missing a Javadoc comment. | 88 |
![]() |
Missing a Javadoc comment. | 92 |
![]() |
Parameter typeURI should be final. | 92 |
![]() |
'typeURI' hides a field. | 92 |
![]() |
Method 'getFlexoConcept' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
Method 'getModelSlot' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
Method 'setModelSlot' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
Parameter excelModelSlot should be final. | 108 |
![]() |
Method '_getTypeURI' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
Missing a Javadoc comment. | 112 |
![]() |
Name '_getTypeURI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
![]() |
Method '_setTypeURI' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
Missing a Javadoc comment. | 116 |
![]() |
Name '_setTypeURI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
![]() |
Parameter name should be final. | 116 |
![]() |
Method '_getAttributeName' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
Missing a Javadoc comment. | 120 |
![]() |
Name '_getAttributeName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
![]() |
Method '_setAttributeName' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
Missing a Javadoc comment. | 124 |
![]() |
Name '_setAttributeName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
![]() |
Parameter attributeName should be final. | 124 |
![]() |
'attributeName' hides a field. | 124 |
![]() |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
Missing a Javadoc comment. | 129 |
![]() |
Method 'getURIForObject' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
Parameter msInstance should be final. | 136 |
![]() |
Parameter excelObject should be final. | 136 |
![]() |
Method 'retrieveObjectWithURI' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
Parameter msInstance should be final. | 157 |
![]() |
Parameter objectURI should be final. | 157 |
![]() |
Method 'getBindingModel' is not designed for extension - needs to be abstract, final or empty. | 162 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 57 |
![]() |
Missing a Javadoc comment. | 67 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
![]() |
Missing a Javadoc comment. | 69 |
![]() |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
Method 'getLocalizationDirectory' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
Method 'getTechnologyAdapterBindingFactory' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
Method 'isIgnorable' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
Parameter resourceCenter should be final. | 92 |
![]() |
Parameter contents should be final. | 92 |
![]() |
Method 'initFMLModelFactory' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
Parameter fMLModelFactory should be final. | 97 |
![]() |
Method 'getExcelWorkbookRepository' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
Missing a Javadoc comment. | 103 |
![]() |
Parameter resourceCenter should be final. | 103 |
![]() |
Missing a Javadoc comment. | 112 |
![]() |
Method 'getSEVirtualModelInstanceRepository' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
Missing a Javadoc comment. | 116 |
![]() |
Parameter resourceCenter should be final. | 116 |
![]() |
Line is longer than 140 characters (found 143). | 117 |
![]() |
Missing a Javadoc comment. | 125 |
![]() |
Method 'getVirtualModelInstanceTypeFactory' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
Missing a Javadoc comment. | 127 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.fml.rt.FlexoConceptInstance. | 66 |
![]() |
Unused import - org.openflexo.foundation.fml.rt.VirtualModelInstance. | 68 |
![]() |
Unused import - org.openflexo.foundation.technologyadapter.ModelSlot. | 69 |
![]() |
Missing a Javadoc comment. | 105 |
![]() |
Missing a Javadoc comment. | 108 |
![]() |
Parameter flexoRoleClass should be final. | 116 |
![]() |
Parameter aVirtualModel should be final. | 134 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.fml.rt.FlexoConceptInstance. | 68 |
![]() |
Line is longer than 140 characters (found 142). | 75 |
![]() |
First sentence should end with a period. | 89 |
![]() |
Class CreateSemanticsExcelVirtualModel should be declared as final. | 96 |
![]() |
Missing a Javadoc comment. | 99 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 100 |
![]() |
Line is longer than 140 characters (found 193). | 102 |
![]() |
Missing a Javadoc comment. | 102 |
![]() |
Variable 'actionType' must be private and have accessor methods. | 102 |
![]() |
Parameter focusedObject should be final. | 110 |
![]() |
Parameter globalSelection should be final. | 110 |
![]() |
Parameter editor should be final. | 111 |
![]() |
Parameter object should be final. | 116 |
![]() |
Parameter globalSelection should be final. | 116 |
![]() |
Parameter object should be final. | 121 |
![]() |
Parameter globalSelection should be final. | 121 |
![]() |
Missing a Javadoc comment. | 132 |
![]() |
Missing a Javadoc comment. | 142 |
![]() |
Parameter focusedObject should be final. | 142 |
![]() |
Parameter globalSelection should be final. | 142 |
![]() |
Parameter editor should be final. | 142 |
![]() |
Line is longer than 140 characters (found 148). | 162 |
![]() |
Parameter context should be final. | 171 |
![]() |
Line is longer than 140 characters (found 146). | 202 |
![]() |
Line is longer than 140 characters (found 154). | 222 |
![]() |
Line is longer than 140 characters (found 144). | 223 |
![]() |
Line is longer than 140 characters (found 151). | 264 |
![]() |
Line is longer than 140 characters (found 151). | 274 |
![]() |
Line is longer than 140 characters (found 141). | 288 |
![]() |
Line is longer than 140 characters (found 145). | 293 |
![]() |
Missing a Javadoc comment. | 309 |
![]() |
Missing a Javadoc comment. | 311 |
![]() |
Missing a Javadoc comment. | 315 |
![]() |
Parameter excelWorkbookResource should be final. | 315 |
![]() |
'excelWorkbookResource' hides a field. | 315 |
![]() |
Line is longer than 140 characters (found 144). | 328 |
![]() |
Missing a Javadoc comment. | 335 |
![]() |
Missing a Javadoc comment. | 337 |
![]() |
Missing a Javadoc comment. | 341 |
![]() |
Parameter conceptIdentification should be final. | 341 |
![]() |
Missing a Javadoc comment. | 345 |
![]() |
Parameter conceptIdentification should be final. | 345 |
![]() |
Missing a Javadoc comment. | 349 |
![]() |
Class SEFlexoConceptSpecification should be declared as final. | 355 |
![]() |
Missing a Javadoc comment. | 355 |
![]() |
Missing a Javadoc comment. | 357 |
![]() |
Missing a Javadoc comment. | 358 |
![]() |
Missing a Javadoc comment. | 359 |
![]() |
Missing a Javadoc comment. | 360 |
![]() |
Missing a Javadoc comment. | 361 |
![]() |
Missing a Javadoc comment. | 362 |
![]() |
Missing a Javadoc comment. | 364 |
![]() |
Missing a Javadoc comment. | 368 |
![]() |
Missing a Javadoc comment. | 372 |
![]() |
Missing a Javadoc comment. | 376 |
![]() |
Parameter conceptName should be final. | 376 |
![]() |
'conceptName' hides a field. | 376 |
![]() |
Line is longer than 140 characters (found 146). | 377 |
![]() |
Missing a Javadoc comment. | 384 |
![]() |
Missing a Javadoc comment. | 391 |
![]() |
Parameter dataAreaRoleName should be final. | 391 |
![]() |
'dataAreaRoleName' hides a field. | 391 |
![]() |
Missing a Javadoc comment. | 400 |
![]() |
Missing a Javadoc comment. | 404 |
![]() |
Parameter conceptDescription should be final. | 404 |
![]() |
'conceptDescription' hides a field. | 404 |
![]() |
Missing a Javadoc comment. | 413 |
![]() |
Missing a Javadoc comment. | 417 |
![]() |
Parameter cellRange should be final. | 417 |
![]() |
'cellRange' hides a field. | 417 |
![]() |
Missing a Javadoc comment. | 426 |
![]() |
Missing a Javadoc comment. | 430 |
![]() |
Missing a Javadoc comment. | 447 |
![]() |
Missing a Javadoc comment. | 449 |
![]() |
Missing a Javadoc comment. | 450 |
![]() |
Missing a Javadoc comment. | 451 |
![]() |
Missing a Javadoc comment. | 452 |
![]() |
Missing a Javadoc comment. | 453 |
![]() |
Missing a Javadoc comment. | 454 |
![]() |
Missing a Javadoc comment. | 455 |
![]() |
Missing a Javadoc comment. | 456 |
![]() |
Missing a Javadoc comment. | 457 |
![]() |
Missing a Javadoc comment. | 459 |
![]() |
Parameter cell should be final. | 459 |
![]() |
'cell' hides a field. | 459 |
![]() |
First sentence should end with a period. | 473 |
![]() |
Expected an @return tag. | 478 |
![]() |
Method 'getCell' is not designed for extension - needs to be abstract, final or empty. | 478 |
![]() |
Method 'getHeaderCell' is not designed for extension - needs to be abstract, final or empty. | 482 |
![]() |
Missing a Javadoc comment. | 482 |
![]() |
Method 'getPropertyName' is not designed for extension - needs to be abstract, final or empty. | 486 |
![]() |
Missing a Javadoc comment. | 486 |
![]() |
Method 'setPropertyName' is not designed for extension - needs to be abstract, final or empty. | 490 |
![]() |
Missing a Javadoc comment. | 490 |
![]() |
Parameter propertyName should be final. | 490 |
![]() |
'propertyName' hides a field. | 490 |
![]() |
Method 'isKey' is not designed for extension - needs to be abstract, final or empty. | 499 |
![]() |
Missing a Javadoc comment. | 499 |
![]() |
Method 'selectIt' is not designed for extension - needs to be abstract, final or empty. | 503 |
![]() |
Missing a Javadoc comment. | 503 |
![]() |
Method 'setSelectIt' is not designed for extension - needs to be abstract, final or empty. | 507 |
![]() |
Missing a Javadoc comment. | 507 |
![]() |
Parameter selectIt should be final. | 507 |
![]() |
'selectIt' hides a field. | 507 |
![]() |
Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 514 |
![]() |
Missing a Javadoc comment. | 514 |
![]() |
Method 'getMappingType' is not designed for extension - needs to be abstract, final or empty. | 518 |
![]() |
Missing a Javadoc comment. | 518 |
![]() |
Method 'setMappingType' is not designed for extension - needs to be abstract, final or empty. | 522 |
![]() |
Missing a Javadoc comment. | 522 |
![]() |
Parameter mappingType should be final. | 522 |
![]() |
'mappingType' hides a field. | 522 |
![]() |
Method 'getPrimitiveType' is not designed for extension - needs to be abstract, final or empty. | 530 |
![]() |
Missing a Javadoc comment. | 530 |
![]() |
Method 'setPrimitiveType' is not designed for extension - needs to be abstract, final or empty. | 534 |
![]() |
Missing a Javadoc comment. | 534 |
![]() |
Parameter primitiveType should be final. | 534 |
![]() |
'primitiveType' hides a field. | 534 |
![]() |
Method 'getOppositeConcept' is not designed for extension - needs to be abstract, final or empty. | 542 |
![]() |
Missing a Javadoc comment. | 542 |
![]() |
Method 'setOppositeConcept' is not designed for extension - needs to be abstract, final or empty. | 549 |
![]() |
Missing a Javadoc comment. | 549 |
![]() |
Parameter oppositeConcept should be final. | 549 |
![]() |
'oppositeConcept' hides a field. | 549 |
![]() |
Missing a Javadoc comment. | 561 |
![]() |
Missing a Javadoc comment. | 562 |
![]() |
Missing a Javadoc comment. | 562 |
![]() |
Line is longer than 140 characters (found 154). | 698 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 88 |
![]() |
Method 'getTechnologyAdapterClass' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
First sentence should end with a period. | 95 |
![]() |
Method 'initializeInspectors' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
Parameter controller should be final. | 101 |
![]() |
Expected @param tag for 'controller'. | 101 |
![]() |
Line is longer than 140 characters (found 150). | 105 |
![]() |
Missing a Javadoc comment. | 108 |
![]() |
First sentence should end with a period. | 110 |
![]() |
Expected an @return tag. | 115 |
![]() |
Method 'getTechnologyAdapterInspectorGroup' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
Method 'initializeActions' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
Parameter actionInitializer should be final. | 121 |
![]() |
Method 'getTechnologyBigIcon' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
Method 'getTechnologyIcon' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
Method 'getModelIcon' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
Method 'getMetaModelIcon' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
Method 'getIconForTechnologyObject' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
Parameter objectClass should be final. | 146 |
![]() |
Method 'getIconForFlexoRole' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
Parameter flexoRoleClass should be final. | 151 |
![]() |
First sentence should end with a period. | 173 |
![]() |
Expected an @return tag. | 179 |
![]() |
Method 'getIconForEditionAction' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
Parameter editionActionClass should be final. | 180 |
![]() |
Expected @param tag for 'editionActionClass'. | 180 |
![]() |
Method 'hasModuleViewForObject' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
Parameter object should be final. | 224 |
![]() |
Parameter controller should be final. | 224 |
![]() |
Method 'getWindowTitleforObject' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() |
Parameter object should be final. | 235 |
![]() |
Parameter controller should be final. | 235 |
![]() |
Method 'createModuleViewForObject' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
Parameter object should be final. | 243 |
![]() |
Parameter controller should be final. | 243 |
![]() |
Parameter perspective should be final. | 244 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 49 |
![]() |
Missing a Javadoc comment. | 57 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
![]() |
Missing a Javadoc comment. | 59 |
![]() |
Parameter component should be final. | 59 |
![]() |
Parameter viewFactory should be final. | 59 |
![]() |
Missing a Javadoc comment. | 63 |
![]() |
Parameter component should be final. | 63 |
![]() |
Parameter viewFactory should be final. | 63 |
![]() |
Parameter controller should be final. | 63 |
Severity | Message | Line |
---|---|---|
![]() |
Got an exception - expecting EOF, found 'WizardDialog' | 65 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.fml.VirtualModel. | 51 |
![]() |
Unused import - org.openflexo.foundation.fml.rt.FMLRTVirtualModelInstance. | 52 |
![]() |
Line is longer than 140 characters (found 142). | 61 |
![]() |
Missing a Javadoc comment. | 68 |
![]() |
Missing a Javadoc comment. | 70 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
![]() |
Missing a Javadoc comment. | 73 |
![]() |
Missing a Javadoc comment. | 74 |
![]() |
Missing a Javadoc comment. | 76 |
![]() |
Missing a Javadoc comment. | 78 |
![]() |
Parameter action should be final. | 78 |
![]() |
Parameter controller should be final. | 78 |
![]() |
Inner assignments should be avoided. | 80 |
![]() |
Method 'getWizardTitle' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
Method 'getDefaultPageImage' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
Method 'getConfigureSemanticsExcelVirtualModel' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
Missing a Javadoc comment. | 97 |
![]() |
Method 'getPreferredSize' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
First sentence should end with a period. | 106 |
![]() |
Method 'getServiceManager' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
Missing a Javadoc comment. | 115 |
![]() |
Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
Missing a Javadoc comment. | 119 |
![]() |
Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
Line is longer than 140 characters (found 149). | 132 |
![]() |
Method 'getNewVirtualModelName' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
Missing a Javadoc comment. | 147 |
![]() |
Method 'setNewVirtualModelName' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
Missing a Javadoc comment. | 151 |
![]() |
Parameter newVirtualModelName should be final. | 151 |
![]() |
Method 'getExcelWorkbookResource' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
Missing a Javadoc comment. | 160 |
![]() |
Method 'setExcelWorkbookResource' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
Missing a Javadoc comment. | 164 |
![]() |
Parameter excelWorkbookResource should be final. | 164 |
![]() |
Method 'getExcelTechnologyAdapter' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
Missing a Javadoc comment. | 174 |
![]() |
Missing a Javadoc comment. | 180 |
![]() |
Missing a Javadoc comment. | 183 |
![]() |
Missing a Javadoc comment. | 184 |
![]() |
Missing a Javadoc comment. | 186 |
![]() |
Method 'getSEFlexoConceptSpecification' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
Missing a Javadoc comment. | 190 |
![]() |
Method 'getServiceManager' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
Missing a Javadoc comment. | 194 |
![]() |
Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
Missing a Javadoc comment. | 198 |
![]() |
Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() |
Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
Line is longer than 140 characters (found 142). | 211 |
![]() |
Method 'getNewConceptName' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
Missing a Javadoc comment. | 223 |
![]() |
Method 'setNewConceptName' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() |
Missing a Javadoc comment. | 227 |
![]() |
Parameter newConceptName should be final. | 227 |
![]() |
Method 'getDataAreaRoleName' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
Missing a Javadoc comment. | 237 |
![]() |
Method 'setDataAreaRoleName' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
Missing a Javadoc comment. | 241 |
![]() |
Parameter dataAreaRoleName should be final. | 241 |
![]() |
Method 'getCellRange' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() |
Missing a Javadoc comment. | 250 |
![]() |
Method 'setCellRange' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() |
Missing a Javadoc comment. | 254 |
![]() |
Parameter cellRange should be final. | 254 |
![]() |
Method 'getExcelWorkbook' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() |
Missing a Javadoc comment. | 264 |
![]() |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() |
Missing a Javadoc comment. | 277 |
![]() |
Method 'getColumnIcon' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() |
Missing a Javadoc comment. | 281 |
![]() |
Parameter property should be final. | 281 |
![]() |
Method 'getDefineOtherConcept' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() |
Missing a Javadoc comment. | 285 |
![]() |
Method 'setDefineOtherConcept' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() |
Missing a Javadoc comment. | 289 |
![]() |
Parameter defineOtherConcept should be final. | 289 |
![]() |
'defineOtherConcept' hides a field. | 289 |
![]() |
Method 'isTransitionalStep' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() |
Method 'performTransition' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() |
Method 'discardTransition' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() |
Line is longer than 140 characters (found 145). | 344 |
![]() |
Line is longer than 140 characters (found 145). | 411 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 75 |
![]() |
Redundant 'public' modifier. | 76 |
![]() |
Missing a Javadoc comment. | 78 |
![]() |
Redundant 'public' modifier. | 80 |
![]() |
Missing a Javadoc comment. | 82 |
![]() |
Redundant 'public' modifier. | 83 |
![]() |
Missing a Javadoc comment. | 85 |
![]() |
Missing a Javadoc comment. | 88 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 88 |
![]() |
Missing a Javadoc comment. | 90 |
![]() |
Missing a Javadoc comment. | 91 |
![]() |
First sentence should end with a period. | 93 |
![]() |
Method 'getExcelWorkbook' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
Missing a Javadoc comment. | 100 |
![]() |
Method 'getExcelWorkbookResource' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
Missing a Javadoc comment. | 115 |
![]() |
Method 'getModellingElement' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
Parameter forceLoading should be final. | 124 |
![]() |
Method 'setModellingElement' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
Parameter object should be final. | 149 |
![]() |
'object' hides a field. | 149 |
![]() |
Method 'getObjectURI' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
Method 'setObjectURI' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
Parameter objectURI should be final. | 165 |
![]() |
'objectURI' hides a field. | 165 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 55 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 61 |
![]() |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
Method 'getTypeDescription' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
First sentence should end with a period. | 83 |
![]() |
Expected an @return tag. | 88 |
![]() |
Method 'defaultCloningStrategy' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
Method 'defaultBehaviourIsToBeDeleted' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
Method 'makeActorReference' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
Parameter object should be final. | 99 |
![]() |
Parameter fci should be final. | 99 |
![]() |
Method 'getRoleTechnologyAdapterClass' is not designed for extension - needs to be abstract, final or empty. | 108 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 55 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
Method 'getTypeDescription' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
First sentence should end with a period. | 73 |
![]() |
Expected an @return tag. | 78 |
![]() |
Method 'defaultCloningStrategy' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
Method 'defaultBehaviourIsToBeDeleted' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
Method 'makeActorReference' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
Parameter object should be final. | 89 |
![]() |
Parameter fci should be final. | 89 |
![]() |
Method 'getRoleTechnologyAdapterClass' is not designed for extension - needs to be abstract, final or empty. | 98 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 55 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 61 |
![]() |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
Method 'getTypeDescription' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
First sentence should end with a period. | 83 |
![]() |
Expected an @return tag. | 88 |
![]() |
Method 'defaultCloningStrategy' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
Method 'defaultBehaviourIsToBeDeleted' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
Method 'makeActorReference' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
Parameter object should be final. | 99 |
![]() |
Parameter fci should be final. | 99 |
![]() |
Method 'getRoleTechnologyAdapterClass' is not designed for extension - needs to be abstract, final or empty. | 108 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 55 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 61 |
![]() |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
Method 'getTypeDescription' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
First sentence should end with a period. | 73 |
![]() |
Expected an @return tag. | 78 |
![]() |
Method 'defaultCloningStrategy' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
Method 'defaultBehaviourIsToBeDeleted' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
Method 'makeActorReference' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
Parameter object should be final. | 89 |
![]() |
Parameter fci should be final. | 89 |
![]() |
Method 'getRoleTechnologyAdapterClass' is not designed for extension - needs to be abstract, final or empty. | 98 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.connie.BindingFactory. | 47 |
![]() |
First sentence should end with a period. | 57 |
![]() |
Missing a Javadoc comment. | 64 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
![]() |
Missing a Javadoc comment. | 66 |
![]() |
Parameter object should be final. | 71 |
![]() |
Parameter parent should be final. | 71 |
![]() |
Parameter bindable should be final. | 71 |
![]() |
Line is longer than 140 characters (found 144). | 75 |
![]() |
Parameter technologySpecificType should be final. | 81 |
![]() |
Parameter parent should be final. | 92 |
![]() |
Parameter bindable should be final. | 92 |
![]() |
Parameter parent should be final. | 103 |
![]() |
Parameter bindable should be final. | 103 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 52 |
![]() |
Missing a Javadoc comment. | 54 |
![]() |
Parameter parent should be final. | 54 |
![]() |
Parameter propertyName should be final. | 54 |
![]() |
Parameter type should be final. | 54 |
![]() |
Parameter bindable should be final. | 54 |
![]() |
Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
Method 'getTooltipText' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
Parameter resultingType should be final. | 64 |
![]() |
Method 'getBindingValue' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
Parameter target should be final. | 69 |
![]() |
Parameter context should be final. | 69 |
![]() |
Redundant throws: 'NullReferenceException' listed more then one time. | 70 |
![]() |
Redundant throws: 'InvocationTargetTransformException' listed more then one time. | 70 |
![]() |
Parameter value should be final. | 79 |
![]() |
Parameter target should be final. | 79 |
![]() |
Parameter context should be final. | 79 |
![]() |
Redundant throws: 'NullReferenceException' listed more then one time. | 80 |
![]() |
Method 'isResolved' is not designed for extension - needs to be abstract, final or empty. | 84 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 63 |
![]() |
Missing a Javadoc comment. | 67 |
![]() |
Redundant 'public' modifier. | 68 |
![]() |
Missing a Javadoc comment. | 70 |
![]() |
Redundant 'public' modifier. | 72 |
![]() |
Missing a Javadoc comment. | 74 |
![]() |
Redundant 'public' modifier. | 75 |
![]() |
Missing a Javadoc comment. | 77 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 77 |
![]() |
Line is longer than 140 characters (found 148). | 78 |
![]() |
Missing a Javadoc comment. | 80 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 |
![]() |
Missing a Javadoc comment. | 82 |
![]() |
Missing a Javadoc comment. | 84 |
![]() |
Method 'getFetchedType' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
Method 'performExecute' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
Parameter evaluationContext should be final. | 94 |
![]() |
'excelSheet' hides a field. | 102 |
![]() |
'excelSheet' hides a field. | 109 |
![]() |
Method 'getExcelSheet' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
Method 'setExcelSheet' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
Parameter excelSheet should be final. | 139 |
![]() |
'excelSheet' hides a field. | 139 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 62 |
![]() |
Missing a Javadoc comment. | 66 |
![]() |
Redundant 'public' modifier. | 67 |
![]() |
Missing a Javadoc comment. | 69 |
![]() |
Redundant 'public' modifier. | 71 |
![]() |
Missing a Javadoc comment. | 73 |
![]() |
Redundant 'public' modifier. | 74 |
![]() |
Missing a Javadoc comment. | 76 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 76 |
![]() |
Line is longer than 140 characters (found 146). | 77 |
![]() |
Missing a Javadoc comment. | 79 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
![]() |
Missing a Javadoc comment. | 81 |
![]() |
Missing a Javadoc comment. | 83 |
![]() |
Method 'getFetchedType' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
Method 'performExecute' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
Parameter evaluationContext should be final. | 93 |
![]() |
'excelSheet' hides a field. | 98 |
![]() |
Method 'getExcelSheet' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
Method 'setExcelSheet' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
Parameter excelSheet should be final. | 134 |
![]() |
'excelSheet' hides a field. | 134 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 54 |
![]() |
Missing a Javadoc comment. | 58 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 58 |
![]() |
Line is longer than 140 characters (found 150). | 59 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() |
Method 'getFetchedType' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
Method 'performExecute' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
Parameter evaluationContext should be final. | 69 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 65 |
![]() |
Missing a Javadoc comment. | 71 |
![]() |
Redundant 'public' modifier. | 72 |
![]() |
Missing a Javadoc comment. | 73 |
![]() |
Redundant 'public' modifier. | 74 |
![]() |
Missing a Javadoc comment. | 75 |
![]() |
Redundant 'public' modifier. | 76 |
![]() |
Missing a Javadoc comment. | 77 |
![]() |
Redundant 'public' modifier. | 78 |
![]() |
Missing a Javadoc comment. | 79 |
![]() |
Redundant 'public' modifier. | 80 |
![]() |
Missing a Javadoc comment. | 81 |
![]() |
Redundant 'public' modifier. | 82 |
![]() |
Missing a Javadoc comment. | 83 |
![]() |
Redundant 'public' modifier. | 84 |
![]() |
Missing a Javadoc comment. | 85 |
![]() |
Redundant 'public' modifier. | 86 |
![]() |
Missing a Javadoc comment. | 88 |
![]() |
Redundant 'public' modifier. | 90 |
![]() |
Missing a Javadoc comment. | 92 |
![]() |
Redundant 'public' modifier. | 93 |
![]() |
Missing a Javadoc comment. | 95 |
![]() |
Redundant 'public' modifier. | 97 |
![]() |
Missing a Javadoc comment. | 99 |
![]() |
Redundant 'public' modifier. | 100 |
![]() |
Missing a Javadoc comment. | 102 |
![]() |
Redundant 'public' modifier. | 104 |
![]() |
Missing a Javadoc comment. | 106 |
![]() |
Redundant 'public' modifier. | 107 |
![]() |
Missing a Javadoc comment. | 109 |
![]() |
Redundant 'public' modifier. | 111 |
![]() |
Missing a Javadoc comment. | 113 |
![]() |
Redundant 'public' modifier. | 114 |
![]() |
Missing a Javadoc comment. | 116 |
![]() |
Redundant 'public' modifier. | 118 |
![]() |
Missing a Javadoc comment. | 120 |
![]() |
Redundant 'public' modifier. | 121 |
![]() |
Missing a Javadoc comment. | 123 |
![]() |
Redundant 'public' modifier. | 125 |
![]() |
Missing a Javadoc comment. | 127 |
![]() |
Redundant 'public' modifier. | 128 |
![]() |
Missing a Javadoc comment. | 130 |
![]() |
Redundant 'public' modifier. | 132 |
![]() |
Missing a Javadoc comment. | 134 |
![]() |
Redundant 'public' modifier. | 135 |
![]() |
Missing a Javadoc comment. | 137 |
![]() |
Redundant 'public' modifier. | 137 |
![]() |
Missing a Javadoc comment. | 139 |
![]() |
Redundant 'public' modifier. | 141 |
![]() |
Missing a Javadoc comment. | 143 |
![]() |
Redundant 'public' modifier. | 144 |
![]() |
Missing a Javadoc comment. | 146 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 146 |
![]() |
Line is longer than 140 characters (found 149). | 147 |
![]() |
Missing a Javadoc comment. | 149 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 149 |
![]() |
Missing a Javadoc comment. | 151 |
![]() |
Missing a Javadoc comment. | 152 |
![]() |
Missing a Javadoc comment. | 153 |
![]() |
Missing a Javadoc comment. | 154 |
![]() |
Missing a Javadoc comment. | 155 |
![]() |
Missing a Javadoc comment. | 156 |
![]() |
Missing a Javadoc comment. | 158 |
![]() |
Missing a Javadoc comment. | 162 |
![]() |
Method 'getAssignableType' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
Parameter evaluationContext should be final. | 172 |
![]() |
'rowIndex' hides a field. | 179 |
![]() |
'columnIndex' hides a field. | 198 |
![]() |
'value' hides a field. | 205 |
![]() |
Line is longer than 140 characters (found 159). | 213 |
![]() |
'cellToCopy' hides a field. | 218 |
![]() |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() |
Parameter value should be final. | 264 |
![]() |
'value' hides a field. | 264 |
![]() |
Method 'getRowIndex' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() |
Method 'setRowIndex' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() |
Parameter rowIndex should be final. | 284 |
![]() |
'rowIndex' hides a field. | 284 |
![]() |
Method 'getColumnIndex' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() |
Method 'setColumnIndex' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() |
Parameter columnIndex should be final. | 304 |
![]() |
'columnIndex' hides a field. | 304 |
![]() |
Method 'getCellType' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() |
'cellType' hides a field. | 318 |
![]() |
Method 'setCellType' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() |
Parameter cellType should be final. | 329 |
![]() |
'cellType' hides a field. | 329 |
![]() |
Missing a Javadoc comment. | 333 |
![]() |
Method 'getAvailableCellTypes' is not designed for extension - needs to be abstract, final or empty. | 335 |
![]() |
'cellType' hides a field. | 339 |
![]() |
Missing a Javadoc comment. | 346 |
![]() |
Name '_cellTypeName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 346 |
![]() |
Method '_getGraphicalFeatureName' is not designed for extension - needs to be abstract, final or empty. | 348 |
![]() |
Missing a Javadoc comment. | 348 |
![]() |
Name '_getGraphicalFeatureName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 |
![]() |
Method '_setCellTypeName' is not designed for extension - needs to be abstract, final or empty. | 355 |
![]() |
Missing a Javadoc comment. | 355 |
![]() |
Name '_setCellTypeName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 355 |
![]() |
Parameter cellTypeName should be final. | 355 |
![]() |
Method 'getRow' is not designed for extension - needs to be abstract, final or empty. | 359 |
![]() |
Method 'setRow' is not designed for extension - needs to be abstract, final or empty. | 368 |
![]() |
Parameter row should be final. | 369 |
![]() |
'row' hides a field. | 369 |
![]() |
Method 'getSheet' is not designed for extension - needs to be abstract, final or empty. | 379 |
![]() |
Method 'setSheet' is not designed for extension - needs to be abstract, final or empty. | 388 |
![]() |
Parameter sheet should be final. | 389 |
![]() |
'sheet' hides a field. | 389 |
![]() |
Method 'getCellToCopy' is not designed for extension - needs to be abstract, final or empty. | 399 |
![]() |
Method 'setCellToCopy' is not designed for extension - needs to be abstract, final or empty. | 408 |
![]() |
Parameter cellToCopy should be final. | 409 |
![]() |
'cellToCopy' hides a field. | 409 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 64 |
![]() |
Missing a Javadoc comment. | 70 |
![]() |
Redundant 'public' modifier. | 71 |
![]() |
Missing a Javadoc comment. | 72 |
![]() |
Redundant 'public' modifier. | 73 |
![]() |
Missing a Javadoc comment. | 74 |
![]() |
Redundant 'public' modifier. | 75 |
![]() |
Missing a Javadoc comment. | 77 |
![]() |
Redundant 'public' modifier. | 79 |
![]() |
Missing a Javadoc comment. | 81 |
![]() |
Redundant 'public' modifier. | 82 |
![]() |
Missing a Javadoc comment. | 84 |
![]() |
Redundant 'public' modifier. | 86 |
![]() |
Missing a Javadoc comment. | 88 |
![]() |
Redundant 'public' modifier. | 89 |
![]() |
Missing a Javadoc comment. | 91 |
![]() |
Redundant 'public' modifier. | 93 |
![]() |
Missing a Javadoc comment. | 95 |
![]() |
Redundant 'public' modifier. | 96 |
![]() |
Missing a Javadoc comment. | 98 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 98 |
![]() |
Line is longer than 140 characters (found 147). | 99 |
![]() |
Missing a Javadoc comment. | 101 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 101 |
![]() |
Missing a Javadoc comment. | 103 |
![]() |
Missing a Javadoc comment. | 105 |
![]() |
Missing a Javadoc comment. | 107 |
![]() |
Method 'getAssignableType' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
Parameter evaluationContext should be final. | 115 |
![]() |
'excelSheet' hides a field. | 120 |
![]() |
'rowIndex' hides a field. | 122 |
![]() |
Line is longer than 140 characters (found 161). | 130 |
![]() |
Method 'getExcelCells' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
Method 'setExcelCells' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
Parameter excelCells should be final. | 177 |
![]() |
'excelCells' hides a field. | 177 |
![]() |
Method 'getExcelSheet' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
Method 'setExcelSheet' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
Parameter excelSheet should be final. | 197 |
![]() |
'excelSheet' hides a field. | 197 |
![]() |
Method 'getRowIndex' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
Method 'setRowIndex' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
Parameter rowIndex should be final. | 217 |
![]() |
'rowIndex' hides a field. | 217 |
![]() |
Missing a Javadoc comment. | 229 |
![]() |
Missing a Javadoc comment. | 231 |
![]() |
Method 'getBinding' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
Parameter object should be final. | 236 |
![]() |
Missing a Javadoc comment. | 242 |
![]() |
Missing a Javadoc comment. | 244 |
![]() |
Method 'getBinding' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() |
Parameter object should be final. | 249 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 62 |
![]() |
Missing a Javadoc comment. | 68 |
![]() |
Redundant 'public' modifier. | 69 |
![]() |
Missing a Javadoc comment. | 70 |
![]() |
Redundant 'public' modifier. | 71 |
![]() |
Missing a Javadoc comment. | 72 |
![]() |
Redundant 'public' modifier. | 73 |
![]() |
Missing a Javadoc comment. | 75 |
![]() |
Redundant 'public' modifier. | 77 |
![]() |
Missing a Javadoc comment. | 79 |
![]() |
Redundant 'public' modifier. | 80 |
![]() |
Missing a Javadoc comment. | 82 |
![]() |
Redundant 'public' modifier. | 84 |
![]() |
Missing a Javadoc comment. | 86 |
![]() |
Redundant 'public' modifier. | 87 |
![]() |
Missing a Javadoc comment. | 89 |
![]() |
Redundant 'public' modifier. | 91 |
![]() |
Missing a Javadoc comment. | 93 |
![]() |
Redundant 'public' modifier. | 94 |
![]() |
Missing a Javadoc comment. | 96 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 96 |
![]() |
Line is longer than 140 characters (found 151). | 97 |
![]() |
Missing a Javadoc comment. | 99 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 99 |
![]() |
Missing a Javadoc comment. | 101 |
![]() |
Missing a Javadoc comment. | 103 |
![]() |
Missing a Javadoc comment. | 105 |
![]() |
Missing a Javadoc comment. | 107 |
![]() |
Method 'getAssignableType' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
Parameter evaluationContext should be final. | 117 |
![]() |
Line is longer than 140 characters (found 150). | 132 |
![]() |
Method 'getSheetName' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
Method 'setSheetName' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
Parameter sheetName should be final. | 166 |
![]() |
'sheetName' hides a field. | 166 |
![]() |
Method 'getSheetRows' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
Method 'setSheetRows' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
Parameter sheetRows should be final. | 186 |
![]() |
'sheetRows' hides a field. | 186 |
![]() |
Method 'getOverride' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
Method 'setOverride' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
Parameter override should be final. | 202 |
![]() |
'override' hides a field. | 202 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 72 |
![]() |
Missing a Javadoc comment. | 78 |
![]() |
Redundant 'public' modifier. | 79 |
![]() |
Missing a Javadoc comment. | 80 |
![]() |
Redundant 'public' modifier. | 81 |
![]() |
Missing a Javadoc comment. | 82 |
![]() |
Redundant 'public' modifier. | 83 |
![]() |
Missing a Javadoc comment. | 85 |
![]() |
Redundant 'public' modifier. | 86 |
![]() |
Missing a Javadoc comment. | 87 |
![]() |
Redundant 'public' modifier. | 88 |
![]() |
Missing a Javadoc comment. | 89 |
![]() |
Redundant 'public' modifier. | 90 |
![]() |
Missing a Javadoc comment. | 91 |
![]() |
Redundant 'public' modifier. | 92 |
![]() |
Missing a Javadoc comment. | 94 |
![]() |
Redundant 'public' modifier. | 96 |
![]() |
Missing a Javadoc comment. | 98 |
![]() |
Redundant 'public' modifier. | 99 |
![]() |
Missing a Javadoc comment. | 101 |
![]() |
Redundant 'public' modifier. | 103 |
![]() |
Missing a Javadoc comment. | 105 |
![]() |
Redundant 'public' modifier. | 106 |
![]() |
Missing a Javadoc comment. | 108 |
![]() |
Redundant 'public' modifier. | 110 |
![]() |
Missing a Javadoc comment. | 112 |
![]() |
Redundant 'public' modifier. | 113 |
![]() |
Missing a Javadoc comment. | 115 |
![]() |
Redundant 'public' modifier. | 115 |
![]() |
Missing a Javadoc comment. | 117 |
![]() |
Redundant 'public' modifier. | 119 |
![]() |
Missing a Javadoc comment. | 121 |
![]() |
Redundant 'public' modifier. | 123 |
![]() |
Missing a Javadoc comment. | 125 |
![]() |
Redundant 'public' modifier. | 127 |
![]() |
Missing a Javadoc comment. | 129 |
![]() |
Redundant 'public' modifier. | 131 |
![]() |
Missing a Javadoc comment. | 133 |
![]() |
Redundant 'public' modifier. | 134 |
![]() |
Missing a Javadoc comment. | 136 |
![]() |
Redundant 'public' modifier. | 137 |
![]() |
Missing a Javadoc comment. | 139 |
![]() |
Redundant 'public' modifier. | 140 |
![]() |
Missing a Javadoc comment. | 142 |
![]() |
Redundant 'public' modifier. | 143 |
![]() |
Missing a Javadoc comment. | 145 |
![]() |
Redundant 'public' modifier. | 145 |
![]() |
Missing a Javadoc comment. | 147 |
![]() |
Redundant 'public' modifier. | 147 |
![]() |
Missing a Javadoc comment. | 149 |
![]() |
Redundant 'public' modifier. | 149 |
![]() |
Missing a Javadoc comment. | 151 |
![]() |
Redundant 'public' modifier. | 151 |
![]() |
Missing a Javadoc comment. | 153 |
![]() |
Redundant 'public' modifier. | 153 |
![]() |
Missing a Javadoc comment. | 155 |
![]() |
Redundant 'public' modifier. | 155 |
![]() |
Missing a Javadoc comment. | 157 |
![]() |
Redundant 'public' modifier. | 157 |
![]() |
Missing a Javadoc comment. | 159 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 159 |
![]() |
Line is longer than 140 characters (found 151). | 160 |
![]() |
Missing a Javadoc comment. | 162 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 162 |
![]() |
Missing a Javadoc comment. | 164 |
![]() |
Missing a Javadoc comment. | 168 |
![]() |
Missing a Javadoc comment. | 170 |
![]() |
Missing a Javadoc comment. | 172 |
![]() |
Missing a Javadoc comment. | 174 |
![]() |
Missing a Javadoc comment. | 176 |
![]() |
Missing a Javadoc comment. | 178 |
![]() |
Method 'getAssignableType' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
Missing a Javadoc comment. | 185 |
![]() |
Parameter action should be final. | 185 |
![]() |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
Parameter value should be final. | 208 |
![]() |
'value' hides a field. | 208 |
![]() |
Missing a Javadoc comment. | 218 |
![]() |
Method 'getSubject' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
Method 'setSubject' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() |
Parameter subject should be final. | 230 |
![]() |
'subject' hides a field. | 230 |
![]() |
Method 'getSubject' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
Missing a Javadoc comment. | 240 |
![]() |
Parameter evaluationContext should be final. | 240 |
![]() |
Method 'getGraphicalFeatureType' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() |
Missing a Javadoc comment. | 255 |
![]() |
Method 'getCellStyle' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() |
'cellStyle' hides a field. | 266 |
![]() |
Method 'setCellStyle' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() |
Parameter cellStyle should be final. | 277 |
![]() |
'cellStyle' hides a field. | 277 |
![]() |
Line is longer than 140 characters (found 149). | 281 |
![]() |
Missing a Javadoc comment. | 312 |
![]() |
Method 'getAvailableCellStyles' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() |
'cellStyle' hides a field. | 318 |
![]() |
Missing a Javadoc comment. | 325 |
![]() |
Name '_cellStyleName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 325 |
![]() |
Method '_getGraphicalFeatureName' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() |
Missing a Javadoc comment. | 327 |
![]() |
Name '_getGraphicalFeatureName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 327 |
![]() |
Method '_setCellStyleName' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() |
Missing a Javadoc comment. | 334 |
![]() |
Name '_setCellStyleName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
Parameter cellStyleName should be final. | 334 |
![]() |
Missing a Javadoc comment. | 340 |
![]() |
Method 'isBorderStyle' is not designed for extension - needs to be abstract, final or empty. | 342 |
![]() |
Method 'getCellBorderStyle' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() |
'cellBorderStyle' hides a field. | 351 |
![]() |
Method 'setCellBorderStyle' is not designed for extension - needs to be abstract, final or empty. | 361 |
![]() |
Parameter cellBorderStyle should be final. | 362 |
![]() |
'cellBorderStyle' hides a field. | 362 |
![]() |
Missing a Javadoc comment. | 366 |
![]() |
Method 'getAvailableCellBorderStyles' is not designed for extension - needs to be abstract, final or empty. | 368 |
![]() |
'cellBorderStyle' hides a field. | 372 |
![]() |
Missing a Javadoc comment. | 379 |
![]() |
Name '_cellBorderStyleName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 379 |
![]() |
Method '_getCellBorderStyleName' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() |
Missing a Javadoc comment. | 381 |
![]() |
Name '_getCellBorderStyleName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 381 |
![]() |
Method '_setCellBorderStyleName' is not designed for extension - needs to be abstract, final or empty. | 388 |
![]() |
Missing a Javadoc comment. | 388 |
![]() |
Name '_setCellBorderStyleName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 388 |
![]() |
Parameter cellBorderStyleName should be final. | 388 |
![]() |
Missing a Javadoc comment. | 394 |
![]() |
Method 'isAlignmentStyle' is not designed for extension - needs to be abstract, final or empty. | 396 |
![]() |
Method 'getCellAlignmentStyle' is not designed for extension - needs to be abstract, final or empty. | 401 |
![]() |
'cellAlignmentStyle' hides a field. | 405 |
![]() |
Method 'setCellAlignmentStyle' is not designed for extension - needs to be abstract, final or empty. | 415 |
![]() |
Parameter cellAlignmentStyle should be final. | 416 |
![]() |
'cellAlignmentStyle' hides a field. | 416 |
![]() |
Missing a Javadoc comment. | 420 |
![]() |
Method 'getAvailableCellAlignmentStyles' is not designed for extension - needs to be abstract, final or empty. | 422 |
![]() |
'cellAlignmentStyle' hides a field. | 426 |
![]() |
Missing a Javadoc comment. | 433 |
![]() |
Name '_cellAlignmentStyleName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 433 |
![]() |
Method '_getCellAlignmentStyleName' is not designed for extension - needs to be abstract, final or empty. | 435 |
![]() |
Missing a Javadoc comment. | 435 |
![]() |
Name '_getCellAlignmentStyleName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 435 |
![]() |
Method '_setCellAlignmentStyleName' is not designed for extension - needs to be abstract, final or empty. | 442 |
![]() |
Missing a Javadoc comment. | 442 |
![]() |
Name '_setCellAlignmentStyleName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
Parameter cellAlignmentStyleName should be final. | 442 |
![]() |
Missing a Javadoc comment. | 448 |
![]() |
Missing a Javadoc comment. | 450 |
![]() |
Name '_cellPatternStyleName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 450 |
![]() |
Method 'isPatternStyle' is not designed for extension - needs to be abstract, final or empty. | 452 |
![]() |
Method 'getCellPatternStyle' is not designed for extension - needs to be abstract, final or empty. | 457 |
![]() |
'cellPatternStyle' hides a field. | 461 |
![]() |
Missing a Javadoc comment. | 471 |
![]() |
Method 'getAvailableCellPatternStyles' is not designed for extension - needs to be abstract, final or empty. | 473 |
![]() |
'cellPatternStyle' hides a field. | 477 |
![]() |
Method 'setCellPatternStyle' is not designed for extension - needs to be abstract, final or empty. | 484 |
![]() |
Parameter cellPatternStyle should be final. | 485 |
![]() |
'cellPatternStyle' hides a field. | 485 |
![]() |
Missing a Javadoc comment. | 491 |
![]() |
Method 'isColorStyle' is not designed for extension - needs to be abstract, final or empty. | 493 |
![]() |
Method 'getCellColorStyle' is not designed for extension - needs to be abstract, final or empty. | 498 |
![]() |
Method 'setCellColorStyle' is not designed for extension - needs to be abstract, final or empty. | 507 |
![]() |
Parameter color should be final. | 508 |
![]() |
'color' hides a field. | 508 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 514 |
![]() |
Parameter evaluationContext should be final. | 515 |
![]() |
'value' hides a field. | 518 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.fml.editionaction.EditionAction. | 48 |
![]() |
First sentence should end with a period. | 62 |
![]() |
Missing a Javadoc comment. | 74 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 74 |
![]() |
Line is longer than 140 characters (found 151). | 75 |
![]() |
Missing a Javadoc comment. | 77 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 |
![]() |
Method 'getAssignableType' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
Parameter evaluationContext should be final. | 85 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 46 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 58 |
![]() |
Missing a Javadoc comment. | 74 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 74 |
![]() |
Missing a Javadoc comment. | 76 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
Parameter evaluationContext should be final. | 79 |
![]() |
Line is longer than 140 characters (found 149). | 106 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 63 |
![]() |
Missing a Javadoc comment. | 69 |
![]() |
Redundant 'public' modifier. | 70 |
![]() |
Missing a Javadoc comment. | 71 |
![]() |
Redundant 'public' modifier. | 72 |
![]() |
Missing a Javadoc comment. | 74 |
![]() |
Redundant 'public' modifier. | 76 |
![]() |
Missing a Javadoc comment. | 78 |
![]() |
Redundant 'public' modifier. | 79 |
![]() |
Missing a Javadoc comment. | 81 |
![]() |
Redundant 'public' modifier. | 83 |
![]() |
Missing a Javadoc comment. | 85 |
![]() |
Redundant 'public' modifier. | 86 |
![]() |
Missing a Javadoc comment. | 88 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 88 |
![]() |
Line is longer than 140 characters (found 147). | 89 |
![]() |
Missing a Javadoc comment. | 91 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 92 |
![]() |
Missing a Javadoc comment. | 94 |
![]() |
Missing a Javadoc comment. | 95 |
![]() |
Method 'getAssignableType' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
Parameter evaluationContext should be final. | 103 |
![]() |
'startCell' hides a field. | 106 |
![]() |
'endCell' hides a field. | 107 |
![]() |
Line is longer than 140 characters (found 154). | 111 |
![]() |
Method 'getStartCell' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
Method 'setStartCell' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
Parameter startCell should be final. | 146 |
![]() |
'startCell' hides a field. | 146 |
![]() |
Method 'getEndCell' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
Method 'setEndCell' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
Parameter endCell should be final. | 166 |
![]() |
'endCell' hides a field. | 166 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 52 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 52 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 52 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.fml.editionaction.FetchRequest. | 42 |
![]() |
First sentence should end with a period. | 51 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.fml.editionaction.FetchRequest. | 42 |
![]() |
First sentence should end with a period. | 51 |
Severity | Message | Line |
---|---|---|
![]() |
Unused import - org.openflexo.foundation.fml.editionaction.FetchRequest. | 42 |
![]() |
First sentence should end with a period. | 51 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 59 |
![]() |
Utility classes should not have a public or default constructor. | 59 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() |
Missing a Javadoc comment. | 63 |
![]() |
Missing a Javadoc comment. | 65 |
![]() |
Missing a Javadoc comment. | 67 |
![]() |
Missing a Javadoc comment. | 70 |
![]() |
Missing a Javadoc comment. | 72 |
![]() |
Missing a Javadoc comment. | 74 |
![]() |
Line is longer than 140 characters (found 141). | 77 |
![]() |
Missing a Javadoc comment. | 77 |
![]() |
Missing a Javadoc comment. | 78 |
![]() |
Missing a Javadoc comment. | 79 |
![]() |
Line is longer than 140 characters (found 143). | 81 |
![]() |
Missing a Javadoc comment. | 81 |
![]() |
Missing a Javadoc comment. | 83 |
![]() |
Missing a Javadoc comment. | 85 |
![]() |
Missing a Javadoc comment. | 87 |
![]() |
Parameter objectClass should be final. | 87 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 59 |
![]() |
Missing a Javadoc comment. | 67 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
![]() |
First sentence should end with a period. | 78 |
![]() |
Parameter excelWorkbookResource should be final. | 81 |
![]() |
'excelWorkbookResource' hides a field. | 81 |
![]() |
Expected @param tag for 'excelWorkbookResource'. | 81 |
![]() |
Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
Missing a Javadoc comment. | 85 |
![]() |
Missing a Javadoc comment. | 89 |
![]() |
Missing a Javadoc comment. | 90 |
![]() |
Missing a Javadoc comment. | 92 |
![]() |
Missing a Javadoc comment. | 94 |
![]() |
Missing a Javadoc comment. | 95 |
![]() |
Missing a Javadoc comment. | 97 |
![]() |
Missing a Javadoc comment. | 101 |
![]() |
Missing a Javadoc comment. | 102 |
![]() |
Missing a Javadoc comment. | 103 |
![]() |
Missing a Javadoc comment. | 105 |
![]() |
Parameter excelCell should be final. | 105 |
![]() |
'excelCell' hides a field. | 105 |
![]() |
Missing a Javadoc comment. | 109 |
![]() |
Missing a Javadoc comment. | 115 |
![]() |
Missing a Javadoc comment. | 116 |
![]() |
Missing a Javadoc comment. | 118 |
![]() |
Parameter excelRow should be final. | 118 |
![]() |
'excelRow' hides a field. | 118 |
![]() |
Missing a Javadoc comment. | 122 |
![]() |
Missing a Javadoc comment. | 129 |
![]() |
Missing a Javadoc comment. | 131 |
![]() |
Missing a Javadoc comment. | 137 |
![]() |
Parameter colIndex should be final. | 137 |
![]() |
Missing a Javadoc comment. | 142 |
![]() |
Parameter colIndex should be final. | 142 |
![]() |
Missing a Javadoc comment. | 146 |
![]() |
Parameter cell should be final. | 146 |
![]() |
Missing a Javadoc comment. | 150 |
![]() |
Parameter columnIndex should be final. | 150 |
![]() |
Missing a Javadoc comment. | 176 |
![]() |
Parameter cell should be final. | 176 |
![]() |
Missing a Javadoc comment. | 182 |
![]() |
Line is longer than 140 characters (found 142). | 185 |
![]() |
Missing a Javadoc comment. | 207 |
![]() |
Missing a Javadoc comment. | 208 |
![]() |
Missing a Javadoc comment. | 209 |
![]() |
Missing a Javadoc comment. | 211 |
![]() |
Parameter excelSheet should be final. | 211 |
![]() |
'excelSheet' hides a field. | 211 |
![]() |
Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
Missing a Javadoc comment. | 215 |
![]() |
Missing a Javadoc comment. | 226 |
![]() |
Method 'ensureConversion' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
Missing a Javadoc comment. | 228 |
![]() |
Missing a Javadoc comment. | 234 |
![]() |
Parameter rowIndex should be final. | 234 |
![]() |
Method 'getExcelRow' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() |
Missing a Javadoc comment. | 239 |
![]() |
Parameter rowIndex should be final. | 239 |
![]() |
Method 'getExcelRow' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() |
Missing a Javadoc comment. | 243 |
![]() |
Parameter row should be final. | 243 |
![]() |
Missing a Javadoc comment. | 247 |
![]() |
Missing a Javadoc comment. | 293 |
![]() |
Parameter row should be final. | 293 |
![]() |
Method 'createOrInsertNewRow' is not designed for extension - needs to be abstract, final or empty. | 299 |
![]() |
Missing a Javadoc comment. | 299 |
![]() |
Parameter rowIndex should be final. | 299 |
![]() |
Method 'removeRowAt' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() |
Missing a Javadoc comment. | 318 |
![]() |
Parameter rowIndex should be final. | 318 |
![]() |
First sentence should end with a period. | 336 |
![]() |
Expected an @return tag. | 349 |
![]() |
Method 'toSerializationIdentifier' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() |
Parameter object should be final. | 349 |
![]() |
Expected @param tag for 'object'. | 349 |
![]() |
Method 'fromSerializationIdentifier' is not designed for extension - needs to be abstract, final or empty. | 376 |
![]() |
Missing a Javadoc comment. | 376 |
![]() |
Parameter id should be final. | 376 |
![]() |
'4' is a magic number. | 392 |
![]() |
'4' is a magic number. | 398 |
![]() |
'5' is a magic number. | 404 |
![]() |
'6' is a magic number. | 409 |
![]() |
Line is longer than 140 characters (found 142). | 415 |
![]() |
First sentence should end with a period. | 439 |
![]() |
Expected an @return tag. | 446 |
![]() |
Parameter id should be final. | 446 |
![]() |
Expected @param tag for 'id'. | 446 |
![]() |
Parameter sheet should be final. | 446 |
![]() |
Expected @param tag for 'sheet'. | 446 |
![]() |
First sentence should end with a period. | 464 |
![]() |
Expected an @return tag. | 467 |
![]() |
Method 'convertExcelWorkbook' is not designed for extension - needs to be abstract, final or empty. | 467 |
![]() |
Parameter workbook should be final. | 467 |
![]() |
Expected @param tag for 'workbook'. | 467 |
![]() |
Method 'getSheetReference' is not designed for extension - needs to be abstract, final or empty. | 477 |
![]() |
Missing a Javadoc comment. | 477 |
![]() |
Parameter sheet should be final. | 477 |
![]() |
Method 'getExcelSheet' is not designed for extension - needs to be abstract, final or empty. | 489 |
![]() |
Missing a Javadoc comment. | 489 |
![]() |
Parameter sheet should be final. | 489 |
![]() |
Method 'getRowReference' is not designed for extension - needs to be abstract, final or empty. | 493 |
![]() |
Missing a Javadoc comment. | 493 |
![]() |
Parameter row should be final. | 493 |
![]() |
Method 'getExcelRow' is not designed for extension - needs to be abstract, final or empty. | 498 |
![]() |
Missing a Javadoc comment. | 498 |
![]() |
Parameter row should be final. | 498 |
![]() |
Method 'getCellReference' is not designed for extension - needs to be abstract, final or empty. | 502 |
![]() |
Missing a Javadoc comment. | 502 |
![]() |
Parameter cell should be final. | 502 |
![]() |
Method 'getExcelCell' is not designed for extension - needs to be abstract, final or empty. | 507 |
![]() |
Missing a Javadoc comment. | 507 |
![]() |
Parameter cell should be final. | 507 |
![]() |
Method 'newSheet' is not designed for extension - needs to be abstract, final or empty. | 511 |
![]() |
Missing a Javadoc comment. | 511 |
![]() |
Parameter name should be final. | 511 |
![]() |
Parameter override should be final. | 511 |
![]() |
Missing a Javadoc comment. | 517 |
![]() |
Parameter name should be final. | 517 |
![]() |
Parameter override should be final. | 517 |
![]() |
Line is longer than 140 characters (found 142). | 531 |
![]() |
Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 545 |
![]() |
Missing a Javadoc comment. | 545 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 42 |
![]() |
Missing a Javadoc comment. | 49 |
![]() |
Missing a Javadoc comment. | 55 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Missing a Javadoc comment. | 67 |
![]() |
Missing a Javadoc comment. | 73 |
![]() |
Missing a Javadoc comment. | 79 |
![]() |
Missing a Javadoc comment. | 85 |
![]() |
Missing a Javadoc comment. | 91 |
![]() |
Missing a Javadoc comment. | 97 |
![]() |
Missing a Javadoc comment. | 104 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 63 |
![]() |
Missing a Javadoc comment. | 74 |
![]() |
Redundant 'public' modifier. | 75 |
![]() |
Missing a Javadoc comment. | 76 |
![]() |
Redundant 'public' modifier. | 77 |
![]() |
First sentence should end with a period. | 79 |
![]() |
Expected an @return tag. | 84 |
![]() |
Redundant 'public' modifier. | 85 |
![]() |
First sentence should end with a period. | 87 |
![]() |
Redundant 'public' modifier. | 93 |
![]() |
Expected @param tag for 'row'. | 93 |
![]() |
First sentence should end with a period. | 95 |
![]() |
Expected an @return tag. | 100 |
![]() |
Redundant 'public' modifier. | 101 |
![]() |
First sentence should end with a period. | 103 |
![]() |
Redundant 'public' modifier. | 109 |
![]() |
Expected @param tag for 'cell'. | 109 |
![]() |
First sentence should end with a period. | 111 |
![]() |
Expected an @return tag. | 116 |
![]() |
Redundant 'public' modifier. | 116 |
![]() |
First sentence should end with a period. | 118 |
![]() |
Expected an @return tag. | 123 |
![]() |
Redundant 'public' modifier. | 123 |
![]() |
First sentence should end with a period. | 125 |
![]() |
Expected an @return tag. | 130 |
![]() |
Redundant 'public' modifier. | 130 |
![]() |
First sentence should end with a period. | 132 |
![]() |
Expected an @return tag. | 137 |
![]() |
Redundant 'public' modifier. | 137 |
![]() |
Expected an @return tag. | 145 |
![]() |
Redundant 'public' modifier. | 145 |
![]() |
Expected an @return tag. | 153 |
![]() |
Redundant 'public' modifier. | 153 |
![]() |
First sentence should end with a period. | 155 |
![]() |
Expected an @return tag. | 160 |
![]() |
Redundant 'public' modifier. | 160 |
![]() |
Missing a Javadoc comment. | 162 |
![]() |
Redundant 'public' modifier. | 162 |
![]() |
First sentence should end with a period. | 164 |
![]() |
Expected an @return tag. | 169 |
![]() |
Redundant 'public' modifier. | 169 |
![]() |
First sentence should end with a period. | 171 |
![]() |
Expected an @return tag. | 176 |
![]() |
Redundant 'public' modifier. | 176 |
![]() |
Missing a Javadoc comment. | 178 |
![]() |
Redundant 'public' modifier. | 178 |
![]() |
Missing a Javadoc comment. | 180 |
![]() |
Redundant 'public' modifier. | 180 |
![]() |
Missing a Javadoc comment. | 184 |
![]() |
Redundant 'public' modifier. | 184 |
![]() |
Missing a Javadoc comment. | 186 |
![]() |
Redundant 'public' modifier. | 186 |
![]() |
Missing a Javadoc comment. | 188 |
![]() |
Redundant 'public' modifier. | 188 |
![]() |
Missing a Javadoc comment. | 190 |
![]() |
Redundant 'public' modifier. | 190 |
![]() |
Missing a Javadoc comment. | 192 |
![]() |
Redundant 'public' modifier. | 192 |
![]() |
Missing a Javadoc comment. | 194 |
![]() |
Redundant 'public' modifier. | 194 |
![]() |
Missing a Javadoc comment. | 196 |
![]() |
Redundant 'public' modifier. | 196 |
![]() |
First sentence should end with a period. | 198 |
![]() |
Expected an @return tag. | 203 |
![]() |
Redundant 'public' modifier. | 203 |
![]() |
Missing a Javadoc comment. | 205 |
![]() |
Redundant 'public' modifier. | 205 |
![]() |
Missing a Javadoc comment. | 207 |
![]() |
Redundant 'public' modifier. | 207 |
![]() |
Missing a Javadoc comment. | 209 |
![]() |
Redundant 'public' modifier. | 209 |
![]() |
Missing a Javadoc comment. | 211 |
![]() |
Redundant 'public' modifier. | 211 |
![]() |
Missing a Javadoc comment. | 213 |
![]() |
Redundant 'public' modifier. | 213 |
![]() |
Missing a Javadoc comment. | 215 |
![]() |
Redundant 'public' modifier. | 215 |
![]() |
First sentence should end with a period. | 217 |
![]() |
Redundant 'public' modifier. | 222 |
![]() |
Expected @param tag for 'cellRange'. | 222 |
![]() |
First sentence should end with a period. | 224 |
![]() |
Expected an @return tag. | 229 |
![]() |
Redundant 'public' modifier. | 229 |
![]() |
First sentence should end with a period. | 231 |
![]() |
Expected an @return tag. | 236 |
![]() |
Redundant 'public' modifier. | 236 |
![]() |
First sentence should end with a period. | 238 |
![]() |
Expected an @return tag. | 243 |
![]() |
Redundant 'public' modifier. | 243 |
![]() |
First sentence should end with a period. | 245 |
![]() |
Expected an @return tag. | 250 |
![]() |
Redundant 'public' modifier. | 250 |
![]() |
First sentence should end with a period. | 252 |
![]() |
Expected an @return tag. | 257 |
![]() |
Redundant 'public' modifier. | 257 |
![]() |
First sentence should end with a period. | 259 |
![]() |
Expected an @return tag. | 264 |
![]() |
Redundant 'public' modifier. | 264 |
![]() |
First sentence should end with a period. | 266 |
![]() |
Expected an @return tag. | 271 |
![]() |
Redundant 'public' modifier. | 271 |
![]() |
First sentence should end with a period. | 273 |
![]() |
Expected an @return tag. | 278 |
![]() |
Redundant 'public' modifier. | 278 |
![]() |
First sentence should end with a period. | 280 |
![]() |
Expected an @return tag. | 285 |
![]() |
Redundant 'public' modifier. | 285 |
![]() |
First sentence should end with a period. | 287 |
![]() |
Expected an @return tag. | 292 |
![]() |
Redundant 'public' modifier. | 292 |
![]() |
Expected an @return tag. | 300 |
![]() |
Redundant 'public' modifier. | 300 |
![]() |
Expected an @return tag. | 308 |
![]() |
Redundant 'public' modifier. | 308 |
![]() |
Missing a Javadoc comment. | 310 |
![]() |
Redundant 'public' modifier. | 310 |
![]() |
First sentence should end with a period. | 312 |
![]() |
Redundant 'public' modifier. | 317 |
![]() |
Expected @param tag for 'cellToCopy'. | 317 |
![]() |
First sentence should end with a period. | 319 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 325 |
![]() |
Missing a Javadoc comment. | 326 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 326 |
![]() |
Missing a Javadoc comment. | 331 |
![]() |
Method 'getResourceData' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() |
Method 'getExcelSheet' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() |
Method 'getColumnIndex' is not designed for extension - needs to be abstract, final or empty. | 359 |
![]() |
Method 'getRowIndex' is not designed for extension - needs to be abstract, final or empty. | 367 |
![]() |
Comment matches to-do format 'TODO:'. | 383 |
![]() |
Method 'merge' is not designed for extension - needs to be abstract, final or empty. | 388 |
![]() |
Parameter cellRange should be final. | 389 |
![]() |
'cellRange' hides a field. | 389 |
![]() |
First sentence should end with a period. | 393 |
![]() |
Expected an @return tag. | 398 |
![]() |
Method 'isMerged' is not designed for extension - needs to be abstract, final or empty. | 398 |
![]() |
First sentence should end with a period. | 403 |
![]() |
Expected an @return tag. | 408 |
![]() |
Method 'getMergedCells' is not designed for extension - needs to be abstract, final or empty. | 408 |
![]() |
First sentence should end with a period. | 422 |
![]() |
Expected an @return tag. | 427 |
![]() |
Method 'getTopLeftMergedCell' is not designed for extension - needs to be abstract, final or empty. | 427 |
![]() |
First sentence should end with a period. | 435 |
![]() |
Expected an @return tag. | 440 |
![]() |
Method 'getTopRightMergedCell' is not designed for extension - needs to be abstract, final or empty. | 440 |
![]() |
First sentence should end with a period. | 448 |
![]() |
Expected an @return tag. | 453 |
![]() |
Method 'getBottomLeftMergedCell' is not designed for extension - needs to be abstract, final or empty. | 453 |
![]() |
First sentence should end with a period. | 461 |
![]() |
Expected an @return tag. | 466 |
![]() |
Method 'getBottomRightMergedCell' is not designed for extension - needs to be abstract, final or empty. | 466 |
![]() |
First sentence should end with a period. | 474 |
![]() |
Expected an @return tag. | 479 |
![]() |
Method 'getTopMergedCell' is not designed for extension - needs to be abstract, final or empty. | 479 |
![]() |
First sentence should end with a period. | 487 |
![]() |
Expected an @return tag. | 492 |
![]() |
Method 'getBottomMergedCell' is not designed for extension - needs to be abstract, final or empty. | 492 |
![]() |
First sentence should end with a period. | 500 |
![]() |
Expected an @return tag. | 505 |
![]() |
Method 'getLeftMergedCell' is not designed for extension - needs to be abstract, final or empty. | 505 |
![]() |
First sentence should end with a period. | 513 |
![]() |
Expected an @return tag. | 518 |
![]() |
Method 'getRightMergedCell' is not designed for extension - needs to be abstract, final or empty. | 518 |
![]() |
Expected an @return tag. | 533 |
![]() |
Method 'getUpperCell' is not designed for extension - needs to be abstract, final or empty. | 533 |
![]() |
Expected an @return tag. | 550 |
![]() |
Method 'getLowerCell' is not designed for extension - needs to be abstract, final or empty. | 550 |
![]() |
Expected an @return tag. | 564 |
![]() |
Method 'getPreviousCell' is not designed for extension - needs to be abstract, final or empty. | 564 |
![]() |
Expected an @return tag. | 578 |
![]() |
Method 'getNextCell' is not designed for extension - needs to be abstract, final or empty. | 578 |
![]() |
First sentence should end with a period. | 586 |
![]() |
Expected an @return tag. | 591 |
![]() |
Method 'getCellType' is not designed for extension - needs to be abstract, final or empty. | 591 |
![]() |
Method 'setCellType' is not designed for extension - needs to be abstract, final or empty. | 624 |
![]() |
Parameter cellType should be final. | 625 |
![]() |
Missing a Javadoc comment. | 652 |
![]() |
First sentence should end with a period. | 654 |
![]() |
Expected an @return tag. | 659 |
![]() |
Method 'getDisplayValue' is not designed for extension - needs to be abstract, final or empty. | 659 |
![]() |
First sentence should end with a period. | 668 |
![]() |
Expected an @return tag. | 673 |
![]() |
Method 'getCellValue' is not designed for extension - needs to be abstract, final or empty. | 673 |
![]() |
Line is longer than 140 characters (found 152). | 698 |
![]() |
Method 'getCellValueAsString' is not designed for extension - needs to be abstract, final or empty. | 710 |
![]() |
Method 'setCellValueAsString' is not designed for extension - needs to be abstract, final or empty. | 742 |
![]() |
Parameter cellValueAsString should be final. | 743 |
![]() |
Line is longer than 140 characters (found 153). | 749 |
![]() |
Method 'getCellValueAsInteger' is not designed for extension - needs to be abstract, final or empty. | 757 |
![]() |
Method 'setCellValueAsInteger' is not designed for extension - needs to be abstract, final or empty. | 765 |
![]() |
Parameter value should be final. | 766 |
![]() |
Missing a Javadoc comment. | 770 |
![]() |
Parameter formula should be final. | 770 |
![]() |
Missing a Javadoc comment. | 782 |
![]() |
Method 'createCellWhenNonExistant' is not designed for extension - needs to be abstract, final or empty. | 786 |
![]() |
Missing a Javadoc comment. | 786 |
![]() |
Method 'setCellValue' is not designed for extension - needs to be abstract, final or empty. | 793 |
![]() |
Parameter value should be final. | 794 |
![]() |
Method 'setCellStringValue' is not designed for extension - needs to be abstract, final or empty. | 858 |
![]() |
Parameter value should be final. | 859 |
![]() |
Method 'setCellNumericValue' is not designed for extension - needs to be abstract, final or empty. | 863 |
![]() |
Parameter value should be final. | 864 |
![]() |
Method 'setCellBooleanValue' is not designed for extension - needs to be abstract, final or empty. | 869 |
![]() |
Parameter value should be final. | 870 |
![]() |
Method 'setCellDateValue' is not designed for extension - needs to be abstract, final or empty. | 875 |
![]() |
Parameter value should be final. | 876 |
![]() |
First sentence should end with a period. | 885 |
![]() |
Expected an @return tag. | 890 |
![]() |
Method 'getDisplayCellSpecification' is not designed for extension - needs to be abstract, final or empty. | 890 |
![]() |
First sentence should end with a period. | 902 |
![]() |
Expected an @return tag. | 905 |
![]() |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 905 |
![]() |
Avoid inline conditionals. | 908 |
![]() |
Line is longer than 140 characters (found 165). | 909 |
![]() |
Method 'hasTopBorder' is not designed for extension - needs to be abstract, final or empty. | 913 |
![]() |
Method 'hasLeftBorder' is not designed for extension - needs to be abstract, final or empty. | 925 |
![]() |
Method 'hasRightBorder' is not designed for extension - needs to be abstract, final or empty. | 937 |
![]() |
Method 'hasBottomBorder' is not designed for extension - needs to be abstract, final or empty. | 949 |
![]() |
Method 'setCellStyle' is not designed for extension - needs to be abstract, final or empty. | 961 |
![]() |
Parameter style should be final. | 962 |
![]() |
Method 'getCellStyle' is not designed for extension - needs to be abstract, final or empty. | 968 |
![]() |
Method 'setStyle' is not designed for extension - needs to be abstract, final or empty. | 976 |
![]() |
Parameter cellStyle should be final. | 977 |
![]() |
Parameter value should be final. | 977 |
![]() |
Line is longer than 140 characters (found 150). | 982 |
![]() |
Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 989 |
![]() |
Parameter context should be final. | 990 |
![]() |
Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 1002 |
![]() |
Method 'getInferedPrimitiveType' is not designed for extension - needs to be abstract, final or empty. | 1007 |
![]() |
First sentence should end with a period. | 1042 |
![]() |
Method 'copyCellFrom' is not designed for extension - needs to be abstract, final or empty. | 1047 |
![]() |
Parameter cellToCopy should be final. | 1048 |
![]() |
Expected @param tag for 'cellToCopy'. | 1048 |
![]() |
Avoid inline conditionals. | 1051 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 48 |
![]() |
Missing a Javadoc comment. | 59 |
![]() |
Redundant 'public' modifier. | 60 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Redundant 'public' modifier. | 62 |
![]() |
Missing a Javadoc comment. | 63 |
![]() |
Redundant 'public' modifier. | 64 |
![]() |
First sentence should end with a period. | 66 |
![]() |
Expected an @return tag. | 71 |
![]() |
Redundant 'public' modifier. | 71 |
![]() |
First sentence should end with a period. | 73 |
![]() |
Expected an @return tag. | 78 |
![]() |
Redundant 'public' modifier. | 79 |
![]() |
First sentence should end with a period. | 81 |
![]() |
Redundant 'public' modifier. | 87 |
![]() |
Expected @param tag for 'sheet'. | 87 |
![]() |
First sentence should end with a period. | 89 |
![]() |
Expected an @return tag. | 94 |
![]() |
Redundant 'public' modifier. | 95 |
![]() |
First sentence should end with a period. | 97 |
![]() |
Redundant 'public' modifier. | 103 |
![]() |
Expected @param tag for 'topLeftCell'. | 103 |
![]() |
First sentence should end with a period. | 105 |
![]() |
Expected an @return tag. | 110 |
![]() |
Redundant 'public' modifier. | 111 |
![]() |
First sentence should end with a period. | 113 |
![]() |
Redundant 'public' modifier. | 119 |
![]() |
Expected @param tag for 'topLeftCell'. | 119 |
![]() |
First sentence should end with a period. | 121 |
![]() |
Expected an @return tag. | 126 |
![]() |
Redundant 'public' modifier. | 126 |
![]() |
Missing a Javadoc comment. | 128 |
![]() |
Redundant 'public' modifier. | 128 |
![]() |
First sentence should end with a period. | 130 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 136 |
![]() |
Method 'getExcelWorkbook' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
Method 'getExcelSheet' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
Method 'getResourceData' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
First sentence should end with a period. | 157 |
![]() |
Expected an @return tag. | 162 |
![]() |
Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
Method 'isSingleCell' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
Definition of 'equals()' without corresponding definition of 'hashCode()'. | 173 |
![]() |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
Parameter obj should be final. | 174 |
![]() |
'if' construct must use '{}'s. | 175 |
![]() |
'if' construct must use '{}'s. | 177 |
![]() |
'if' construct must use '{}'s. | 179 |
![]() |
'if' construct must use '{}'s. | 184 |
![]() |
'if' construct must use '{}'s. | 187 |
![]() |
'if' construct must use '{}'s. | 191 |
![]() |
'if' construct must use '{}'s. | 194 |
![]() |
'if' construct must use '{}'s. | 198 |
![]() |
'if' construct must use '{}'s. | 201 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 52 |
![]() |
Missing a Javadoc comment. | 54 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 |
![]() |
Missing a Javadoc comment. | 57 |
![]() |
Missing a Javadoc comment. | 59 |
![]() |
Missing a Javadoc comment. | 63 |
![]() |
Parameter serviceManager should be final. | 63 |
![]() |
'serviceManager' hides a field. | 63 |
![]() |
Method 'convertFromString' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
Parameter value should be final. | 69 |
![]() |
Parameter factory should be final. | 69 |
![]() |
Line is longer than 140 characters (found 150). | 102 |
![]() |
Line is longer than 140 characters (found 150). | 131 |
![]() |
Line is longer than 140 characters (found 146). | 132 |
![]() |
Method 'convertToString' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
Parameter cellRange should be final. | 164 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 49 |
![]() |
Missing a Javadoc comment. | 60 |
![]() |
Redundant 'public' modifier. | 60 |
![]() |
Missing a Javadoc comment. | 64 |
![]() |
Redundant 'public' modifier. | 64 |
![]() |
Missing a Javadoc comment. | 68 |
![]() |
Redundant 'public' modifier. | 69 |
![]() |
Missing a Javadoc comment. | 70 |
![]() |
Redundant 'public' modifier. | 71 |
![]() |
First sentence should end with a period. | 73 |
![]() |
Expected an @return tag. | 78 |
![]() |
Redundant 'public' modifier. | 79 |
![]() |
First sentence should end with a period. | 81 |
![]() |
Redundant 'public' modifier. | 87 |
![]() |
Expected @param tag for 'sheet'. | 87 |
![]() |
First sentence should end with a period. | 89 |
![]() |
Expected an @return tag. | 94 |
![]() |
Redundant 'public' modifier. | 95 |
![]() |
First sentence should end with a period. | 97 |
![]() |
Redundant 'public' modifier. | 103 |
![]() |
Expected @param tag for 'index'. | 103 |
![]() |
First sentence should end with a period. | 105 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 111 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 53 |
![]() |
Missing a Javadoc comment. | 62 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 |
![]() |
Missing a Javadoc comment. | 65 |
![]() |
Missing a Javadoc comment. | 66 |
![]() |
Missing a Javadoc comment. | 67 |
![]() |
Missing a Javadoc comment. | 69 |
![]() |
Missing a Javadoc comment. | 71 |
![]() |
Parameter resource should be final. | 71 |
![]() |
'resource' hides a field. | 71 |
![]() |
Parameter editingContext should be final. | 71 |
![]() |
Inner assignments should be avoided. | 75 |
![]() |
Line is longer than 140 characters (found 148). | 76 |
![]() |
Method 'getResource' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
Method 'makeExcelWorkbook' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
Missing a Javadoc comment. | 87 |
![]() |
Method 'makeExcelSheet' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
Missing a Javadoc comment. | 91 |
![]() |
Method 'makeExcelRow' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
Missing a Javadoc comment. | 95 |
![]() |
Method 'makeExcelCell' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
Missing a Javadoc comment. | 99 |
![]() |
Method 'makeExcelColumn' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
Missing a Javadoc comment. | 103 |
![]() |
Method 'makeExcelCellRange' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
Missing a Javadoc comment. | 107 |
![]() |
Parameter topLeftCell should be final. | 107 |
![]() |
Parameter bottomRightCell should be final. | 107 |
![]() |
Method 'startDeserializing' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
Inner assignments should be avoided. | 121 |
![]() |
Method 'stopDeserializing' is not designed for extension - needs to be abstract, final or empty. | 127 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 49 |
![]() |
Missing a Javadoc comment. | 58 |
![]() |
Redundant 'public' modifier. | 58 |
![]() |
Missing a Javadoc comment. | 60 |
![]() |
Redundant 'public' modifier. | 60 |
![]() |
First sentence should end with a period. | 62 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 68 |
![]() |
Missing a Javadoc comment. | 70 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
![]() |
Method 'getTechnologyAdapter' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 94 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 62 |
![]() |
Missing a Javadoc comment. | 73 |
![]() |
Redundant 'public' modifier. | 74 |
![]() |
Missing a Javadoc comment. | 75 |
![]() |
Redundant 'public' modifier. | 76 |
![]() |
Missing a Javadoc comment. | 77 |
![]() |
Redundant 'public' modifier. | 78 |
![]() |
First sentence should end with a period. | 80 |
![]() |
Expected an @return tag. | 85 |
![]() |
Redundant 'public' modifier. | 86 |
![]() |
First sentence should end with a period. | 88 |
![]() |
Redundant 'public' modifier. | 94 |
![]() |
Expected @param tag for 'sheet'. | 94 |
![]() |
First sentence should end with a period. | 96 |
![]() |
Expected an @return tag. | 101 |
![]() |
Redundant 'public' modifier. | 102 |
![]() |
First sentence should end with a period. | 104 |
![]() |
Redundant 'public' modifier. | 110 |
![]() |
Expected @param tag for 'row'. | 110 |
![]() |
First sentence should end with a period. | 112 |
![]() |
Expected an @return tag. | 117 |
![]() |
Redundant 'public' modifier. | 121 |
![]() |
Missing a Javadoc comment. | 123 |
![]() |
Redundant 'public' modifier. | 124 |
![]() |
Missing a Javadoc comment. | 126 |
![]() |
Redundant 'public' modifier. | 128 |
![]() |
Missing a Javadoc comment. | 130 |
![]() |
Redundant 'public' modifier. | 131 |
![]() |
Missing a Javadoc comment. | 133 |
![]() |
Redundant 'public' modifier. | 134 |
![]() |
Missing a Javadoc comment. | 136 |
![]() |
Redundant 'public' modifier. | 136 |
![]() |
Missing a Javadoc comment. | 138 |
![]() |
Redundant 'public' modifier. | 138 |
![]() |
Missing a Javadoc comment. | 140 |
![]() |
Redundant 'public' modifier. | 140 |
![]() |
Missing a Javadoc comment. | 142 |
![]() |
Redundant 'public' modifier. | 142 |
![]() |
First sentence should end with a period. | 144 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 150 |
![]() |
Missing a Javadoc comment. | 152 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 152 |
![]() |
Missing a Javadoc comment. | 154 |
![]() |
Method 'getResourceData' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
Missing a Javadoc comment. | 165 |
![]() |
Missing a Javadoc comment. | 167 |
![]() |
Method 'getExcelCells' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
Method 'createRowWhenNonExistant' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
Parameter rowIndex should be final. | 192 |
![]() |
Method 'getRowIndex' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
Method 'getExcelCellAt' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
Parameter columnIndex should be final. | 207 |
![]() |
Method 'getCellAtExcelColumn' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
Missing a Javadoc comment. | 220 |
![]() |
Parameter column should be final. | 220 |
![]() |
Method 'setRowStyle' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() |
Missing a Javadoc comment. | 232 |
![]() |
Parameter style should be final. | 232 |
![]() |
Method 'getRowStyle' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
Missing a Javadoc comment. | 242 |
![]() |
Method 'setStyle' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() |
Parameter cellStyle should be final. | 250 |
![]() |
Parameter value should be final. | 250 |
![]() |
Line is longer than 140 characters (found 150). | 255 |
![]() |
Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() |
Parameter context should be final. | 263 |
![]() |
Method 'createCellAt' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
Parameter columnIndex should be final. | 279 |
Severity | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 64 |
![]() |
Missing a Javadoc comment. | 75 |
![]() |
Redundant 'public' modifier. | 76 |
![]() |
Missing a Javadoc comment. | 77 |
![]() |
Redundant 'public' modifier. | 78 |
![]() |
Missing a Javadoc comment. | 79 |
![]() |
Redundant 'public' modifier. | 80 |
![]() |
First sentence should end with a period. | 82 |
![]() |
Expected an @return tag. | 87 |
![]() |
Redundant 'public' modifier. | 87 |
![]() |
First sentence should end with a period. | 89 |
![]() |
Expected an @return tag. | 94 |
![]() |
Redundant 'public' modifier. | 95 |
![]() |
First sentence should end with a period. | 97 |
![]() |
Redundant 'public' modifier. | 103 |
![]() |
Expected @param tag for 'workbook'. | 103 |
![]() |
First sentence should end with a period. | 105 |
![]() |
Expected an @return tag. | 110 |
![]() |
Redundant 'public' modifier. | 111 |
![]() |
First sentence should end with a period. | 113 |
![]() |
Redundant 'public' modifier. | 119 |
![]() |
Expected @param tag for 'sheet'. | 119 |
![]() |
First sentence should end with a period. | 121 |
![]() |
Expected an @return tag. | 126 |
![]() |
Redundant 'public' modifier. | 130 |
![]() |
Missing a Javadoc comment. | 132 |
![]() |
Redundant 'public' modifier. | 133 |
![]() |
Missing a Javadoc comment. | 135 |
![]() |
Redundant 'public' modifier. | 137 |
![]() |
Missing a Javadoc comment. | 139 |
![]() |
Redundant 'public' modifier. | 140 |
![]() |
Missing a Javadoc comment. | 142 |
![]() |
Redundant 'public' modifier. | 143 |
![]() |
Missing a Javadoc comment. | 145 |
![]() |
Redundant 'public' modifier. | 145 |
![]() |
Missing a Javadoc comment. | 147 |
![]() |
Redundant 'public' modifier. | 148 |
![]() |
Missing a Javadoc comment. | 150 |
![]() |
Redundant 'public' modifier. | 150 |
![]() |
Missing a Javadoc comment. | 152 |
![]() |
Redundant 'public' modifier. | 152 |
![]() |
Missing a Javadoc comment. | 154 |
![]() |
Redundant 'public' modifier. | 154 |
![]() |
Missing a Javadoc comment. | 156 |
![]() |
Redundant 'public' modifier. | 156 |
![]() |
Missing a Javadoc comment. | 158 |
![]() |
Redundant 'public' modifier. | 158 |
![]() |
Missing a Javadoc comment. | 160 |
![]() |
Redundant 'public' modifier. | 160 |
![]() |
Missing a Javadoc comment. | 162 |
![]() |
Redundant 'public' modifier. | 162 |
![]() |
Missing a Javadoc comment. | 164 |
![]() |
Redundant 'public' modifier. | 164 |
![]() |
Missing a Javadoc comment. | 166 |
![]() |
Redundant 'public' modifier. | 166 |
![]() |
First sentence should end with a period. | 168 |
![]() |
Expected an @return tag. | 175 |
![]() |
Redundant 'public' modifier. | 175 |
![]() |
Expected @param tag for 'rowIndex'. | 175 |
![]() |
First sentence should end with a period. | 177 |
![]() |
Redundant 'public' modifier. | 184 |
![]() |
Expected @param tag for 'rowIndex'. | 184 |
![]() |
First sentence should end with a period. | 186 |
![]() |
Expected an @return tag. | 191 |
![]() |
Redundant 'public' modifier. | 191 |
![]() |
Missing a Javadoc comment. | 193 |
![]() |
Redundant 'public' modifier. | 193 |
![]() |
First sentence should end with a period. | 195 |
![]() |
'abstract' modifier out of order with the JLS suggestions. | 201 |
![]() |
Missing a Javadoc comment. | 203 |
![]() |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 204 |
![]() |
Missing a Javadoc comment. | 206 |
![]() |
Name 'CELL_NAME_REGEX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 |
![]() |
Missing a Javadoc comment. | 207 |
![]() |
Missing a Javadoc comment. | 209 |
![]() |
Method 'getResourceData' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
Method 'setExcelWorkbook' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
Parameter workbook should be final. | 218 |
![]() |
Method 'getEvaluator' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
Method 'getMaxColNumber' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
Missing a Javadoc comment. | 246 |
![]() |
Missing a Javadoc comment. | 248 |
![]() |
Method 'getExcelRows' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() |
Method 'getRowAt' is not designed for extension - needs to be abstract, final or empty. | 269 |
![]() |
Parameter row should be final. | 270 |
![]() |
Method 'getCellAt' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() |
Parameter row should be final. | 284 |
![]() |
Parameter column should be final. | 284 |
![]() |
Method 'getCellValue' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() |
Parameter row should be final. | 295 |
![]() |
Parameter column should be final. | 295 |
![]() |
Method 'setCellValue' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() |
Parameter row should be final. | 301 |
![]() |
Parameter column should be final. | 301 |
![]() |
Parameter value should be final. | 301 |
![]() |
Method 'getCellValue' is not designed for extension - needs to be abstract, final or empty. | 306 |
![]() |
Parameter column should be final. | 307 |
![]() |
Parameter row should be final. | 307 |
![]() |
Method 'setCellValue' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() |
Parameter column should be final. | 313 |
![]() |
Parameter row should be final. | 313 |
![]() |
Parameter value should be final. | 313 |
![]() |
Method 'getCellFromName' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() |
Parameter name should be final. | 319 |
![]() |
Method 'getCellValueFromName' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() |
Parameter name should be final. | 329 |
![]() |
Method 'setCellValueFromName' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() |
Parameter name should be final. | 334 |
![]() |
Parameter value should be final. | 334 |
![]() |
Method 'setCellValue' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() |
Parameter cell should be final. | 339 |
![]() |
Parameter value should be final. | 339 |
![]() |
First sentence should end with a period. | 343 |
![]() |
Expected an @return tag. | 350 |
![]() |
Method 'insertRowAt' is not designed for extension - needs to be abstract, final or empty. | 350 |
![]() |
Parameter rowIndex should be final. | 351 |
![]() |
Expected @param tag for 'rowIndex'. | 351 |
![]() |
First sentence should end with a period. | 357 |
![]() |
Expected an @return tag. | 362 |
![]() |
Method 'createNewRow' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() |
First sentence should end with a period. | 367 |
![]() |
Method 'removeRowAt' is not designed for extension - needs to be abstract, final or empty. | 374 |
![]() |
Parameter rowIndex should be final. | 375 |
![]() |
Expected @param tag for 'rowIndex'. | 375 |
Severity | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 56 |
![]() |
Missing a Javadoc comment. | 58 |
![]() |
Missing a Javadoc comment. | 60 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Missing a Javadoc comment. | 64 |
![]() |
Missing a Javadoc comment. | 65 |
![]() |
Missing a Javadoc comment. | 66 |
![]() |
Missing a Javadoc comment. | 67 |
![]() |
Missing a Javadoc comment. | 68 |
![]() |
Missing a Javadoc comment. | 69 |
![]() |
Missing a Javadoc comment. | 70 |
![]() |
Missing a Javadoc comment. | 71 |
![]() |
Missing a Javadoc comment. | 72 |
![]() |
Missing a Javadoc comment. | 73 |
![]() |
Missing a Javadoc comment. | 74 |
![]() |
Missing a Javadoc comment. | 75 |
![]() |
Missing a Javadoc comment. | 76 |
![]() |
Missing a Javadoc comment. | 77 |
![]() |
Missing a Javadoc comment. | 78 |
![]() |
Missing a Javadoc comment. | 81 |
![]() |
Missing a Javadoc comment. | 82 |
![]() |
Missing a Javadoc comment. | 83 |
![]() |
Missing a Javadoc comment. | 84 |
![]() |
Missing a Javadoc comment. | 85 |
![]() |
Missing a Javadoc comment. | 86 |
![]() |
Missing a Javadoc comment. | 87 |
![]() |
Missing a Javadoc comment. | 88 |
![]() |
Missing a Javadoc comment. | 89 |
![]() |
Missing a Javadoc comment. | 90 |
![]() |
Missing a Javadoc comment. | 91 |
![]() |
Missing a Javadoc comment. | 92 |
![]() |
Missing a Javadoc comment. | 95 |
![]() |
Missing a Javadoc comment. | 96 |
![]() |
Missing a Javadoc comment. | 97 |
![]() |
Missing a Javadoc comment. | 98 |
![]() |
Missing a Javadoc comment. | 99 |
![]() |
Missing a Javadoc comment. | 100 |
![]() |
Missing a Javadoc comment. | 101 |
![]() |
Missing a Javadoc comment. | 102 |
![]() |
Missing a Javadoc comment. | 103 |
![]() |
Missing a Javadoc comment. | 104 |
![]() |
Missing a Javadoc comment. | 105 |
![]() |
Missing a Javadoc comment. | 106 |
![]() |
Missing a Javadoc comment. | 107 |
![]() |
Missing a Javadoc comment. | 108 |
![]() |
Missing a Javadoc comment. | 109 |
![]() |
Missing a Javadoc comment. | 110 |
![]() |
Missing a Javadoc comment. | 113 |
![]() |
Missing a Javadoc comment. | 114 |
![]() |
Missing a Javadoc comment. | 115 |
![]() |
Missing a Javadoc comment. | 116 |
![]() |
Missing a Javadoc comment. | 117 |
![]() |
Missing a Javadoc comment. | 118 |
![]() |
Missing a Javadoc comment. | 119 |
![]() |
Missing a Javadoc comment. | 120 |
![]() |
Missing a Javadoc comment. | 121 |
![]() |
Missing a Javadoc comment. | 122 |
![]() |
Missing a Javadoc comment. | 123 |
![]() |
Missing a Javadoc comment. | 124 |
![]() |
Missing a Javadoc comment. | 125 |
![]() |
Missing a Javadoc comment. | 126 |
![]() |
Missing a Javadoc comment. | 127 |
![]() |
Missing a Javadoc comment. | 128 |
![]() |
Missing a Javadoc comment. | 129 |
![]() |
Missing a Javadoc comment. | 130 |
![]() |
Missing a Javadoc comment. | 131 |
![]() |
Missing a Javadoc comment. | 134 |
![]() |
Parameter workbook should be final. | 134 |
![]() |
'workbook' hides a field. | 134 |
![]() |
Method 'udapteCellStyle' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
Missing a Javadoc comment. | 139 |
![]() |
Parameter cellStyle should be final. | 139 |
![]() |
Parameter value should be final. | 139 |
![]() |
Parameter oldStyle should be final. | 139 |
![]() |
Missing a Javadoc comment. | 193 |
![]() |
Parameter color should be final. | 193 |
![]() |
Line is longer than 140 characters (found 146). | 197 |
![]() |
Missing a Javadoc comment. | 203 |
![]() |
Parameter value should be final. | 203 |
![]() |
Parameter style should be final. | 203 |