Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
119 0 12172 0

Files

Files Infos Warnings Errors
org/argouml/language/csharp/generator/GeneratorCSharp.java 0 94 0
org/argouml/language/csharp/importer/CSModeller.java 0 40 0
org/argouml/language/csharp/importer/CSharpConstants.java 0 22 0
org/argouml/language/csharp/importer/CSharpImport.java 0 58 0
org/argouml/language/csharp/importer/bridge/ModifierMap.java 0 50 0
org/argouml/language/csharp/importer/csparser/collections/ExpressionList.java 0 6 0
org/argouml/language/csharp/importer/csparser/collections/NodeCollection.java 0 26 0
org/argouml/language/csharp/importer/csparser/collections/ParseStateCollection.java 0 28 0
org/argouml/language/csharp/importer/csparser/collections/Stack.java 0 16 0
org/argouml/language/csharp/importer/csparser/collections/TokenCollection.java 0 24 0
org/argouml/language/csharp/importer/csparser/enums/IntegralType.java 0 22 0
org/argouml/language/csharp/importer/csparser/enums/Modifier.java 0 378 0
org/argouml/language/csharp/importer/csparser/enums/NumberStyles.java 0 184 0
org/argouml/language/csharp/importer/csparser/enums/ParseState.java 0 194 0
org/argouml/language/csharp/importer/csparser/enums/PreprocessorID.java 0 108 0
org/argouml/language/csharp/importer/csparser/enums/TokenID.java 0 1832 0
org/argouml/language/csharp/importer/csparser/interfaces/IMemberAccessible.java 0 4 0
org/argouml/language/csharp/importer/csparser/interfaces/ISourceCode.java 0 10 0
org/argouml/language/csharp/importer/csparser/interfaces/IType.java 0 16 0
org/argouml/language/csharp/importer/csparser/main/FeatureNotSupportedException.java 0 2 0
org/argouml/language/csharp/importer/csparser/main/Lexer.java 0 1708 0
org/argouml/language/csharp/importer/csparser/main/Parser.java 0 1940 0
org/argouml/language/csharp/importer/csparser/main/Test.java 0 26 0
org/argouml/language/csharp/importer/csparser/main/Token.java 0 48 0
org/argouml/language/csharp/importer/csparser/members/AccessorNode.java 0 14 0
org/argouml/language/csharp/importer/csparser/members/ConstantNode.java 0 58 0
org/argouml/language/csharp/importer/csparser/members/ConstructorNode.java 0 146 0
org/argouml/language/csharp/importer/csparser/members/DestructorNode.java 0 40 0
org/argouml/language/csharp/importer/csparser/members/EventNode.java 0 34 0
org/argouml/language/csharp/importer/csparser/members/FieldNode.java 0 56 0
org/argouml/language/csharp/importer/csparser/members/IndexerNode.java 0 122 0
org/argouml/language/csharp/importer/csparser/members/InterfaceEventNode.java 0 34 0
org/argouml/language/csharp/importer/csparser/members/InterfaceIndexerNode.java 0 78 0
org/argouml/language/csharp/importer/csparser/members/InterfaceMethodNode.java 0 64 0
org/argouml/language/csharp/importer/csparser/members/InterfacePropertyNode.java 0 66 0
org/argouml/language/csharp/importer/csparser/members/MemberNode.java 0 34 0
org/argouml/language/csharp/importer/csparser/members/MethodNode.java 0 74 0
org/argouml/language/csharp/importer/csparser/members/OperatorNode.java 0 136 0
org/argouml/language/csharp/importer/csparser/members/ParamDeclNode.java 0 48 0
org/argouml/language/csharp/importer/csparser/members/PropertyNode.java 0 74 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/ArgumentNode.java 0 48 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/ArrayCreationExpression.java 0 96 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/ArrayInitializerExpression.java 0 32 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/AssignmentExpression.java 0 126 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/BaseAccessExpression.java 0 66 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/BaseNode.java 0 296 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/BinaryExpression.java 0 156 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/CheckedExpression.java 0 36 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/ConditionalExpression.java 0 62 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/ConstantExpression.java 0 28 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/DelegateCreationExpression.java 0 4 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/ElementAccessExpression.java 0 54 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/IdentifierExpression.java 0 86 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/InvocationExpression.java 0 46 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/MemberAccessExpression.java 0 48 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/ObjectCreationExpression.java 0 56 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/OutNode.java 0 34 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/ParenthesizedExpression.java 0 40 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/PostDecrementExpression.java 0 34 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/PostIncrementExpression.java 0 34 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/PredefinedTypeNode.java 0 32 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/PrimaryExpression.java 0 2 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/RefNode.java 0 34 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/ThisAccessExpression.java 0 22 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/TypeNode.java 0 70 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/TypeOfExpression.java 0 36 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/UnaryCastExpression.java 0 44 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/UnaryExpression.java 0 84 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/UncheckedExpression.java 0 36 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/BooleanPrimitive.java 0 6 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/CharPrimitive.java 0 50 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/DecimalPrimitive.java 0 28 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/IntegralPrimitive.java 0 140 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/LiteralNode.java 0 2 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/NullPrimitive.java 0 16 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/RealPrimitive.java 0 146 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/StringPrimitive.java 0 48 0
org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/VoidPrimitive.java 0 16 0
org/argouml/language/csharp/importer/csparser/preprocessornodes/PPDefineNode.java 0 26 0
org/argouml/language/csharp/importer/csparser/preprocessornodes/PPIfNode.java 0 26 0
org/argouml/language/csharp/importer/csparser/statements/BlockStatement.java 0 98 0
org/argouml/language/csharp/importer/csparser/statements/BreakStatement.java 0 2 0
org/argouml/language/csharp/importer/csparser/statements/CaseNode.java 0 100 0
org/argouml/language/csharp/importer/csparser/statements/CatchNode.java 0 54 0
org/argouml/language/csharp/importer/csparser/statements/CheckedStatement.java 0 16 0
org/argouml/language/csharp/importer/csparser/statements/ContinueStatement.java 0 4 0
org/argouml/language/csharp/importer/csparser/statements/DoStatement.java 0 28 0
org/argouml/language/csharp/importer/csparser/statements/ExpressionStatement.java 0 36 0
org/argouml/language/csharp/importer/csparser/statements/FinallyNode.java 0 26 0
org/argouml/language/csharp/importer/csparser/statements/ForEachStatement.java 0 36 0
org/argouml/language/csharp/importer/csparser/statements/ForStatement.java 0 68 0
org/argouml/language/csharp/importer/csparser/statements/GotoStatement.java 0 36 0
org/argouml/language/csharp/importer/csparser/statements/IfStatement.java 0 66 0
org/argouml/language/csharp/importer/csparser/statements/LabeledStatement.java 0 36 0
org/argouml/language/csharp/importer/csparser/statements/LocalDeclarationStatement.java 0 102 0
org/argouml/language/csharp/importer/csparser/statements/LockStatement.java 0 36 0
org/argouml/language/csharp/importer/csparser/statements/ReturnStatement.java 0 36 0
org/argouml/language/csharp/importer/csparser/statements/StatementNode.java 0 16 0
org/argouml/language/csharp/importer/csparser/statements/SwitchStatement.java 0 58 0
org/argouml/language/csharp/importer/csparser/statements/ThrowNode.java 0 32 0
org/argouml/language/csharp/importer/csparser/statements/TryStatement.java 0 62 0
org/argouml/language/csharp/importer/csparser/statements/UncheckedStatement.java 0 20 0
org/argouml/language/csharp/importer/csparser/statements/UsingStatement.java 0 36 0
org/argouml/language/csharp/importer/csparser/statements/WhileStatement.java 0 28 0
org/argouml/language/csharp/importer/csparser/structural/AttributeArgumentNode.java 0 40 0
org/argouml/language/csharp/importer/csparser/structural/AttributeNode.java 0 24 0
org/argouml/language/csharp/importer/csparser/structural/CompilationUnitNode.java 0 100 0
org/argouml/language/csharp/importer/csparser/structural/NamespaceNode.java 0 148 0
org/argouml/language/csharp/importer/csparser/structural/UsingDirectiveNode.java 0 64 0
org/argouml/language/csharp/importer/csparser/types/ClassNode.java 0 270 0
org/argouml/language/csharp/importer/csparser/types/DelegateNode.java 0 96 0
org/argouml/language/csharp/importer/csparser/types/EnumNode.java 0 54 0
org/argouml/language/csharp/importer/csparser/types/InterfaceNode.java 0 174 0
org/argouml/language/csharp/importer/csparser/types/StructNode.java 0 2 0
org/argouml/language/csharp/importer/csparser/util/StringUtil.java 0 8 0

Rules

Rules Violations Severity
FileContentsHolder 0 Warnings Warning
ConstantName 360 Warnings Warning
DoubleCheckedLocking 0 Warnings Warning
EmptyBlock
  • tokens: "LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_IF,LITERAL_TRY,LITERAL_WHILE,STATIC_INIT"
  • option: "text"
4 Warnings Warning
EqualsHashCode 0 Warnings Warning
HiddenField 16 Warnings Warning
IllegalImport 0 Errors Error
IllegalInstantiation 0 Errors Error
Indentation
  • caseIndent: "0"
7818 Warnings Warning
InnerAssignment 0 Warnings Warning
JavadocType
  • scope: "protected"
4 Warnings Warning
JavadocMethod
  • allowUndeclaredRTE: "true"
  • logLoadErrors: "true"
  • scope: "protected"
  • allowMissingJavadoc: "true"
  • suppressLoadErrors: "true"
10 Warnings Warning
JavadocVariable
  • scope: "protected"
1020 Warnings Warning
LineLength
  • ignorePattern: "^( *\* @see |import |/[/*] \$Id:)"
844 Warnings Warning
LocalFinalVariableName 0 Warnings Warning
LocalVariableName 0 Warnings Warning
MemberName
  • format: "^[a-z][a-zA-Z0-9]*$|^LOG$"
296 Warnings Warning
MethodLength 8 Warnings Warning
MethodName 242 Warnings Warning
NeedBraces 82 Warnings Warning
ModifierOrder 358 Warnings Warning
NoWhitespaceAfter 2 Warnings Warning
NoWhitespaceBefore 6 Warnings Warning
NoWhitespaceBefore
  • tokens: "DOT"
  • allowLineBreaks: "true"
6 Warnings Warning
OperatorWrap 46 Warnings Warning
PackageName 0 Warnings Warning
ParameterName 0 Warnings Warning
ParameterNumber 0 Warnings Warning
RedundantImport 0 Warnings Warning
SimplifyBooleanExpression 10 Warnings Warning
SimplifyBooleanReturn 2 Warnings Warning
StaticVariableName 138 Warnings Warning
TypeName 0 Warnings Warning
UnusedImports 6 Warnings Warning
UpperEll 0 Warnings Warning
VisibilityModifier
  • publicMemberPattern: "^$"
466 Warnings Warning
WhitespaceAfter 148 Warnings Warning
WhitespaceAround
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN"
286 Warnings Warning
Translation 0 Warnings Warning
FileLength 2 Warnings Warning
SuppressionCommentFilter 0 Warnings Warning

Details

org/argouml/language/csharp/generator/GeneratorCSharp.java

Violation Message Line
Warnings Line is longer than 80 characters. 372
Warnings ',' is not followed by whitespace. 372
Warnings ',' is not followed by whitespace. 372
Warnings ',' is not followed by whitespace. 372
Warnings Line is longer than 80 characters. 376
Warnings ',' is not followed by whitespace. 376
Warnings ',' is not followed by whitespace. 376
Warnings ',' is not followed by whitespace. 376
Warnings for at indentation level 16 not at correct indentation, 12 377
Warnings Line is longer than 80 characters. 378
Warnings for child at indentation level 20 not at correct indentation, 16 378
Warnings ',' is not followed by whitespace. 378
Warnings ',' is not followed by whitespace. 378
Warnings ',' is not followed by whitespace. 378
Warnings for rcurly at indentation level 16 not at correct indentation, 12 379
Warnings if child at indentation level 16 not at correct indentation, 12 380
Warnings Method length is 156 lines (max allowed is 150). 595
Warnings Line is longer than 80 characters. 610
Warnings ',' is not followed by whitespace. 610
Warnings ',' is not followed by whitespace. 610
Warnings ',' is not followed by whitespace. 610
Warnings Line is longer than 80 characters. 611
Warnings ',' is not followed by whitespace. 611
Warnings ',' is not followed by whitespace. 611
Warnings ',' is not followed by whitespace. 611
Warnings for child at indentation level 16 not at correct indentation, 12 704
Warnings 'if' is not followed by whitespace. 844
Warnings if at indentation level 24 not at correct indentation, 20 846
Warnings Line is longer than 80 characters. 855
Warnings if child at indentation level 28 not at correct indentation, 24 860
Warnings if child at indentation level 28 not at correct indentation, 24 861
Warnings if rcurly at indentation level 24 not at correct indentation, 20 862
Warnings else child at indentation level 28 not at correct indentation, 24 863
Warnings else rcurly at indentation level 24 not at correct indentation, 20 864
Warnings if child at indentation level 16 not at correct indentation, 20 865
Warnings method call child at indentation level 16 not at correct indentation, 20 865
Warnings Line is longer than 80 characters. 971
Warnings ',' is not followed by whitespace. 971
Warnings Line is longer than 80 characters. 973
Warnings ',' is not followed by whitespace. 973
Warnings ',' is not followed by whitespace. 976
Warnings Line is longer than 80 characters. 1010
Warnings Expected @param tag for 'elements'. 1784
Warnings Expected @param tag for 'deps'. 1784
Warnings Expected @param tag for 'elements'. 1810
Warnings Expected @param tag for 'path'. 1810
Warnings Expected @param tag for 'deps'. 1811
Warnings Line is longer than 80 characters. 372
Warnings ',' is not followed by whitespace. 372
Warnings ',' is not followed by whitespace. 372
Warnings ',' is not followed by whitespace. 372
Warnings Line is longer than 80 characters. 376
Warnings ',' is not followed by whitespace. 376
Warnings ',' is not followed by whitespace. 376
Warnings ',' is not followed by whitespace. 376
Warnings for at indentation level 16 not at correct indentation, 12 377
Warnings Line is longer than 80 characters. 378
Warnings for child at indentation level 20 not at correct indentation, 16 378
Warnings ',' is not followed by whitespace. 378
Warnings ',' is not followed by whitespace. 378
Warnings ',' is not followed by whitespace. 378
Warnings for rcurly at indentation level 16 not at correct indentation, 12 379
Warnings if child at indentation level 16 not at correct indentation, 12 380
Warnings Method length is 156 lines (max allowed is 150). 595
Warnings Line is longer than 80 characters. 610
Warnings ',' is not followed by whitespace. 610
Warnings ',' is not followed by whitespace. 610
Warnings ',' is not followed by whitespace. 610
Warnings Line is longer than 80 characters. 611
Warnings ',' is not followed by whitespace. 611
Warnings ',' is not followed by whitespace. 611
Warnings ',' is not followed by whitespace. 611
Warnings for child at indentation level 16 not at correct indentation, 12 704
Warnings 'if' is not followed by whitespace. 844
Warnings if at indentation level 24 not at correct indentation, 20 846
Warnings Line is longer than 80 characters. 855
Warnings if child at indentation level 28 not at correct indentation, 24 860
Warnings if child at indentation level 28 not at correct indentation, 24 861
Warnings if rcurly at indentation level 24 not at correct indentation, 20 862
Warnings else child at indentation level 28 not at correct indentation, 24 863
Warnings else rcurly at indentation level 24 not at correct indentation, 20 864
Warnings if child at indentation level 16 not at correct indentation, 20 865
Warnings method call child at indentation level 16 not at correct indentation, 20 865
Warnings Line is longer than 80 characters. 971
Warnings ',' is not followed by whitespace. 971
Warnings Line is longer than 80 characters. 973
Warnings ',' is not followed by whitespace. 973
Warnings ',' is not followed by whitespace. 976
Warnings Line is longer than 80 characters. 1010
Warnings Expected @param tag for 'elements'. 1784
Warnings Expected @param tag for 'deps'. 1784
Warnings Expected @param tag for 'elements'. 1810
Warnings Expected @param tag for 'path'. 1810
Warnings Expected @param tag for 'deps'. 1811

org/argouml/language/csharp/importer/CSModeller.java

Violation Message Line
Warnings Name 'TAG_CLASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Warnings Name 'TAG_INTERFACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Warnings Name 'TAG_NS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Warnings Name 'TAG_GEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Warnings Name 'TAG_EXTEND' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Warnings Name 'TAG_OP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 63
Warnings Name 'TAG_STEREOTYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
Warnings 'settings' hides a field. 80
Warnings Line is longer than 80 characters. 272
Warnings Line is longer than 80 characters. 284
Warnings Line is longer than 80 characters. 301
Warnings Line is longer than 80 characters. 322
Warnings Line is longer than 80 characters. 339
Warnings Line is longer than 80 characters. 361
Warnings Line is longer than 80 characters. 382
Warnings 'if' construct must use '{}'s. 512
Warnings Line is longer than 80 characters. 525
Warnings Line is longer than 80 characters. 526
Warnings Line is longer than 80 characters. 677
Warnings Line is longer than 80 characters. 678
Warnings Name 'TAG_CLASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Warnings Name 'TAG_INTERFACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Warnings Name 'TAG_NS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Warnings Name 'TAG_GEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Warnings Name 'TAG_EXTEND' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Warnings Name 'TAG_OP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 63
Warnings Name 'TAG_STEREOTYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
Warnings 'settings' hides a field. 80
Warnings Line is longer than 80 characters. 272
Warnings Line is longer than 80 characters. 284
Warnings Line is longer than 80 characters. 301
Warnings Line is longer than 80 characters. 322
Warnings Line is longer than 80 characters. 339
Warnings Line is longer than 80 characters. 361
Warnings Line is longer than 80 characters. 382
Warnings 'if' construct must use '{}'s. 512
Warnings Line is longer than 80 characters. 525
Warnings Line is longer than 80 characters. 526
Warnings Line is longer than 80 characters. 677
Warnings Line is longer than 80 characters. 678

org/argouml/language/csharp/importer/CSharpConstants.java

Violation Message Line
Warnings Missing a Javadoc comment. 8
Warnings Missing a Javadoc comment. 9
Warnings Missing a Javadoc comment. 10
Warnings Missing a Javadoc comment. 11
Warnings Missing a Javadoc comment. 12
Warnings Missing a Javadoc comment. 13
Warnings Missing a Javadoc comment. 14
Warnings Missing a Javadoc comment. 15
Warnings Missing a Javadoc comment. 16
Warnings Missing a Javadoc comment. 17
Warnings Missing a Javadoc comment. 18
Warnings Missing a Javadoc comment. 8
Warnings Missing a Javadoc comment. 9
Warnings Missing a Javadoc comment. 10
Warnings Missing a Javadoc comment. 11
Warnings Missing a Javadoc comment. 12
Warnings Missing a Javadoc comment. 13
Warnings Missing a Javadoc comment. 14
Warnings Missing a Javadoc comment. 15
Warnings Missing a Javadoc comment. 16
Warnings Missing a Javadoc comment. 17
Warnings Missing a Javadoc comment. 18

org/argouml/language/csharp/importer/CSharpImport.java

Violation Message Line
Warnings Unused import - java.io.IOException. 48
Warnings Line is longer than 80 characters. 74
Warnings method def throws at indentation level 12 not at correct indentation, 8 75
Warnings Line is longer than 80 characters. 90
Warnings 'cast' is not followed by whitespace. 102
Warnings Line is longer than 80 characters. 118
Warnings '=' is not preceded with whitespace. 122
Warnings '=' is not followed by whitespace. 122
Warnings ',' is not followed by whitespace. 122
Warnings ',' is not followed by whitespace. 123
Warnings ',' is not followed by whitespace. 123
Warnings Line is longer than 80 characters. 137
Warnings method def throws at indentation level 12 not at correct indentation, 8 141
Warnings Line is longer than 80 characters. 145
Warnings Line is longer than 80 characters. 152
Warnings Line is longer than 80 characters. 153
Warnings '+' is not preceded with whitespace. 153
Warnings '+' is not followed by whitespace. 153
Warnings Line is longer than 80 characters. 155
Warnings Line is longer than 80 characters. 156
Warnings Missing a Javadoc comment. 163
Warnings case child at indentation level 12 not at correct indentation, 8 192
Warnings block child at indentation level 16 not at correct indentation, 12 193
Warnings case child at indentation level 12 not at correct indentation, 8 194
Warnings block child at indentation level 16 not at correct indentation, 12 195
Warnings case child at indentation level 12 not at correct indentation, 8 196
Warnings block child at indentation level 16 not at correct indentation, 12 197
Warnings case child at indentation level 12 not at correct indentation, 8 198
Warnings block child at indentation level 16 not at correct indentation, 12 199
Warnings Unused import - java.io.IOException. 48
Warnings Line is longer than 80 characters. 74
Warnings method def throws at indentation level 12 not at correct indentation, 8 75
Warnings Line is longer than 80 characters. 90
Warnings 'cast' is not followed by whitespace. 102
Warnings Line is longer than 80 characters. 118
Warnings '=' is not preceded with whitespace. 122
Warnings '=' is not followed by whitespace. 122
Warnings ',' is not followed by whitespace. 122
Warnings ',' is not followed by whitespace. 123
Warnings ',' is not followed by whitespace. 123
Warnings Line is longer than 80 characters. 137
Warnings method def throws at indentation level 12 not at correct indentation, 8 141
Warnings Line is longer than 80 characters. 145
Warnings Line is longer than 80 characters. 152
Warnings Line is longer than 80 characters. 153
Warnings '+' is not preceded with whitespace. 153
Warnings '+' is not followed by whitespace. 153
Warnings Line is longer than 80 characters. 155
Warnings Line is longer than 80 characters. 156
Warnings Missing a Javadoc comment. 163
Warnings case child at indentation level 12 not at correct indentation, 8 192
Warnings block child at indentation level 16 not at correct indentation, 12 193
Warnings case child at indentation level 12 not at correct indentation, 8 194
Warnings block child at indentation level 16 not at correct indentation, 12 195
Warnings case child at indentation level 12 not at correct indentation, 8 196
Warnings block child at indentation level 16 not at correct indentation, 12 197
Warnings case child at indentation level 12 not at correct indentation, 8 198
Warnings block child at indentation level 16 not at correct indentation, 12 199

org/argouml/language/csharp/importer/bridge/ModifierMap.java

Violation Message Line
Warnings '{' is not preceded with whitespace. 9
Warnings '=' is not preceded with whitespace. 10
Warnings '=' is not followed by whitespace. 10
Warnings 'if' is not followed by whitespace. 11
Warnings '>' is not followed by whitespace. 11
Warnings '{' is not preceded with whitespace. 11
Warnings 'if' is not followed by whitespace. 14
Warnings '>' is not preceded with whitespace. 14
Warnings '>' is not followed by whitespace. 14
Warnings '{' is not preceded with whitespace. 14
Warnings 'if' is not followed by whitespace. 17
Warnings '>' is not preceded with whitespace. 17
Warnings '>' is not followed by whitespace. 17
Warnings '{' is not preceded with whitespace. 17
Warnings 'if' is not followed by whitespace. 20
Warnings '&' is not followed by whitespace. 20
Warnings '>' is not preceded with whitespace. 20
Warnings '>' is not followed by whitespace. 20
Warnings '{' is not preceded with whitespace. 20
Warnings 'if' is not followed by whitespace. 23
Warnings '>' is not preceded with whitespace. 23
Warnings '>' is not followed by whitespace. 23
Warnings '{' is not preceded with whitespace. 23
Warnings 'else' is not followed by whitespace. 26
Warnings '{' is not preceded with whitespace. 26
Warnings '{' is not preceded with whitespace. 9
Warnings '=' is not preceded with whitespace. 10
Warnings '=' is not followed by whitespace. 10
Warnings 'if' is not followed by whitespace. 11
Warnings '>' is not followed by whitespace. 11
Warnings '{' is not preceded with whitespace. 11
Warnings 'if' is not followed by whitespace. 14
Warnings '>' is not preceded with whitespace. 14
Warnings '>' is not followed by whitespace. 14
Warnings '{' is not preceded with whitespace. 14
Warnings 'if' is not followed by whitespace. 17
Warnings '>' is not preceded with whitespace. 17
Warnings '>' is not followed by whitespace. 17
Warnings '{' is not preceded with whitespace. 17
Warnings 'if' is not followed by whitespace. 20
Warnings '&' is not followed by whitespace. 20
Warnings '>' is not preceded with whitespace. 20
Warnings '>' is not followed by whitespace. 20
Warnings '{' is not preceded with whitespace. 20
Warnings 'if' is not followed by whitespace. 23
Warnings '>' is not preceded with whitespace. 23
Warnings '>' is not followed by whitespace. 23
Warnings '{' is not preceded with whitespace. 23
Warnings 'else' is not followed by whitespace. 26
Warnings '{' is not preceded with whitespace. 26

org/argouml/language/csharp/importer/csparser/collections/ExpressionList.java

Violation Message Line
Warnings Line is longer than 80 characters. 16
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings 'for' is not followed by whitespace. 24
Warnings Line is longer than 80 characters. 16
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings 'for' is not followed by whitespace. 24

org/argouml/language/csharp/importer/csparser/collections/NodeCollection.java

Violation Message Line
Warnings Type Javadoc comment is missing an @param <T> tag. 15
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 18
Warnings for at indentation level 12 not at correct indentation, 8 19
Warnings 'for' is not followed by whitespace. 19
Warnings for lcurly at indentation level 12 not at correct indentation, 8 20
Warnings for child at indentation level 16 not at correct indentation, 12 21
Warnings '=' is not preceded with whitespace. 21
Warnings '=' is not followed by whitespace. 21
Warnings 'cast' is not followed by whitespace. 21
Warnings for child at indentation level 16 not at correct indentation, 12 22
Warnings for rcurly at indentation level 12 not at correct indentation, 8 23
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 24
Warnings Type Javadoc comment is missing an @param <T> tag. 15
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 18
Warnings for at indentation level 12 not at correct indentation, 8 19
Warnings 'for' is not followed by whitespace. 19
Warnings for lcurly at indentation level 12 not at correct indentation, 8 20
Warnings for child at indentation level 16 not at correct indentation, 12 21
Warnings '=' is not preceded with whitespace. 21
Warnings '=' is not followed by whitespace. 21
Warnings 'cast' is not followed by whitespace. 21
Warnings for child at indentation level 16 not at correct indentation, 12 22
Warnings for rcurly at indentation level 12 not at correct indentation, 8 23
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 24

org/argouml/language/csharp/importer/csparser/collections/ParseStateCollection.java

Violation Message Line
Warnings Unused import - java.util.List. 5
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 15
Warnings method def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Name 'ToString' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings method def child at indentation level 24 not at correct indentation, 8 18
Warnings for at indentation level 24 not at correct indentation, 8 20
Warnings for lcurly at indentation level 24 not at correct indentation, 8 21
Warnings Line is longer than 80 characters. 22
Warnings for child at indentation level 32 not at correct indentation, 12 22
Warnings for rcurly at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 25
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 26
Warnings Unused import - java.util.List. 5
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 15
Warnings method def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Name 'ToString' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings method def child at indentation level 24 not at correct indentation, 8 18
Warnings for at indentation level 24 not at correct indentation, 8 20
Warnings for lcurly at indentation level 24 not at correct indentation, 8 21
Warnings Line is longer than 80 characters. 22
Warnings for child at indentation level 32 not at correct indentation, 12 22
Warnings for rcurly at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 25
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 26

org/argouml/language/csharp/importer/csparser/collections/Stack.java

Violation Message Line
Warnings Type Javadoc comment is missing an @param <E> tag. 28
Warnings Variable 'temp' must be private and have accessor methods. 33
Warnings method def child at indentation level 4 not at correct indentation, 8 48
Warnings '=' is not preceded with whitespace. 48
Warnings '=' is not followed by whitespace. 48
Warnings method call child at indentation level 4 not at correct indentation, 8 49
Warnings method def child at indentation level 4 not at correct indentation, 8 49
Warnings 'if' construct must use '{}'s. 87
Warnings Type Javadoc comment is missing an @param <E> tag. 28
Warnings Variable 'temp' must be private and have accessor methods. 33
Warnings method def child at indentation level 4 not at correct indentation, 8 48
Warnings '=' is not preceded with whitespace. 48
Warnings '=' is not followed by whitespace. 48
Warnings method call child at indentation level 4 not at correct indentation, 8 49
Warnings method def child at indentation level 4 not at correct indentation, 8 49
Warnings 'if' construct must use '{}'s. 87

org/argouml/language/csharp/importer/csparser/collections/TokenCollection.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 14
Warnings method def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Name 'ToString' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 16
Warnings method def child at indentation level 24 not at correct indentation, 8 17
Warnings for at indentation level 24 not at correct indentation, 8 19
Warnings for lcurly at indentation level 24 not at correct indentation, 8 20
Warnings for child at indentation level 32 not at correct indentation, 12 21
Warnings for rcurly at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 24
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 25
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 14
Warnings method def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Name 'ToString' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 16
Warnings method def child at indentation level 24 not at correct indentation, 8 17
Warnings for at indentation level 24 not at correct indentation, 8 19
Warnings for lcurly at indentation level 24 not at correct indentation, 8 20
Warnings for child at indentation level 32 not at correct indentation, 12 21
Warnings for rcurly at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 24
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 25

org/argouml/language/csharp/importer/csparser/enums/IntegralType.java

Violation Message Line
Warnings enum def lcurly at indentation level 8 not at correct indentation, 0 11
Warnings Missing a Javadoc comment. 12
Warnings Missing a Javadoc comment. 13
Warnings Missing a Javadoc comment. 14
Warnings Missing a Javadoc comment. 15
Warnings Missing a Javadoc comment. 16
Warnings Missing a Javadoc comment. 17
Warnings Missing a Javadoc comment. 18
Warnings Missing a Javadoc comment. 19
Warnings Missing a Javadoc comment. 20
Warnings enum def rcurly at indentation level 8 not at correct indentation, 0 21
Warnings enum def lcurly at indentation level 8 not at correct indentation, 0 11
Warnings Missing a Javadoc comment. 12
Warnings Missing a Javadoc comment. 13
Warnings Missing a Javadoc comment. 14
Warnings Missing a Javadoc comment. 15
Warnings Missing a Javadoc comment. 16
Warnings Missing a Javadoc comment. 17
Warnings Missing a Javadoc comment. 18
Warnings Missing a Javadoc comment. 19
Warnings Missing a Javadoc comment. 20
Warnings enum def rcurly at indentation level 8 not at correct indentation, 0 21

org/argouml/language/csharp/importer/csparser/enums/Modifier.java

Violation Message Line
Warnings member def modifier at indentation level 8 not at correct indentation, 4 12
Warnings Missing a Javadoc comment. 12
Warnings Name 'Empty' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Warnings Variable 'Empty' must be private and have accessor methods. 12
Warnings member def modifier at indentation level 8 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'New' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Warnings Variable 'New' must be private and have accessor methods. 13
Warnings member def modifier at indentation level 8 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Name 'Public' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Warnings Variable 'Public' must be private and have accessor methods. 14
Warnings member def modifier at indentation level 8 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'Protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Warnings Variable 'Protected' must be private and have accessor methods. 15
Warnings member def modifier at indentation level 8 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Internal' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings Variable 'Internal' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 8 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'Private' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Warnings Variable 'Private' must be private and have accessor methods. 17
Warnings member def modifier at indentation level 8 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'Abstract' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
Warnings Variable 'Abstract' must be private and have accessor methods. 18
Warnings member def modifier at indentation level 8 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings Name 'Sealed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Warnings Variable 'Sealed' must be private and have accessor methods. 19
Warnings member def modifier at indentation level 8 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings Name 'Partial' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings Variable 'Partial' must be private and have accessor methods. 20
Warnings member def modifier at indentation level 8 not at correct indentation, 4 22
Warnings Missing a Javadoc comment. 22
Warnings Name 'Static' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings Variable 'Static' must be private and have accessor methods. 22
Warnings member def modifier at indentation level 8 not at correct indentation, 4 23
Warnings Missing a Javadoc comment. 23
Warnings Name 'Virtual' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Warnings Variable 'Virtual' must be private and have accessor methods. 23
Warnings member def modifier at indentation level 8 not at correct indentation, 4 24
Warnings Missing a Javadoc comment. 24
Warnings Name 'Override' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Warnings Variable 'Override' must be private and have accessor methods. 24
Warnings member def modifier at indentation level 8 not at correct indentation, 4 25
Warnings Missing a Javadoc comment. 25
Warnings Name 'Extern' must match pattern '^[a-z][a-zA-Z0-9]*$'. 25
Warnings Variable 'Extern' must be private and have accessor methods. 25
Warnings member def modifier at indentation level 8 not at correct indentation, 4 26
Warnings Missing a Javadoc comment. 26
Warnings Name 'Readonly' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
Warnings Variable 'Readonly' must be private and have accessor methods. 26
Warnings member def modifier at indentation level 8 not at correct indentation, 4 27
Warnings Missing a Javadoc comment. 27
Warnings Name 'Volatile' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Warnings Variable 'Volatile' must be private and have accessor methods. 27
Warnings member def modifier at indentation level 8 not at correct indentation, 4 29
Warnings Missing a Javadoc comment. 29
Warnings Name 'Ref' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Warnings Variable 'Ref' must be private and have accessor methods. 29
Warnings member def modifier at indentation level 8 not at correct indentation, 4 30
Warnings Missing a Javadoc comment. 30
Warnings Name 'Out' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Warnings Variable 'Out' must be private and have accessor methods. 30
Warnings member def modifier at indentation level 8 not at correct indentation, 4 31
Warnings Missing a Javadoc comment. 31
Warnings Name 'Params' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Warnings Variable 'Params' must be private and have accessor methods. 31
Warnings member def modifier at indentation level 8 not at correct indentation, 4 33
Warnings Missing a Javadoc comment. 33
Warnings Name 'Assembly' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Warnings Variable 'Assembly' must be private and have accessor methods. 33
Warnings member def modifier at indentation level 8 not at correct indentation, 4 34
Warnings Missing a Javadoc comment. 34
Warnings Name 'Field' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Warnings Variable 'Field' must be private and have accessor methods. 34
Warnings member def modifier at indentation level 8 not at correct indentation, 4 35
Warnings Missing a Javadoc comment. 35
Warnings Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Warnings Variable 'Event' must be private and have accessor methods. 35
Warnings member def modifier at indentation level 8 not at correct indentation, 4 36
Warnings Missing a Javadoc comment. 36
Warnings Name 'Method' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Warnings Variable 'Method' must be private and have accessor methods. 36
Warnings member def modifier at indentation level 8 not at correct indentation, 4 37
Warnings Missing a Javadoc comment. 37
Warnings Name 'Param' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Warnings Variable 'Param' must be private and have accessor methods. 37
Warnings member def modifier at indentation level 8 not at correct indentation, 4 38
Warnings Missing a Javadoc comment. 38
Warnings Name 'Property' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Warnings Variable 'Property' must be private and have accessor methods. 38
Warnings member def modifier at indentation level 8 not at correct indentation, 4 39
Warnings Missing a Javadoc comment. 39
Warnings Name 'Return' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Warnings Variable 'Return' must be private and have accessor methods. 39
Warnings member def modifier at indentation level 8 not at correct indentation, 4 40
Warnings Missing a Javadoc comment. 40
Warnings Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Warnings Variable 'Type' must be private and have accessor methods. 40
Warnings member def modifier at indentation level 8 not at correct indentation, 4 41
Warnings Missing a Javadoc comment. 41
Warnings Name 'Module' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Warnings Variable 'Module' must be private and have accessor methods. 41
Warnings Line is longer than 80 characters. 43
Warnings member def modifier at indentation level 8 not at correct indentation, 4 43
Warnings Missing a Javadoc comment. 43
Warnings Name 'ClassMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Warnings Variable 'ClassMods' must be private and have accessor methods. 43
Warnings Line is longer than 80 characters. 44
Warnings member def modifier at indentation level 8 not at correct indentation, 4 44
Warnings Missing a Javadoc comment. 44
Warnings Name 'ConstantMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Warnings Variable 'ConstantMods' must be private and have accessor methods. 44
Warnings Line is longer than 80 characters. 45
Warnings member def modifier at indentation level 8 not at correct indentation, 4 45
Warnings Missing a Javadoc comment. 45
Warnings Name 'FieldMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Warnings Variable 'FieldMods' must be private and have accessor methods. 45
Warnings Line is longer than 80 characters. 46
Warnings member def modifier at indentation level 8 not at correct indentation, 4 46
Warnings Missing a Javadoc comment. 46
Warnings Name 'MethodMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Warnings Variable 'MethodMods' must be private and have accessor methods. 46
Warnings member def modifier at indentation level 8 not at correct indentation, 4 47
Warnings Missing a Javadoc comment. 47
Warnings Name 'ParamMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Warnings Variable 'ParamMods' must be private and have accessor methods. 47
Warnings Line is longer than 80 characters. 48
Warnings member def modifier at indentation level 8 not at correct indentation, 4 48
Warnings Missing a Javadoc comment. 48
Warnings Name 'PropertyMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Warnings Variable 'PropertyMods' must be private and have accessor methods. 48
Warnings Line is longer than 80 characters. 49
Warnings member def modifier at indentation level 8 not at correct indentation, 4 49
Warnings Missing a Javadoc comment. 49
Warnings Name 'EventMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Warnings Variable 'EventMods' must be private and have accessor methods. 49
Warnings Line is longer than 80 characters. 50
Warnings member def modifier at indentation level 8 not at correct indentation, 4 50
Warnings Missing a Javadoc comment. 50
Warnings Name 'IndexerMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Warnings Variable 'IndexerMods' must be private and have accessor methods. 50
Warnings member def modifier at indentation level 8 not at correct indentation, 4 51
Warnings Missing a Javadoc comment. 51
Warnings Name 'OperatorMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Warnings Variable 'OperatorMods' must be private and have accessor methods. 51
Warnings Line is longer than 80 characters. 52
Warnings member def modifier at indentation level 8 not at correct indentation, 4 52
Warnings Missing a Javadoc comment. 52
Warnings Name 'ConstructorMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Warnings Variable 'ConstructorMods' must be private and have accessor methods. 52
Warnings member def modifier at indentation level 8 not at correct indentation, 4 53
Warnings Missing a Javadoc comment. 53
Warnings Name 'DestructorMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Warnings Variable 'DestructorMods' must be private and have accessor methods. 53
Warnings Line is longer than 80 characters. 54
Warnings member def modifier at indentation level 8 not at correct indentation, 4 54
Warnings Missing a Javadoc comment. 54
Warnings Name 'StructMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Warnings Variable 'StructMods' must be private and have accessor methods. 54
Warnings Line is longer than 80 characters. 55
Warnings member def modifier at indentation level 8 not at correct indentation, 4 55
Warnings Missing a Javadoc comment. 55
Warnings Name 'InterfaceMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Warnings Variable 'InterfaceMods' must be private and have accessor methods. 55
Warnings Line is longer than 80 characters. 56
Warnings member def modifier at indentation level 8 not at correct indentation, 4 56
Warnings Missing a Javadoc comment. 56
Warnings Name 'EnumMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Warnings Variable 'EnumMods' must be private and have accessor methods. 56
Warnings Line is longer than 80 characters. 57
Warnings member def modifier at indentation level 8 not at correct indentation, 4 57
Warnings Missing a Javadoc comment. 57
Warnings Name 'DelegateMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Warnings Variable 'DelegateMods' must be private and have accessor methods. 57
Warnings Line is longer than 80 characters. 58
Warnings member def modifier at indentation level 8 not at correct indentation, 4 58
Warnings Missing a Javadoc comment. 58
Warnings Name 'AttributeMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Warnings Variable 'AttributeMods' must be private and have accessor methods. 58
Warnings member def modifier at indentation level 8 not at correct indentation, 4 59
Warnings Missing a Javadoc comment. 59
Warnings Name 'GlobalAttributeMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Warnings Variable 'GlobalAttributeMods' must be private and have accessor methods. 59
Warnings member def modifier at indentation level 8 not at correct indentation, 4 12
Warnings Missing a Javadoc comment. 12
Warnings Name 'Empty' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Warnings Variable 'Empty' must be private and have accessor methods. 12
Warnings member def modifier at indentation level 8 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'New' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Warnings Variable 'New' must be private and have accessor methods. 13
Warnings member def modifier at indentation level 8 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Name 'Public' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Warnings Variable 'Public' must be private and have accessor methods. 14
Warnings member def modifier at indentation level 8 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'Protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Warnings Variable 'Protected' must be private and have accessor methods. 15
Warnings member def modifier at indentation level 8 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Internal' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings Variable 'Internal' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 8 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'Private' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Warnings Variable 'Private' must be private and have accessor methods. 17
Warnings member def modifier at indentation level 8 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'Abstract' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
Warnings Variable 'Abstract' must be private and have accessor methods. 18
Warnings member def modifier at indentation level 8 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings Name 'Sealed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Warnings Variable 'Sealed' must be private and have accessor methods. 19
Warnings member def modifier at indentation level 8 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings Name 'Partial' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings Variable 'Partial' must be private and have accessor methods. 20
Warnings member def modifier at indentation level 8 not at correct indentation, 4 22
Warnings Missing a Javadoc comment. 22
Warnings Name 'Static' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings Variable 'Static' must be private and have accessor methods. 22
Warnings member def modifier at indentation level 8 not at correct indentation, 4 23
Warnings Missing a Javadoc comment. 23
Warnings Name 'Virtual' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Warnings Variable 'Virtual' must be private and have accessor methods. 23
Warnings member def modifier at indentation level 8 not at correct indentation, 4 24
Warnings Missing a Javadoc comment. 24
Warnings Name 'Override' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Warnings Variable 'Override' must be private and have accessor methods. 24
Warnings member def modifier at indentation level 8 not at correct indentation, 4 25
Warnings Missing a Javadoc comment. 25
Warnings Name 'Extern' must match pattern '^[a-z][a-zA-Z0-9]*$'. 25
Warnings Variable 'Extern' must be private and have accessor methods. 25
Warnings member def modifier at indentation level 8 not at correct indentation, 4 26
Warnings Missing a Javadoc comment. 26
Warnings Name 'Readonly' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
Warnings Variable 'Readonly' must be private and have accessor methods. 26
Warnings member def modifier at indentation level 8 not at correct indentation, 4 27
Warnings Missing a Javadoc comment. 27
Warnings Name 'Volatile' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Warnings Variable 'Volatile' must be private and have accessor methods. 27
Warnings member def modifier at indentation level 8 not at correct indentation, 4 29
Warnings Missing a Javadoc comment. 29
Warnings Name 'Ref' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Warnings Variable 'Ref' must be private and have accessor methods. 29
Warnings member def modifier at indentation level 8 not at correct indentation, 4 30
Warnings Missing a Javadoc comment. 30
Warnings Name 'Out' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Warnings Variable 'Out' must be private and have accessor methods. 30
Warnings member def modifier at indentation level 8 not at correct indentation, 4 31
Warnings Missing a Javadoc comment. 31
Warnings Name 'Params' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Warnings Variable 'Params' must be private and have accessor methods. 31
Warnings member def modifier at indentation level 8 not at correct indentation, 4 33
Warnings Missing a Javadoc comment. 33
Warnings Name 'Assembly' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Warnings Variable 'Assembly' must be private and have accessor methods. 33
Warnings member def modifier at indentation level 8 not at correct indentation, 4 34
Warnings Missing a Javadoc comment. 34
Warnings Name 'Field' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Warnings Variable 'Field' must be private and have accessor methods. 34
Warnings member def modifier at indentation level 8 not at correct indentation, 4 35
Warnings Missing a Javadoc comment. 35
Warnings Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Warnings Variable 'Event' must be private and have accessor methods. 35
Warnings member def modifier at indentation level 8 not at correct indentation, 4 36
Warnings Missing a Javadoc comment. 36
Warnings Name 'Method' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Warnings Variable 'Method' must be private and have accessor methods. 36
Warnings member def modifier at indentation level 8 not at correct indentation, 4 37
Warnings Missing a Javadoc comment. 37
Warnings Name 'Param' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Warnings Variable 'Param' must be private and have accessor methods. 37
Warnings member def modifier at indentation level 8 not at correct indentation, 4 38
Warnings Missing a Javadoc comment. 38
Warnings Name 'Property' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Warnings Variable 'Property' must be private and have accessor methods. 38
Warnings member def modifier at indentation level 8 not at correct indentation, 4 39
Warnings Missing a Javadoc comment. 39
Warnings Name 'Return' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Warnings Variable 'Return' must be private and have accessor methods. 39
Warnings member def modifier at indentation level 8 not at correct indentation, 4 40
Warnings Missing a Javadoc comment. 40
Warnings Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Warnings Variable 'Type' must be private and have accessor methods. 40
Warnings member def modifier at indentation level 8 not at correct indentation, 4 41
Warnings Missing a Javadoc comment. 41
Warnings Name 'Module' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Warnings Variable 'Module' must be private and have accessor methods. 41
Warnings Line is longer than 80 characters. 43
Warnings member def modifier at indentation level 8 not at correct indentation, 4 43
Warnings Missing a Javadoc comment. 43
Warnings Name 'ClassMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Warnings Variable 'ClassMods' must be private and have accessor methods. 43
Warnings Line is longer than 80 characters. 44
Warnings member def modifier at indentation level 8 not at correct indentation, 4 44
Warnings Missing a Javadoc comment. 44
Warnings Name 'ConstantMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Warnings Variable 'ConstantMods' must be private and have accessor methods. 44
Warnings Line is longer than 80 characters. 45
Warnings member def modifier at indentation level 8 not at correct indentation, 4 45
Warnings Missing a Javadoc comment. 45
Warnings Name 'FieldMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Warnings Variable 'FieldMods' must be private and have accessor methods. 45
Warnings Line is longer than 80 characters. 46
Warnings member def modifier at indentation level 8 not at correct indentation, 4 46
Warnings Missing a Javadoc comment. 46
Warnings Name 'MethodMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Warnings Variable 'MethodMods' must be private and have accessor methods. 46
Warnings member def modifier at indentation level 8 not at correct indentation, 4 47
Warnings Missing a Javadoc comment. 47
Warnings Name 'ParamMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Warnings Variable 'ParamMods' must be private and have accessor methods. 47
Warnings Line is longer than 80 characters. 48
Warnings member def modifier at indentation level 8 not at correct indentation, 4 48
Warnings Missing a Javadoc comment. 48
Warnings Name 'PropertyMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Warnings Variable 'PropertyMods' must be private and have accessor methods. 48
Warnings Line is longer than 80 characters. 49
Warnings member def modifier at indentation level 8 not at correct indentation, 4 49
Warnings Missing a Javadoc comment. 49
Warnings Name 'EventMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Warnings Variable 'EventMods' must be private and have accessor methods. 49
Warnings Line is longer than 80 characters. 50
Warnings member def modifier at indentation level 8 not at correct indentation, 4 50
Warnings Missing a Javadoc comment. 50
Warnings Name 'IndexerMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Warnings Variable 'IndexerMods' must be private and have accessor methods. 50
Warnings member def modifier at indentation level 8 not at correct indentation, 4 51
Warnings Missing a Javadoc comment. 51
Warnings Name 'OperatorMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Warnings Variable 'OperatorMods' must be private and have accessor methods. 51
Warnings Line is longer than 80 characters. 52
Warnings member def modifier at indentation level 8 not at correct indentation, 4 52
Warnings Missing a Javadoc comment. 52
Warnings Name 'ConstructorMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Warnings Variable 'ConstructorMods' must be private and have accessor methods. 52
Warnings member def modifier at indentation level 8 not at correct indentation, 4 53
Warnings Missing a Javadoc comment. 53
Warnings Name 'DestructorMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Warnings Variable 'DestructorMods' must be private and have accessor methods. 53
Warnings Line is longer than 80 characters. 54
Warnings member def modifier at indentation level 8 not at correct indentation, 4 54
Warnings Missing a Javadoc comment. 54
Warnings Name 'StructMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Warnings Variable 'StructMods' must be private and have accessor methods. 54
Warnings Line is longer than 80 characters. 55
Warnings member def modifier at indentation level 8 not at correct indentation, 4 55
Warnings Missing a Javadoc comment. 55
Warnings Name 'InterfaceMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Warnings Variable 'InterfaceMods' must be private and have accessor methods. 55
Warnings Line is longer than 80 characters. 56
Warnings member def modifier at indentation level 8 not at correct indentation, 4 56
Warnings Missing a Javadoc comment. 56
Warnings Name 'EnumMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Warnings Variable 'EnumMods' must be private and have accessor methods. 56
Warnings Line is longer than 80 characters. 57
Warnings member def modifier at indentation level 8 not at correct indentation, 4 57
Warnings Missing a Javadoc comment. 57
Warnings Name 'DelegateMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Warnings Variable 'DelegateMods' must be private and have accessor methods. 57
Warnings Line is longer than 80 characters. 58
Warnings member def modifier at indentation level 8 not at correct indentation, 4 58
Warnings Missing a Javadoc comment. 58
Warnings Name 'AttributeMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Warnings Variable 'AttributeMods' must be private and have accessor methods. 58
Warnings member def modifier at indentation level 8 not at correct indentation, 4 59
Warnings Missing a Javadoc comment. 59
Warnings Name 'GlobalAttributeMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Warnings Variable 'GlobalAttributeMods' must be private and have accessor methods. 59

org/argouml/language/csharp/importer/csparser/enums/NumberStyles.java

Violation Message Line
Warnings Line is longer than 80 characters. 10
Warnings class def ident at indentation level 4 not at correct indentation, 0 12
Warnings class def modifier at indentation level 4 not at correct indentation, 0 12
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 13
Warnings member def modifier at indentation level 8 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'None' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings Variable 'None' must be private and have accessor methods. 16
Warnings Line is longer than 80 characters. 19
Warnings Line is longer than 80 characters. 20
Warnings member def at indentation level 8 not at correct indentation, 4 22
Warnings Name 'AllowLeadingWhite' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings Variable 'AllowLeadingWhite' must be private and have accessor methods. 22
Warnings Line is longer than 80 characters. 25
Warnings Line is longer than 80 characters. 26
Warnings member def at indentation level 8 not at correct indentation, 4 28
Warnings Name 'AllowTrailingWhite' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Warnings Variable 'AllowTrailingWhite' must be private and have accessor methods. 28
Warnings Line is longer than 80 characters. 31
Warnings Line is longer than 80 characters. 32
Warnings Line is longer than 80 characters. 33
Warnings member def at indentation level 8 not at correct indentation, 4 34
Warnings Name 'AllowLeadingSign' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Warnings Variable 'AllowLeadingSign' must be private and have accessor methods. 34
Warnings Line is longer than 80 characters. 37
Warnings member def at indentation level 8 not at correct indentation, 4 39
Warnings Name 'Integer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Warnings Variable 'Integer' must be private and have accessor methods. 39
Warnings Line is longer than 80 characters. 42
Warnings Line is longer than 80 characters. 43
Warnings Line is longer than 80 characters. 44
Warnings member def at indentation level 8 not at correct indentation, 4 45
Warnings Name 'AllowTrailingSign' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Warnings Variable 'AllowTrailingSign' must be private and have accessor methods. 45
Warnings Line is longer than 80 characters. 48
Warnings member def at indentation level 8 not at correct indentation, 4 50
Warnings Name 'AllowParentheses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Warnings Variable 'AllowParentheses' must be private and have accessor methods. 50
Warnings Line is longer than 80 characters. 53
Warnings Line is longer than 80 characters. 54
Warnings Line is longer than 80 characters. 55
Warnings member def at indentation level 8 not at correct indentation, 4 57
Warnings Name 'AllowDecimalPoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Warnings Variable 'AllowDecimalPoint' must be private and have accessor methods. 57
Warnings Line is longer than 80 characters. 60
Warnings Line is longer than 80 characters. 61
Warnings Line is longer than 80 characters. 62
Warnings Line is longer than 80 characters. 63
Warnings Line is longer than 80 characters. 64
Warnings Line is longer than 80 characters. 65
Warnings Line is longer than 80 characters. 66
Warnings member def at indentation level 8 not at correct indentation, 4 68
Warnings Name 'AllowThousands' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
Warnings Variable 'AllowThousands' must be private and have accessor methods. 68
Warnings Line is longer than 80 characters. 71
Warnings Line is longer than 80 characters. 72
Warnings member def at indentation level 8 not at correct indentation, 4 74
Warnings Name 'Number' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
Warnings Variable 'Number' must be private and have accessor methods. 74
Warnings member def at indentation level 8 not at correct indentation, 4 78
Warnings Name 'AllowExponent' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
Warnings Variable 'AllowExponent' must be private and have accessor methods. 78
Warnings Line is longer than 80 characters. 81
Warnings Line is longer than 80 characters. 82
Warnings member def at indentation level 8 not at correct indentation, 4 84
Warnings Name 'Float' must match pattern '^[a-z][a-zA-Z0-9]*$'. 84
Warnings Variable 'Float' must be private and have accessor methods. 84
Warnings Line is longer than 80 characters. 87
Warnings Line is longer than 80 characters. 88
Warnings Line is longer than 80 characters. 89
Warnings member def at indentation level 8 not at correct indentation, 4 91
Warnings Name 'AllowCurrencySymbol' must match pattern '^[a-z][a-zA-Z0-9]*$'. 91
Warnings Variable 'AllowCurrencySymbol' must be private and have accessor methods. 91
Warnings Line is longer than 80 characters. 94
Warnings member def at indentation level 8 not at correct indentation, 4 96
Warnings Name 'Currency' must match pattern '^[a-z][a-zA-Z0-9]*$'. 96
Warnings Variable 'Currency' must be private and have accessor methods. 96
Warnings Line is longer than 80 characters. 99
Warnings member def at indentation level 8 not at correct indentation, 4 101
Warnings Name 'Any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 101
Warnings Variable 'Any' must be private and have accessor methods. 101
Warnings Line is longer than 80 characters. 104
Warnings Line is longer than 80 characters. 105
Warnings Line is longer than 80 characters. 106
Warnings member def at indentation level 8 not at correct indentation, 4 108
Warnings Name 'AllowHexSpecifier' must match pattern '^[a-z][a-zA-Z0-9]*$'. 108
Warnings Variable 'AllowHexSpecifier' must be private and have accessor methods. 108
Warnings Line is longer than 80 characters. 111
Warnings member def at indentation level 8 not at correct indentation, 4 113
Warnings Name 'HexNumber' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
Warnings Variable 'HexNumber' must be private and have accessor methods. 113
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 114
Warnings Line is longer than 80 characters. 10
Warnings class def ident at indentation level 4 not at correct indentation, 0 12
Warnings class def modifier at indentation level 4 not at correct indentation, 0 12
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 13
Warnings member def modifier at indentation level 8 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'None' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings Variable 'None' must be private and have accessor methods. 16
Warnings Line is longer than 80 characters. 19
Warnings Line is longer than 80 characters. 20
Warnings member def at indentation level 8 not at correct indentation, 4 22
Warnings Name 'AllowLeadingWhite' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings Variable 'AllowLeadingWhite' must be private and have accessor methods. 22
Warnings Line is longer than 80 characters. 25
Warnings Line is longer than 80 characters. 26
Warnings member def at indentation level 8 not at correct indentation, 4 28
Warnings Name 'AllowTrailingWhite' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Warnings Variable 'AllowTrailingWhite' must be private and have accessor methods. 28
Warnings Line is longer than 80 characters. 31
Warnings Line is longer than 80 characters. 32
Warnings Line is longer than 80 characters. 33
Warnings member def at indentation level 8 not at correct indentation, 4 34
Warnings Name 'AllowLeadingSign' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Warnings Variable 'AllowLeadingSign' must be private and have accessor methods. 34
Warnings Line is longer than 80 characters. 37
Warnings member def at indentation level 8 not at correct indentation, 4 39
Warnings Name 'Integer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Warnings Variable 'Integer' must be private and have accessor methods. 39
Warnings Line is longer than 80 characters. 42
Warnings Line is longer than 80 characters. 43
Warnings Line is longer than 80 characters. 44
Warnings member def at indentation level 8 not at correct indentation, 4 45
Warnings Name 'AllowTrailingSign' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Warnings Variable 'AllowTrailingSign' must be private and have accessor methods. 45
Warnings Line is longer than 80 characters. 48
Warnings member def at indentation level 8 not at correct indentation, 4 50
Warnings Name 'AllowParentheses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Warnings Variable 'AllowParentheses' must be private and have accessor methods. 50
Warnings Line is longer than 80 characters. 53
Warnings Line is longer than 80 characters. 54
Warnings Line is longer than 80 characters. 55
Warnings member def at indentation level 8 not at correct indentation, 4 57
Warnings Name 'AllowDecimalPoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Warnings Variable 'AllowDecimalPoint' must be private and have accessor methods. 57
Warnings Line is longer than 80 characters. 60
Warnings Line is longer than 80 characters. 61
Warnings Line is longer than 80 characters. 62
Warnings Line is longer than 80 characters. 63
Warnings Line is longer than 80 characters. 64
Warnings Line is longer than 80 characters. 65
Warnings Line is longer than 80 characters. 66
Warnings member def at indentation level 8 not at correct indentation, 4 68
Warnings Name 'AllowThousands' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
Warnings Variable 'AllowThousands' must be private and have accessor methods. 68
Warnings Line is longer than 80 characters. 71
Warnings Line is longer than 80 characters. 72
Warnings member def at indentation level 8 not at correct indentation, 4 74
Warnings Name 'Number' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
Warnings Variable 'Number' must be private and have accessor methods. 74
Warnings member def at indentation level 8 not at correct indentation, 4 78
Warnings Name 'AllowExponent' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
Warnings Variable 'AllowExponent' must be private and have accessor methods. 78
Warnings Line is longer than 80 characters. 81
Warnings Line is longer than 80 characters. 82
Warnings member def at indentation level 8 not at correct indentation, 4 84
Warnings Name 'Float' must match pattern '^[a-z][a-zA-Z0-9]*$'. 84
Warnings Variable 'Float' must be private and have accessor methods. 84
Warnings Line is longer than 80 characters. 87
Warnings Line is longer than 80 characters. 88
Warnings Line is longer than 80 characters. 89
Warnings member def at indentation level 8 not at correct indentation, 4 91
Warnings Name 'AllowCurrencySymbol' must match pattern '^[a-z][a-zA-Z0-9]*$'. 91
Warnings Variable 'AllowCurrencySymbol' must be private and have accessor methods. 91
Warnings Line is longer than 80 characters. 94
Warnings member def at indentation level 8 not at correct indentation, 4 96
Warnings Name 'Currency' must match pattern '^[a-z][a-zA-Z0-9]*$'. 96
Warnings Variable 'Currency' must be private and have accessor methods. 96
Warnings Line is longer than 80 characters. 99
Warnings member def at indentation level 8 not at correct indentation, 4 101
Warnings Name 'Any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 101
Warnings Variable 'Any' must be private and have accessor methods. 101
Warnings Line is longer than 80 characters. 104
Warnings Line is longer than 80 characters. 105
Warnings Line is longer than 80 characters. 106
Warnings member def at indentation level 8 not at correct indentation, 4 108
Warnings Name 'AllowHexSpecifier' must match pattern '^[a-z][a-zA-Z0-9]*$'. 108
Warnings Variable 'AllowHexSpecifier' must be private and have accessor methods. 108
Warnings Line is longer than 80 characters. 111
Warnings member def at indentation level 8 not at correct indentation, 4 113
Warnings Name 'HexNumber' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
Warnings Variable 'HexNumber' must be private and have accessor methods. 113
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 114

org/argouml/language/csharp/importer/csparser/enums/ParseState.java

Violation Message Line
Warnings enum def lcurly at indentation level 8 not at correct indentation, 0 11
Warnings Missing a Javadoc comment. 12
Warnings Missing a Javadoc comment. 14
Warnings Missing a Javadoc comment. 15
Warnings Missing a Javadoc comment. 16
Warnings Missing a Javadoc comment. 18
Warnings Missing a Javadoc comment. 19
Warnings Missing a Javadoc comment. 20
Warnings Missing a Javadoc comment. 21
Warnings Missing a Javadoc comment. 23
Warnings Missing a Javadoc comment. 24
Warnings Missing a Javadoc comment. 25
Warnings Missing a Javadoc comment. 26
Warnings Missing a Javadoc comment. 27
Warnings Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 59
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 62
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 72
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 76
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 78
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 80
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 82
Warnings Missing a Javadoc comment. 83
Warnings Missing a Javadoc comment. 85
Warnings Missing a Javadoc comment. 86
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 90
Warnings Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 92
Warnings Missing a Javadoc comment. 93
Warnings Missing a Javadoc comment. 94
Warnings Missing a Javadoc comment. 95
Warnings Missing a Javadoc comment. 97
Warnings Missing a Javadoc comment. 98
Warnings Missing a Javadoc comment. 99
Warnings Missing a Javadoc comment. 100
Warnings Missing a Javadoc comment. 101
Warnings Missing a Javadoc comment. 103
Warnings Missing a Javadoc comment. 104
Warnings Missing a Javadoc comment. 106
Warnings Missing a Javadoc comment. 107
Warnings Missing a Javadoc comment. 109
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 111
Warnings Missing a Javadoc comment. 112
Warnings Missing a Javadoc comment. 113
Warnings Missing a Javadoc comment. 115
Warnings Missing a Javadoc comment. 116
Warnings Missing a Javadoc comment. 117
Warnings Missing a Javadoc comment. 118
Warnings Missing a Javadoc comment. 119
Warnings Missing a Javadoc comment. 120
Warnings Missing a Javadoc comment. 121
Warnings Missing a Javadoc comment. 123
Warnings Missing a Javadoc comment. 124
Warnings Missing a Javadoc comment. 125
Warnings enum def rcurly at indentation level 8 not at correct indentation, 0 126
Warnings enum def lcurly at indentation level 8 not at correct indentation, 0 11
Warnings Missing a Javadoc comment. 12
Warnings Missing a Javadoc comment. 14
Warnings Missing a Javadoc comment. 15
Warnings Missing a Javadoc comment. 16
Warnings Missing a Javadoc comment. 18
Warnings Missing a Javadoc comment. 19
Warnings Missing a Javadoc comment. 20
Warnings Missing a Javadoc comment. 21
Warnings Missing a Javadoc comment. 23
Warnings Missing a Javadoc comment. 24
Warnings Missing a Javadoc comment. 25
Warnings Missing a Javadoc comment. 26
Warnings Missing a Javadoc comment. 27
Warnings Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 59
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 62
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 72
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 76
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 78
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 80
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 82
Warnings Missing a Javadoc comment. 83
Warnings Missing a Javadoc comment. 85
Warnings Missing a Javadoc comment. 86
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 90
Warnings Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 92
Warnings Missing a Javadoc comment. 93
Warnings Missing a Javadoc comment. 94
Warnings Missing a Javadoc comment. 95
Warnings Missing a Javadoc comment. 97
Warnings Missing a Javadoc comment. 98
Warnings Missing a Javadoc comment. 99
Warnings Missing a Javadoc comment. 100
Warnings Missing a Javadoc comment. 101
Warnings Missing a Javadoc comment. 103
Warnings Missing a Javadoc comment. 104
Warnings Missing a Javadoc comment. 106
Warnings Missing a Javadoc comment. 107
Warnings Missing a Javadoc comment. 109
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 111
Warnings Missing a Javadoc comment. 112
Warnings Missing a Javadoc comment. 113
Warnings Missing a Javadoc comment. 115
Warnings Missing a Javadoc comment. 116
Warnings Missing a Javadoc comment. 117
Warnings Missing a Javadoc comment. 118
Warnings Missing a Javadoc comment. 119
Warnings Missing a Javadoc comment. 120
Warnings Missing a Javadoc comment. 121
Warnings Missing a Javadoc comment. 123
Warnings Missing a Javadoc comment. 124
Warnings Missing a Javadoc comment. 125
Warnings enum def rcurly at indentation level 8 not at correct indentation, 0 126

org/argouml/language/csharp/importer/csparser/enums/PreprocessorID.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 11
Warnings member def modifier at indentation level 16 not at correct indentation, 4 12
Warnings Missing a Javadoc comment. 12
Warnings 'static' modifier out of order with the JLS suggestions. 12
Warnings Name 'Empty' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings 'static' modifier out of order with the JLS suggestions. 13
Warnings Name 'Define' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings 'static' modifier out of order with the JLS suggestions. 14
Warnings Name 'Undef' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings 'static' modifier out of order with the JLS suggestions. 15
Warnings Name 'If' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings 'static' modifier out of order with the JLS suggestions. 16
Warnings Name 'Elif' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings 'static' modifier out of order with the JLS suggestions. 17
Warnings Name 'Else' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings 'static' modifier out of order with the JLS suggestions. 18
Warnings Name 'Endif' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 18
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings 'static' modifier out of order with the JLS suggestions. 19
Warnings Name 'Line' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings 'static' modifier out of order with the JLS suggestions. 20
Warnings Name 'Error' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
Warnings member def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Missing a Javadoc comment. 21
Warnings 'static' modifier out of order with the JLS suggestions. 21
Warnings Name 'Warning' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 21
Warnings member def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Missing a Javadoc comment. 22
Warnings 'static' modifier out of order with the JLS suggestions. 22
Warnings Name 'Region' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
Warnings member def modifier at indentation level 16 not at correct indentation, 4 23
Warnings Missing a Javadoc comment. 23
Warnings 'static' modifier out of order with the JLS suggestions. 23
Warnings Name 'Endregion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
Warnings member def modifier at indentation level 16 not at correct indentation, 4 24
Warnings Missing a Javadoc comment. 24
Warnings 'static' modifier out of order with the JLS suggestions. 24
Warnings Name 'Pragma' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 25
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 11
Warnings member def modifier at indentation level 16 not at correct indentation, 4 12
Warnings Missing a Javadoc comment. 12
Warnings 'static' modifier out of order with the JLS suggestions. 12
Warnings Name 'Empty' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings 'static' modifier out of order with the JLS suggestions. 13
Warnings Name 'Define' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings 'static' modifier out of order with the JLS suggestions. 14
Warnings Name 'Undef' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings 'static' modifier out of order with the JLS suggestions. 15
Warnings Name 'If' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings 'static' modifier out of order with the JLS suggestions. 16
Warnings Name 'Elif' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings 'static' modifier out of order with the JLS suggestions. 17
Warnings Name 'Else' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings 'static' modifier out of order with the JLS suggestions. 18
Warnings Name 'Endif' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 18
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings 'static' modifier out of order with the JLS suggestions. 19
Warnings Name 'Line' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings 'static' modifier out of order with the JLS suggestions. 20
Warnings Name 'Error' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
Warnings member def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Missing a Javadoc comment. 21
Warnings 'static' modifier out of order with the JLS suggestions. 21
Warnings Name 'Warning' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 21
Warnings member def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Missing a Javadoc comment. 22
Warnings 'static' modifier out of order with the JLS suggestions. 22
Warnings Name 'Region' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
Warnings member def modifier at indentation level 16 not at correct indentation, 4 23
Warnings Missing a Javadoc comment. 23
Warnings 'static' modifier out of order with the JLS suggestions. 23
Warnings Name 'Endregion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
Warnings member def modifier at indentation level 16 not at correct indentation, 4 24
Warnings Missing a Javadoc comment. 24
Warnings 'static' modifier out of order with the JLS suggestions. 24
Warnings Name 'Pragma' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 25

org/argouml/language/csharp/importer/csparser/enums/TokenID.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 11
Warnings member def modifier at indentation level 16 not at correct indentation, 4 12
Warnings Missing a Javadoc comment. 12
Warnings 'static' modifier out of order with the JLS suggestions. 12
Warnings Name 'Whitespace' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings 'static' modifier out of order with the JLS suggestions. 13
Warnings Name 'Newline' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings 'static' modifier out of order with the JLS suggestions. 14
Warnings Name 'SingleComment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 14
Warnings member def modifier at indentation level 12 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings 'static' modifier out of order with the JLS suggestions. 15
Warnings Name 'MultiComment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings 'static' modifier out of order with the JLS suggestions. 16
Warnings Name 'DocComment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings 'static' modifier out of order with the JLS suggestions. 18
Warnings Name 'Ident' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 18
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings 'static' modifier out of order with the JLS suggestions. 19
Warnings Name 'TrueLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings 'static' modifier out of order with the JLS suggestions. 20
Warnings Name 'FalseLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
Warnings member def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Missing a Javadoc comment. 21
Warnings 'static' modifier out of order with the JLS suggestions. 21
Warnings Name 'NullLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 21
Warnings member def modifier at indentation level 8 not at correct indentation, 4 24
Warnings Missing a Javadoc comment. 24
Warnings 'static' modifier out of order with the JLS suggestions. 24
Warnings Name 'Partial' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
Warnings member def modifier at indentation level 16 not at correct indentation, 4 30
Warnings Missing a Javadoc comment. 30
Warnings 'static' modifier out of order with the JLS suggestions. 30
Warnings Name 'HexLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
Warnings member def modifier at indentation level 16 not at correct indentation, 4 31
Warnings Missing a Javadoc comment. 31
Warnings 'static' modifier out of order with the JLS suggestions. 31
Warnings Name 'IntLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 31
Warnings member def modifier at indentation level 16 not at correct indentation, 4 32
Warnings Missing a Javadoc comment. 32
Warnings 'static' modifier out of order with the JLS suggestions. 32
Warnings Name 'UIntLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 32
Warnings member def modifier at indentation level 16 not at correct indentation, 4 33
Warnings Missing a Javadoc comment. 33
Warnings 'static' modifier out of order with the JLS suggestions. 33
Warnings Name 'LongLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
Warnings member def modifier at indentation level 16 not at correct indentation, 4 34
Warnings Missing a Javadoc comment. 34
Warnings 'static' modifier out of order with the JLS suggestions. 34
Warnings Name 'ULongLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
Warnings member def modifier at indentation level 16 not at correct indentation, 4 36
Warnings Missing a Javadoc comment. 36
Warnings 'static' modifier out of order with the JLS suggestions. 36
Warnings Name 'DecimalLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 36
Warnings member def modifier at indentation level 16 not at correct indentation, 4 37
Warnings Missing a Javadoc comment. 37
Warnings 'static' modifier out of order with the JLS suggestions. 37
Warnings Name 'RealLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
Warnings member def modifier at indentation level 16 not at correct indentation, 4 39
Warnings Missing a Javadoc comment. 39
Warnings 'static' modifier out of order with the JLS suggestions. 39
Warnings Name 'CharLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39
Warnings member def modifier at indentation level 16 not at correct indentation, 4 40
Warnings Missing a Javadoc comment. 40
Warnings 'static' modifier out of order with the JLS suggestions. 40
Warnings Name 'StringLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 40
Warnings member def modifier at indentation level 16 not at correct indentation, 4 42
Warnings Missing a Javadoc comment. 42
Warnings 'static' modifier out of order with the JLS suggestions. 42
Warnings Name 'ColonColon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 42
Warnings member def modifier at indentation level 16 not at correct indentation, 4 43
Warnings Missing a Javadoc comment. 43
Warnings 'static' modifier out of order with the JLS suggestions. 43
Warnings Name 'QuestionQuestion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 43
Warnings '=' is not preceded with whitespace. 43
Warnings Line is longer than 80 characters. 45
Warnings member def modifier at indentation level 16 not at correct indentation, 4 45
Warnings Missing a Javadoc comment. 45
Warnings 'static' modifier out of order with the JLS suggestions. 45
Warnings Name 'Not' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 45
Warnings 'cast' is not followed by whitespace. 45
Warnings Line is longer than 80 characters. 46
Warnings member def modifier at indentation level 16 not at correct indentation, 4 46
Warnings Missing a Javadoc comment. 46
Warnings 'static' modifier out of order with the JLS suggestions. 46
Warnings Name 'Quote' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46
Warnings 'cast' is not followed by whitespace. 46
Warnings Line is longer than 80 characters. 47
Warnings member def modifier at indentation level 16 not at correct indentation, 4 47
Warnings Missing a Javadoc comment. 47
Warnings 'static' modifier out of order with the JLS suggestions. 47
Warnings Name 'Hash' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47
Warnings 'cast' is not followed by whitespace. 47
Warnings Line is longer than 80 characters. 48
Warnings member def modifier at indentation level 16 not at correct indentation, 4 48
Warnings Missing a Javadoc comment. 48
Warnings 'static' modifier out of order with the JLS suggestions. 48
Warnings Name 'Dollar' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48
Warnings 'cast' is not followed by whitespace. 48
Warnings Line is longer than 80 characters. 49
Warnings member def modifier at indentation level 16 not at correct indentation, 4 49
Warnings Missing a Javadoc comment. 49
Warnings 'static' modifier out of order with the JLS suggestions. 49
Warnings Name 'Percent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
Warnings 'cast' is not followed by whitespace. 49
Warnings Line is longer than 80 characters. 50
Warnings member def modifier at indentation level 16 not at correct indentation, 4 50
Warnings Missing a Javadoc comment. 50
Warnings 'static' modifier out of order with the JLS suggestions. 50
Warnings Name 'BAnd' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 50
Warnings 'cast' is not followed by whitespace. 50
Warnings Line is longer than 80 characters. 51
Warnings member def modifier at indentation level 16 not at correct indentation, 4 51
Warnings Missing a Javadoc comment. 51
Warnings 'static' modifier out of order with the JLS suggestions. 51
Warnings Name 'SQuote' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 51
Warnings 'cast' is not followed by whitespace. 51
Warnings Line is longer than 80 characters. 52
Warnings member def modifier at indentation level 16 not at correct indentation, 4 52
Warnings Missing a Javadoc comment. 52
Warnings 'static' modifier out of order with the JLS suggestions. 52
Warnings Name 'LParen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 52
Warnings 'cast' is not followed by whitespace. 52
Warnings Line is longer than 80 characters. 53
Warnings member def modifier at indentation level 16 not at correct indentation, 4 53
Warnings Missing a Javadoc comment. 53
Warnings 'static' modifier out of order with the JLS suggestions. 53
Warnings Name 'RParen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 53
Warnings 'cast' is not followed by whitespace. 53
Warnings Line is longer than 80 characters. 54
Warnings member def modifier at indentation level 16 not at correct indentation, 4 54
Warnings Missing a Javadoc comment. 54
Warnings 'static' modifier out of order with the JLS suggestions. 54
Warnings Name 'Star' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 54
Warnings 'cast' is not followed by whitespace. 54
Warnings Line is longer than 80 characters. 55
Warnings member def modifier at indentation level 16 not at correct indentation, 4 55
Warnings Missing a Javadoc comment. 55
Warnings 'static' modifier out of order with the JLS suggestions. 55
Warnings Name 'Plus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 55
Warnings 'cast' is not followed by whitespace. 55
Warnings Line is longer than 80 characters. 56
Warnings member def modifier at indentation level 16 not at correct indentation, 4 56
Warnings Missing a Javadoc comment. 56
Warnings 'static' modifier out of order with the JLS suggestions. 56
Warnings Name 'Comma' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 56
Warnings 'cast' is not followed by whitespace. 56
Warnings Line is longer than 80 characters. 57
Warnings member def modifier at indentation level 16 not at correct indentation, 4 57
Warnings Missing a Javadoc comment. 57
Warnings 'static' modifier out of order with the JLS suggestions. 57
Warnings Name 'Minus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 57
Warnings 'cast' is not followed by whitespace. 57
Warnings Line is longer than 80 characters. 58
Warnings member def modifier at indentation level 16 not at correct indentation, 4 58
Warnings Missing a Javadoc comment. 58
Warnings 'static' modifier out of order with the JLS suggestions. 58
Warnings Name 'Dot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 58
Warnings 'cast' is not followed by whitespace. 58
Warnings Line is longer than 80 characters. 59
Warnings member def modifier at indentation level 16 not at correct indentation, 4 59
Warnings Missing a Javadoc comment. 59
Warnings 'static' modifier out of order with the JLS suggestions. 59
Warnings Name 'Slash' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 59
Warnings 'cast' is not followed by whitespace. 59
Warnings member def modifier at indentation level 16 not at correct indentation, 4 61
Warnings Missing a Javadoc comment. 61
Warnings 'static' modifier out of order with the JLS suggestions. 61
Warnings Name 'PlusPlus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 61
Warnings member def modifier at indentation level 16 not at correct indentation, 4 62
Warnings Missing a Javadoc comment. 62
Warnings 'static' modifier out of order with the JLS suggestions. 62
Warnings Name 'MinusMinus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 62
Warnings Line is longer than 80 characters. 63
Warnings member def modifier at indentation level 16 not at correct indentation, 4 63
Warnings Missing a Javadoc comment. 63
Warnings 'static' modifier out of order with the JLS suggestions. 63
Warnings Name 'And' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 63
Warnings Line is longer than 80 characters. 64
Warnings member def modifier at indentation level 16 not at correct indentation, 4 64
Warnings Missing a Javadoc comment. 64
Warnings 'static' modifier out of order with the JLS suggestions. 64
Warnings Name 'Or' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 64
Warnings member def modifier at indentation level 16 not at correct indentation, 4 65
Warnings Missing a Javadoc comment. 65
Warnings 'static' modifier out of order with the JLS suggestions. 65
Warnings Name 'MinusGreater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 65
Warnings member def modifier at indentation level 16 not at correct indentation, 4 66
Warnings Missing a Javadoc comment. 66
Warnings 'static' modifier out of order with the JLS suggestions. 66
Warnings Name 'EqualEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 66
Warnings member def modifier at indentation level 16 not at correct indentation, 4 67
Warnings Missing a Javadoc comment. 67
Warnings 'static' modifier out of order with the JLS suggestions. 67
Warnings Name 'NotEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 67
Warnings member def modifier at indentation level 16 not at correct indentation, 4 68
Warnings Missing a Javadoc comment. 68
Warnings 'static' modifier out of order with the JLS suggestions. 68
Warnings Name 'LessEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 68
Warnings member def modifier at indentation level 16 not at correct indentation, 4 69
Warnings Missing a Javadoc comment. 69
Warnings 'static' modifier out of order with the JLS suggestions. 69
Warnings Name 'GreaterEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 69
Warnings member def modifier at indentation level 16 not at correct indentation, 4 70
Warnings Missing a Javadoc comment. 70
Warnings 'static' modifier out of order with the JLS suggestions. 70
Warnings Name 'PlusEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 70
Warnings Line is longer than 80 characters. 72
Warnings member def modifier at indentation level 16 not at correct indentation, 4 72
Warnings Missing a Javadoc comment. 72
Warnings 'static' modifier out of order with the JLS suggestions. 72
Warnings Name 'Colon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 72
Warnings 'cast' is not followed by whitespace. 72
Warnings Line is longer than 80 characters. 73
Warnings member def modifier at indentation level 16 not at correct indentation, 4 73
Warnings Missing a Javadoc comment. 73
Warnings 'static' modifier out of order with the JLS suggestions. 73
Warnings Name 'Semi' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 73
Warnings 'cast' is not followed by whitespace. 73
Warnings Line is longer than 80 characters. 74
Warnings member def modifier at indentation level 16 not at correct indentation, 4 74
Warnings Missing a Javadoc comment. 74
Warnings 'static' modifier out of order with the JLS suggestions. 74
Warnings Name 'Less' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 74
Warnings 'cast' is not followed by whitespace. 74
Warnings Line is longer than 80 characters. 75
Warnings member def modifier at indentation level 16 not at correct indentation, 4 75
Warnings Missing a Javadoc comment. 75
Warnings 'static' modifier out of order with the JLS suggestions. 75
Warnings Name 'Equal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 75
Warnings 'cast' is not followed by whitespace. 75
Warnings Line is longer than 80 characters. 76
Warnings member def modifier at indentation level 16 not at correct indentation, 4 76
Warnings Missing a Javadoc comment. 76
Warnings 'static' modifier out of order with the JLS suggestions. 76
Warnings Name 'Greater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 76
Warnings 'cast' is not followed by whitespace. 76
Warnings Line is longer than 80 characters. 77
Warnings member def modifier at indentation level 16 not at correct indentation, 4 77
Warnings Missing a Javadoc comment. 77
Warnings 'static' modifier out of order with the JLS suggestions. 77
Warnings Name 'Question' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 77
Warnings 'cast' is not followed by whitespace. 77
Warnings member def modifier at indentation level 16 not at correct indentation, 4 80
Warnings Missing a Javadoc comment. 80
Warnings 'static' modifier out of order with the JLS suggestions. 80
Warnings Name 'MinusEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 80
Warnings member def modifier at indentation level 16 not at correct indentation, 4 81
Warnings Missing a Javadoc comment. 81
Warnings 'static' modifier out of order with the JLS suggestions. 81
Warnings Name 'StarEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 81
Warnings member def modifier at indentation level 16 not at correct indentation, 4 82
Warnings Missing a Javadoc comment. 82
Warnings 'static' modifier out of order with the JLS suggestions. 82
Warnings Name 'SlashEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 82
Warnings member def modifier at indentation level 16 not at correct indentation, 4 83
Warnings Missing a Javadoc comment. 83
Warnings 'static' modifier out of order with the JLS suggestions. 83
Warnings Name 'PercentEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 83
Warnings member def modifier at indentation level 16 not at correct indentation, 4 84
Warnings Missing a Javadoc comment. 84
Warnings 'static' modifier out of order with the JLS suggestions. 84
Warnings Name 'BAndEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 84
Warnings member def modifier at indentation level 16 not at correct indentation, 4 85
Warnings Missing a Javadoc comment. 85
Warnings 'static' modifier out of order with the JLS suggestions. 85
Warnings Name 'BOrEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 85
Warnings member def modifier at indentation level 16 not at correct indentation, 4 86
Warnings Missing a Javadoc comment. 86
Warnings 'static' modifier out of order with the JLS suggestions. 86
Warnings Name 'BXorEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 86
Warnings member def modifier at indentation level 16 not at correct indentation, 4 87
Warnings Missing a Javadoc comment. 87
Warnings 'static' modifier out of order with the JLS suggestions. 87
Warnings Name 'ShiftLeft' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 87
Warnings member def modifier at indentation level 16 not at correct indentation, 4 88
Warnings Missing a Javadoc comment. 88
Warnings 'static' modifier out of order with the JLS suggestions. 88
Warnings Name 'ShiftLeftEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 88
Warnings member def modifier at indentation level 16 not at correct indentation, 4 89
Warnings Missing a Javadoc comment. 89
Warnings 'static' modifier out of order with the JLS suggestions. 89
Warnings Name 'ShiftRight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 89
Warnings member def modifier at indentation level 16 not at correct indentation, 4 90
Warnings Missing a Javadoc comment. 90
Warnings 'static' modifier out of order with the JLS suggestions. 90
Warnings Name 'ShiftRightEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 90
Warnings Line is longer than 80 characters. 92
Warnings member def modifier at indentation level 16 not at correct indentation, 4 92
Warnings Missing a Javadoc comment. 92
Warnings 'static' modifier out of order with the JLS suggestions. 92
Warnings Name 'Byte' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 92
Warnings Line is longer than 80 characters. 93
Warnings member def modifier at indentation level 16 not at correct indentation, 4 93
Warnings Missing a Javadoc comment. 93
Warnings 'static' modifier out of order with the JLS suggestions. 93
Warnings Name 'Bool' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 93
Warnings Line is longer than 80 characters. 94
Warnings member def modifier at indentation level 16 not at correct indentation, 4 94
Warnings Missing a Javadoc comment. 94
Warnings 'static' modifier out of order with the JLS suggestions. 94
Warnings Name 'Char' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 94
Warnings Line is longer than 80 characters. 95
Warnings member def modifier at indentation level 16 not at correct indentation, 4 95
Warnings Missing a Javadoc comment. 95
Warnings 'static' modifier out of order with the JLS suggestions. 95
Warnings Name 'Double' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 95
Warnings Line is longer than 80 characters. 96
Warnings member def modifier at indentation level 16 not at correct indentation, 4 96
Warnings Missing a Javadoc comment. 96
Warnings 'static' modifier out of order with the JLS suggestions. 96
Warnings Name 'Decimal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 96
Warnings Line is longer than 80 characters. 97
Warnings member def modifier at indentation level 16 not at correct indentation, 4 97
Warnings Missing a Javadoc comment. 97
Warnings 'static' modifier out of order with the JLS suggestions. 97
Warnings Name 'Float' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 97
Warnings Line is longer than 80 characters. 98
Warnings member def modifier at indentation level 16 not at correct indentation, 4 98
Warnings Missing a Javadoc comment. 98
Warnings 'static' modifier out of order with the JLS suggestions. 98
Warnings Name 'Int' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 98
Warnings Line is longer than 80 characters. 99
Warnings member def modifier at indentation level 16 not at correct indentation, 4 99
Warnings Missing a Javadoc comment. 99
Warnings 'static' modifier out of order with the JLS suggestions. 99
Warnings Name 'Long' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 99
Warnings Line is longer than 80 characters. 100
Warnings member def modifier at indentation level 16 not at correct indentation, 4 100
Warnings Missing a Javadoc comment. 100
Warnings 'static' modifier out of order with the JLS suggestions. 100
Warnings Name 'Object' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 100
Warnings Line is longer than 80 characters. 101
Warnings member def modifier at indentation level 16 not at correct indentation, 4 101
Warnings Missing a Javadoc comment. 101
Warnings 'static' modifier out of order with the JLS suggestions. 101
Warnings Name 'SByte' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 101
Warnings Line is longer than 80 characters. 102
Warnings member def modifier at indentation level 16 not at correct indentation, 4 102
Warnings Missing a Javadoc comment. 102
Warnings 'static' modifier out of order with the JLS suggestions. 102
Warnings Name 'String' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 102
Warnings Line is longer than 80 characters. 103
Warnings member def modifier at indentation level 16 not at correct indentation, 4 103
Warnings Missing a Javadoc comment. 103
Warnings 'static' modifier out of order with the JLS suggestions. 103
Warnings Name 'Short' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 103
Warnings Line is longer than 80 characters. 104
Warnings member def modifier at indentation level 16 not at correct indentation, 4 104
Warnings Missing a Javadoc comment. 104
Warnings 'static' modifier out of order with the JLS suggestions. 104
Warnings Name 'UShort' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 104
Warnings Line is longer than 80 characters. 105
Warnings member def modifier at indentation level 16 not at correct indentation, 4 105
Warnings Missing a Javadoc comment. 105
Warnings 'static' modifier out of order with the JLS suggestions. 105
Warnings Name 'ULong' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 105
Warnings Line is longer than 80 characters. 106
Warnings member def modifier at indentation level 16 not at correct indentation, 4 106
Warnings Missing a Javadoc comment. 106
Warnings 'static' modifier out of order with the JLS suggestions. 106
Warnings Name 'UInt' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 106
Warnings Line is longer than 80 characters. 108
Warnings member def modifier at indentation level 16 not at correct indentation, 4 108
Warnings Missing a Javadoc comment. 108
Warnings 'static' modifier out of order with the JLS suggestions. 108
Warnings Name 'LBracket' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 108
Warnings 'cast' is not followed by whitespace. 108
Warnings Line is longer than 80 characters. 109
Warnings member def modifier at indentation level 16 not at correct indentation, 4 109
Warnings Missing a Javadoc comment. 109
Warnings 'static' modifier out of order with the JLS suggestions. 109
Warnings Name 'BSlash' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 109
Warnings 'cast' is not followed by whitespace. 109
Warnings Line is longer than 80 characters. 110
Warnings member def modifier at indentation level 16 not at correct indentation, 4 110
Warnings Missing a Javadoc comment. 110
Warnings 'static' modifier out of order with the JLS suggestions. 110
Warnings Name 'RBracket' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 110
Warnings 'cast' is not followed by whitespace. 110
Warnings Line is longer than 80 characters. 111
Warnings member def modifier at indentation level 16 not at correct indentation, 4 111
Warnings Missing a Javadoc comment. 111
Warnings 'static' modifier out of order with the JLS suggestions. 111
Warnings Name 'BXor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 111
Warnings 'cast' is not followed by whitespace. 111
Warnings Line is longer than 80 characters. 112
Warnings Line is longer than 80 characters. 113
Warnings member def modifier at indentation level 16 not at correct indentation, 4 113
Warnings Missing a Javadoc comment. 113
Warnings 'static' modifier out of order with the JLS suggestions. 113
Warnings Name 'BSQuote' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 113
Warnings 'cast' is not followed by whitespace. 113
Warnings Line is longer than 80 characters. 115
Warnings member def modifier at indentation level 16 not at correct indentation, 4 115
Warnings Missing a Javadoc comment. 115
Warnings 'static' modifier out of order with the JLS suggestions. 115
Warnings Name 'Abstract' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 115
Warnings Line is longer than 80 characters. 116
Warnings member def modifier at indentation level 16 not at correct indentation, 4 116
Warnings Missing a Javadoc comment. 116
Warnings 'static' modifier out of order with the JLS suggestions. 116
Warnings Name 'Const' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 116
Warnings Line is longer than 80 characters. 117
Warnings member def modifier at indentation level 16 not at correct indentation, 4 117
Warnings Missing a Javadoc comment. 117
Warnings 'static' modifier out of order with the JLS suggestions. 117
Warnings Name 'Extern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 117
Warnings Line is longer than 80 characters. 118
Warnings member def modifier at indentation level 16 not at correct indentation, 4 118
Warnings Missing a Javadoc comment. 118
Warnings 'static' modifier out of order with the JLS suggestions. 118
Warnings Name 'Explicit' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 118
Warnings Line is longer than 80 characters. 119
Warnings member def modifier at indentation level 16 not at correct indentation, 4 119
Warnings Missing a Javadoc comment. 119
Warnings 'static' modifier out of order with the JLS suggestions. 119
Warnings Name 'Implicit' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 119
Warnings Line is longer than 80 characters. 120
Warnings member def modifier at indentation level 16 not at correct indentation, 4 120
Warnings Missing a Javadoc comment. 120
Warnings 'static' modifier out of order with the JLS suggestions. 120
Warnings Name 'Internal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 120
Warnings Line is longer than 80 characters. 121
Warnings member def modifier at indentation level 16 not at correct indentation, 4 121
Warnings Missing a Javadoc comment. 121
Warnings 'static' modifier out of order with the JLS suggestions. 121
Warnings Name 'New' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 121
Warnings Line is longer than 80 characters. 122
Warnings member def modifier at indentation level 16 not at correct indentation, 4 122
Warnings Missing a Javadoc comment. 122
Warnings 'static' modifier out of order with the JLS suggestions. 122
Warnings Name 'Out' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 122
Warnings Line is longer than 80 characters. 123
Warnings member def modifier at indentation level 16 not at correct indentation, 4 123
Warnings Missing a Javadoc comment. 123
Warnings 'static' modifier out of order with the JLS suggestions. 123
Warnings Name 'Override' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 123
Warnings Line is longer than 80 characters. 124
Warnings member def modifier at indentation level 16 not at correct indentation, 4 124
Warnings Missing a Javadoc comment. 124
Warnings 'static' modifier out of order with the JLS suggestions. 124
Warnings Name 'Private' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 124
Warnings Line is longer than 80 characters. 125
Warnings member def modifier at indentation level 16 not at correct indentation, 4 125
Warnings Missing a Javadoc comment. 125
Warnings 'static' modifier out of order with the JLS suggestions. 125
Warnings Name 'Public' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 125
Warnings Line is longer than 80 characters. 126
Warnings member def modifier at indentation level 16 not at correct indentation, 4 126
Warnings Missing a Javadoc comment. 126
Warnings 'static' modifier out of order with the JLS suggestions. 126
Warnings Name 'Protected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 126
Warnings Line is longer than 80 characters. 127
Warnings member def modifier at indentation level 16 not at correct indentation, 4 127
Warnings Missing a Javadoc comment. 127
Warnings 'static' modifier out of order with the JLS suggestions. 127
Warnings Name 'Ref' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 127
Warnings Line is longer than 80 characters. 128
Warnings member def modifier at indentation level 16 not at correct indentation, 4 128
Warnings Missing a Javadoc comment. 128
Warnings 'static' modifier out of order with the JLS suggestions. 128
Warnings Name 'Readonly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 128
Warnings Line is longer than 80 characters. 129
Warnings member def modifier at indentation level 16 not at correct indentation, 4 129
Warnings Missing a Javadoc comment. 129
Warnings 'static' modifier out of order with the JLS suggestions. 129
Warnings Name 'Static' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 129
Warnings Line is longer than 80 characters. 130
Warnings member def modifier at indentation level 16 not at correct indentation, 4 130
Warnings Missing a Javadoc comment. 130
Warnings 'static' modifier out of order with the JLS suggestions. 130
Warnings Name 'Sealed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 130
Warnings Line is longer than 80 characters. 131
Warnings member def modifier at indentation level 16 not at correct indentation, 4 131
Warnings Missing a Javadoc comment. 131
Warnings 'static' modifier out of order with the JLS suggestions. 131
Warnings Name 'Volatile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 131
Warnings Line is longer than 80 characters. 132
Warnings member def modifier at indentation level 16 not at correct indentation, 4 132
Warnings Missing a Javadoc comment. 132
Warnings 'static' modifier out of order with the JLS suggestions. 132
Warnings Name 'Virtual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 132
Warnings Line is longer than 80 characters. 133
Warnings member def modifier at indentation level 16 not at correct indentation, 4 133
Warnings Missing a Javadoc comment. 133
Warnings 'static' modifier out of order with the JLS suggestions. 133
Warnings Name 'Class' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 133
Warnings Line is longer than 80 characters. 134
Warnings member def modifier at indentation level 16 not at correct indentation, 4 134
Warnings Missing a Javadoc comment. 134
Warnings 'static' modifier out of order with the JLS suggestions. 134
Warnings Name 'Delegate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 134
Warnings Line is longer than 80 characters. 135
Warnings member def modifier at indentation level 16 not at correct indentation, 4 135
Warnings Missing a Javadoc comment. 135
Warnings 'static' modifier out of order with the JLS suggestions. 135
Warnings Name 'Enum' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 135
Warnings Line is longer than 80 characters. 136
Warnings member def modifier at indentation level 16 not at correct indentation, 4 136
Warnings Missing a Javadoc comment. 136
Warnings 'static' modifier out of order with the JLS suggestions. 136
Warnings Name 'Interface' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 136
Warnings Line is longer than 80 characters. 137
Warnings member def modifier at indentation level 16 not at correct indentation, 4 137
Warnings Missing a Javadoc comment. 137
Warnings 'static' modifier out of order with the JLS suggestions. 137
Warnings Name 'Struct' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 137
Warnings Line is longer than 80 characters. 138
Warnings member def modifier at indentation level 16 not at correct indentation, 4 138
Warnings Missing a Javadoc comment. 138
Warnings 'static' modifier out of order with the JLS suggestions. 138
Warnings Name 'As' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 138
Warnings Line is longer than 80 characters. 139
Warnings member def modifier at indentation level 16 not at correct indentation, 4 139
Warnings Missing a Javadoc comment. 139
Warnings 'static' modifier out of order with the JLS suggestions. 139
Warnings Name 'Base' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 139
Warnings Line is longer than 80 characters. 140
Warnings member def modifier at indentation level 16 not at correct indentation, 4 140
Warnings Missing a Javadoc comment. 140
Warnings 'static' modifier out of order with the JLS suggestions. 140
Warnings Name 'Break' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 140
Warnings Line is longer than 80 characters. 142
Warnings member def modifier at indentation level 16 not at correct indentation, 4 142
Warnings Missing a Javadoc comment. 142
Warnings 'static' modifier out of order with the JLS suggestions. 142
Warnings Name 'LCurly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 142
Warnings 'cast' is not followed by whitespace. 142
Warnings Line is longer than 80 characters. 143
Warnings member def modifier at indentation level 16 not at correct indentation, 4 143
Warnings Missing a Javadoc comment. 143
Warnings 'static' modifier out of order with the JLS suggestions. 143
Warnings Name 'BOr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 143
Warnings 'cast' is not followed by whitespace. 143
Warnings Line is longer than 80 characters. 144
Warnings member def modifier at indentation level 16 not at correct indentation, 4 144
Warnings Missing a Javadoc comment. 144
Warnings 'static' modifier out of order with the JLS suggestions. 144
Warnings Name 'RCurly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 144
Warnings 'cast' is not followed by whitespace. 144
Warnings Line is longer than 80 characters. 145
Warnings member def modifier at indentation level 16 not at correct indentation, 4 145
Warnings Missing a Javadoc comment. 145
Warnings 'static' modifier out of order with the JLS suggestions. 145
Warnings Name 'Tilde' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 145
Warnings 'cast' is not followed by whitespace. 145
Warnings Line is longer than 80 characters. 147
Warnings member def modifier at indentation level 16 not at correct indentation, 4 147
Warnings Missing a Javadoc comment. 147
Warnings 'static' modifier out of order with the JLS suggestions. 147
Warnings Name 'Catch' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 147
Warnings Line is longer than 80 characters. 148
Warnings member def modifier at indentation level 16 not at correct indentation, 4 148
Warnings Missing a Javadoc comment. 148
Warnings 'static' modifier out of order with the JLS suggestions. 148
Warnings Name 'Continue' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 148
Warnings Line is longer than 80 characters. 149
Warnings member def modifier at indentation level 16 not at correct indentation, 4 149
Warnings Missing a Javadoc comment. 149
Warnings 'static' modifier out of order with the JLS suggestions. 149
Warnings Name 'Case' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 149
Warnings Line is longer than 80 characters. 150
Warnings member def modifier at indentation level 16 not at correct indentation, 4 150
Warnings Missing a Javadoc comment. 150
Warnings 'static' modifier out of order with the JLS suggestions. 150
Warnings Name 'Do' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 150
Warnings Line is longer than 80 characters. 151
Warnings member def modifier at indentation level 16 not at correct indentation, 4 151
Warnings Missing a Javadoc comment. 151
Warnings 'static' modifier out of order with the JLS suggestions. 151
Warnings Name 'Default' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 151
Warnings Line is longer than 80 characters. 152
Warnings member def modifier at indentation level 16 not at correct indentation, 4 152
Warnings Missing a Javadoc comment. 152
Warnings 'static' modifier out of order with the JLS suggestions. 152
Warnings Name 'Else' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 152
Warnings Line is longer than 80 characters. 153
Warnings member def modifier at indentation level 16 not at correct indentation, 4 153
Warnings Missing a Javadoc comment. 153
Warnings 'static' modifier out of order with the JLS suggestions. 153
Warnings Name 'For' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 153
Warnings Line is longer than 80 characters. 154
Warnings member def modifier at indentation level 16 not at correct indentation, 4 154
Warnings Missing a Javadoc comment. 154
Warnings 'static' modifier out of order with the JLS suggestions. 154
Warnings Name 'Foreach' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 154
Warnings Line is longer than 80 characters. 155
Warnings member def modifier at indentation level 16 not at correct indentation, 4 155
Warnings Missing a Javadoc comment. 155
Warnings 'static' modifier out of order with the JLS suggestions. 155
Warnings Name 'Finally' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 155
Warnings Line is longer than 80 characters. 156
Warnings member def modifier at indentation level 16 not at correct indentation, 4 156
Warnings Missing a Javadoc comment. 156
Warnings 'static' modifier out of order with the JLS suggestions. 156
Warnings Name 'Fixed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 156
Warnings Line is longer than 80 characters. 157
Warnings member def modifier at indentation level 16 not at correct indentation, 4 157
Warnings Missing a Javadoc comment. 157
Warnings 'static' modifier out of order with the JLS suggestions. 157
Warnings Name 'Goto' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 157
Warnings Line is longer than 80 characters. 158
Warnings member def modifier at indentation level 16 not at correct indentation, 4 158
Warnings Missing a Javadoc comment. 158
Warnings 'static' modifier out of order with the JLS suggestions. 158
Warnings Name 'If' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 158
Warnings Line is longer than 80 characters. 159
Warnings member def modifier at indentation level 16 not at correct indentation, 4 159
Warnings Missing a Javadoc comment. 159
Warnings 'static' modifier out of order with the JLS suggestions. 159
Warnings Name 'In' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 159
Warnings Line is longer than 80 characters. 160
Warnings member def modifier at indentation level 16 not at correct indentation, 4 160
Warnings Missing a Javadoc comment. 160
Warnings 'static' modifier out of order with the JLS suggestions. 160
Warnings Name 'Is' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 160
Warnings Line is longer than 80 characters. 161
Warnings member def modifier at indentation level 16 not at correct indentation, 4 161
Warnings Missing a Javadoc comment. 161
Warnings 'static' modifier out of order with the JLS suggestions. 161
Warnings Name 'Lock' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 161
Warnings Line is longer than 80 characters. 162
Warnings member def modifier at indentation level 16 not at correct indentation, 4 162
Warnings Missing a Javadoc comment. 162
Warnings 'static' modifier out of order with the JLS suggestions. 162
Warnings Name 'Return' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 162
Warnings Line is longer than 80 characters. 163
Warnings member def modifier at indentation level 16 not at correct indentation, 4 163
Warnings Missing a Javadoc comment. 163
Warnings 'static' modifier out of order with the JLS suggestions. 163
Warnings Name 'Stackalloc' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 163
Warnings Line is longer than 80 characters. 164
Warnings member def modifier at indentation level 16 not at correct indentation, 4 164
Warnings Missing a Javadoc comment. 164
Warnings 'static' modifier out of order with the JLS suggestions. 164
Warnings Name 'Switch' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 164
Warnings Line is longer than 80 characters. 165
Warnings member def modifier at indentation level 16 not at correct indentation, 4 165
Warnings Missing a Javadoc comment. 165
Warnings 'static' modifier out of order with the JLS suggestions. 165
Warnings Name 'Sizeof' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 165
Warnings Line is longer than 80 characters. 166
Warnings member def modifier at indentation level 16 not at correct indentation, 4 166
Warnings Missing a Javadoc comment. 166
Warnings 'static' modifier out of order with the JLS suggestions. 166
Warnings Name 'Throw' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 166
Warnings Line is longer than 80 characters. 167
Warnings member def modifier at indentation level 16 not at correct indentation, 4 167
Warnings Missing a Javadoc comment. 167
Warnings 'static' modifier out of order with the JLS suggestions. 167
Warnings Name 'Try' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 167
Warnings Line is longer than 80 characters. 168
Warnings member def modifier at indentation level 16 not at correct indentation, 4 168
Warnings Missing a Javadoc comment. 168
Warnings 'static' modifier out of order with the JLS suggestions. 168
Warnings Name 'Typeof' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 168
Warnings Line is longer than 80 characters. 169
Warnings member def modifier at indentation level 16 not at correct indentation, 4 169
Warnings Missing a Javadoc comment. 169
Warnings 'static' modifier out of order with the JLS suggestions. 169
Warnings Name 'This' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 169
Warnings Line is longer than 80 characters. 170
Warnings member def modifier at indentation level 16 not at correct indentation, 4 170
Warnings Missing a Javadoc comment. 170
Warnings 'static' modifier out of order with the JLS suggestions. 170
Warnings Name 'Void' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 170
Warnings Line is longer than 80 characters. 171
Warnings member def modifier at indentation level 16 not at correct indentation, 4 171
Warnings Missing a Javadoc comment. 171
Warnings 'static' modifier out of order with the JLS suggestions. 171
Warnings Name 'While' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 171
Warnings Line is longer than 80 characters. 172
Warnings member def modifier at indentation level 16 not at correct indentation, 4 172
Warnings Missing a Javadoc comment. 172
Warnings 'static' modifier out of order with the JLS suggestions. 172
Warnings Name 'Checked' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 172
Warnings Line is longer than 80 characters. 173
Warnings member def modifier at indentation level 16 not at correct indentation, 4 173
Warnings Missing a Javadoc comment. 173
Warnings 'static' modifier out of order with the JLS suggestions. 173
Warnings Name 'Event' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 173
Warnings Line is longer than 80 characters. 174
Warnings member def modifier at indentation level 16 not at correct indentation, 4 174
Warnings Missing a Javadoc comment. 174
Warnings 'static' modifier out of order with the JLS suggestions. 174
Warnings Name 'Namespace' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 174
Warnings Line is longer than 80 characters. 175
Warnings member def modifier at indentation level 16 not at correct indentation, 4 175
Warnings Missing a Javadoc comment. 175
Warnings 'static' modifier out of order with the JLS suggestions. 175
Warnings Name 'Operator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 175
Warnings Line is longer than 80 characters. 176
Warnings member def modifier at indentation level 16 not at correct indentation, 4 176
Warnings Missing a Javadoc comment. 176
Warnings 'static' modifier out of order with the JLS suggestions. 176
Warnings Name 'Params' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 176
Warnings Line is longer than 80 characters. 177
Warnings member def modifier at indentation level 16 not at correct indentation, 4 177
Warnings Missing a Javadoc comment. 177
Warnings 'static' modifier out of order with the JLS suggestions. 177
Warnings Name 'Unsafe' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 177
Warnings Line is longer than 80 characters. 178
Warnings member def modifier at indentation level 16 not at correct indentation, 4 178
Warnings Missing a Javadoc comment. 178
Warnings 'static' modifier out of order with the JLS suggestions. 178
Warnings Name 'Unchecked' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 178
Warnings Line is longer than 80 characters. 179
Warnings member def modifier at indentation level 16 not at correct indentation, 4 179
Warnings Missing a Javadoc comment. 179
Warnings 'static' modifier out of order with the JLS suggestions. 179
Warnings Name 'Using' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 179
Warnings Line is longer than 80 characters. 183
Warnings member def modifier at indentation level 16 not at correct indentation, 4 183
Warnings Missing a Javadoc comment. 183
Warnings 'static' modifier out of order with the JLS suggestions. 183
Warnings Name 'Assembly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 183
Warnings Line is longer than 80 characters. 184
Warnings member def modifier at indentation level 16 not at correct indentation, 4 184
Warnings Missing a Javadoc comment. 184
Warnings 'static' modifier out of order with the JLS suggestions. 184
Warnings Name 'Property' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 184
Warnings Line is longer than 80 characters. 185
Warnings member def modifier at indentation level 16 not at correct indentation, 4 185
Warnings Missing a Javadoc comment. 185
Warnings 'static' modifier out of order with the JLS suggestions. 185
Warnings Name 'Method' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 185
Warnings Line is longer than 80 characters. 186
Warnings member def modifier at indentation level 16 not at correct indentation, 4 186
Warnings Missing a Javadoc comment. 186
Warnings 'static' modifier out of order with the JLS suggestions. 186
Warnings Name 'Field' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 186
Warnings Line is longer than 80 characters. 187
Warnings member def modifier at indentation level 16 not at correct indentation, 4 187
Warnings Missing a Javadoc comment. 187
Warnings 'static' modifier out of order with the JLS suggestions. 187
Warnings Name 'Param' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 187
Warnings Line is longer than 80 characters. 188
Warnings member def modifier at indentation level 16 not at correct indentation, 4 188
Warnings Missing a Javadoc comment. 188
Warnings 'static' modifier out of order with the JLS suggestions. 188
Warnings Name 'Type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 188
Warnings Line is longer than 80 characters. 190
Warnings member def modifier at indentation level 16 not at correct indentation, 4 190
Warnings Missing a Javadoc comment. 190
Warnings 'static' modifier out of order with the JLS suggestions. 190
Warnings Name 'PpDefine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 190
Warnings Line is longer than 80 characters. 191
Warnings member def modifier at indentation level 16 not at correct indentation, 4 191
Warnings Missing a Javadoc comment. 191
Warnings 'static' modifier out of order with the JLS suggestions. 191
Warnings Name 'PpUndefine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 191
Warnings Line is longer than 80 characters. 192
Warnings member def modifier at indentation level 16 not at correct indentation, 4 192
Warnings Missing a Javadoc comment. 192
Warnings 'static' modifier out of order with the JLS suggestions. 192
Warnings Name 'PpIf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 192
Warnings Line is longer than 80 characters. 193
Warnings member def modifier at indentation level 16 not at correct indentation, 4 193
Warnings Missing a Javadoc comment. 193
Warnings 'static' modifier out of order with the JLS suggestions. 193
Warnings Name 'PpElif' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 193
Warnings Line is longer than 80 characters. 194
Warnings member def modifier at indentation level 16 not at correct indentation, 4 194
Warnings Missing a Javadoc comment. 194
Warnings 'static' modifier out of order with the JLS suggestions. 194
Warnings Name 'PpElse' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 194
Warnings Line is longer than 80 characters. 195
Warnings member def modifier at indentation level 16 not at correct indentation, 4 195
Warnings Missing a Javadoc comment. 195
Warnings 'static' modifier out of order with the JLS suggestions. 195
Warnings Name 'PpEndif' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 195
Warnings Line is longer than 80 characters. 196
Warnings member def modifier at indentation level 16 not at correct indentation, 4 196
Warnings Missing a Javadoc comment. 196
Warnings 'static' modifier out of order with the JLS suggestions. 196
Warnings Name 'PpLine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 196
Warnings Line is longer than 80 characters. 197
Warnings member def modifier at indentation level 16 not at correct indentation, 4 197
Warnings Missing a Javadoc comment. 197
Warnings 'static' modifier out of order with the JLS suggestions. 197
Warnings Name 'PpError' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 197
Warnings Line is longer than 80 characters. 198
Warnings member def modifier at indentation level 16 not at correct indentation, 4 198
Warnings Missing a Javadoc comment. 198
Warnings 'static' modifier out of order with the JLS suggestions. 198
Warnings Name 'PpWarning' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 198
Warnings Line is longer than 80 characters. 199
Warnings member def modifier at indentation level 16 not at correct indentation, 4 199
Warnings Missing a Javadoc comment. 199
Warnings 'static' modifier out of order with the JLS suggestions. 199
Warnings Name 'PpRegion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 199
Warnings Line is longer than 80 characters. 200
Warnings member def modifier at indentation level 16 not at correct indentation, 4 200
Warnings Missing a Javadoc comment. 200
Warnings 'static' modifier out of order with the JLS suggestions. 200
Warnings Name 'PpEndregion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 200
Warnings Line is longer than 80 characters. 201
Warnings member def modifier at indentation level 16 not at correct indentation, 4 201
Warnings Missing a Javadoc comment. 201
Warnings 'static' modifier out of order with the JLS suggestions. 201
Warnings Name 'PpPragma' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 201
Warnings Line is longer than 80 characters. 203
Warnings member def modifier at indentation level 16 not at correct indentation, 4 203
Warnings Missing a Javadoc comment. 203
Warnings 'static' modifier out of order with the JLS suggestions. 203
Warnings Name 'Eof' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 203
Warnings Line is longer than 80 characters. 204
Warnings member def modifier at indentation level 16 not at correct indentation, 4 204
Warnings Missing a Javadoc comment. 204
Warnings 'static' modifier out of order with the JLS suggestions. 204
Warnings Name 'Invalid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 204
Warnings method def modifier at indentation level 8 not at correct indentation, 4 208
Warnings '{' is not preceded with whitespace. 208
Warnings method def child at indentation level 12 not at correct indentation, 8 209
Warnings '=' is not preceded with whitespace. 209
Warnings '=' is not followed by whitespace. 209
Warnings switch at indentation level 12 not at correct indentation, 8 210
Warnings '{' is not preceded with whitespace. 210
Warnings case child at indentation level 16 not at correct indentation, 8 211
Warnings block child at indentation level 20 not at correct indentation, 12 212
Warnings '=' is not preceded with whitespace. 212
Warnings block child at indentation level 20 not at correct indentation, 12 213
Warnings case child at indentation level 16 not at correct indentation, 8 214
Warnings block child at indentation level 20 not at correct indentation, 12 215
Warnings '=' is not preceded with whitespace. 215
Warnings block child at indentation level 20 not at correct indentation, 12 216
Warnings case child at indentation level 16 not at correct indentation, 8 217
Warnings block child at indentation level 20 not at correct indentation, 12 218
Warnings '=' is not preceded with whitespace. 218
Warnings block child at indentation level 20 not at correct indentation, 12 219
Warnings case child at indentation level 16 not at correct indentation, 8 220
Warnings block child at indentation level 20 not at correct indentation, 12 221
Warnings '=' is not preceded with whitespace. 221
Warnings block child at indentation level 20 not at correct indentation, 12 222
Warnings case child at indentation level 16 not at correct indentation, 8 223
Warnings block child at indentation level 20 not at correct indentation, 12 224
Warnings '=' is not preceded with whitespace. 224
Warnings block child at indentation level 20 not at correct indentation, 12 225
Warnings case child at indentation level 16 not at correct indentation, 8 226
Warnings block child at indentation level 20 not at correct indentation, 12 227
Warnings '=' is not preceded with whitespace. 227
Warnings block child at indentation level 20 not at correct indentation, 12 228
Warnings case child at indentation level 16 not at correct indentation, 8 229
Warnings block child at indentation level 20 not at correct indentation, 12 230
Warnings '=' is not preceded with whitespace. 230
Warnings block child at indentation level 20 not at correct indentation, 12 231
Warnings case child at indentation level 16 not at correct indentation, 8 232
Warnings block child at indentation level 20 not at correct indentation, 12 233
Warnings '=' is not preceded with whitespace. 233
Warnings block child at indentation level 20 not at correct indentation, 12 234
Warnings case child at indentation level 16 not at correct indentation, 8 235
Warnings block child at indentation level 20 not at correct indentation, 12 236
Warnings '=' is not preceded with whitespace. 236
Warnings block child at indentation level 20 not at correct indentation, 12 237
Warnings case child at indentation level 16 not at correct indentation, 8 238
Warnings block child at indentation level 20 not at correct indentation, 12 239
Warnings '=' is not preceded with whitespace. 239
Warnings block child at indentation level 20 not at correct indentation, 12 240
Warnings case child at indentation level 16 not at correct indentation, 8 241
Warnings block child at indentation level 20 not at correct indentation, 12 242
Warnings '=' is not preceded with whitespace. 242
Warnings block child at indentation level 20 not at correct indentation, 12 243
Warnings case child at indentation level 16 not at correct indentation, 8 244
Warnings block child at indentation level 20 not at correct indentation, 12 245
Warnings '=' is not preceded with whitespace. 245
Warnings block child at indentation level 20 not at correct indentation, 12 246
Warnings case child at indentation level 16 not at correct indentation, 8 247
Warnings block child at indentation level 20 not at correct indentation, 12 248
Warnings '=' is not preceded with whitespace. 248
Warnings block child at indentation level 20 not at correct indentation, 12 249
Warnings case child at indentation level 16 not at correct indentation, 8 250
Warnings block child at indentation level 20 not at correct indentation, 12 251
Warnings '=' is not preceded with whitespace. 251
Warnings block child at indentation level 20 not at correct indentation, 12 252
Warnings case child at indentation level 16 not at correct indentation, 8 253
Warnings block child at indentation level 20 not at correct indentation, 12 254
Warnings '=' is not preceded with whitespace. 254
Warnings block child at indentation level 20 not at correct indentation, 12 255
Warnings case child at indentation level 16 not at correct indentation, 8 256
Warnings block child at indentation level 20 not at correct indentation, 12 257
Warnings '=' is not preceded with whitespace. 257
Warnings block child at indentation level 20 not at correct indentation, 12 258
Warnings case child at indentation level 16 not at correct indentation, 8 259
Warnings block child at indentation level 20 not at correct indentation, 12 260
Warnings '=' is not preceded with whitespace. 260
Warnings block child at indentation level 20 not at correct indentation, 12 261
Warnings case child at indentation level 16 not at correct indentation, 8 262
Warnings block child at indentation level 20 not at correct indentation, 12 263
Warnings '=' is not preceded with whitespace. 263
Warnings block child at indentation level 20 not at correct indentation, 12 264
Warnings case child at indentation level 16 not at correct indentation, 8 265
Warnings block child at indentation level 20 not at correct indentation, 12 266
Warnings '=' is not preceded with whitespace. 266
Warnings block child at indentation level 20 not at correct indentation, 12 267
Warnings case child at indentation level 16 not at correct indentation, 8 268
Warnings block child at indentation level 20 not at correct indentation, 12 269
Warnings '=' is not preceded with whitespace. 269
Warnings block child at indentation level 20 not at correct indentation, 12 270
Warnings case child at indentation level 16 not at correct indentation, 8 271
Warnings block child at indentation level 20 not at correct indentation, 12 272
Warnings switch rcurly at indentation level 12 not at correct indentation, 8 273
Warnings method def child at indentation level 12 not at correct indentation, 8 275
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 276
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 278
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 11
Warnings member def modifier at indentation level 16 not at correct indentation, 4 12
Warnings Missing a Javadoc comment. 12
Warnings 'static' modifier out of order with the JLS suggestions. 12
Warnings Name 'Whitespace' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings 'static' modifier out of order with the JLS suggestions. 13
Warnings Name 'Newline' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings 'static' modifier out of order with the JLS suggestions. 14
Warnings Name 'SingleComment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 14
Warnings member def modifier at indentation level 12 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings 'static' modifier out of order with the JLS suggestions. 15
Warnings Name 'MultiComment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings 'static' modifier out of order with the JLS suggestions. 16
Warnings Name 'DocComment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings 'static' modifier out of order with the JLS suggestions. 18
Warnings Name 'Ident' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 18
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings 'static' modifier out of order with the JLS suggestions. 19
Warnings Name 'TrueLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings 'static' modifier out of order with the JLS suggestions. 20
Warnings Name 'FalseLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
Warnings member def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Missing a Javadoc comment. 21
Warnings 'static' modifier out of order with the JLS suggestions. 21
Warnings Name 'NullLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 21
Warnings member def modifier at indentation level 8 not at correct indentation, 4 24
Warnings Missing a Javadoc comment. 24
Warnings 'static' modifier out of order with the JLS suggestions. 24
Warnings Name 'Partial' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
Warnings member def modifier at indentation level 16 not at correct indentation, 4 30
Warnings Missing a Javadoc comment. 30
Warnings 'static' modifier out of order with the JLS suggestions. 30
Warnings Name 'HexLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
Warnings member def modifier at indentation level 16 not at correct indentation, 4 31
Warnings Missing a Javadoc comment. 31
Warnings 'static' modifier out of order with the JLS suggestions. 31
Warnings Name 'IntLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 31
Warnings member def modifier at indentation level 16 not at correct indentation, 4 32
Warnings Missing a Javadoc comment. 32
Warnings 'static' modifier out of order with the JLS suggestions. 32
Warnings Name 'UIntLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 32
Warnings member def modifier at indentation level 16 not at correct indentation, 4 33
Warnings Missing a Javadoc comment. 33
Warnings 'static' modifier out of order with the JLS suggestions. 33
Warnings Name 'LongLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
Warnings member def modifier at indentation level 16 not at correct indentation, 4 34
Warnings Missing a Javadoc comment. 34
Warnings 'static' modifier out of order with the JLS suggestions. 34
Warnings Name 'ULongLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
Warnings member def modifier at indentation level 16 not at correct indentation, 4 36
Warnings Missing a Javadoc comment. 36
Warnings 'static' modifier out of order with the JLS suggestions. 36
Warnings Name 'DecimalLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 36
Warnings member def modifier at indentation level 16 not at correct indentation, 4 37
Warnings Missing a Javadoc comment. 37
Warnings 'static' modifier out of order with the JLS suggestions. 37
Warnings Name 'RealLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
Warnings member def modifier at indentation level 16 not at correct indentation, 4 39
Warnings Missing a Javadoc comment. 39
Warnings 'static' modifier out of order with the JLS suggestions. 39
Warnings Name 'CharLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39
Warnings member def modifier at indentation level 16 not at correct indentation, 4 40
Warnings Missing a Javadoc comment. 40
Warnings 'static' modifier out of order with the JLS suggestions. 40
Warnings Name 'StringLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 40
Warnings member def modifier at indentation level 16 not at correct indentation, 4 42
Warnings Missing a Javadoc comment. 42
Warnings 'static' modifier out of order with the JLS suggestions. 42
Warnings Name 'ColonColon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 42
Warnings member def modifier at indentation level 16 not at correct indentation, 4 43
Warnings Missing a Javadoc comment. 43
Warnings 'static' modifier out of order with the JLS suggestions. 43
Warnings Name 'QuestionQuestion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 43
Warnings '=' is not preceded with whitespace. 43
Warnings Line is longer than 80 characters. 45
Warnings member def modifier at indentation level 16 not at correct indentation, 4 45
Warnings Missing a Javadoc comment. 45
Warnings 'static' modifier out of order with the JLS suggestions. 45
Warnings Name 'Not' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 45
Warnings 'cast' is not followed by whitespace. 45
Warnings Line is longer than 80 characters. 46
Warnings member def modifier at indentation level 16 not at correct indentation, 4 46
Warnings Missing a Javadoc comment. 46
Warnings 'static' modifier out of order with the JLS suggestions. 46
Warnings Name 'Quote' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46
Warnings 'cast' is not followed by whitespace. 46
Warnings Line is longer than 80 characters. 47
Warnings member def modifier at indentation level 16 not at correct indentation, 4 47
Warnings Missing a Javadoc comment. 47
Warnings 'static' modifier out of order with the JLS suggestions. 47
Warnings Name 'Hash' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47
Warnings 'cast' is not followed by whitespace. 47
Warnings Line is longer than 80 characters. 48
Warnings member def modifier at indentation level 16 not at correct indentation, 4 48
Warnings Missing a Javadoc comment. 48
Warnings 'static' modifier out of order with the JLS suggestions. 48
Warnings Name 'Dollar' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48
Warnings 'cast' is not followed by whitespace. 48
Warnings Line is longer than 80 characters. 49
Warnings member def modifier at indentation level 16 not at correct indentation, 4 49
Warnings Missing a Javadoc comment. 49
Warnings 'static' modifier out of order with the JLS suggestions. 49
Warnings Name 'Percent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
Warnings 'cast' is not followed by whitespace. 49
Warnings Line is longer than 80 characters. 50
Warnings member def modifier at indentation level 16 not at correct indentation, 4 50
Warnings Missing a Javadoc comment. 50
Warnings 'static' modifier out of order with the JLS suggestions. 50
Warnings Name 'BAnd' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 50
Warnings 'cast' is not followed by whitespace. 50
Warnings Line is longer than 80 characters. 51
Warnings member def modifier at indentation level 16 not at correct indentation, 4 51
Warnings Missing a Javadoc comment. 51
Warnings 'static' modifier out of order with the JLS suggestions. 51
Warnings Name 'SQuote' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 51
Warnings 'cast' is not followed by whitespace. 51
Warnings Line is longer than 80 characters. 52
Warnings member def modifier at indentation level 16 not at correct indentation, 4 52
Warnings Missing a Javadoc comment. 52
Warnings 'static' modifier out of order with the JLS suggestions. 52
Warnings Name 'LParen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 52
Warnings 'cast' is not followed by whitespace. 52
Warnings Line is longer than 80 characters. 53
Warnings member def modifier at indentation level 16 not at correct indentation, 4 53
Warnings Missing a Javadoc comment. 53
Warnings 'static' modifier out of order with the JLS suggestions. 53
Warnings Name 'RParen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 53
Warnings 'cast' is not followed by whitespace. 53
Warnings Line is longer than 80 characters. 54
Warnings member def modifier at indentation level 16 not at correct indentation, 4 54
Warnings Missing a Javadoc comment. 54
Warnings 'static' modifier out of order with the JLS suggestions. 54
Warnings Name 'Star' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 54
Warnings 'cast' is not followed by whitespace. 54
Warnings Line is longer than 80 characters. 55
Warnings member def modifier at indentation level 16 not at correct indentation, 4 55
Warnings Missing a Javadoc comment. 55
Warnings 'static' modifier out of order with the JLS suggestions. 55
Warnings Name 'Plus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 55
Warnings 'cast' is not followed by whitespace. 55
Warnings Line is longer than 80 characters. 56
Warnings member def modifier at indentation level 16 not at correct indentation, 4 56
Warnings Missing a Javadoc comment. 56
Warnings 'static' modifier out of order with the JLS suggestions. 56
Warnings Name 'Comma' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 56
Warnings 'cast' is not followed by whitespace. 56
Warnings Line is longer than 80 characters. 57
Warnings member def modifier at indentation level 16 not at correct indentation, 4 57
Warnings Missing a Javadoc comment. 57
Warnings 'static' modifier out of order with the JLS suggestions. 57
Warnings Name 'Minus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 57
Warnings 'cast' is not followed by whitespace. 57
Warnings Line is longer than 80 characters. 58
Warnings member def modifier at indentation level 16 not at correct indentation, 4 58
Warnings Missing a Javadoc comment. 58
Warnings 'static' modifier out of order with the JLS suggestions. 58
Warnings Name 'Dot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 58
Warnings 'cast' is not followed by whitespace. 58
Warnings Line is longer than 80 characters. 59
Warnings member def modifier at indentation level 16 not at correct indentation, 4 59
Warnings Missing a Javadoc comment. 59
Warnings 'static' modifier out of order with the JLS suggestions. 59
Warnings Name 'Slash' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 59
Warnings 'cast' is not followed by whitespace. 59
Warnings member def modifier at indentation level 16 not at correct indentation, 4 61
Warnings Missing a Javadoc comment. 61
Warnings 'static' modifier out of order with the JLS suggestions. 61
Warnings Name 'PlusPlus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 61
Warnings member def modifier at indentation level 16 not at correct indentation, 4 62
Warnings Missing a Javadoc comment. 62
Warnings 'static' modifier out of order with the JLS suggestions. 62
Warnings Name 'MinusMinus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 62
Warnings Line is longer than 80 characters. 63
Warnings member def modifier at indentation level 16 not at correct indentation, 4 63
Warnings Missing a Javadoc comment. 63
Warnings 'static' modifier out of order with the JLS suggestions. 63
Warnings Name 'And' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 63
Warnings Line is longer than 80 characters. 64
Warnings member def modifier at indentation level 16 not at correct indentation, 4 64
Warnings Missing a Javadoc comment. 64
Warnings 'static' modifier out of order with the JLS suggestions. 64
Warnings Name 'Or' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 64
Warnings member def modifier at indentation level 16 not at correct indentation, 4 65
Warnings Missing a Javadoc comment. 65
Warnings 'static' modifier out of order with the JLS suggestions. 65
Warnings Name 'MinusGreater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 65
Warnings member def modifier at indentation level 16 not at correct indentation, 4 66
Warnings Missing a Javadoc comment. 66
Warnings 'static' modifier out of order with the JLS suggestions. 66
Warnings Name 'EqualEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 66
Warnings member def modifier at indentation level 16 not at correct indentation, 4 67
Warnings Missing a Javadoc comment. 67
Warnings 'static' modifier out of order with the JLS suggestions. 67
Warnings Name 'NotEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 67
Warnings member def modifier at indentation level 16 not at correct indentation, 4 68
Warnings Missing a Javadoc comment. 68
Warnings 'static' modifier out of order with the JLS suggestions. 68
Warnings Name 'LessEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 68
Warnings member def modifier at indentation level 16 not at correct indentation, 4 69
Warnings Missing a Javadoc comment. 69
Warnings 'static' modifier out of order with the JLS suggestions. 69
Warnings Name 'GreaterEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 69
Warnings member def modifier at indentation level 16 not at correct indentation, 4 70
Warnings Missing a Javadoc comment. 70
Warnings 'static' modifier out of order with the JLS suggestions. 70
Warnings Name 'PlusEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 70
Warnings Line is longer than 80 characters. 72
Warnings member def modifier at indentation level 16 not at correct indentation, 4 72
Warnings Missing a Javadoc comment. 72
Warnings 'static' modifier out of order with the JLS suggestions. 72
Warnings Name 'Colon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 72
Warnings 'cast' is not followed by whitespace. 72
Warnings Line is longer than 80 characters. 73
Warnings member def modifier at indentation level 16 not at correct indentation, 4 73
Warnings Missing a Javadoc comment. 73
Warnings 'static' modifier out of order with the JLS suggestions. 73
Warnings Name 'Semi' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 73
Warnings 'cast' is not followed by whitespace. 73
Warnings Line is longer than 80 characters. 74
Warnings member def modifier at indentation level 16 not at correct indentation, 4 74
Warnings Missing a Javadoc comment. 74
Warnings 'static' modifier out of order with the JLS suggestions. 74
Warnings Name 'Less' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 74
Warnings 'cast' is not followed by whitespace. 74
Warnings Line is longer than 80 characters. 75
Warnings member def modifier at indentation level 16 not at correct indentation, 4 75
Warnings Missing a Javadoc comment. 75
Warnings 'static' modifier out of order with the JLS suggestions. 75
Warnings Name 'Equal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 75
Warnings 'cast' is not followed by whitespace. 75
Warnings Line is longer than 80 characters. 76
Warnings member def modifier at indentation level 16 not at correct indentation, 4 76
Warnings Missing a Javadoc comment. 76
Warnings 'static' modifier out of order with the JLS suggestions. 76
Warnings Name 'Greater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 76
Warnings 'cast' is not followed by whitespace. 76
Warnings Line is longer than 80 characters. 77
Warnings member def modifier at indentation level 16 not at correct indentation, 4 77
Warnings Missing a Javadoc comment. 77
Warnings 'static' modifier out of order with the JLS suggestions. 77
Warnings Name 'Question' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 77
Warnings 'cast' is not followed by whitespace. 77
Warnings member def modifier at indentation level 16 not at correct indentation, 4 80
Warnings Missing a Javadoc comment. 80
Warnings 'static' modifier out of order with the JLS suggestions. 80
Warnings Name 'MinusEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 80
Warnings member def modifier at indentation level 16 not at correct indentation, 4 81
Warnings Missing a Javadoc comment. 81
Warnings 'static' modifier out of order with the JLS suggestions. 81
Warnings Name 'StarEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 81
Warnings member def modifier at indentation level 16 not at correct indentation, 4 82
Warnings Missing a Javadoc comment. 82
Warnings 'static' modifier out of order with the JLS suggestions. 82
Warnings Name 'SlashEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 82
Warnings member def modifier at indentation level 16 not at correct indentation, 4 83
Warnings Missing a Javadoc comment. 83
Warnings 'static' modifier out of order with the JLS suggestions. 83
Warnings Name 'PercentEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 83
Warnings member def modifier at indentation level 16 not at correct indentation, 4 84
Warnings Missing a Javadoc comment. 84
Warnings 'static' modifier out of order with the JLS suggestions. 84
Warnings Name 'BAndEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 84
Warnings member def modifier at indentation level 16 not at correct indentation, 4 85
Warnings Missing a Javadoc comment. 85
Warnings 'static' modifier out of order with the JLS suggestions. 85
Warnings Name 'BOrEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 85
Warnings member def modifier at indentation level 16 not at correct indentation, 4 86
Warnings Missing a Javadoc comment. 86
Warnings 'static' modifier out of order with the JLS suggestions. 86
Warnings Name 'BXorEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 86
Warnings member def modifier at indentation level 16 not at correct indentation, 4 87
Warnings Missing a Javadoc comment. 87
Warnings 'static' modifier out of order with the JLS suggestions. 87
Warnings Name 'ShiftLeft' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 87
Warnings member def modifier at indentation level 16 not at correct indentation, 4 88
Warnings Missing a Javadoc comment. 88
Warnings 'static' modifier out of order with the JLS suggestions. 88
Warnings Name 'ShiftLeftEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 88
Warnings member def modifier at indentation level 16 not at correct indentation, 4 89
Warnings Missing a Javadoc comment. 89
Warnings 'static' modifier out of order with the JLS suggestions. 89
Warnings Name 'ShiftRight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 89
Warnings member def modifier at indentation level 16 not at correct indentation, 4 90
Warnings Missing a Javadoc comment. 90
Warnings 'static' modifier out of order with the JLS suggestions. 90
Warnings Name 'ShiftRightEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 90
Warnings Line is longer than 80 characters. 92
Warnings member def modifier at indentation level 16 not at correct indentation, 4 92
Warnings Missing a Javadoc comment. 92
Warnings 'static' modifier out of order with the JLS suggestions. 92
Warnings Name 'Byte' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 92
Warnings Line is longer than 80 characters. 93
Warnings member def modifier at indentation level 16 not at correct indentation, 4 93
Warnings Missing a Javadoc comment. 93
Warnings 'static' modifier out of order with the JLS suggestions. 93
Warnings Name 'Bool' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 93
Warnings Line is longer than 80 characters. 94
Warnings member def modifier at indentation level 16 not at correct indentation, 4 94
Warnings Missing a Javadoc comment. 94
Warnings 'static' modifier out of order with the JLS suggestions. 94
Warnings Name 'Char' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 94
Warnings Line is longer than 80 characters. 95
Warnings member def modifier at indentation level 16 not at correct indentation, 4 95
Warnings Missing a Javadoc comment. 95
Warnings 'static' modifier out of order with the JLS suggestions. 95
Warnings Name 'Double' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 95
Warnings Line is longer than 80 characters. 96
Warnings member def modifier at indentation level 16 not at correct indentation, 4 96
Warnings Missing a Javadoc comment. 96
Warnings 'static' modifier out of order with the JLS suggestions. 96
Warnings Name 'Decimal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 96
Warnings Line is longer than 80 characters. 97
Warnings member def modifier at indentation level 16 not at correct indentation, 4 97
Warnings Missing a Javadoc comment. 97
Warnings 'static' modifier out of order with the JLS suggestions. 97
Warnings Name 'Float' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 97
Warnings Line is longer than 80 characters. 98
Warnings member def modifier at indentation level 16 not at correct indentation, 4 98
Warnings Missing a Javadoc comment. 98
Warnings 'static' modifier out of order with the JLS suggestions. 98
Warnings Name 'Int' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 98
Warnings Line is longer than 80 characters. 99
Warnings member def modifier at indentation level 16 not at correct indentation, 4 99
Warnings Missing a Javadoc comment. 99
Warnings 'static' modifier out of order with the JLS suggestions. 99
Warnings Name 'Long' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 99
Warnings Line is longer than 80 characters. 100
Warnings member def modifier at indentation level 16 not at correct indentation, 4 100
Warnings Missing a Javadoc comment. 100
Warnings 'static' modifier out of order with the JLS suggestions. 100
Warnings Name 'Object' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 100
Warnings Line is longer than 80 characters. 101
Warnings member def modifier at indentation level 16 not at correct indentation, 4 101
Warnings Missing a Javadoc comment. 101
Warnings 'static' modifier out of order with the JLS suggestions. 101
Warnings Name 'SByte' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 101
Warnings Line is longer than 80 characters. 102
Warnings member def modifier at indentation level 16 not at correct indentation, 4 102
Warnings Missing a Javadoc comment. 102
Warnings 'static' modifier out of order with the JLS suggestions. 102
Warnings Name 'String' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 102
Warnings Line is longer than 80 characters. 103
Warnings member def modifier at indentation level 16 not at correct indentation, 4 103
Warnings Missing a Javadoc comment. 103
Warnings 'static' modifier out of order with the JLS suggestions. 103
Warnings Name 'Short' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 103
Warnings Line is longer than 80 characters. 104
Warnings member def modifier at indentation level 16 not at correct indentation, 4 104
Warnings Missing a Javadoc comment. 104
Warnings 'static' modifier out of order with the JLS suggestions. 104
Warnings Name 'UShort' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 104
Warnings Line is longer than 80 characters. 105
Warnings member def modifier at indentation level 16 not at correct indentation, 4 105
Warnings Missing a Javadoc comment. 105
Warnings 'static' modifier out of order with the JLS suggestions. 105
Warnings Name 'ULong' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 105
Warnings Line is longer than 80 characters. 106
Warnings member def modifier at indentation level 16 not at correct indentation, 4 106
Warnings Missing a Javadoc comment. 106
Warnings 'static' modifier out of order with the JLS suggestions. 106
Warnings Name 'UInt' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 106
Warnings Line is longer than 80 characters. 108
Warnings member def modifier at indentation level 16 not at correct indentation, 4 108
Warnings Missing a Javadoc comment. 108
Warnings 'static' modifier out of order with the JLS suggestions. 108
Warnings Name 'LBracket' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 108
Warnings 'cast' is not followed by whitespace. 108
Warnings Line is longer than 80 characters. 109
Warnings member def modifier at indentation level 16 not at correct indentation, 4 109
Warnings Missing a Javadoc comment. 109
Warnings 'static' modifier out of order with the JLS suggestions. 109
Warnings Name 'BSlash' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 109
Warnings 'cast' is not followed by whitespace. 109
Warnings Line is longer than 80 characters. 110
Warnings member def modifier at indentation level 16 not at correct indentation, 4 110
Warnings Missing a Javadoc comment. 110
Warnings 'static' modifier out of order with the JLS suggestions. 110
Warnings Name 'RBracket' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 110
Warnings 'cast' is not followed by whitespace. 110
Warnings Line is longer than 80 characters. 111
Warnings member def modifier at indentation level 16 not at correct indentation, 4 111
Warnings Missing a Javadoc comment. 111
Warnings 'static' modifier out of order with the JLS suggestions. 111
Warnings Name 'BXor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 111
Warnings 'cast' is not followed by whitespace. 111
Warnings Line is longer than 80 characters. 112
Warnings Line is longer than 80 characters. 113
Warnings member def modifier at indentation level 16 not at correct indentation, 4 113
Warnings Missing a Javadoc comment. 113
Warnings 'static' modifier out of order with the JLS suggestions. 113
Warnings Name 'BSQuote' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 113
Warnings 'cast' is not followed by whitespace. 113
Warnings Line is longer than 80 characters. 115
Warnings member def modifier at indentation level 16 not at correct indentation, 4 115
Warnings Missing a Javadoc comment. 115
Warnings 'static' modifier out of order with the JLS suggestions. 115
Warnings Name 'Abstract' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 115
Warnings Line is longer than 80 characters. 116
Warnings member def modifier at indentation level 16 not at correct indentation, 4 116
Warnings Missing a Javadoc comment. 116
Warnings 'static' modifier out of order with the JLS suggestions. 116
Warnings Name 'Const' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 116
Warnings Line is longer than 80 characters. 117
Warnings member def modifier at indentation level 16 not at correct indentation, 4 117
Warnings Missing a Javadoc comment. 117
Warnings 'static' modifier out of order with the JLS suggestions. 117
Warnings Name 'Extern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 117
Warnings Line is longer than 80 characters. 118
Warnings member def modifier at indentation level 16 not at correct indentation, 4 118
Warnings Missing a Javadoc comment. 118
Warnings 'static' modifier out of order with the JLS suggestions. 118
Warnings Name 'Explicit' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 118
Warnings Line is longer than 80 characters. 119
Warnings member def modifier at indentation level 16 not at correct indentation, 4 119
Warnings Missing a Javadoc comment. 119
Warnings 'static' modifier out of order with the JLS suggestions. 119
Warnings Name 'Implicit' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 119
Warnings Line is longer than 80 characters. 120
Warnings member def modifier at indentation level 16 not at correct indentation, 4 120
Warnings Missing a Javadoc comment. 120
Warnings 'static' modifier out of order with the JLS suggestions. 120
Warnings Name 'Internal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 120
Warnings Line is longer than 80 characters. 121
Warnings member def modifier at indentation level 16 not at correct indentation, 4 121
Warnings Missing a Javadoc comment. 121
Warnings 'static' modifier out of order with the JLS suggestions. 121
Warnings Name 'New' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 121
Warnings Line is longer than 80 characters. 122
Warnings member def modifier at indentation level 16 not at correct indentation, 4 122
Warnings Missing a Javadoc comment. 122
Warnings 'static' modifier out of order with the JLS suggestions. 122
Warnings Name 'Out' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 122
Warnings Line is longer than 80 characters. 123
Warnings member def modifier at indentation level 16 not at correct indentation, 4 123
Warnings Missing a Javadoc comment. 123
Warnings 'static' modifier out of order with the JLS suggestions. 123
Warnings Name 'Override' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 123
Warnings Line is longer than 80 characters. 124
Warnings member def modifier at indentation level 16 not at correct indentation, 4 124
Warnings Missing a Javadoc comment. 124
Warnings 'static' modifier out of order with the JLS suggestions. 124
Warnings Name 'Private' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 124
Warnings Line is longer than 80 characters. 125
Warnings member def modifier at indentation level 16 not at correct indentation, 4 125
Warnings Missing a Javadoc comment. 125
Warnings 'static' modifier out of order with the JLS suggestions. 125
Warnings Name 'Public' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 125
Warnings Line is longer than 80 characters. 126
Warnings member def modifier at indentation level 16 not at correct indentation, 4 126
Warnings Missing a Javadoc comment. 126
Warnings 'static' modifier out of order with the JLS suggestions. 126
Warnings Name 'Protected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 126
Warnings Line is longer than 80 characters. 127
Warnings member def modifier at indentation level 16 not at correct indentation, 4 127
Warnings Missing a Javadoc comment. 127
Warnings 'static' modifier out of order with the JLS suggestions. 127
Warnings Name 'Ref' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 127
Warnings Line is longer than 80 characters. 128
Warnings member def modifier at indentation level 16 not at correct indentation, 4 128
Warnings Missing a Javadoc comment. 128
Warnings 'static' modifier out of order with the JLS suggestions. 128
Warnings Name 'Readonly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 128
Warnings Line is longer than 80 characters. 129
Warnings member def modifier at indentation level 16 not at correct indentation, 4 129
Warnings Missing a Javadoc comment. 129
Warnings 'static' modifier out of order with the JLS suggestions. 129
Warnings Name 'Static' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 129
Warnings Line is longer than 80 characters. 130
Warnings member def modifier at indentation level 16 not at correct indentation, 4 130
Warnings Missing a Javadoc comment. 130
Warnings 'static' modifier out of order with the JLS suggestions. 130
Warnings Name 'Sealed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 130
Warnings Line is longer than 80 characters. 131
Warnings member def modifier at indentation level 16 not at correct indentation, 4 131
Warnings Missing a Javadoc comment. 131
Warnings 'static' modifier out of order with the JLS suggestions. 131
Warnings Name 'Volatile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 131
Warnings Line is longer than 80 characters. 132
Warnings member def modifier at indentation level 16 not at correct indentation, 4 132
Warnings Missing a Javadoc comment. 132
Warnings 'static' modifier out of order with the JLS suggestions. 132
Warnings Name 'Virtual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 132
Warnings Line is longer than 80 characters. 133
Warnings member def modifier at indentation level 16 not at correct indentation, 4 133
Warnings Missing a Javadoc comment. 133
Warnings 'static' modifier out of order with the JLS suggestions. 133
Warnings Name 'Class' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 133
Warnings Line is longer than 80 characters. 134
Warnings member def modifier at indentation level 16 not at correct indentation, 4 134
Warnings Missing a Javadoc comment. 134
Warnings 'static' modifier out of order with the JLS suggestions. 134
Warnings Name 'Delegate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 134
Warnings Line is longer than 80 characters. 135
Warnings member def modifier at indentation level 16 not at correct indentation, 4 135
Warnings Missing a Javadoc comment. 135
Warnings 'static' modifier out of order with the JLS suggestions. 135
Warnings Name 'Enum' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 135
Warnings Line is longer than 80 characters. 136
Warnings member def modifier at indentation level 16 not at correct indentation, 4 136
Warnings Missing a Javadoc comment. 136
Warnings 'static' modifier out of order with the JLS suggestions. 136
Warnings Name 'Interface' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 136
Warnings Line is longer than 80 characters. 137
Warnings member def modifier at indentation level 16 not at correct indentation, 4 137
Warnings Missing a Javadoc comment. 137
Warnings 'static' modifier out of order with the JLS suggestions. 137
Warnings Name 'Struct' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 137
Warnings Line is longer than 80 characters. 138
Warnings member def modifier at indentation level 16 not at correct indentation, 4 138
Warnings Missing a Javadoc comment. 138
Warnings 'static' modifier out of order with the JLS suggestions. 138
Warnings Name 'As' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 138
Warnings Line is longer than 80 characters. 139
Warnings member def modifier at indentation level 16 not at correct indentation, 4 139
Warnings Missing a Javadoc comment. 139
Warnings 'static' modifier out of order with the JLS suggestions. 139
Warnings Name 'Base' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 139
Warnings Line is longer than 80 characters. 140
Warnings member def modifier at indentation level 16 not at correct indentation, 4 140
Warnings Missing a Javadoc comment. 140
Warnings 'static' modifier out of order with the JLS suggestions. 140
Warnings Name 'Break' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 140
Warnings Line is longer than 80 characters. 142
Warnings member def modifier at indentation level 16 not at correct indentation, 4 142
Warnings Missing a Javadoc comment. 142
Warnings 'static' modifier out of order with the JLS suggestions. 142
Warnings Name 'LCurly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 142
Warnings 'cast' is not followed by whitespace. 142
Warnings Line is longer than 80 characters. 143
Warnings member def modifier at indentation level 16 not at correct indentation, 4 143
Warnings Missing a Javadoc comment. 143
Warnings 'static' modifier out of order with the JLS suggestions. 143
Warnings Name 'BOr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 143
Warnings 'cast' is not followed by whitespace. 143
Warnings Line is longer than 80 characters. 144
Warnings member def modifier at indentation level 16 not at correct indentation, 4 144
Warnings Missing a Javadoc comment. 144
Warnings 'static' modifier out of order with the JLS suggestions. 144
Warnings Name 'RCurly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 144
Warnings 'cast' is not followed by whitespace. 144
Warnings Line is longer than 80 characters. 145
Warnings member def modifier at indentation level 16 not at correct indentation, 4 145
Warnings Missing a Javadoc comment. 145
Warnings 'static' modifier out of order with the JLS suggestions. 145
Warnings Name 'Tilde' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 145
Warnings 'cast' is not followed by whitespace. 145
Warnings Line is longer than 80 characters. 147
Warnings member def modifier at indentation level 16 not at correct indentation, 4 147
Warnings Missing a Javadoc comment. 147
Warnings 'static' modifier out of order with the JLS suggestions. 147
Warnings Name 'Catch' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 147
Warnings Line is longer than 80 characters. 148
Warnings member def modifier at indentation level 16 not at correct indentation, 4 148
Warnings Missing a Javadoc comment. 148
Warnings 'static' modifier out of order with the JLS suggestions. 148
Warnings Name 'Continue' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 148
Warnings Line is longer than 80 characters. 149
Warnings member def modifier at indentation level 16 not at correct indentation, 4 149
Warnings Missing a Javadoc comment. 149
Warnings 'static' modifier out of order with the JLS suggestions. 149
Warnings Name 'Case' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 149
Warnings Line is longer than 80 characters. 150
Warnings member def modifier at indentation level 16 not at correct indentation, 4 150
Warnings Missing a Javadoc comment. 150
Warnings 'static' modifier out of order with the JLS suggestions. 150
Warnings Name 'Do' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 150
Warnings Line is longer than 80 characters. 151
Warnings member def modifier at indentation level 16 not at correct indentation, 4 151
Warnings Missing a Javadoc comment. 151
Warnings 'static' modifier out of order with the JLS suggestions. 151
Warnings Name 'Default' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 151
Warnings Line is longer than 80 characters. 152
Warnings member def modifier at indentation level 16 not at correct indentation, 4 152
Warnings Missing a Javadoc comment. 152
Warnings 'static' modifier out of order with the JLS suggestions. 152
Warnings Name 'Else' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 152
Warnings Line is longer than 80 characters. 153
Warnings member def modifier at indentation level 16 not at correct indentation, 4 153
Warnings Missing a Javadoc comment. 153
Warnings 'static' modifier out of order with the JLS suggestions. 153
Warnings Name 'For' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 153
Warnings Line is longer than 80 characters. 154
Warnings member def modifier at indentation level 16 not at correct indentation, 4 154
Warnings Missing a Javadoc comment. 154
Warnings 'static' modifier out of order with the JLS suggestions. 154
Warnings Name 'Foreach' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 154
Warnings Line is longer than 80 characters. 155
Warnings member def modifier at indentation level 16 not at correct indentation, 4 155
Warnings Missing a Javadoc comment. 155
Warnings 'static' modifier out of order with the JLS suggestions. 155
Warnings Name 'Finally' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 155
Warnings Line is longer than 80 characters. 156
Warnings member def modifier at indentation level 16 not at correct indentation, 4 156
Warnings Missing a Javadoc comment. 156
Warnings 'static' modifier out of order with the JLS suggestions. 156
Warnings Name 'Fixed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 156
Warnings Line is longer than 80 characters. 157
Warnings member def modifier at indentation level 16 not at correct indentation, 4 157
Warnings Missing a Javadoc comment. 157
Warnings 'static' modifier out of order with the JLS suggestions. 157
Warnings Name 'Goto' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 157
Warnings Line is longer than 80 characters. 158
Warnings member def modifier at indentation level 16 not at correct indentation, 4 158
Warnings Missing a Javadoc comment. 158
Warnings 'static' modifier out of order with the JLS suggestions. 158
Warnings Name 'If' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 158
Warnings Line is longer than 80 characters. 159
Warnings member def modifier at indentation level 16 not at correct indentation, 4 159
Warnings Missing a Javadoc comment. 159
Warnings 'static' modifier out of order with the JLS suggestions. 159
Warnings Name 'In' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 159
Warnings Line is longer than 80 characters. 160
Warnings member def modifier at indentation level 16 not at correct indentation, 4 160
Warnings Missing a Javadoc comment. 160
Warnings 'static' modifier out of order with the JLS suggestions. 160
Warnings Name 'Is' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 160
Warnings Line is longer than 80 characters. 161
Warnings member def modifier at indentation level 16 not at correct indentation, 4 161
Warnings Missing a Javadoc comment. 161
Warnings 'static' modifier out of order with the JLS suggestions. 161
Warnings Name 'Lock' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 161
Warnings Line is longer than 80 characters. 162
Warnings member def modifier at indentation level 16 not at correct indentation, 4 162
Warnings Missing a Javadoc comment. 162
Warnings 'static' modifier out of order with the JLS suggestions. 162
Warnings Name 'Return' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 162
Warnings Line is longer than 80 characters. 163
Warnings member def modifier at indentation level 16 not at correct indentation, 4 163
Warnings Missing a Javadoc comment. 163
Warnings 'static' modifier out of order with the JLS suggestions. 163
Warnings Name 'Stackalloc' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 163
Warnings Line is longer than 80 characters. 164
Warnings member def modifier at indentation level 16 not at correct indentation, 4 164
Warnings Missing a Javadoc comment. 164
Warnings 'static' modifier out of order with the JLS suggestions. 164
Warnings Name 'Switch' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 164
Warnings Line is longer than 80 characters. 165
Warnings member def modifier at indentation level 16 not at correct indentation, 4 165
Warnings Missing a Javadoc comment. 165
Warnings 'static' modifier out of order with the JLS suggestions. 165
Warnings Name 'Sizeof' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 165
Warnings Line is longer than 80 characters. 166
Warnings member def modifier at indentation level 16 not at correct indentation, 4 166
Warnings Missing a Javadoc comment. 166
Warnings 'static' modifier out of order with the JLS suggestions. 166
Warnings Name 'Throw' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 166
Warnings Line is longer than 80 characters. 167
Warnings member def modifier at indentation level 16 not at correct indentation, 4 167
Warnings Missing a Javadoc comment. 167
Warnings 'static' modifier out of order with the JLS suggestions. 167
Warnings Name 'Try' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 167
Warnings Line is longer than 80 characters. 168
Warnings member def modifier at indentation level 16 not at correct indentation, 4 168
Warnings Missing a Javadoc comment. 168
Warnings 'static' modifier out of order with the JLS suggestions. 168
Warnings Name 'Typeof' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 168
Warnings Line is longer than 80 characters. 169
Warnings member def modifier at indentation level 16 not at correct indentation, 4 169
Warnings Missing a Javadoc comment. 169
Warnings 'static' modifier out of order with the JLS suggestions. 169
Warnings Name 'This' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 169
Warnings Line is longer than 80 characters. 170
Warnings member def modifier at indentation level 16 not at correct indentation, 4 170
Warnings Missing a Javadoc comment. 170
Warnings 'static' modifier out of order with the JLS suggestions. 170
Warnings Name 'Void' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 170
Warnings Line is longer than 80 characters. 171
Warnings member def modifier at indentation level 16 not at correct indentation, 4 171
Warnings Missing a Javadoc comment. 171
Warnings 'static' modifier out of order with the JLS suggestions. 171
Warnings Name 'While' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 171
Warnings Line is longer than 80 characters. 172
Warnings member def modifier at indentation level 16 not at correct indentation, 4 172
Warnings Missing a Javadoc comment. 172
Warnings 'static' modifier out of order with the JLS suggestions. 172
Warnings Name 'Checked' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 172
Warnings Line is longer than 80 characters. 173
Warnings member def modifier at indentation level 16 not at correct indentation, 4 173
Warnings Missing a Javadoc comment. 173
Warnings 'static' modifier out of order with the JLS suggestions. 173
Warnings Name 'Event' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 173
Warnings Line is longer than 80 characters. 174
Warnings member def modifier at indentation level 16 not at correct indentation, 4 174
Warnings Missing a Javadoc comment. 174
Warnings 'static' modifier out of order with the JLS suggestions. 174
Warnings Name 'Namespace' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 174
Warnings Line is longer than 80 characters. 175
Warnings member def modifier at indentation level 16 not at correct indentation, 4 175
Warnings Missing a Javadoc comment. 175
Warnings 'static' modifier out of order with the JLS suggestions. 175
Warnings Name 'Operator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 175
Warnings Line is longer than 80 characters. 176
Warnings member def modifier at indentation level 16 not at correct indentation, 4 176
Warnings Missing a Javadoc comment. 176
Warnings 'static' modifier out of order with the JLS suggestions. 176
Warnings Name 'Params' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 176
Warnings Line is longer than 80 characters. 177
Warnings member def modifier at indentation level 16 not at correct indentation, 4 177
Warnings Missing a Javadoc comment. 177
Warnings 'static' modifier out of order with the JLS suggestions. 177
Warnings Name 'Unsafe' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 177
Warnings Line is longer than 80 characters. 178
Warnings member def modifier at indentation level 16 not at correct indentation, 4 178
Warnings Missing a Javadoc comment. 178
Warnings 'static' modifier out of order with the JLS suggestions. 178
Warnings Name 'Unchecked' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 178
Warnings Line is longer than 80 characters. 179
Warnings member def modifier at indentation level 16 not at correct indentation, 4 179
Warnings Missing a Javadoc comment. 179
Warnings 'static' modifier out of order with the JLS suggestions. 179
Warnings Name 'Using' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 179
Warnings Line is longer than 80 characters. 183
Warnings member def modifier at indentation level 16 not at correct indentation, 4 183
Warnings Missing a Javadoc comment. 183
Warnings 'static' modifier out of order with the JLS suggestions. 183
Warnings Name 'Assembly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 183
Warnings Line is longer than 80 characters. 184
Warnings member def modifier at indentation level 16 not at correct indentation, 4 184
Warnings Missing a Javadoc comment. 184
Warnings 'static' modifier out of order with the JLS suggestions. 184
Warnings Name 'Property' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 184
Warnings Line is longer than 80 characters. 185
Warnings member def modifier at indentation level 16 not at correct indentation, 4 185
Warnings Missing a Javadoc comment. 185
Warnings 'static' modifier out of order with the JLS suggestions. 185
Warnings Name 'Method' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 185
Warnings Line is longer than 80 characters. 186
Warnings member def modifier at indentation level 16 not at correct indentation, 4 186
Warnings Missing a Javadoc comment. 186
Warnings 'static' modifier out of order with the JLS suggestions. 186
Warnings Name 'Field' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 186
Warnings Line is longer than 80 characters. 187
Warnings member def modifier at indentation level 16 not at correct indentation, 4 187
Warnings Missing a Javadoc comment. 187
Warnings 'static' modifier out of order with the JLS suggestions. 187
Warnings Name 'Param' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 187
Warnings Line is longer than 80 characters. 188
Warnings member def modifier at indentation level 16 not at correct indentation, 4 188
Warnings Missing a Javadoc comment. 188
Warnings 'static' modifier out of order with the JLS suggestions. 188
Warnings Name 'Type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 188
Warnings Line is longer than 80 characters. 190
Warnings member def modifier at indentation level 16 not at correct indentation, 4 190
Warnings Missing a Javadoc comment. 190
Warnings 'static' modifier out of order with the JLS suggestions. 190
Warnings Name 'PpDefine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 190
Warnings Line is longer than 80 characters. 191
Warnings member def modifier at indentation level 16 not at correct indentation, 4 191
Warnings Missing a Javadoc comment. 191
Warnings 'static' modifier out of order with the JLS suggestions. 191
Warnings Name 'PpUndefine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 191
Warnings Line is longer than 80 characters. 192
Warnings member def modifier at indentation level 16 not at correct indentation, 4 192
Warnings Missing a Javadoc comment. 192
Warnings 'static' modifier out of order with the JLS suggestions. 192
Warnings Name 'PpIf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 192
Warnings Line is longer than 80 characters. 193
Warnings member def modifier at indentation level 16 not at correct indentation, 4 193
Warnings Missing a Javadoc comment. 193
Warnings 'static' modifier out of order with the JLS suggestions. 193
Warnings Name 'PpElif' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 193
Warnings Line is longer than 80 characters. 194
Warnings member def modifier at indentation level 16 not at correct indentation, 4 194
Warnings Missing a Javadoc comment. 194
Warnings 'static' modifier out of order with the JLS suggestions. 194
Warnings Name 'PpElse' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 194
Warnings Line is longer than 80 characters. 195
Warnings member def modifier at indentation level 16 not at correct indentation, 4 195
Warnings Missing a Javadoc comment. 195
Warnings 'static' modifier out of order with the JLS suggestions. 195
Warnings Name 'PpEndif' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 195
Warnings Line is longer than 80 characters. 196
Warnings member def modifier at indentation level 16 not at correct indentation, 4 196
Warnings Missing a Javadoc comment. 196
Warnings 'static' modifier out of order with the JLS suggestions. 196
Warnings Name 'PpLine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 196
Warnings Line is longer than 80 characters. 197
Warnings member def modifier at indentation level 16 not at correct indentation, 4 197
Warnings Missing a Javadoc comment. 197
Warnings 'static' modifier out of order with the JLS suggestions. 197
Warnings Name 'PpError' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 197
Warnings Line is longer than 80 characters. 198
Warnings member def modifier at indentation level 16 not at correct indentation, 4 198
Warnings Missing a Javadoc comment. 198
Warnings 'static' modifier out of order with the JLS suggestions. 198
Warnings Name 'PpWarning' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 198
Warnings Line is longer than 80 characters. 199
Warnings member def modifier at indentation level 16 not at correct indentation, 4 199
Warnings Missing a Javadoc comment. 199
Warnings 'static' modifier out of order with the JLS suggestions. 199
Warnings Name 'PpRegion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 199
Warnings Line is longer than 80 characters. 200
Warnings member def modifier at indentation level 16 not at correct indentation, 4 200
Warnings Missing a Javadoc comment. 200
Warnings 'static' modifier out of order with the JLS suggestions. 200
Warnings Name 'PpEndregion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 200
Warnings Line is longer than 80 characters. 201
Warnings member def modifier at indentation level 16 not at correct indentation, 4 201
Warnings Missing a Javadoc comment. 201
Warnings 'static' modifier out of order with the JLS suggestions. 201
Warnings Name 'PpPragma' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 201
Warnings Line is longer than 80 characters. 203
Warnings member def modifier at indentation level 16 not at correct indentation, 4 203
Warnings Missing a Javadoc comment. 203
Warnings 'static' modifier out of order with the JLS suggestions. 203
Warnings Name 'Eof' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 203
Warnings Line is longer than 80 characters. 204
Warnings member def modifier at indentation level 16 not at correct indentation, 4 204
Warnings Missing a Javadoc comment. 204
Warnings 'static' modifier out of order with the JLS suggestions. 204
Warnings Name 'Invalid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 204
Warnings method def modifier at indentation level 8 not at correct indentation, 4 208
Warnings '{' is not preceded with whitespace. 208
Warnings method def child at indentation level 12 not at correct indentation, 8 209
Warnings '=' is not preceded with whitespace. 209
Warnings '=' is not followed by whitespace. 209
Warnings switch at indentation level 12 not at correct indentation, 8 210
Warnings '{' is not preceded with whitespace. 210
Warnings case child at indentation level 16 not at correct indentation, 8 211
Warnings block child at indentation level 20 not at correct indentation, 12 212
Warnings '=' is not preceded with whitespace. 212
Warnings block child at indentation level 20 not at correct indentation, 12 213
Warnings case child at indentation level 16 not at correct indentation, 8 214
Warnings block child at indentation level 20 not at correct indentation, 12 215
Warnings '=' is not preceded with whitespace. 215
Warnings block child at indentation level 20 not at correct indentation, 12 216
Warnings case child at indentation level 16 not at correct indentation, 8 217
Warnings block child at indentation level 20 not at correct indentation, 12 218
Warnings '=' is not preceded with whitespace. 218
Warnings block child at indentation level 20 not at correct indentation, 12 219
Warnings case child at indentation level 16 not at correct indentation, 8 220
Warnings block child at indentation level 20 not at correct indentation, 12 221
Warnings '=' is not preceded with whitespace. 221
Warnings block child at indentation level 20 not at correct indentation, 12 222
Warnings case child at indentation level 16 not at correct indentation, 8 223
Warnings block child at indentation level 20 not at correct indentation, 12 224
Warnings '=' is not preceded with whitespace. 224
Warnings block child at indentation level 20 not at correct indentation, 12 225
Warnings case child at indentation level 16 not at correct indentation, 8 226
Warnings block child at indentation level 20 not at correct indentation, 12 227
Warnings '=' is not preceded with whitespace. 227
Warnings block child at indentation level 20 not at correct indentation, 12 228
Warnings case child at indentation level 16 not at correct indentation, 8 229
Warnings block child at indentation level 20 not at correct indentation, 12 230
Warnings '=' is not preceded with whitespace. 230
Warnings block child at indentation level 20 not at correct indentation, 12 231
Warnings case child at indentation level 16 not at correct indentation, 8 232
Warnings block child at indentation level 20 not at correct indentation, 12 233
Warnings '=' is not preceded with whitespace. 233
Warnings block child at indentation level 20 not at correct indentation, 12 234
Warnings case child at indentation level 16 not at correct indentation, 8 235
Warnings block child at indentation level 20 not at correct indentation, 12 236
Warnings '=' is not preceded with whitespace. 236
Warnings block child at indentation level 20 not at correct indentation, 12 237
Warnings case child at indentation level 16 not at correct indentation, 8 238
Warnings block child at indentation level 20 not at correct indentation, 12 239
Warnings '=' is not preceded with whitespace. 239
Warnings block child at indentation level 20 not at correct indentation, 12 240
Warnings case child at indentation level 16 not at correct indentation, 8 241
Warnings block child at indentation level 20 not at correct indentation, 12 242
Warnings '=' is not preceded with whitespace. 242
Warnings block child at indentation level 20 not at correct indentation, 12 243
Warnings case child at indentation level 16 not at correct indentation, 8 244
Warnings block child at indentation level 20 not at correct indentation, 12 245
Warnings '=' is not preceded with whitespace. 245
Warnings block child at indentation level 20 not at correct indentation, 12 246
Warnings case child at indentation level 16 not at correct indentation, 8 247
Warnings block child at indentation level 20 not at correct indentation, 12 248
Warnings '=' is not preceded with whitespace. 248
Warnings block child at indentation level 20 not at correct indentation, 12 249
Warnings case child at indentation level 16 not at correct indentation, 8 250
Warnings block child at indentation level 20 not at correct indentation, 12 251
Warnings '=' is not preceded with whitespace. 251
Warnings block child at indentation level 20 not at correct indentation, 12 252
Warnings case child at indentation level 16 not at correct indentation, 8 253
Warnings block child at indentation level 20 not at correct indentation, 12 254
Warnings '=' is not preceded with whitespace. 254
Warnings block child at indentation level 20 not at correct indentation, 12 255
Warnings case child at indentation level 16 not at correct indentation, 8 256
Warnings block child at indentation level 20 not at correct indentation, 12 257
Warnings '=' is not preceded with whitespace. 257
Warnings block child at indentation level 20 not at correct indentation, 12 258
Warnings case child at indentation level 16 not at correct indentation, 8 259
Warnings block child at indentation level 20 not at correct indentation, 12 260
Warnings '=' is not preceded with whitespace. 260
Warnings block child at indentation level 20 not at correct indentation, 12 261
Warnings case child at indentation level 16 not at correct indentation, 8 262
Warnings block child at indentation level 20 not at correct indentation, 12 263
Warnings '=' is not preceded with whitespace. 263
Warnings block child at indentation level 20 not at correct indentation, 12 264
Warnings case child at indentation level 16 not at correct indentation, 8 265
Warnings block child at indentation level 20 not at correct indentation, 12 266
Warnings '=' is not preceded with whitespace. 266
Warnings block child at indentation level 20 not at correct indentation, 12 267
Warnings case child at indentation level 16 not at correct indentation, 8 268
Warnings block child at indentation level 20 not at correct indentation, 12 269
Warnings '=' is not preceded with whitespace. 269
Warnings block child at indentation level 20 not at correct indentation, 12 270
Warnings case child at indentation level 16 not at correct indentation, 8 271
Warnings block child at indentation level 20 not at correct indentation, 12 272
Warnings switch rcurly at indentation level 12 not at correct indentation, 8 273
Warnings method def child at indentation level 12 not at correct indentation, 8 275
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 276
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 278

org/argouml/language/csharp/importer/csparser/interfaces/IMemberAccessible.java

Violation Message Line
Warnings interface def lcurly at indentation level 8 not at correct indentation, 0 11
Warnings interface def rcurly at indentation level 8 not at correct indentation, 0 12
Warnings interface def lcurly at indentation level 8 not at correct indentation, 0 11
Warnings interface def rcurly at indentation level 8 not at correct indentation, 0 12

org/argouml/language/csharp/importer/csparser/interfaces/ISourceCode.java

Violation Message Line
Warnings interface def lcurly at indentation level 8 not at correct indentation, 0 11
Warnings Line is longer than 80 characters. 15
Warnings method def return type at indentation level 16 not at correct indentation, 4 16
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings interface def rcurly at indentation level 8 not at correct indentation, 0 17
Warnings interface def lcurly at indentation level 8 not at correct indentation, 0 11
Warnings Line is longer than 80 characters. 15
Warnings method def return type at indentation level 16 not at correct indentation, 4 16
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings interface def rcurly at indentation level 8 not at correct indentation, 0 17

org/argouml/language/csharp/importer/csparser/interfaces/IType.java

Violation Message Line
Warnings interface def lcurly at indentation level 4 not at correct indentation, 0 14
Warnings member def modifier at indentation level 8 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'rankSpecifiers' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 15
Warnings '=' is not followed by whitespace. 15
Warnings method def return type at indentation level 8 not at correct indentation, 4 17
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Warnings interface def rcurly at indentation level 4 not at correct indentation, 0 18
Warnings interface def lcurly at indentation level 4 not at correct indentation, 0 14
Warnings member def modifier at indentation level 8 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'rankSpecifiers' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 15
Warnings '=' is not followed by whitespace. 15
Warnings method def return type at indentation level 8 not at correct indentation, 4 17
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Warnings interface def rcurly at indentation level 4 not at correct indentation, 0 18

org/argouml/language/csharp/importer/csparser/main/FeatureNotSupportedException.java

Violation Message Line
Warnings '{' is not preceded with whitespace. 8
Warnings '{' is not preceded with whitespace. 8

org/argouml/language/csharp/importer/csparser/main/Lexer.java

Violation Message Line
Warnings Line is longer than 80 characters. 20
Warnings Missing a Javadoc comment. 20
Warnings Variable 'keywords' must be private and have accessor methods. 20
Warnings Missing a Javadoc comment. 21
Warnings Variable 'c' must be private and have accessor methods. 21
Warnings Missing a Javadoc comment. 22
Warnings Variable 'curLine' must be private and have accessor methods. 22
Warnings Missing a Javadoc comment. 23
Warnings Variable 'tokens' must be private and have accessor methods. 23
Warnings Missing a Javadoc comment. 24
Warnings Variable 'src' must be private and have accessor methods. 24
Warnings Missing a Javadoc comment. 25
Warnings Name 'StringLiterals' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 25
Warnings Variable 'StringLiterals' must be private and have accessor methods. 25
Warnings Missing a Javadoc comment. 27
Warnings Variable 'brokenInnerLoop' must be private and have accessor methods. 27
Warnings Missing a Javadoc comment. 28
Warnings Variable 'brokenInnerLoop1' must be private and have accessor methods. 28
Warnings Missing a Javadoc comment. 29
Warnings Variable 'brokenInnerLoop2' must be private and have accessor methods. 29
Warnings Missing a Javadoc comment. 31
Warnings Variable 'file' must be private and have accessor methods. 31
Warnings Line is longer than 80 characters. 33
Warnings '=' is not preceded with whitespace. 40
Warnings '=' is not followed by whitespace. 40
Warnings Line is longer than 80 characters. 44
Warnings '=' is not preceded with whitespace. 146
Warnings '=' is not followed by whitespace. 146
Warnings '+' is not preceded with whitespace. 146
Warnings '+' is not followed by whitespace. 146
Warnings Empty if block. 155
Warnings Empty if block. 184
Warnings Line is longer than 80 characters. 197
Warnings Method length is 855 lines (max allowed is 150). 197
Warnings label child at indentation level 8 not at correct indentation, 4 204
Warnings case child at indentation level 16 not at correct indentation, 12 207
Warnings block child at indentation level 20 not at correct indentation, 16 208
Warnings block rcurly at indentation level 16 not at correct indentation, 12 209
Warnings case child at indentation level 16 not at correct indentation, 12 211
Warnings block child at indentation level 20 not at correct indentation, 16 213
Warnings while at indentation level 20 not at correct indentation, 16 214
Warnings while child at indentation level 24 not at correct indentation, 20 215
Warnings while rcurly at indentation level 20 not at correct indentation, 16 216
Warnings block child at indentation level 20 not at correct indentation, 16 217
Warnings block rcurly at indentation level 16 not at correct indentation, 12 218
Warnings case child at indentation level 16 not at correct indentation, 12 219
Warnings block child at indentation level 20 not at correct indentation, 16 221
Warnings while at indentation level 20 not at correct indentation, 16 222
Warnings while child at indentation level 24 not at correct indentation, 20 223
Warnings while rcurly at indentation level 20 not at correct indentation, 16 224
Warnings '}' is not followed by whitespace. 224
Warnings block child at indentation level 20 not at correct indentation, 16 225
Warnings block rcurly at indentation level 16 not at correct indentation, 12 226
Warnings case child at indentation level 16 not at correct indentation, 12 227
Warnings block child at indentation level 20 not at correct indentation, 16 228
Warnings 'if' construct must use '{}'s. 229
Warnings if at indentation level 20 not at correct indentation, 16 229
Warnings block child at indentation level 20 not at correct indentation, 16 231
Warnings block child at indentation level 20 not at correct indentation, 16 232
Warnings block child at indentation level 20 not at correct indentation, 16 233
Warnings block rcurly at indentation level 16 not at correct indentation, 12 234
Warnings case child at indentation level 16 not at correct indentation, 12 235
Warnings block child at indentation level 20 not at correct indentation, 16 236
Warnings block child at indentation level 20 not at correct indentation, 16 237
Warnings block child at indentation level 20 not at correct indentation, 16 238
Warnings block child at indentation level 20 not at correct indentation, 16 239
Warnings block rcurly at indentation level 16 not at correct indentation, 12 240
Warnings case child at indentation level 16 not at correct indentation, 12 242
Warnings case child at indentation level 16 not at correct indentation, 12 243
Warnings case child at indentation level 16 not at correct indentation, 12 244
Warnings block child at indentation level 20 not at correct indentation, 16 245
Warnings if at indentation level 20 not at correct indentation, 16 246
Warnings if child at indentation level 24 not at correct indentation, 20 247
Warnings if child at indentation level 24 not at correct indentation, 20 248
Warnings if rcurly at indentation level 20 not at correct indentation, 16 249
Warnings block child at indentation level 20 not at correct indentation, 16 250
Warnings block child at indentation level 20 not at correct indentation, 16 251
Warnings block child at indentation level 20 not at correct indentation, 16 252
Warnings block child at indentation level 20 not at correct indentation, 16 253
Warnings while at indentation level 20 not at correct indentation, 16 254
Warnings Line is longer than 80 characters. 255
Warnings if at indentation level 24 not at correct indentation, 20 255
Warnings if lcurly at indentation level 24 not at correct indentation, 20 256
Warnings if child at indentation level 28 not at correct indentation, 24 257
Warnings switch at indentation level 28 not at correct indentation, 24 258
Warnings case child at indentation level 32 not at correct indentation, 24 260
Warnings block child at indentation level 36 not at correct indentation, 28 261
Warnings block child at indentation level 36 not at correct indentation, 28 262
Warnings block rcurly at indentation level 32 not at correct indentation, 24 263
Warnings case child at indentation level 32 not at correct indentation, 24 264
Warnings block child at indentation level 36 not at correct indentation, 28 265
Warnings block child at indentation level 36 not at correct indentation, 28 266
Warnings block child at indentation level 36 not at correct indentation, 28 267
Warnings block rcurly at indentation level 32 not at correct indentation, 24 268
Warnings case child at indentation level 32 not at correct indentation, 24 274
Warnings block child at indentation level 36 not at correct indentation, 28 275
Warnings block child at indentation level 36 not at correct indentation, 28 276
Warnings block child at indentation level 36 not at correct indentation, 28 277
Warnings block rcurly at indentation level 32 not at correct indentation, 24 278
Warnings case child at indentation level 32 not at correct indentation, 24 279
Warnings block child at indentation level 36 not at correct indentation, 28 280
Warnings block child at indentation level 36 not at correct indentation, 28 281
Warnings block child at indentation level 36 not at correct indentation, 28 282
Warnings block rcurly at indentation level 32 not at correct indentation, 24 283
Warnings case child at indentation level 32 not at correct indentation, 24 284
Warnings block child at indentation level 36 not at correct indentation, 28 285
Warnings block child at indentation level 36 not at correct indentation, 28 286
Warnings block child at indentation level 36 not at correct indentation, 28 287
Warnings block rcurly at indentation level 32 not at correct indentation, 24 288
Warnings case child at indentation level 32 not at correct indentation, 24 289
Warnings block child at indentation level 36 not at correct indentation, 28 290
Warnings block child at indentation level 36 not at correct indentation, 28 291
Warnings block child at indentation level 36 not at correct indentation, 28 292
Warnings block rcurly at indentation level 32 not at correct indentation, 24 293
Warnings case child at indentation level 32 not at correct indentation, 24 294
Warnings block child at indentation level 36 not at correct indentation, 28 295
Warnings block child at indentation level 36 not at correct indentation, 28 296
Warnings block child at indentation level 36 not at correct indentation, 28 297
Warnings block rcurly at indentation level 32 not at correct indentation, 24 298
Warnings case child at indentation level 32 not at correct indentation, 24 304
Warnings block child at indentation level 36 not at correct indentation, 28 305
Warnings block child at indentation level 36 not at correct indentation, 28 306
Warnings block child at indentation level 36 not at correct indentation, 28 307
Warnings block rcurly at indentation level 32 not at correct indentation, 24 308
Warnings case child at indentation level 32 not at correct indentation, 24 309
Warnings block child at indentation level 36 not at correct indentation, 28 310
Warnings block child at indentation level 36 not at correct indentation, 28 311
Warnings block child at indentation level 36 not at correct indentation, 28 312
Warnings block rcurly at indentation level 32 not at correct indentation, 24 313
Warnings case child at indentation level 32 not at correct indentation, 24 314
Warnings Line is longer than 80 characters. 315
Warnings block child at indentation level 36 not at correct indentation, 28 316
Warnings block child at indentation level 36 not at correct indentation, 28 317
Warnings block child at indentation level 36 not at correct indentation, 28 318
Warnings block rcurly at indentation level 32 not at correct indentation, 24 319
Warnings case child at indentation level 32 not at correct indentation, 24 320
Warnings block child at indentation level 36 not at correct indentation, 28 321
Warnings block child at indentation level 36 not at correct indentation, 28 322
Warnings block rcurly at indentation level 32 not at correct indentation, 24 323
Warnings switch rcurly at indentation level 28 not at correct indentation, 24 324
Warnings if rcurly at indentation level 24 not at correct indentation, 20 325
Warnings if child at indentation level 28 not at correct indentation, 24 326
Warnings Line is longer than 80 characters. 327
Warnings if at indentation level 28 not at correct indentation, 24 328
Warnings if lcurly at indentation level 28 not at correct indentation, 24 329
Warnings if child at indentation level 32 not at correct indentation, 28 330
Warnings if child at indentation level 32 not at correct indentation, 28 331
Warnings if rcurly at indentation level 28 not at correct indentation, 24 332
Warnings if child at indentation level 32 not at correct indentation, 28 333
Warnings if rcurly at indentation level 28 not at correct indentation, 24 334
Warnings else child at indentation level 32 not at correct indentation, 28 335
Warnings else rcurly at indentation level 28 not at correct indentation, 24 336
Warnings if rcurly at indentation level 24 not at correct indentation, 20 337
Warnings else lcurly at indentation level 24 not at correct indentation, 20 338
Warnings if at indentation level 28 not at correct indentation, 24 339
Warnings if child at indentation level 32 not at correct indentation, 28 340
Warnings if rcurly at indentation level 28 not at correct indentation, 24 341
Warnings else child at indentation level 28 not at correct indentation, 24 342
Warnings else child at indentation level 28 not at correct indentation, 24 343
Warnings else rcurly at indentation level 24 not at correct indentation, 20 344
Warnings if at indentation level 24 not at correct indentation, 20 346
Warnings if child at indentation level 28 not at correct indentation, 24 347
Warnings if child at indentation level 28 not at correct indentation, 24 348
Warnings if child at indentation level 28 not at correct indentation, 24 349
Warnings if rcurly at indentation level 24 not at correct indentation, 20 350
Warnings while rcurly at indentation level 20 not at correct indentation, 16 351
Warnings if at indentation level 20 not at correct indentation, 16 352
Warnings if child at indentation level 24 not at correct indentation, 20 353
Warnings if child at indentation level 24 not at correct indentation, 20 354
Warnings if child at indentation level 24 not at correct indentation, 20 355
Warnings if rcurly at indentation level 20 not at correct indentation, 16 356
Warnings if at indentation level 20 not at correct indentation, 16 358
Warnings if at indentation level 24 not at correct indentation, 20 359
Warnings if child at indentation level 28 not at correct indentation, 24 360
Warnings if rcurly at indentation level 24 not at correct indentation, 20 361
Warnings if child at indentation level 24 not at correct indentation, 20 363
Warnings if child at indentation level 24 not at correct indentation, 20 364
Warnings 'if' construct must use '{}'s. 365
Warnings if at indentation level 24 not at correct indentation, 20 365
Warnings 'else' construct must use '{}'s. 367
Warnings else at indentation level 24 not at correct indentation, 20 367
Warnings if rcurly at indentation level 20 not at correct indentation, 16 369
Warnings block child at indentation level 20 not at correct indentation, 16 370
Warnings block rcurly at indentation level 16 not at correct indentation, 12 371
Warnings case child at indentation level 16 not at correct indentation, 12 373
Warnings block child at indentation level 20 not at correct indentation, 16 374
Warnings if at indentation level 20 not at correct indentation, 16 375
Warnings if child at indentation level 24 not at correct indentation, 20 376
Warnings if child at indentation level 24 not at correct indentation, 20 377
Warnings if rcurly at indentation level 20 not at correct indentation, 16 378
Warnings else child at indentation level 24 not at correct indentation, 20 379
Warnings else rcurly at indentation level 20 not at correct indentation, 16 380
Warnings block child at indentation level 20 not at correct indentation, 16 381
Warnings block rcurly at indentation level 16 not at correct indentation, 12 382
Warnings case child at indentation level 16 not at correct indentation, 12 383
Warnings block child at indentation level 20 not at correct indentation, 16 385
Warnings block child at indentation level 20 not at correct indentation, 16 386
Warnings block child at indentation level 20 not at correct indentation, 16 387
Warnings block rcurly at indentation level 16 not at correct indentation, 12 388
Warnings case child at indentation level 16 not at correct indentation, 12 389
Warnings Line is longer than 80 characters. 390
Warnings block child at indentation level 20 not at correct indentation, 16 390
Warnings block child at indentation level 20 not at correct indentation, 16 391
Warnings block child at indentation level 20 not at correct indentation, 16 392
Warnings block rcurly at indentation level 16 not at correct indentation, 12 393
Warnings case child at indentation level 16 not at correct indentation, 12 394
Warnings block child at indentation level 20 not at correct indentation, 16 395
Warnings if at indentation level 20 not at correct indentation, 16 396
Warnings if child at indentation level 24 not at correct indentation, 20 397
Warnings if child at indentation level 24 not at correct indentation, 20 398
Warnings if rcurly at indentation level 20 not at correct indentation, 16 399
Warnings else child at indentation level 24 not at correct indentation, 20 400
Warnings else rcurly at indentation level 20 not at correct indentation, 16 401
Warnings block child at indentation level 20 not at correct indentation, 16 402
Warnings block rcurly at indentation level 16 not at correct indentation, 12 403
Warnings case child at indentation level 16 not at correct indentation, 12 404
Warnings block child at indentation level 20 not at correct indentation, 16 405
Warnings if at indentation level 20 not at correct indentation, 16 406
Warnings if child at indentation level 24 not at correct indentation, 20 407
Warnings if child at indentation level 24 not at correct indentation, 20 408
Warnings if rcurly at indentation level 20 not at correct indentation, 16 409
Warnings if child at indentation level 24 not at correct indentation, 20 410
Warnings if child at indentation level 24 not at correct indentation, 20 411
Warnings if rcurly at indentation level 20 not at correct indentation, 16 412
Warnings else child at indentation level 24 not at correct indentation, 20 413
Warnings else rcurly at indentation level 20 not at correct indentation, 16 414
Warnings block child at indentation level 20 not at correct indentation, 16 415
Warnings block rcurly at indentation level 16 not at correct indentation, 12 416
Warnings case child at indentation level 16 not at correct indentation, 12 417
Warnings block child at indentation level 20 not at correct indentation, 16 418
Warnings block child at indentation level 20 not at correct indentation, 16 419
Warnings block child at indentation level 20 not at correct indentation, 16 420
Warnings block rcurly at indentation level 16 not at correct indentation, 12 421
Warnings case child at indentation level 16 not at correct indentation, 12 422
Warnings block child at indentation level 20 not at correct indentation, 16 423
Warnings block child at indentation level 20 not at correct indentation, 16 424
Warnings block child at indentation level 20 not at correct indentation, 16 425
Warnings block rcurly at indentation level 16 not at correct indentation, 12 426
Warnings case child at indentation level 16 not at correct indentation, 12 427
Warnings block child at indentation level 20 not at correct indentation, 16 428
Warnings if at indentation level 20 not at correct indentation, 16 429
Warnings if child at indentation level 24 not at correct indentation, 20 430
Warnings if child at indentation level 24 not at correct indentation, 20 431
Warnings if rcurly at indentation level 20 not at correct indentation, 16 432
Warnings else child at indentation level 24 not at correct indentation, 20 433
Warnings else rcurly at indentation level 20 not at correct indentation, 16 434
Warnings block child at indentation level 20 not at correct indentation, 16 435
Warnings block rcurly at indentation level 16 not at correct indentation, 12 436
Warnings case child at indentation level 16 not at correct indentation, 12 437
Warnings block child at indentation level 20 not at correct indentation, 16 438
Warnings if at indentation level 20 not at correct indentation, 16 439
Warnings if child at indentation level 24 not at correct indentation, 20 440
Warnings if child at indentation level 24 not at correct indentation, 20 441
Warnings if rcurly at indentation level 20 not at correct indentation, 16 442
Warnings if child at indentation level 24 not at correct indentation, 20 443
Warnings if child at indentation level 24 not at correct indentation, 20 444
Warnings if rcurly at indentation level 20 not at correct indentation, 16 445
Warnings else child at indentation level 24 not at correct indentation, 20 446
Warnings else rcurly at indentation level 20 not at correct indentation, 16 447
Warnings block child at indentation level 20 not at correct indentation, 16 448
Warnings block rcurly at indentation level 16 not at correct indentation, 12 449
Warnings case child at indentation level 16 not at correct indentation, 12 450
Warnings block child at indentation level 20 not at correct indentation, 16 451
Warnings block child at indentation level 20 not at correct indentation, 16 452
Warnings block child at indentation level 20 not at correct indentation, 16 453
Warnings block rcurly at indentation level 16 not at correct indentation, 12 454
Warnings case child at indentation level 16 not at correct indentation, 12 455
Warnings block child at indentation level 20 not at correct indentation, 16 456
Warnings if at indentation level 20 not at correct indentation, 16 457
Warnings if child at indentation level 24 not at correct indentation, 20 458
Warnings if child at indentation level 24 not at correct indentation, 20 459
Warnings if rcurly at indentation level 20 not at correct indentation, 16 460
Warnings if child at indentation level 24 not at correct indentation, 20 461
Warnings if child at indentation level 24 not at correct indentation, 20 462
Warnings if rcurly at indentation level 20 not at correct indentation, 16 463
Warnings if child at indentation level 24 not at correct indentation, 20 464
Warnings if child at indentation level 24 not at correct indentation, 20 465
Warnings if rcurly at indentation level 20 not at correct indentation, 16 466
Warnings else child at indentation level 24 not at correct indentation, 20 467
Warnings else rcurly at indentation level 20 not at correct indentation, 16 468
Warnings block child at indentation level 20 not at correct indentation, 16 469
Warnings block rcurly at indentation level 16 not at correct indentation, 12 470
Warnings case child at indentation level 16 not at correct indentation, 12 471
Warnings block child at indentation level 20 not at correct indentation, 16 472
Warnings if at indentation level 20 not at correct indentation, 16 473
Warnings if child at indentation level 24 not at correct indentation, 20 474
Warnings if child at indentation level 24 not at correct indentation, 20 475
Warnings if rcurly at indentation level 20 not at correct indentation, 16 476
Warnings if child at indentation level 24 not at correct indentation, 20 477
Warnings if child at indentation level 24 not at correct indentation, 20 478
Warnings while at indentation level 24 not at correct indentation, 20 479
Warnings while child at indentation level 28 not at correct indentation, 24 480
Warnings while child at indentation level 28 not at correct indentation, 24 481
Warnings while rcurly at indentation level 24 not at correct indentation, 20 482
Warnings if child at indentation level 24 not at correct indentation, 20 483
Warnings if child at indentation level 24 not at correct indentation, 20 484
Warnings if child at indentation level 24 not at correct indentation, 20 485
Warnings if rcurly at indentation level 20 not at correct indentation, 16 486
Warnings if child at indentation level 24 not at correct indentation, 20 487
Warnings if child at indentation level 24 not at correct indentation, 20 488
Warnings for at indentation level 24 not at correct indentation, 20 489
Warnings ';' is preceded with whitespace. 489
Warnings if at indentation level 28 not at correct indentation, 24 490
Warnings if child at indentation level 32 not at correct indentation, 28 491
Warnings if at indentation level 32 not at correct indentation, 28 492
Warnings if child at indentation level 36 not at correct indentation, 32 493
Warnings if child at indentation level 36 not at correct indentation, 32 494
Warnings if rcurly at indentation level 32 not at correct indentation, 28 495
Warnings else child at indentation level 36 not at correct indentation, 32 496
Warnings else child at indentation level 36 not at correct indentation, 32 497
Warnings else child at indentation level 36 not at correct indentation, 32 498
Warnings else rcurly at indentation level 32 not at correct indentation, 28 499
Warnings if rcurly at indentation level 28 not at correct indentation, 24 500
Warnings if child at indentation level 32 not at correct indentation, 28 501
Warnings if rcurly at indentation level 28 not at correct indentation, 24 502
Warnings else child at indentation level 32 not at correct indentation, 28 503
Warnings else child at indentation level 32 not at correct indentation, 28 504
Warnings else rcurly at indentation level 28 not at correct indentation, 24 505
Warnings for rcurly at indentation level 24 not at correct indentation, 20 506
Warnings if child at indentation level 24 not at correct indentation, 20 507
Warnings if child at indentation level 24 not at correct indentation, 20 508
Warnings if child at indentation level 24 not at correct indentation, 20 509
Warnings if rcurly at indentation level 20 not at correct indentation, 16 510
Warnings else child at indentation level 24 not at correct indentation, 20 511
Warnings else rcurly at indentation level 20 not at correct indentation, 16 512
Warnings block child at indentation level 20 not at correct indentation, 16 513
Warnings block rcurly at indentation level 16 not at correct indentation, 12 514
Warnings case child at indentation level 16 not at correct indentation, 12 516
Warnings block child at indentation level 20 not at correct indentation, 16 517
Warnings if at indentation level 20 not at correct indentation, 16 518
Warnings if child at indentation level 24 not at correct indentation, 20 519
Warnings if child at indentation level 24 not at correct indentation, 20 520
Warnings if rcurly at indentation level 20 not at correct indentation, 16 521
Warnings else child at indentation level 24 not at correct indentation, 20 522
Warnings else rcurly at indentation level 20 not at correct indentation, 16 523
Warnings block child at indentation level 20 not at correct indentation, 16 524
Warnings block rcurly at indentation level 16 not at correct indentation, 12 525
Warnings case child at indentation level 16 not at correct indentation, 12 526
Warnings block child at indentation level 20 not at correct indentation, 16 527
Warnings block child at indentation level 20 not at correct indentation, 16 528
Warnings block child at indentation level 20 not at correct indentation, 16 529
Warnings block rcurly at indentation level 16 not at correct indentation, 12 530
Warnings case child at indentation level 16 not at correct indentation, 12 531
Warnings block child at indentation level 20 not at correct indentation, 16 532
Warnings if at indentation level 20 not at correct indentation, 16 533
Warnings if child at indentation level 24 not at correct indentation, 20 534
Warnings if child at indentation level 24 not at correct indentation, 20 535
Warnings if rcurly at indentation level 20 not at correct indentation, 16 536
Warnings if child at indentation level 24 not at correct indentation, 20 537
Warnings if at indentation level 24 not at correct indentation, 20 538
Warnings if child at indentation level 28 not at correct indentation, 24 539
Warnings if child at indentation level 28 not at correct indentation, 24 540
Warnings if rcurly at indentation level 24 not at correct indentation, 20 541
Warnings else child at indentation level 28 not at correct indentation, 24 542
Warnings else rcurly at indentation level 24 not at correct indentation, 20 543
Warnings if rcurly at indentation level 20 not at correct indentation, 16 544
Warnings else child at indentation level 24 not at correct indentation, 20 545
Warnings else rcurly at indentation level 20 not at correct indentation, 16 546
Warnings block child at indentation level 20 not at correct indentation, 16 547
Warnings block rcurly at indentation level 16 not at correct indentation, 12 548
Warnings case child at indentation level 16 not at correct indentation, 12 549
Warnings block child at indentation level 20 not at correct indentation, 16 550
Warnings if at indentation level 20 not at correct indentation, 16 551
Warnings if child at indentation level 24 not at correct indentation, 20 552
Warnings if child at indentation level 24 not at correct indentation, 20 553
Warnings if rcurly at indentation level 20 not at correct indentation, 16 554
Warnings else child at indentation level 24 not at correct indentation, 20 555
Warnings else rcurly at indentation level 20 not at correct indentation, 16 556
Warnings block child at indentation level 20 not at correct indentation, 16 557
Warnings block rcurly at indentation level 16 not at correct indentation, 12 558
Warnings case child at indentation level 16 not at correct indentation, 12 559
Warnings block child at indentation level 20 not at correct indentation, 16 560
Warnings if at indentation level 20 not at correct indentation, 16 561
Warnings if child at indentation level 24 not at correct indentation, 20 562
Warnings if child at indentation level 24 not at correct indentation, 20 563
Warnings if rcurly at indentation level 20 not at correct indentation, 16 564
Warnings if child at indentation level 24 not at correct indentation, 20 565
Warnings if at indentation level 24 not at correct indentation, 20 566
Warnings if child at indentation level 28 not at correct indentation, 24 567
Warnings if child at indentation level 28 not at correct indentation, 24 568
Warnings if rcurly at indentation level 24 not at correct indentation, 20 569
Warnings else child at indentation level 28 not at correct indentation, 24 570
Warnings else rcurly at indentation level 24 not at correct indentation, 20 571
Warnings if rcurly at indentation level 20 not at correct indentation, 16 572
Warnings else child at indentation level 24 not at correct indentation, 20 573
Warnings else rcurly at indentation level 20 not at correct indentation, 16 574
Warnings block child at indentation level 20 not at correct indentation, 16 575
Warnings block rcurly at indentation level 16 not at correct indentation, 12 576
Warnings case child at indentation level 16 not at correct indentation, 12 577
Warnings block child at indentation level 20 not at correct indentation, 16 578
Warnings if at indentation level 20 not at correct indentation, 16 579
Warnings if child at indentation level 24 not at correct indentation, 20 580
Warnings if child at indentation level 24 not at correct indentation, 20 581
Warnings if rcurly at indentation level 20 not at correct indentation, 16 582
Warnings else child at indentation level 24 not at correct indentation, 20 583
Warnings else rcurly at indentation level 20 not at correct indentation, 16 584
Warnings block child at indentation level 20 not at correct indentation, 16 585
Warnings block rcurly at indentation level 16 not at correct indentation, 12 586
Warnings case child at indentation level 16 not at correct indentation, 12 588
Warnings block child at indentation level 20 not at correct indentation, 16 589
Warnings block child at indentation level 20 not at correct indentation, 16 590
Warnings block child at indentation level 20 not at correct indentation, 16 591
Warnings block rcurly at indentation level 16 not at correct indentation, 12 592
Warnings case child at indentation level 16 not at correct indentation, 12 593
Warnings block child at indentation level 20 not at correct indentation, 16 594
Warnings block child at indentation level 20 not at correct indentation, 16 595
Warnings block child at indentation level 20 not at correct indentation, 16 596
Warnings block rcurly at indentation level 16 not at correct indentation, 12 597
Warnings case child at indentation level 16 not at correct indentation, 12 598
Warnings block child at indentation level 20 not at correct indentation, 16 599
Warnings block child at indentation level 20 not at correct indentation, 16 600
Warnings block child at indentation level 20 not at correct indentation, 16 601
Warnings block rcurly at indentation level 16 not at correct indentation, 12 602
Warnings case child at indentation level 16 not at correct indentation, 12 603
Warnings block child at indentation level 20 not at correct indentation, 16 604
Warnings if at indentation level 20 not at correct indentation, 16 605
Warnings if child at indentation level 24 not at correct indentation, 20 606
Warnings if child at indentation level 24 not at correct indentation, 20 607
Warnings if rcurly at indentation level 20 not at correct indentation, 16 608
Warnings else child at indentation level 24 not at correct indentation, 20 609
Warnings else rcurly at indentation level 20 not at correct indentation, 16 610
Warnings block child at indentation level 20 not at correct indentation, 16 611
Warnings block rcurly at indentation level 16 not at correct indentation, 12 612
Warnings case child at indentation level 16 not at correct indentation, 12 613
Warnings block child at indentation level 20 not at correct indentation, 16 614
Warnings block child at indentation level 20 not at correct indentation, 16 615
Warnings block child at indentation level 20 not at correct indentation, 16 616
Warnings block rcurly at indentation level 16 not at correct indentation, 12 617
Warnings case child at indentation level 16 not at correct indentation, 12 618
Warnings block child at indentation level 20 not at correct indentation, 16 619
Warnings block child at indentation level 20 not at correct indentation, 16 620
Warnings block child at indentation level 20 not at correct indentation, 16 621
Warnings block rcurly at indentation level 16 not at correct indentation, 12 622
Warnings case child at indentation level 16 not at correct indentation, 12 623
Warnings block child at indentation level 20 not at correct indentation, 16 624
Warnings if at indentation level 20 not at correct indentation, 16 625
Warnings if child at indentation level 24 not at correct indentation, 20 626
Warnings if child at indentation level 24 not at correct indentation, 20 627
Warnings if rcurly at indentation level 20 not at correct indentation, 16 628
Warnings if child at indentation level 24 not at correct indentation, 20 629
Warnings if child at indentation level 24 not at correct indentation, 20 630
Warnings if rcurly at indentation level 20 not at correct indentation, 16 631
Warnings else child at indentation level 24 not at correct indentation, 20 632
Warnings else rcurly at indentation level 20 not at correct indentation, 16 633
Warnings block child at indentation level 20 not at correct indentation, 16 634
Warnings block rcurly at indentation level 16 not at correct indentation, 12 635
Warnings case child at indentation level 16 not at correct indentation, 12 636
Warnings block child at indentation level 20 not at correct indentation, 16 637
Warnings block child at indentation level 20 not at correct indentation, 16 638
Warnings block child at indentation level 20 not at correct indentation, 16 639
Warnings block rcurly at indentation level 16 not at correct indentation, 12 640
Warnings case child at indentation level 16 not at correct indentation, 12 641
Warnings block child at indentation level 20 not at correct indentation, 16 642
Warnings block child at indentation level 20 not at correct indentation, 16 643
Warnings block child at indentation level 20 not at correct indentation, 16 644
Warnings block rcurly at indentation level 16 not at correct indentation, 12 645
Warnings case child at indentation level 16 not at correct indentation, 12 647
Warnings case child at indentation level 16 not at correct indentation, 12 648
Warnings case child at indentation level 16 not at correct indentation, 12 649
Warnings case child at indentation level 16 not at correct indentation, 12 650
Warnings case child at indentation level 16 not at correct indentation, 12 651
Warnings case child at indentation level 16 not at correct indentation, 12 652
Warnings case child at indentation level 16 not at correct indentation, 12 653
Warnings case child at indentation level 16 not at correct indentation, 12 654
Warnings case child at indentation level 16 not at correct indentation, 12 655
Warnings case child at indentation level 16 not at correct indentation, 12 656
Warnings case child at indentation level 16 not at correct indentation, 12 657
Warnings block child at indentation level 20 not at correct indentation, 16 658
Warnings block child at indentation level 20 not at correct indentation, 16 659
Warnings block child at indentation level 20 not at correct indentation, 16 660
Warnings if at indentation level 20 not at correct indentation, 16 663
Warnings if child at indentation level 24 not at correct indentation, 20 664
Warnings if at indentation level 24 not at correct indentation, 20 665
Warnings if child at indentation level 28 not at correct indentation, 24 666
Warnings if child at indentation level 28 not at correct indentation, 24 667
Warnings if rcurly at indentation level 24 not at correct indentation, 20 668
Warnings else child at indentation level 28 not at correct indentation, 24 669
Warnings else child at indentation level 28 not at correct indentation, 24 670
Warnings else child at indentation level 28 not at correct indentation, 24 671
Warnings else rcurly at indentation level 24 not at correct indentation, 20 672
Warnings if rcurly at indentation level 20 not at correct indentation, 16 673
Warnings block child at indentation level 20 not at correct indentation, 16 674
Warnings if at indentation level 20 not at correct indentation, 16 675
Warnings if child at indentation level 24 not at correct indentation, 20 676
Warnings if child at indentation level 24 not at correct indentation, 20 677
Warnings if at indentation level 24 not at correct indentation, 20 678
Warnings if child at indentation level 28 not at correct indentation, 24 679
Warnings if child at indentation level 28 not at correct indentation, 24 680
Warnings while at indentation level 28 not at correct indentation, 24 681
Warnings while child at indentation level 32 not at correct indentation, 28 682
Warnings switch at indentation level 32 not at correct indentation, 28 683
Warnings case child at indentation level 36 not at correct indentation, 28 684
Warnings case child at indentation level 36 not at correct indentation, 28 685
Warnings case child at indentation level 36 not at correct indentation, 28 686
Warnings case child at indentation level 36 not at correct indentation, 28 687
Warnings case child at indentation level 36 not at correct indentation, 28 688
Warnings case child at indentation level 36 not at correct indentation, 28 689
Warnings case child at indentation level 36 not at correct indentation, 28 690
Warnings case child at indentation level 36 not at correct indentation, 28 691
Warnings case child at indentation level 36 not at correct indentation, 28 692
Warnings case child at indentation level 36 not at correct indentation, 28 693
Warnings case child at indentation level 36 not at correct indentation, 28 694
Warnings case child at indentation level 36 not at correct indentation, 28 695
Warnings case child at indentation level 36 not at correct indentation, 28 696
Warnings case child at indentation level 36 not at correct indentation, 28 697
Warnings case child at indentation level 36 not at correct indentation, 28 698
Warnings case child at indentation level 36 not at correct indentation, 28 699
Warnings case child at indentation level 36 not at correct indentation, 28 700
Warnings case child at indentation level 36 not at correct indentation, 28 701
Warnings case child at indentation level 36 not at correct indentation, 28 702
Warnings case child at indentation level 36 not at correct indentation, 28 703
Warnings case child at indentation level 36 not at correct indentation, 28 704
Warnings case child at indentation level 36 not at correct indentation, 28 705
Warnings block child at indentation level 40 not at correct indentation, 32 706
Warnings block child at indentation level 40 not at correct indentation, 32 707
Warnings block rcurly at indentation level 36 not at correct indentation, 28 708
Warnings case child at indentation level 36 not at correct indentation, 28 709
Warnings block child at indentation level 40 not at correct indentation, 32 710
Warnings block child at indentation level 40 not at correct indentation, 32 711
Warnings block rcurly at indentation level 36 not at correct indentation, 28 712
Warnings switch rcurly at indentation level 32 not at correct indentation, 28 713
Warnings while rcurly at indentation level 28 not at correct indentation, 24 714
Warnings if at indentation level 28 not at correct indentation, 24 716
Warnings if child at indentation level 32 not at correct indentation, 28 717
Warnings if child at indentation level 32 not at correct indentation, 28 718
Warnings if child at indentation level 32 not at correct indentation, 28 719
Warnings if at indentation level 32 not at correct indentation, 28 720
Warnings if child at indentation level 36 not at correct indentation, 32 721
Warnings if child at indentation level 36 not at correct indentation, 32 722
Warnings if child at indentation level 36 not at correct indentation, 32 723
Warnings if rcurly at indentation level 32 not at correct indentation, 28 724
Warnings if rcurly at indentation level 28 not at correct indentation, 24 725
Warnings if child at indentation level 32 not at correct indentation, 28 726
Warnings if child at indentation level 32 not at correct indentation, 28 727
Warnings if child at indentation level 32 not at correct indentation, 28 728
Warnings if at indentation level 32 not at correct indentation, 28 729
Warnings if child at indentation level 36 not at correct indentation, 32 730
Warnings if child at indentation level 36 not at correct indentation, 32 731
Warnings if child at indentation level 36 not at correct indentation, 32 732
Warnings if rcurly at indentation level 32 not at correct indentation, 28 733
Warnings if rcurly at indentation level 28 not at correct indentation, 24 734
Warnings if child at indentation level 28 not at correct indentation, 24 736
Warnings if child at indentation level 28 not at correct indentation, 24 737
Warnings if child at indentation level 28 not at correct indentation, 24 738
Warnings if child at indentation level 28 not at correct indentation, 24 739
Warnings if rcurly at indentation level 24 not at correct indentation, 20 740
Warnings if rcurly at indentation level 20 not at correct indentation, 16 741
Warnings block child at indentation level 20 not at correct indentation, 16 746
Warnings while at indentation level 20 not at correct indentation, 16 747
Warnings switch at indentation level 24 not at correct indentation, 20 748
Warnings case child at indentation level 28 not at correct indentation, 20 749
Warnings case child at indentation level 28 not at correct indentation, 20 750
Warnings case child at indentation level 28 not at correct indentation, 20 751
Warnings case child at indentation level 28 not at correct indentation, 20 752
Warnings case child at indentation level 28 not at correct indentation, 20 753
Warnings case child at indentation level 28 not at correct indentation, 20 754
Warnings case child at indentation level 28 not at correct indentation, 20 755
Warnings case child at indentation level 28 not at correct indentation, 20 756
Warnings case child at indentation level 28 not at correct indentation, 20 757
Warnings case child at indentation level 28 not at correct indentation, 20 758
Warnings block child at indentation level 32 not at correct indentation, 24 759
Warnings block child at indentation level 32 not at correct indentation, 24 760
Warnings block child at indentation level 32 not at correct indentation, 24 761
Warnings block rcurly at indentation level 28 not at correct indentation, 20 762
Warnings case child at indentation level 28 not at correct indentation, 20 763
Warnings if at indentation level 32 not at correct indentation, 24 764
Warnings if lcurly at indentation level 32 not at correct indentation, 24 765
Warnings if child at indentation level 36 not at correct indentation, 28 766
Warnings if child at indentation level 36 not at correct indentation, 28 767
Warnings if child at indentation level 36 not at correct indentation, 28 768
Warnings if child at indentation level 36 not at correct indentation, 28 769
Warnings if child at indentation level 36 not at correct indentation, 28 770
Warnings ';' is not followed by whitespace. 770
Warnings if child at indentation level 36 not at correct indentation, 28 771
Warnings if rcurly at indentation level 32 not at correct indentation, 24 773
Warnings block child at indentation level 32 not at correct indentation, 24 776
Warnings if at indentation level 32 not at correct indentation, 24 777
Warnings if child at indentation level 36 not at correct indentation, 28 778
Warnings if child at indentation level 36 not at correct indentation, 28 779
Warnings if child at indentation level 36 not at correct indentation, 28 780
Warnings if child at indentation level 36 not at correct indentation, 28 781
Warnings ';' is not followed by whitespace. 781
Warnings if child at indentation level 36 not at correct indentation, 28 782
Warnings if rcurly at indentation level 32 not at correct indentation, 24 784
Warnings else child at indentation level 36 not at correct indentation, 28 785
Warnings else child at indentation level 36 not at correct indentation, 28 786
Warnings else child at indentation level 36 not at correct indentation, 28 787
Warnings else child at indentation level 36 not at correct indentation, 28 788
Warnings else rcurly at indentation level 32 not at correct indentation, 24 789
Warnings block child at indentation level 32 not at correct indentation, 24 790
Warnings block child at indentation level 32 not at correct indentation, 24 791
Warnings block rcurly at indentation level 28 not at correct indentation, 20 792
Warnings case child at indentation level 28 not at correct indentation, 20 793
Warnings block child at indentation level 32 not at correct indentation, 24 794
Warnings block child at indentation level 32 not at correct indentation, 24 795
Warnings block rcurly at indentation level 28 not at correct indentation, 20 796
Warnings switch rcurly at indentation level 24 not at correct indentation, 20 797
Warnings if at indentation level 24 not at correct indentation, 20 798
Warnings if child at indentation level 28 not at correct indentation, 24 799
Warnings if child at indentation level 28 not at correct indentation, 24 800
Warnings if child at indentation level 28 not at correct indentation, 24 801
Warnings if rcurly at indentation level 24 not at correct indentation, 20 802
Warnings while rcurly at indentation level 20 not at correct indentation, 16 803
Warnings if at indentation level 20 not at correct indentation, 16 804
Warnings if child at indentation level 24 not at correct indentation, 20 805
Warnings if child at indentation level 24 not at correct indentation, 20 806
Warnings if child at indentation level 24 not at correct indentation, 20 807
Warnings if rcurly at indentation level 20 not at correct indentation, 16 808
Warnings if at indentation level 20 not at correct indentation, 16 812
Warnings if child at indentation level 24 not at correct indentation, 20 813
Warnings if child at indentation level 24 not at correct indentation, 20 814
Warnings if child at indentation level 24 not at correct indentation, 20 815
Warnings if at indentation level 24 not at correct indentation, 20 816
Warnings if child at indentation level 28 not at correct indentation, 24 817
Warnings if child at indentation level 28 not at correct indentation, 24 818
Warnings if rcurly at indentation level 24 not at correct indentation, 20 819
Warnings if child at indentation level 24 not at correct indentation, 20 821
Warnings while at indentation level 24 not at correct indentation, 20 822
Warnings switch at indentation level 28 not at correct indentation, 24 823
Warnings case child at indentation level 32 not at correct indentation, 24 824
Warnings case child at indentation level 32 not at correct indentation, 24 825
Warnings case child at indentation level 32 not at correct indentation, 24 826
Warnings case child at indentation level 32 not at correct indentation, 24 827
Warnings case child at indentation level 32 not at correct indentation, 24 828
Warnings case child at indentation level 32 not at correct indentation, 24 829
Warnings case child at indentation level 32 not at correct indentation, 24 830
Warnings case child at indentation level 32 not at correct indentation, 24 831
Warnings case child at indentation level 32 not at correct indentation, 24 832
Warnings case child at indentation level 32 not at correct indentation, 24 833
Warnings block child at indentation level 36 not at correct indentation, 28 834
Warnings block child at indentation level 36 not at correct indentation, 28 835
Warnings block child at indentation level 36 not at correct indentation, 28 836
Warnings block rcurly at indentation level 32 not at correct indentation, 24 837
Warnings case child at indentation level 32 not at correct indentation, 24 838
Warnings block child at indentation level 36 not at correct indentation, 28 839
Warnings block child at indentation level 36 not at correct indentation, 28 840
Warnings block rcurly at indentation level 32 not at correct indentation, 24 841
Warnings switch rcurly at indentation level 28 not at correct indentation, 24 842
Warnings while rcurly at indentation level 24 not at correct indentation, 20 843
Warnings if rcurly at indentation level 20 not at correct indentation, 16 844
Warnings '||' should be on a new line. 844
Warnings '||' should be on a new line. 845
Warnings if child at indentation level 24 not at correct indentation, 20 847
Warnings if child at indentation level 24 not at correct indentation, 20 848
Warnings if child at indentation level 24 not at correct indentation, 20 849
Warnings if rcurly at indentation level 20 not at correct indentation, 16 850
Warnings else at indentation level 20 not at correct indentation, 16 852
Warnings if child at indentation level 24 not at correct indentation, 20 853
Warnings if child at indentation level 24 not at correct indentation, 20 854
Warnings if child at indentation level 24 not at correct indentation, 20 855
Warnings if at indentation level 24 not at correct indentation, 20 856
Warnings if child at indentation level 28 not at correct indentation, 24 857
Warnings if child at indentation level 28 not at correct indentation, 24 858
Warnings if child at indentation level 28 not at correct indentation, 24 859
Warnings if rcurly at indentation level 24 not at correct indentation, 20 860
Warnings if rcurly at indentation level 20 not at correct indentation, 16 861
Warnings if child at indentation level 24 not at correct indentation, 20 862
Warnings if child at indentation level 24 not at correct indentation, 20 863
Warnings if child at indentation level 24 not at correct indentation, 20 864
Warnings if at indentation level 24 not at correct indentation, 20 865
Warnings if child at indentation level 28 not at correct indentation, 24 866
Warnings if child at indentation level 28 not at correct indentation, 24 867
Warnings if child at indentation level 28 not at correct indentation, 24 868
Warnings if rcurly at indentation level 24 not at correct indentation, 20 869
Warnings if rcurly at indentation level 20 not at correct indentation, 16 870
Warnings block child at indentation level 20 not at correct indentation, 16 872
Warnings block child at indentation level 20 not at correct indentation, 16 873
Warnings block child at indentation level 20 not at correct indentation, 16 874
Warnings block child at indentation level 20 not at correct indentation, 16 875
Warnings block child at indentation level 20 not at correct indentation, 16 876
Warnings block rcurly at indentation level 16 not at correct indentation, 12 877
Warnings case child at indentation level 16 not at correct indentation, 12 879
Warnings switch at indentation level 20 not at correct indentation, 16 882
Warnings case child at indentation level 24 not at correct indentation, 16 883
Warnings case child at indentation level 24 not at correct indentation, 16 884
Warnings case child at indentation level 24 not at correct indentation, 16 885
Warnings case child at indentation level 24 not at correct indentation, 16 886
Warnings case child at indentation level 24 not at correct indentation, 16 887
Warnings case child at indentation level 24 not at correct indentation, 16 888
Warnings case child at indentation level 24 not at correct indentation, 16 889
Warnings case child at indentation level 24 not at correct indentation, 16 890
Warnings case child at indentation level 24 not at correct indentation, 16 891
Warnings case child at indentation level 24 not at correct indentation, 16 892
Warnings case child at indentation level 24 not at correct indentation, 16 893
Warnings case child at indentation level 24 not at correct indentation, 16 894
Warnings case child at indentation level 24 not at correct indentation, 16 895
Warnings case child at indentation level 24 not at correct indentation, 16 896
Warnings case child at indentation level 24 not at correct indentation, 16 897
Warnings case child at indentation level 24 not at correct indentation, 16 898
Warnings case child at indentation level 24 not at correct indentation, 16 899
Warnings case child at indentation level 24 not at correct indentation, 16 900
Warnings case child at indentation level 24 not at correct indentation, 16 901
Warnings case child at indentation level 24 not at correct indentation, 16 902
Warnings case child at indentation level 24 not at correct indentation, 16 903
Warnings case child at indentation level 24 not at correct indentation, 16 904
Warnings case child at indentation level 24 not at correct indentation, 16 905
Warnings case child at indentation level 24 not at correct indentation, 16 906
Warnings case child at indentation level 24 not at correct indentation, 16 907
Warnings case child at indentation level 24 not at correct indentation, 16 908
Warnings case child at indentation level 24 not at correct indentation, 16 909
Warnings case child at indentation level 24 not at correct indentation, 16 910
Warnings case child at indentation level 24 not at correct indentation, 16 911
Warnings case child at indentation level 24 not at correct indentation, 16 912
Warnings case child at indentation level 24 not at correct indentation, 16 913
Warnings case child at indentation level 24 not at correct indentation, 16 914
Warnings case child at indentation level 24 not at correct indentation, 16 915
Warnings case child at indentation level 24 not at correct indentation, 16 916
Warnings case child at indentation level 24 not at correct indentation, 16 917
Warnings case child at indentation level 24 not at correct indentation, 16 918
Warnings case child at indentation level 24 not at correct indentation, 16 919
Warnings case child at indentation level 24 not at correct indentation, 16 920
Warnings case child at indentation level 24 not at correct indentation, 16 921
Warnings case child at indentation level 24 not at correct indentation, 16 922
Warnings case child at indentation level 24 not at correct indentation, 16 923
Warnings case child at indentation level 24 not at correct indentation, 16 924
Warnings case child at indentation level 24 not at correct indentation, 16 925
Warnings case child at indentation level 24 not at correct indentation, 16 926
Warnings case child at indentation level 24 not at correct indentation, 16 927
Warnings case child at indentation level 24 not at correct indentation, 16 928
Warnings case child at indentation level 24 not at correct indentation, 16 929
Warnings case child at indentation level 24 not at correct indentation, 16 930
Warnings case child at indentation level 24 not at correct indentation, 16 931
Warnings case child at indentation level 24 not at correct indentation, 16 932
Warnings case child at indentation level 24 not at correct indentation, 16 933
Warnings case child at indentation level 24 not at correct indentation, 16 934
Warnings case child at indentation level 24 not at correct indentation, 16 935
Warnings block child at indentation level 28 not at correct indentation, 20 936
Warnings block child at indentation level 28 not at correct indentation, 20 937
Warnings block child at indentation level 28 not at correct indentation, 20 938
Warnings block child at indentation level 28 not at correct indentation, 20 939
Warnings block child at indentation level 28 not at correct indentation, 20 940
Warnings while at indentation level 28 not at correct indentation, 20 942
Warnings switch at indentation level 32 not at correct indentation, 24 943
Warnings case child at indentation level 36 not at correct indentation, 24 944
Warnings case child at indentation level 36 not at correct indentation, 24 945
Warnings case child at indentation level 36 not at correct indentation, 24 946
Warnings case child at indentation level 36 not at correct indentation, 24 947
Warnings case child at indentation level 36 not at correct indentation, 24 948
Warnings case child at indentation level 36 not at correct indentation, 24 949
Warnings case child at indentation level 36 not at correct indentation, 24 950
Warnings case child at indentation level 36 not at correct indentation, 24 951
Warnings case child at indentation level 36 not at correct indentation, 24 952
Warnings case child at indentation level 36 not at correct indentation, 24 953
Warnings case child at indentation level 36 not at correct indentation, 24 954
Warnings case child at indentation level 36 not at correct indentation, 24 955
Warnings case child at indentation level 36 not at correct indentation, 24 956
Warnings case child at indentation level 36 not at correct indentation, 24 957
Warnings case child at indentation level 36 not at correct indentation, 24 958
Warnings case child at indentation level 36 not at correct indentation, 24 959
Warnings case child at indentation level 36 not at correct indentation, 24 960
Warnings case child at indentation level 36 not at correct indentation, 24 961
Warnings case child at indentation level 36 not at correct indentation, 24 962
Warnings case child at indentation level 36 not at correct indentation, 24 963
Warnings case child at indentation level 36 not at correct indentation, 24 964
Warnings case child at indentation level 36 not at correct indentation, 24 965
Warnings case child at indentation level 36 not at correct indentation, 24 966
Warnings case child at indentation level 36 not at correct indentation, 24 967
Warnings case child at indentation level 36 not at correct indentation, 24 968
Warnings case child at indentation level 36 not at correct indentation, 24 969
Warnings block child at indentation level 40 not at correct indentation, 28 970
Warnings block child at indentation level 40 not at correct indentation, 28 971
Warnings block child at indentation level 40 not at correct indentation, 28 972
Warnings block rcurly at indentation level 36 not at correct indentation, 24 973
Warnings case child at indentation level 36 not at correct indentation, 24 974
Warnings case child at indentation level 36 not at correct indentation, 24 975
Warnings case child at indentation level 36 not at correct indentation, 24 976
Warnings case child at indentation level 36 not at correct indentation, 24 977
Warnings case child at indentation level 36 not at correct indentation, 24 978
Warnings case child at indentation level 36 not at correct indentation, 24 979
Warnings case child at indentation level 36 not at correct indentation, 24 980
Warnings case child at indentation level 36 not at correct indentation, 24 981
Warnings case child at indentation level 36 not at correct indentation, 24 982
Warnings case child at indentation level 36 not at correct indentation, 24 983
Warnings case child at indentation level 36 not at correct indentation, 24 984
Warnings case child at indentation level 36 not at correct indentation, 24 985
Warnings case child at indentation level 36 not at correct indentation, 24 986
Warnings case child at indentation level 36 not at correct indentation, 24 987
Warnings case child at indentation level 36 not at correct indentation, 24 988
Warnings case child at indentation level 36 not at correct indentation, 24 989
Warnings case child at indentation level 36 not at correct indentation, 24 990
Warnings case child at indentation level 36 not at correct indentation, 24 991
Warnings case child at indentation level 36 not at correct indentation, 24 992
Warnings case child at indentation level 36 not at correct indentation, 24 993
Warnings case child at indentation level 36 not at correct indentation, 24 994
Warnings case child at indentation level 36 not at correct indentation, 24 995
Warnings case child at indentation level 36 not at correct indentation, 24 996
Warnings case child at indentation level 36 not at correct indentation, 24 997
Warnings case child at indentation level 36 not at correct indentation, 24 998
Warnings case child at indentation level 36 not at correct indentation, 24 999
Warnings case child at indentation level 36 not at correct indentation, 24 1000
Warnings case child at indentation level 36 not at correct indentation, 24 1001
Warnings case child at indentation level 36 not at correct indentation, 24 1002
Warnings case child at indentation level 36 not at correct indentation, 24 1003
Warnings case child at indentation level 36 not at correct indentation, 24 1004
Warnings case child at indentation level 36 not at correct indentation, 24 1005
Warnings case child at indentation level 36 not at correct indentation, 24 1006
Warnings case child at indentation level 36 not at correct indentation, 24 1007
Warnings case child at indentation level 36 not at correct indentation, 24 1008
Warnings case child at indentation level 36 not at correct indentation, 24 1009
Warnings case child at indentation level 36 not at correct indentation, 24 1010
Warnings block child at indentation level 40 not at correct indentation, 28 1011
Warnings block child at indentation level 40 not at correct indentation, 28 1012
Warnings block child at indentation level 40 not at correct indentation, 28 1013
Warnings block child at indentation level 40 not at correct indentation, 28 1014
Warnings block rcurly at indentation level 36 not at correct indentation, 24 1015
Warnings case child at indentation level 36 not at correct indentation, 24 1016
Warnings block child at indentation level 40 not at correct indentation, 28 1017
Warnings block child at indentation level 40 not at correct indentation, 28 1018
Warnings block rcurly at indentation level 36 not at correct indentation, 24 1019
Warnings switch rcurly at indentation level 32 not at correct indentation, 24 1020
Warnings while rcurly at indentation level 28 not at correct indentation, 20 1021
Warnings block child at indentation level 28 not at correct indentation, 20 1022
Warnings Line is longer than 80 characters. 1023
Warnings block child at indentation level 28 not at correct indentation, 20 1023
Warnings if at indentation level 28 not at correct indentation, 20 1024
Warnings if child at indentation level 32 not at correct indentation, 24 1025
Warnings if rcurly at indentation level 28 not at correct indentation, 20 1026
Warnings else child at indentation level 32 not at correct indentation, 24 1027
Warnings else child at indentation level 32 not at correct indentation, 24 1028
Warnings else child at indentation level 32 not at correct indentation, 24 1029
Warnings else rcurly at indentation level 28 not at correct indentation, 20 1030
Warnings block child at indentation level 28 not at correct indentation, 20 1031
Warnings block rcurly at indentation level 24 not at correct indentation, 16 1032
Warnings case child at indentation level 24 not at correct indentation, 16 1033
Warnings block child at indentation level 28 not at correct indentation, 20 1037
Warnings block child at indentation level 28 not at correct indentation, 20 1038
Warnings block child at indentation level 28 not at correct indentation, 20 1039
Warnings block rcurly at indentation level 24 not at correct indentation, 16 1040
Warnings switch rcurly at indentation level 20 not at correct indentation, 16 1041
Warnings block child at indentation level 20 not at correct indentation, 16 1042
Warnings block rcurly at indentation level 16 not at correct indentation, 12 1043
Warnings '=' is not preceded with whitespace. 1057
Warnings '=' is not followed by whitespace. 1057
Warnings 'else' is not followed by whitespace. 1066
Warnings '{' is not preceded with whitespace. 1066
Warnings 'if' is not followed by whitespace. 1067
Warnings '{' is not preceded with whitespace. 1067
Warnings 'if' is not followed by whitespace. 1068
Warnings '==' is not preceded with whitespace. 1068
Warnings '==' is not followed by whitespace. 1068
Warnings '{' is not preceded with whitespace. 1068
Warnings Line is longer than 80 characters. 1069
Warnings '+' is not preceded with whitespace. 1069
Warnings '+' is not followed by whitespace. 1069
Warnings '+' is not preceded with whitespace. 1069
Warnings '+' is not followed by whitespace. 1069
Warnings 'else' is not followed by whitespace. 1073
Warnings '{' is not preceded with whitespace. 1073
Warnings 'if' is not followed by whitespace. 1075
Warnings '>' is not preceded with whitespace. 1075
Warnings '>' is not followed by whitespace. 1075
Warnings '{' is not preceded with whitespace. 1075
Warnings '=' is not preceded with whitespace. 1076
Warnings '=' is not followed by whitespace. 1076
Warnings Line is longer than 80 characters. 20
Warnings Missing a Javadoc comment. 20
Warnings Variable 'keywords' must be private and have accessor methods. 20
Warnings Missing a Javadoc comment. 21
Warnings Variable 'c' must be private and have accessor methods. 21
Warnings Missing a Javadoc comment. 22
Warnings Variable 'curLine' must be private and have accessor methods. 22
Warnings Missing a Javadoc comment. 23
Warnings Variable 'tokens' must be private and have accessor methods. 23
Warnings Missing a Javadoc comment. 24
Warnings Variable 'src' must be private and have accessor methods. 24
Warnings Missing a Javadoc comment. 25
Warnings Name 'StringLiterals' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 25
Warnings Variable 'StringLiterals' must be private and have accessor methods. 25
Warnings Missing a Javadoc comment. 27
Warnings Variable 'brokenInnerLoop' must be private and have accessor methods. 27
Warnings Missing a Javadoc comment. 28
Warnings Variable 'brokenInnerLoop1' must be private and have accessor methods. 28
Warnings Missing a Javadoc comment. 29
Warnings Variable 'brokenInnerLoop2' must be private and have accessor methods. 29
Warnings Missing a Javadoc comment. 31
Warnings Variable 'file' must be private and have accessor methods. 31
Warnings Line is longer than 80 characters. 33
Warnings '=' is not preceded with whitespace. 40
Warnings '=' is not followed by whitespace. 40
Warnings Line is longer than 80 characters. 44
Warnings '=' is not preceded with whitespace. 146
Warnings '=' is not followed by whitespace. 146
Warnings '+' is not preceded with whitespace. 146
Warnings '+' is not followed by whitespace. 146
Warnings Empty if block. 155
Warnings Empty if block. 184
Warnings Line is longer than 80 characters. 197
Warnings Method length is 855 lines (max allowed is 150). 197
Warnings label child at indentation level 8 not at correct indentation, 4 204
Warnings case child at indentation level 16 not at correct indentation, 12 207
Warnings block child at indentation level 20 not at correct indentation, 16 208
Warnings block rcurly at indentation level 16 not at correct indentation, 12 209
Warnings case child at indentation level 16 not at correct indentation, 12 211
Warnings block child at indentation level 20 not at correct indentation, 16 213
Warnings while at indentation level 20 not at correct indentation, 16 214
Warnings while child at indentation level 24 not at correct indentation, 20 215
Warnings while rcurly at indentation level 20 not at correct indentation, 16 216
Warnings block child at indentation level 20 not at correct indentation, 16 217
Warnings block rcurly at indentation level 16 not at correct indentation, 12 218
Warnings case child at indentation level 16 not at correct indentation, 12 219
Warnings block child at indentation level 20 not at correct indentation, 16 221
Warnings while at indentation level 20 not at correct indentation, 16 222
Warnings while child at indentation level 24 not at correct indentation, 20 223
Warnings while rcurly at indentation level 20 not at correct indentation, 16 224
Warnings '}' is not followed by whitespace. 224
Warnings block child at indentation level 20 not at correct indentation, 16 225
Warnings block rcurly at indentation level 16 not at correct indentation, 12 226
Warnings case child at indentation level 16 not at correct indentation, 12 227
Warnings block child at indentation level 20 not at correct indentation, 16 228
Warnings 'if' construct must use '{}'s. 229
Warnings if at indentation level 20 not at correct indentation, 16 229
Warnings block child at indentation level 20 not at correct indentation, 16 231
Warnings block child at indentation level 20 not at correct indentation, 16 232
Warnings block child at indentation level 20 not at correct indentation, 16 233
Warnings block rcurly at indentation level 16 not at correct indentation, 12 234
Warnings case child at indentation level 16 not at correct indentation, 12 235
Warnings block child at indentation level 20 not at correct indentation, 16 236
Warnings block child at indentation level 20 not at correct indentation, 16 237
Warnings block child at indentation level 20 not at correct indentation, 16 238
Warnings block child at indentation level 20 not at correct indentation, 16 239
Warnings block rcurly at indentation level 16 not at correct indentation, 12 240
Warnings case child at indentation level 16 not at correct indentation, 12 242
Warnings case child at indentation level 16 not at correct indentation, 12 243
Warnings case child at indentation level 16 not at correct indentation, 12 244
Warnings block child at indentation level 20 not at correct indentation, 16 245
Warnings if at indentation level 20 not at correct indentation, 16 246
Warnings if child at indentation level 24 not at correct indentation, 20 247
Warnings if child at indentation level 24 not at correct indentation, 20 248
Warnings if rcurly at indentation level 20 not at correct indentation, 16 249
Warnings block child at indentation level 20 not at correct indentation, 16 250
Warnings block child at indentation level 20 not at correct indentation, 16 251
Warnings block child at indentation level 20 not at correct indentation, 16 252
Warnings block child at indentation level 20 not at correct indentation, 16 253
Warnings while at indentation level 20 not at correct indentation, 16 254
Warnings Line is longer than 80 characters. 255
Warnings if at indentation level 24 not at correct indentation, 20 255
Warnings if lcurly at indentation level 24 not at correct indentation, 20 256
Warnings if child at indentation level 28 not at correct indentation, 24 257
Warnings switch at indentation level 28 not at correct indentation, 24 258
Warnings case child at indentation level 32 not at correct indentation, 24 260
Warnings block child at indentation level 36 not at correct indentation, 28 261
Warnings block child at indentation level 36 not at correct indentation, 28 262
Warnings block rcurly at indentation level 32 not at correct indentation, 24 263
Warnings case child at indentation level 32 not at correct indentation, 24 264
Warnings block child at indentation level 36 not at correct indentation, 28 265
Warnings block child at indentation level 36 not at correct indentation, 28 266
Warnings block child at indentation level 36 not at correct indentation, 28 267
Warnings block rcurly at indentation level 32 not at correct indentation, 24 268
Warnings case child at indentation level 32 not at correct indentation, 24 274
Warnings block child at indentation level 36 not at correct indentation, 28 275
Warnings block child at indentation level 36 not at correct indentation, 28 276
Warnings block child at indentation level 36 not at correct indentation, 28 277
Warnings block rcurly at indentation level 32 not at correct indentation, 24 278
Warnings case child at indentation level 32 not at correct indentation, 24 279
Warnings block child at indentation level 36 not at correct indentation, 28 280
Warnings block child at indentation level 36 not at correct indentation, 28 281
Warnings block child at indentation level 36 not at correct indentation, 28 282
Warnings block rcurly at indentation level 32 not at correct indentation, 24 283
Warnings case child at indentation level 32 not at correct indentation, 24 284
Warnings block child at indentation level 36 not at correct indentation, 28 285
Warnings block child at indentation level 36 not at correct indentation, 28 286
Warnings block child at indentation level 36 not at correct indentation, 28 287
Warnings block rcurly at indentation level 32 not at correct indentation, 24 288
Warnings case child at indentation level 32 not at correct indentation, 24 289
Warnings block child at indentation level 36 not at correct indentation, 28 290
Warnings block child at indentation level 36 not at correct indentation, 28 291
Warnings block child at indentation level 36 not at correct indentation, 28 292
Warnings block rcurly at indentation level 32 not at correct indentation, 24 293
Warnings case child at indentation level 32 not at correct indentation, 24 294
Warnings block child at indentation level 36 not at correct indentation, 28 295
Warnings block child at indentation level 36 not at correct indentation, 28 296
Warnings block child at indentation level 36 not at correct indentation, 28 297
Warnings block rcurly at indentation level 32 not at correct indentation, 24 298
Warnings case child at indentation level 32 not at correct indentation, 24 304
Warnings block child at indentation level 36 not at correct indentation, 28 305
Warnings block child at indentation level 36 not at correct indentation, 28 306
Warnings block child at indentation level 36 not at correct indentation, 28 307
Warnings block rcurly at indentation level 32 not at correct indentation, 24 308
Warnings case child at indentation level 32 not at correct indentation, 24 309
Warnings block child at indentation level 36 not at correct indentation, 28 310
Warnings block child at indentation level 36 not at correct indentation, 28 311
Warnings block child at indentation level 36 not at correct indentation, 28 312
Warnings block rcurly at indentation level 32 not at correct indentation, 24 313
Warnings case child at indentation level 32 not at correct indentation, 24 314
Warnings Line is longer than 80 characters. 315
Warnings block child at indentation level 36 not at correct indentation, 28 316
Warnings block child at indentation level 36 not at correct indentation, 28 317
Warnings block child at indentation level 36 not at correct indentation, 28 318
Warnings block rcurly at indentation level 32 not at correct indentation, 24 319
Warnings case child at indentation level 32 not at correct indentation, 24 320
Warnings block child at indentation level 36 not at correct indentation, 28 321
Warnings block child at indentation level 36 not at correct indentation, 28 322
Warnings block rcurly at indentation level 32 not at correct indentation, 24 323
Warnings switch rcurly at indentation level 28 not at correct indentation, 24 324
Warnings if rcurly at indentation level 24 not at correct indentation, 20 325
Warnings if child at indentation level 28 not at correct indentation, 24 326
Warnings Line is longer than 80 characters. 327
Warnings if at indentation level 28 not at correct indentation, 24 328
Warnings if lcurly at indentation level 28 not at correct indentation, 24 329
Warnings if child at indentation level 32 not at correct indentation, 28 330
Warnings if child at indentation level 32 not at correct indentation, 28 331
Warnings if rcurly at indentation level 28 not at correct indentation, 24 332
Warnings if child at indentation level 32 not at correct indentation, 28 333
Warnings if rcurly at indentation level 28 not at correct indentation, 24 334
Warnings else child at indentation level 32 not at correct indentation, 28 335
Warnings else rcurly at indentation level 28 not at correct indentation, 24 336
Warnings if rcurly at indentation level 24 not at correct indentation, 20 337
Warnings else lcurly at indentation level 24 not at correct indentation, 20 338
Warnings if at indentation level 28 not at correct indentation, 24 339
Warnings if child at indentation level 32 not at correct indentation, 28 340
Warnings if rcurly at indentation level 28 not at correct indentation, 24 341
Warnings else child at indentation level 28 not at correct indentation, 24 342
Warnings else child at indentation level 28 not at correct indentation, 24 343
Warnings else rcurly at indentation level 24 not at correct indentation, 20 344
Warnings if at indentation level 24 not at correct indentation, 20 346
Warnings if child at indentation level 28 not at correct indentation, 24 347
Warnings if child at indentation level 28 not at correct indentation, 24 348
Warnings if child at indentation level 28 not at correct indentation, 24 349
Warnings if rcurly at indentation level 24 not at correct indentation, 20 350
Warnings while rcurly at indentation level 20 not at correct indentation, 16 351
Warnings if at indentation level 20 not at correct indentation, 16 352
Warnings if child at indentation level 24 not at correct indentation, 20 353
Warnings if child at indentation level 24 not at correct indentation, 20 354
Warnings if child at indentation level 24 not at correct indentation, 20 355
Warnings if rcurly at indentation level 20 not at correct indentation, 16 356
Warnings if at indentation level 20 not at correct indentation, 16 358
Warnings if at indentation level 24 not at correct indentation, 20 359
Warnings if child at indentation level 28 not at correct indentation, 24 360
Warnings if rcurly at indentation level 24 not at correct indentation, 20 361
Warnings if child at indentation level 24 not at correct indentation, 20 363
Warnings if child at indentation level 24 not at correct indentation, 20 364
Warnings 'if' construct must use '{}'s. 365
Warnings if at indentation level 24 not at correct indentation, 20 365
Warnings 'else' construct must use '{}'s. 367
Warnings else at indentation level 24 not at correct indentation, 20 367
Warnings if rcurly at indentation level 20 not at correct indentation, 16 369
Warnings block child at indentation level 20 not at correct indentation, 16 370
Warnings block rcurly at indentation level 16 not at correct indentation, 12 371
Warnings case child at indentation level 16 not at correct indentation, 12 373
Warnings block child at indentation level 20 not at correct indentation, 16 374
Warnings if at indentation level 20 not at correct indentation, 16 375
Warnings if child at indentation level 24 not at correct indentation, 20 376
Warnings if child at indentation level 24 not at correct indentation, 20 377
Warnings if rcurly at indentation level 20 not at correct indentation, 16 378
Warnings else child at indentation level 24 not at correct indentation, 20 379
Warnings else rcurly at indentation level 20 not at correct indentation, 16 380
Warnings block child at indentation level 20 not at correct indentation, 16 381
Warnings block rcurly at indentation level 16 not at correct indentation, 12 382
Warnings case child at indentation level 16 not at correct indentation, 12 383
Warnings block child at indentation level 20 not at correct indentation, 16 385
Warnings block child at indentation level 20 not at correct indentation, 16 386
Warnings block child at indentation level 20 not at correct indentation, 16 387
Warnings block rcurly at indentation level 16 not at correct indentation, 12 388
Warnings case child at indentation level 16 not at correct indentation, 12 389
Warnings Line is longer than 80 characters. 390
Warnings block child at indentation level 20 not at correct indentation, 16 390
Warnings block child at indentation level 20 not at correct indentation, 16 391
Warnings block child at indentation level 20 not at correct indentation, 16 392
Warnings block rcurly at indentation level 16 not at correct indentation, 12 393
Warnings case child at indentation level 16 not at correct indentation, 12 394
Warnings block child at indentation level 20 not at correct indentation, 16 395
Warnings if at indentation level 20 not at correct indentation, 16 396
Warnings if child at indentation level 24 not at correct indentation, 20 397
Warnings if child at indentation level 24 not at correct indentation, 20 398
Warnings if rcurly at indentation level 20 not at correct indentation, 16 399
Warnings else child at indentation level 24 not at correct indentation, 20 400
Warnings else rcurly at indentation level 20 not at correct indentation, 16 401
Warnings block child at indentation level 20 not at correct indentation, 16 402
Warnings block rcurly at indentation level 16 not at correct indentation, 12 403
Warnings case child at indentation level 16 not at correct indentation, 12 404
Warnings block child at indentation level 20 not at correct indentation, 16 405
Warnings if at indentation level 20 not at correct indentation, 16 406
Warnings if child at indentation level 24 not at correct indentation, 20 407
Warnings if child at indentation level 24 not at correct indentation, 20 408
Warnings if rcurly at indentation level 20 not at correct indentation, 16 409
Warnings if child at indentation level 24 not at correct indentation, 20 410
Warnings if child at indentation level 24 not at correct indentation, 20 411
Warnings if rcurly at indentation level 20 not at correct indentation, 16 412
Warnings else child at indentation level 24 not at correct indentation, 20 413
Warnings else rcurly at indentation level 20 not at correct indentation, 16 414
Warnings block child at indentation level 20 not at correct indentation, 16 415
Warnings block rcurly at indentation level 16 not at correct indentation, 12 416
Warnings case child at indentation level 16 not at correct indentation, 12 417
Warnings block child at indentation level 20 not at correct indentation, 16 418
Warnings block child at indentation level 20 not at correct indentation, 16 419
Warnings block child at indentation level 20 not at correct indentation, 16 420
Warnings block rcurly at indentation level 16 not at correct indentation, 12 421
Warnings case child at indentation level 16 not at correct indentation, 12 422
Warnings block child at indentation level 20 not at correct indentation, 16 423
Warnings block child at indentation level 20 not at correct indentation, 16 424
Warnings block child at indentation level 20 not at correct indentation, 16 425
Warnings block rcurly at indentation level 16 not at correct indentation, 12 426
Warnings case child at indentation level 16 not at correct indentation, 12 427
Warnings block child at indentation level 20 not at correct indentation, 16 428
Warnings if at indentation level 20 not at correct indentation, 16 429
Warnings if child at indentation level 24 not at correct indentation, 20 430
Warnings if child at indentation level 24 not at correct indentation, 20 431
Warnings if rcurly at indentation level 20 not at correct indentation, 16 432
Warnings else child at indentation level 24 not at correct indentation, 20 433
Warnings else rcurly at indentation level 20 not at correct indentation, 16 434
Warnings block child at indentation level 20 not at correct indentation, 16 435
Warnings block rcurly at indentation level 16 not at correct indentation, 12 436
Warnings case child at indentation level 16 not at correct indentation, 12 437
Warnings block child at indentation level 20 not at correct indentation, 16 438
Warnings if at indentation level 20 not at correct indentation, 16 439
Warnings if child at indentation level 24 not at correct indentation, 20 440
Warnings if child at indentation level 24 not at correct indentation, 20 441
Warnings if rcurly at indentation level 20 not at correct indentation, 16 442
Warnings if child at indentation level 24 not at correct indentation, 20 443
Warnings if child at indentation level 24 not at correct indentation, 20 444
Warnings if rcurly at indentation level 20 not at correct indentation, 16 445
Warnings else child at indentation level 24 not at correct indentation, 20 446
Warnings else rcurly at indentation level 20 not at correct indentation, 16 447
Warnings block child at indentation level 20 not at correct indentation, 16 448
Warnings block rcurly at indentation level 16 not at correct indentation, 12 449
Warnings case child at indentation level 16 not at correct indentation, 12 450
Warnings block child at indentation level 20 not at correct indentation, 16 451
Warnings block child at indentation level 20 not at correct indentation, 16 452
Warnings block child at indentation level 20 not at correct indentation, 16 453
Warnings block rcurly at indentation level 16 not at correct indentation, 12 454
Warnings case child at indentation level 16 not at correct indentation, 12 455
Warnings block child at indentation level 20 not at correct indentation, 16 456
Warnings if at indentation level 20 not at correct indentation, 16 457
Warnings if child at indentation level 24 not at correct indentation, 20 458
Warnings if child at indentation level 24 not at correct indentation, 20 459
Warnings if rcurly at indentation level 20 not at correct indentation, 16 460
Warnings if child at indentation level 24 not at correct indentation, 20 461
Warnings if child at indentation level 24 not at correct indentation, 20 462
Warnings if rcurly at indentation level 20 not at correct indentation, 16 463
Warnings if child at indentation level 24 not at correct indentation, 20 464
Warnings if child at indentation level 24 not at correct indentation, 20 465
Warnings if rcurly at indentation level 20 not at correct indentation, 16 466
Warnings else child at indentation level 24 not at correct indentation, 20 467
Warnings else rcurly at indentation level 20 not at correct indentation, 16 468
Warnings block child at indentation level 20 not at correct indentation, 16 469
Warnings block rcurly at indentation level 16 not at correct indentation, 12 470
Warnings case child at indentation level 16 not at correct indentation, 12 471
Warnings block child at indentation level 20 not at correct indentation, 16 472
Warnings if at indentation level 20 not at correct indentation, 16 473
Warnings if child at indentation level 24 not at correct indentation, 20 474
Warnings if child at indentation level 24 not at correct indentation, 20 475
Warnings if rcurly at indentation level 20 not at correct indentation, 16 476
Warnings if child at indentation level 24 not at correct indentation, 20 477
Warnings if child at indentation level 24 not at correct indentation, 20 478
Warnings while at indentation level 24 not at correct indentation, 20 479
Warnings while child at indentation level 28 not at correct indentation, 24 480
Warnings while child at indentation level 28 not at correct indentation, 24 481
Warnings while rcurly at indentation level 24 not at correct indentation, 20 482
Warnings if child at indentation level 24 not at correct indentation, 20 483
Warnings if child at indentation level 24 not at correct indentation, 20 484
Warnings if child at indentation level 24 not at correct indentation, 20 485
Warnings if rcurly at indentation level 20 not at correct indentation, 16 486
Warnings if child at indentation level 24 not at correct indentation, 20 487
Warnings if child at indentation level 24 not at correct indentation, 20 488
Warnings for at indentation level 24 not at correct indentation, 20 489
Warnings ';' is preceded with whitespace. 489
Warnings if at indentation level 28 not at correct indentation, 24 490
Warnings if child at indentation level 32 not at correct indentation, 28 491
Warnings if at indentation level 32 not at correct indentation, 28 492
Warnings if child at indentation level 36 not at correct indentation, 32 493
Warnings if child at indentation level 36 not at correct indentation, 32 494
Warnings if rcurly at indentation level 32 not at correct indentation, 28 495
Warnings else child at indentation level 36 not at correct indentation, 32 496
Warnings else child at indentation level 36 not at correct indentation, 32 497
Warnings else child at indentation level 36 not at correct indentation, 32 498
Warnings else rcurly at indentation level 32 not at correct indentation, 28 499
Warnings if rcurly at indentation level 28 not at correct indentation, 24 500
Warnings if child at indentation level 32 not at correct indentation, 28 501
Warnings if rcurly at indentation level 28 not at correct indentation, 24 502
Warnings else child at indentation level 32 not at correct indentation, 28 503
Warnings else child at indentation level 32 not at correct indentation, 28 504
Warnings else rcurly at indentation level 28 not at correct indentation, 24 505
Warnings for rcurly at indentation level 24 not at correct indentation, 20 506
Warnings if child at indentation level 24 not at correct indentation, 20 507
Warnings if child at indentation level 24 not at correct indentation, 20 508
Warnings if child at indentation level 24 not at correct indentation, 20 509
Warnings if rcurly at indentation level 20 not at correct indentation, 16 510
Warnings else child at indentation level 24 not at correct indentation, 20 511
Warnings else rcurly at indentation level 20 not at correct indentation, 16 512
Warnings block child at indentation level 20 not at correct indentation, 16 513
Warnings block rcurly at indentation level 16 not at correct indentation, 12 514
Warnings case child at indentation level 16 not at correct indentation, 12 516
Warnings block child at indentation level 20 not at correct indentation, 16 517
Warnings if at indentation level 20 not at correct indentation, 16 518
Warnings if child at indentation level 24 not at correct indentation, 20 519
Warnings if child at indentation level 24 not at correct indentation, 20 520
Warnings if rcurly at indentation level 20 not at correct indentation, 16 521
Warnings else child at indentation level 24 not at correct indentation, 20 522
Warnings else rcurly at indentation level 20 not at correct indentation, 16 523
Warnings block child at indentation level 20 not at correct indentation, 16 524
Warnings block rcurly at indentation level 16 not at correct indentation, 12 525
Warnings case child at indentation level 16 not at correct indentation, 12 526
Warnings block child at indentation level 20 not at correct indentation, 16 527
Warnings block child at indentation level 20 not at correct indentation, 16 528
Warnings block child at indentation level 20 not at correct indentation, 16 529
Warnings block rcurly at indentation level 16 not at correct indentation, 12 530
Warnings case child at indentation level 16 not at correct indentation, 12 531
Warnings block child at indentation level 20 not at correct indentation, 16 532
Warnings if at indentation level 20 not at correct indentation, 16 533
Warnings if child at indentation level 24 not at correct indentation, 20 534
Warnings if child at indentation level 24 not at correct indentation, 20 535
Warnings if rcurly at indentation level 20 not at correct indentation, 16 536
Warnings if child at indentation level 24 not at correct indentation, 20 537
Warnings if at indentation level 24 not at correct indentation, 20 538
Warnings if child at indentation level 28 not at correct indentation, 24 539
Warnings if child at indentation level 28 not at correct indentation, 24 540
Warnings if rcurly at indentation level 24 not at correct indentation, 20 541
Warnings else child at indentation level 28 not at correct indentation, 24 542
Warnings else rcurly at indentation level 24 not at correct indentation, 20 543
Warnings if rcurly at indentation level 20 not at correct indentation, 16 544
Warnings else child at indentation level 24 not at correct indentation, 20 545
Warnings else rcurly at indentation level 20 not at correct indentation, 16 546
Warnings block child at indentation level 20 not at correct indentation, 16 547
Warnings block rcurly at indentation level 16 not at correct indentation, 12 548
Warnings case child at indentation level 16 not at correct indentation, 12 549
Warnings block child at indentation level 20 not at correct indentation, 16 550
Warnings if at indentation level 20 not at correct indentation, 16 551
Warnings if child at indentation level 24 not at correct indentation, 20 552
Warnings if child at indentation level 24 not at correct indentation, 20 553
Warnings if rcurly at indentation level 20 not at correct indentation, 16 554
Warnings else child at indentation level 24 not at correct indentation, 20 555
Warnings else rcurly at indentation level 20 not at correct indentation, 16 556
Warnings block child at indentation level 20 not at correct indentation, 16 557
Warnings block rcurly at indentation level 16 not at correct indentation, 12 558
Warnings case child at indentation level 16 not at correct indentation, 12 559
Warnings block child at indentation level 20 not at correct indentation, 16 560
Warnings if at indentation level 20 not at correct indentation, 16 561
Warnings if child at indentation level 24 not at correct indentation, 20 562
Warnings if child at indentation level 24 not at correct indentation, 20 563
Warnings if rcurly at indentation level 20 not at correct indentation, 16 564
Warnings if child at indentation level 24 not at correct indentation, 20 565
Warnings if at indentation level 24 not at correct indentation, 20 566
Warnings if child at indentation level 28 not at correct indentation, 24 567
Warnings if child at indentation level 28 not at correct indentation, 24 568
Warnings if rcurly at indentation level 24 not at correct indentation, 20 569
Warnings else child at indentation level 28 not at correct indentation, 24 570
Warnings else rcurly at indentation level 24 not at correct indentation, 20 571
Warnings if rcurly at indentation level 20 not at correct indentation, 16 572
Warnings else child at indentation level 24 not at correct indentation, 20 573
Warnings else rcurly at indentation level 20 not at correct indentation, 16 574
Warnings block child at indentation level 20 not at correct indentation, 16 575
Warnings block rcurly at indentation level 16 not at correct indentation, 12 576
Warnings case child at indentation level 16 not at correct indentation, 12 577
Warnings block child at indentation level 20 not at correct indentation, 16 578
Warnings if at indentation level 20 not at correct indentation, 16 579
Warnings if child at indentation level 24 not at correct indentation, 20 580
Warnings if child at indentation level 24 not at correct indentation, 20 581
Warnings if rcurly at indentation level 20 not at correct indentation, 16 582
Warnings else child at indentation level 24 not at correct indentation, 20 583
Warnings else rcurly at indentation level 20 not at correct indentation, 16 584
Warnings block child at indentation level 20 not at correct indentation, 16 585
Warnings block rcurly at indentation level 16 not at correct indentation, 12 586
Warnings case child at indentation level 16 not at correct indentation, 12 588
Warnings block child at indentation level 20 not at correct indentation, 16 589
Warnings block child at indentation level 20 not at correct indentation, 16 590
Warnings block child at indentation level 20 not at correct indentation, 16 591
Warnings block rcurly at indentation level 16 not at correct indentation, 12 592
Warnings case child at indentation level 16 not at correct indentation, 12 593
Warnings block child at indentation level 20 not at correct indentation, 16 594
Warnings block child at indentation level 20 not at correct indentation, 16 595
Warnings block child at indentation level 20 not at correct indentation, 16 596
Warnings block rcurly at indentation level 16 not at correct indentation, 12 597
Warnings case child at indentation level 16 not at correct indentation, 12 598
Warnings block child at indentation level 20 not at correct indentation, 16 599
Warnings block child at indentation level 20 not at correct indentation, 16 600
Warnings block child at indentation level 20 not at correct indentation, 16 601
Warnings block rcurly at indentation level 16 not at correct indentation, 12 602
Warnings case child at indentation level 16 not at correct indentation, 12 603
Warnings block child at indentation level 20 not at correct indentation, 16 604
Warnings if at indentation level 20 not at correct indentation, 16 605
Warnings if child at indentation level 24 not at correct indentation, 20 606
Warnings if child at indentation level 24 not at correct indentation, 20 607
Warnings if rcurly at indentation level 20 not at correct indentation, 16 608
Warnings else child at indentation level 24 not at correct indentation, 20 609
Warnings else rcurly at indentation level 20 not at correct indentation, 16 610
Warnings block child at indentation level 20 not at correct indentation, 16 611
Warnings block rcurly at indentation level 16 not at correct indentation, 12 612
Warnings case child at indentation level 16 not at correct indentation, 12 613
Warnings block child at indentation level 20 not at correct indentation, 16 614
Warnings block child at indentation level 20 not at correct indentation, 16 615
Warnings block child at indentation level 20 not at correct indentation, 16 616
Warnings block rcurly at indentation level 16 not at correct indentation, 12 617
Warnings case child at indentation level 16 not at correct indentation, 12 618
Warnings block child at indentation level 20 not at correct indentation, 16 619
Warnings block child at indentation level 20 not at correct indentation, 16 620
Warnings block child at indentation level 20 not at correct indentation, 16 621
Warnings block rcurly at indentation level 16 not at correct indentation, 12 622
Warnings case child at indentation level 16 not at correct indentation, 12 623
Warnings block child at indentation level 20 not at correct indentation, 16 624
Warnings if at indentation level 20 not at correct indentation, 16 625
Warnings if child at indentation level 24 not at correct indentation, 20 626
Warnings if child at indentation level 24 not at correct indentation, 20 627
Warnings if rcurly at indentation level 20 not at correct indentation, 16 628
Warnings if child at indentation level 24 not at correct indentation, 20 629
Warnings if child at indentation level 24 not at correct indentation, 20 630
Warnings if rcurly at indentation level 20 not at correct indentation, 16 631
Warnings else child at indentation level 24 not at correct indentation, 20 632
Warnings else rcurly at indentation level 20 not at correct indentation, 16 633
Warnings block child at indentation level 20 not at correct indentation, 16 634
Warnings block rcurly at indentation level 16 not at correct indentation, 12 635
Warnings case child at indentation level 16 not at correct indentation, 12 636
Warnings block child at indentation level 20 not at correct indentation, 16 637
Warnings block child at indentation level 20 not at correct indentation, 16 638
Warnings block child at indentation level 20 not at correct indentation, 16 639
Warnings block rcurly at indentation level 16 not at correct indentation, 12 640
Warnings case child at indentation level 16 not at correct indentation, 12 641
Warnings block child at indentation level 20 not at correct indentation, 16 642
Warnings block child at indentation level 20 not at correct indentation, 16 643
Warnings block child at indentation level 20 not at correct indentation, 16 644
Warnings block rcurly at indentation level 16 not at correct indentation, 12 645
Warnings case child at indentation level 16 not at correct indentation, 12 647
Warnings case child at indentation level 16 not at correct indentation, 12 648
Warnings case child at indentation level 16 not at correct indentation, 12 649
Warnings case child at indentation level 16 not at correct indentation, 12 650
Warnings case child at indentation level 16 not at correct indentation, 12 651
Warnings case child at indentation level 16 not at correct indentation, 12 652
Warnings case child at indentation level 16 not at correct indentation, 12 653
Warnings case child at indentation level 16 not at correct indentation, 12 654
Warnings case child at indentation level 16 not at correct indentation, 12 655
Warnings case child at indentation level 16 not at correct indentation, 12 656
Warnings case child at indentation level 16 not at correct indentation, 12 657
Warnings block child at indentation level 20 not at correct indentation, 16 658
Warnings block child at indentation level 20 not at correct indentation, 16 659
Warnings block child at indentation level 20 not at correct indentation, 16 660
Warnings if at indentation level 20 not at correct indentation, 16 663
Warnings if child at indentation level 24 not at correct indentation, 20 664
Warnings if at indentation level 24 not at correct indentation, 20 665
Warnings if child at indentation level 28 not at correct indentation, 24 666
Warnings if child at indentation level 28 not at correct indentation, 24 667
Warnings if rcurly at indentation level 24 not at correct indentation, 20 668
Warnings else child at indentation level 28 not at correct indentation, 24 669
Warnings else child at indentation level 28 not at correct indentation, 24 670
Warnings else child at indentation level 28 not at correct indentation, 24 671
Warnings else rcurly at indentation level 24 not at correct indentation, 20 672
Warnings if rcurly at indentation level 20 not at correct indentation, 16 673
Warnings block child at indentation level 20 not at correct indentation, 16 674
Warnings if at indentation level 20 not at correct indentation, 16 675
Warnings if child at indentation level 24 not at correct indentation, 20 676
Warnings if child at indentation level 24 not at correct indentation, 20 677
Warnings if at indentation level 24 not at correct indentation, 20 678
Warnings if child at indentation level 28 not at correct indentation, 24 679
Warnings if child at indentation level 28 not at correct indentation, 24 680
Warnings while at indentation level 28 not at correct indentation, 24 681
Warnings while child at indentation level 32 not at correct indentation, 28 682
Warnings switch at indentation level 32 not at correct indentation, 28 683
Warnings case child at indentation level 36 not at correct indentation, 28 684
Warnings case child at indentation level 36 not at correct indentation, 28 685
Warnings case child at indentation level 36 not at correct indentation, 28 686
Warnings case child at indentation level 36 not at correct indentation, 28 687
Warnings case child at indentation level 36 not at correct indentation, 28 688
Warnings case child at indentation level 36 not at correct indentation, 28 689
Warnings case child at indentation level 36 not at correct indentation, 28 690
Warnings case child at indentation level 36 not at correct indentation, 28 691
Warnings case child at indentation level 36 not at correct indentation, 28 692
Warnings case child at indentation level 36 not at correct indentation, 28 693
Warnings case child at indentation level 36 not at correct indentation, 28 694
Warnings case child at indentation level 36 not at correct indentation, 28 695
Warnings case child at indentation level 36 not at correct indentation, 28 696
Warnings case child at indentation level 36 not at correct indentation, 28 697
Warnings case child at indentation level 36 not at correct indentation, 28 698
Warnings case child at indentation level 36 not at correct indentation, 28 699
Warnings case child at indentation level 36 not at correct indentation, 28 700
Warnings case child at indentation level 36 not at correct indentation, 28 701
Warnings case child at indentation level 36 not at correct indentation, 28 702
Warnings case child at indentation level 36 not at correct indentation, 28 703
Warnings case child at indentation level 36 not at correct indentation, 28 704
Warnings case child at indentation level 36 not at correct indentation, 28 705
Warnings block child at indentation level 40 not at correct indentation, 32 706
Warnings block child at indentation level 40 not at correct indentation, 32 707
Warnings block rcurly at indentation level 36 not at correct indentation, 28 708
Warnings case child at indentation level 36 not at correct indentation, 28 709
Warnings block child at indentation level 40 not at correct indentation, 32 710
Warnings block child at indentation level 40 not at correct indentation, 32 711
Warnings block rcurly at indentation level 36 not at correct indentation, 28 712
Warnings switch rcurly at indentation level 32 not at correct indentation, 28 713
Warnings while rcurly at indentation level 28 not at correct indentation, 24 714
Warnings if at indentation level 28 not at correct indentation, 24 716
Warnings if child at indentation level 32 not at correct indentation, 28 717
Warnings if child at indentation level 32 not at correct indentation, 28 718
Warnings if child at indentation level 32 not at correct indentation, 28 719
Warnings if at indentation level 32 not at correct indentation, 28 720
Warnings if child at indentation level 36 not at correct indentation, 32 721
Warnings if child at indentation level 36 not at correct indentation, 32 722
Warnings if child at indentation level 36 not at correct indentation, 32 723
Warnings if rcurly at indentation level 32 not at correct indentation, 28 724
Warnings if rcurly at indentation level 28 not at correct indentation, 24 725
Warnings if child at indentation level 32 not at correct indentation, 28 726
Warnings if child at indentation level 32 not at correct indentation, 28 727
Warnings if child at indentation level 32 not at correct indentation, 28 728
Warnings if at indentation level 32 not at correct indentation, 28 729
Warnings if child at indentation level 36 not at correct indentation, 32 730
Warnings if child at indentation level 36 not at correct indentation, 32 731
Warnings if child at indentation level 36 not at correct indentation, 32 732
Warnings if rcurly at indentation level 32 not at correct indentation, 28 733
Warnings if rcurly at indentation level 28 not at correct indentation, 24 734
Warnings if child at indentation level 28 not at correct indentation, 24 736
Warnings if child at indentation level 28 not at correct indentation, 24 737
Warnings if child at indentation level 28 not at correct indentation, 24 738
Warnings if child at indentation level 28 not at correct indentation, 24 739
Warnings if rcurly at indentation level 24 not at correct indentation, 20 740
Warnings if rcurly at indentation level 20 not at correct indentation, 16 741
Warnings block child at indentation level 20 not at correct indentation, 16 746
Warnings while at indentation level 20 not at correct indentation, 16 747
Warnings switch at indentation level 24 not at correct indentation, 20 748
Warnings case child at indentation level 28 not at correct indentation, 20 749
Warnings case child at indentation level 28 not at correct indentation, 20 750
Warnings case child at indentation level 28 not at correct indentation, 20 751
Warnings case child at indentation level 28 not at correct indentation, 20 752
Warnings case child at indentation level 28 not at correct indentation, 20 753
Warnings case child at indentation level 28 not at correct indentation, 20 754
Warnings case child at indentation level 28 not at correct indentation, 20 755
Warnings case child at indentation level 28 not at correct indentation, 20 756
Warnings case child at indentation level 28 not at correct indentation, 20 757
Warnings case child at indentation level 28 not at correct indentation, 20 758
Warnings block child at indentation level 32 not at correct indentation, 24 759
Warnings block child at indentation level 32 not at correct indentation, 24 760
Warnings block child at indentation level 32 not at correct indentation, 24 761
Warnings block rcurly at indentation level 28 not at correct indentation, 20 762
Warnings case child at indentation level 28 not at correct indentation, 20 763
Warnings if at indentation level 32 not at correct indentation, 24 764
Warnings if lcurly at indentation level 32 not at correct indentation, 24 765
Warnings if child at indentation level 36 not at correct indentation, 28 766
Warnings if child at indentation level 36 not at correct indentation, 28 767
Warnings if child at indentation level 36 not at correct indentation, 28 768
Warnings if child at indentation level 36 not at correct indentation, 28 769
Warnings if child at indentation level 36 not at correct indentation, 28 770
Warnings ';' is not followed by whitespace. 770
Warnings if child at indentation level 36 not at correct indentation, 28 771
Warnings if rcurly at indentation level 32 not at correct indentation, 24 773
Warnings block child at indentation level 32 not at correct indentation, 24 776
Warnings if at indentation level 32 not at correct indentation, 24 777
Warnings if child at indentation level 36 not at correct indentation, 28 778
Warnings if child at indentation level 36 not at correct indentation, 28 779
Warnings if child at indentation level 36 not at correct indentation, 28 780
Warnings if child at indentation level 36 not at correct indentation, 28 781
Warnings ';' is not followed by whitespace. 781
Warnings if child at indentation level 36 not at correct indentation, 28 782
Warnings if rcurly at indentation level 32 not at correct indentation, 24 784
Warnings else child at indentation level 36 not at correct indentation, 28 785
Warnings else child at indentation level 36 not at correct indentation, 28 786
Warnings else child at indentation level 36 not at correct indentation, 28 787
Warnings else child at indentation level 36 not at correct indentation, 28 788
Warnings else rcurly at indentation level 32 not at correct indentation, 24 789
Warnings block child at indentation level 32 not at correct indentation, 24 790
Warnings block child at indentation level 32 not at correct indentation, 24 791
Warnings block rcurly at indentation level 28 not at correct indentation, 20 792
Warnings case child at indentation level 28 not at correct indentation, 20 793
Warnings block child at indentation level 32 not at correct indentation, 24 794
Warnings block child at indentation level 32 not at correct indentation, 24 795
Warnings block rcurly at indentation level 28 not at correct indentation, 20 796
Warnings switch rcurly at indentation level 24 not at correct indentation, 20 797
Warnings if at indentation level 24 not at correct indentation, 20 798
Warnings if child at indentation level 28 not at correct indentation, 24 799
Warnings if child at indentation level 28 not at correct indentation, 24 800
Warnings if child at indentation level 28 not at correct indentation, 24 801
Warnings if rcurly at indentation level 24 not at correct indentation, 20 802
Warnings while rcurly at indentation level 20 not at correct indentation, 16 803
Warnings if at indentation level 20 not at correct indentation, 16 804
Warnings if child at indentation level 24 not at correct indentation, 20 805
Warnings if child at indentation level 24 not at correct indentation, 20 806
Warnings if child at indentation level 24 not at correct indentation, 20 807
Warnings if rcurly at indentation level 20 not at correct indentation, 16 808
Warnings if at indentation level 20 not at correct indentation, 16 812
Warnings if child at indentation level 24 not at correct indentation, 20 813
Warnings if child at indentation level 24 not at correct indentation, 20 814
Warnings if child at indentation level 24 not at correct indentation, 20 815
Warnings if at indentation level 24 not at correct indentation, 20 816
Warnings if child at indentation level 28 not at correct indentation, 24 817
Warnings if child at indentation level 28 not at correct indentation, 24 818
Warnings if rcurly at indentation level 24 not at correct indentation, 20 819
Warnings if child at indentation level 24 not at correct indentation, 20 821
Warnings while at indentation level 24 not at correct indentation, 20 822
Warnings switch at indentation level 28 not at correct indentation, 24 823
Warnings case child at indentation level 32 not at correct indentation, 24 824
Warnings case child at indentation level 32 not at correct indentation, 24 825
Warnings case child at indentation level 32 not at correct indentation, 24 826
Warnings case child at indentation level 32 not at correct indentation, 24 827
Warnings case child at indentation level 32 not at correct indentation, 24 828
Warnings case child at indentation level 32 not at correct indentation, 24 829
Warnings case child at indentation level 32 not at correct indentation, 24 830
Warnings case child at indentation level 32 not at correct indentation, 24 831
Warnings case child at indentation level 32 not at correct indentation, 24 832
Warnings case child at indentation level 32 not at correct indentation, 24 833
Warnings block child at indentation level 36 not at correct indentation, 28 834
Warnings block child at indentation level 36 not at correct indentation, 28 835
Warnings block child at indentation level 36 not at correct indentation, 28 836
Warnings block rcurly at indentation level 32 not at correct indentation, 24 837
Warnings case child at indentation level 32 not at correct indentation, 24 838
Warnings block child at indentation level 36 not at correct indentation, 28 839
Warnings block child at indentation level 36 not at correct indentation, 28 840
Warnings block rcurly at indentation level 32 not at correct indentation, 24 841
Warnings switch rcurly at indentation level 28 not at correct indentation, 24 842
Warnings while rcurly at indentation level 24 not at correct indentation, 20 843
Warnings if rcurly at indentation level 20 not at correct indentation, 16 844
Warnings '||' should be on a new line. 844
Warnings '||' should be on a new line. 845
Warnings if child at indentation level 24 not at correct indentation, 20 847
Warnings if child at indentation level 24 not at correct indentation, 20 848
Warnings if child at indentation level 24 not at correct indentation, 20 849
Warnings if rcurly at indentation level 20 not at correct indentation, 16 850
Warnings else at indentation level 20 not at correct indentation, 16 852
Warnings if child at indentation level 24 not at correct indentation, 20 853
Warnings if child at indentation level 24 not at correct indentation, 20 854
Warnings if child at indentation level 24 not at correct indentation, 20 855
Warnings if at indentation level 24 not at correct indentation, 20 856
Warnings if child at indentation level 28 not at correct indentation, 24 857
Warnings if child at indentation level 28 not at correct indentation, 24 858
Warnings if child at indentation level 28 not at correct indentation, 24 859
Warnings if rcurly at indentation level 24 not at correct indentation, 20 860
Warnings if rcurly at indentation level 20 not at correct indentation, 16 861
Warnings if child at indentation level 24 not at correct indentation, 20 862
Warnings if child at indentation level 24 not at correct indentation, 20 863
Warnings if child at indentation level 24 not at correct indentation, 20 864
Warnings if at indentation level 24 not at correct indentation, 20 865
Warnings if child at indentation level 28 not at correct indentation, 24 866
Warnings if child at indentation level 28 not at correct indentation, 24 867
Warnings if child at indentation level 28 not at correct indentation, 24 868
Warnings if rcurly at indentation level 24 not at correct indentation, 20 869
Warnings if rcurly at indentation level 20 not at correct indentation, 16 870
Warnings block child at indentation level 20 not at correct indentation, 16 872
Warnings block child at indentation level 20 not at correct indentation, 16 873
Warnings block child at indentation level 20 not at correct indentation, 16 874
Warnings block child at indentation level 20 not at correct indentation, 16 875
Warnings block child at indentation level 20 not at correct indentation, 16 876
Warnings block rcurly at indentation level 16 not at correct indentation, 12 877
Warnings case child at indentation level 16 not at correct indentation, 12 879
Warnings switch at indentation level 20 not at correct indentation, 16 882
Warnings case child at indentation level 24 not at correct indentation, 16 883
Warnings case child at indentation level 24 not at correct indentation, 16 884
Warnings case child at indentation level 24 not at correct indentation, 16 885
Warnings case child at indentation level 24 not at correct indentation, 16 886
Warnings case child at indentation level 24 not at correct indentation, 16 887
Warnings case child at indentation level 24 not at correct indentation, 16 888
Warnings case child at indentation level 24 not at correct indentation, 16 889
Warnings case child at indentation level 24 not at correct indentation, 16 890
Warnings case child at indentation level 24 not at correct indentation, 16 891
Warnings case child at indentation level 24 not at correct indentation, 16 892
Warnings case child at indentation level 24 not at correct indentation, 16 893
Warnings case child at indentation level 24 not at correct indentation, 16 894
Warnings case child at indentation level 24 not at correct indentation, 16 895
Warnings case child at indentation level 24 not at correct indentation, 16 896
Warnings case child at indentation level 24 not at correct indentation, 16 897
Warnings case child at indentation level 24 not at correct indentation, 16 898
Warnings case child at indentation level 24 not at correct indentation, 16 899
Warnings case child at indentation level 24 not at correct indentation, 16 900
Warnings case child at indentation level 24 not at correct indentation, 16 901
Warnings case child at indentation level 24 not at correct indentation, 16 902
Warnings case child at indentation level 24 not at correct indentation, 16 903
Warnings case child at indentation level 24 not at correct indentation, 16 904
Warnings case child at indentation level 24 not at correct indentation, 16 905
Warnings case child at indentation level 24 not at correct indentation, 16 906
Warnings case child at indentation level 24 not at correct indentation, 16 907
Warnings case child at indentation level 24 not at correct indentation, 16 908
Warnings case child at indentation level 24 not at correct indentation, 16 909
Warnings case child at indentation level 24 not at correct indentation, 16 910
Warnings case child at indentation level 24 not at correct indentation, 16 911
Warnings case child at indentation level 24 not at correct indentation, 16 912
Warnings case child at indentation level 24 not at correct indentation, 16 913
Warnings case child at indentation level 24 not at correct indentation, 16 914
Warnings case child at indentation level 24 not at correct indentation, 16 915
Warnings case child at indentation level 24 not at correct indentation, 16 916
Warnings case child at indentation level 24 not at correct indentation, 16 917
Warnings case child at indentation level 24 not at correct indentation, 16 918
Warnings case child at indentation level 24 not at correct indentation, 16 919
Warnings case child at indentation level 24 not at correct indentation, 16 920
Warnings case child at indentation level 24 not at correct indentation, 16 921
Warnings case child at indentation level 24 not at correct indentation, 16 922
Warnings case child at indentation level 24 not at correct indentation, 16 923
Warnings case child at indentation level 24 not at correct indentation, 16 924
Warnings case child at indentation level 24 not at correct indentation, 16 925
Warnings case child at indentation level 24 not at correct indentation, 16 926
Warnings case child at indentation level 24 not at correct indentation, 16 927
Warnings case child at indentation level 24 not at correct indentation, 16 928
Warnings case child at indentation level 24 not at correct indentation, 16 929
Warnings case child at indentation level 24 not at correct indentation, 16 930
Warnings case child at indentation level 24 not at correct indentation, 16 931
Warnings case child at indentation level 24 not at correct indentation, 16 932
Warnings case child at indentation level 24 not at correct indentation, 16 933
Warnings case child at indentation level 24 not at correct indentation, 16 934
Warnings case child at indentation level 24 not at correct indentation, 16 935
Warnings block child at indentation level 28 not at correct indentation, 20 936
Warnings block child at indentation level 28 not at correct indentation, 20 937
Warnings block child at indentation level 28 not at correct indentation, 20 938
Warnings block child at indentation level 28 not at correct indentation, 20 939
Warnings block child at indentation level 28 not at correct indentation, 20 940
Warnings while at indentation level 28 not at correct indentation, 20 942
Warnings switch at indentation level 32 not at correct indentation, 24 943
Warnings case child at indentation level 36 not at correct indentation, 24 944
Warnings case child at indentation level 36 not at correct indentation, 24 945
Warnings case child at indentation level 36 not at correct indentation, 24 946
Warnings case child at indentation level 36 not at correct indentation, 24 947
Warnings case child at indentation level 36 not at correct indentation, 24 948
Warnings case child at indentation level 36 not at correct indentation, 24 949
Warnings case child at indentation level 36 not at correct indentation, 24 950
Warnings case child at indentation level 36 not at correct indentation, 24 951
Warnings case child at indentation level 36 not at correct indentation, 24 952
Warnings case child at indentation level 36 not at correct indentation, 24 953
Warnings case child at indentation level 36 not at correct indentation, 24 954
Warnings case child at indentation level 36 not at correct indentation, 24 955
Warnings case child at indentation level 36 not at correct indentation, 24 956
Warnings case child at indentation level 36 not at correct indentation, 24 957
Warnings case child at indentation level 36 not at correct indentation, 24 958
Warnings case child at indentation level 36 not at correct indentation, 24 959
Warnings case child at indentation level 36 not at correct indentation, 24 960
Warnings case child at indentation level 36 not at correct indentation, 24 961
Warnings case child at indentation level 36 not at correct indentation, 24 962
Warnings case child at indentation level 36 not at correct indentation, 24 963
Warnings case child at indentation level 36 not at correct indentation, 24 964
Warnings case child at indentation level 36 not at correct indentation, 24 965
Warnings case child at indentation level 36 not at correct indentation, 24 966
Warnings case child at indentation level 36 not at correct indentation, 24 967
Warnings case child at indentation level 36 not at correct indentation, 24 968
Warnings case child at indentation level 36 not at correct indentation, 24 969
Warnings block child at indentation level 40 not at correct indentation, 28 970
Warnings block child at indentation level 40 not at correct indentation, 28 971
Warnings block child at indentation level 40 not at correct indentation, 28 972
Warnings block rcurly at indentation level 36 not at correct indentation, 24 973
Warnings case child at indentation level 36 not at correct indentation, 24 974
Warnings case child at indentation level 36 not at correct indentation, 24 975
Warnings case child at indentation level 36 not at correct indentation, 24 976
Warnings case child at indentation level 36 not at correct indentation, 24 977
Warnings case child at indentation level 36 not at correct indentation, 24 978
Warnings case child at indentation level 36 not at correct indentation, 24 979
Warnings case child at indentation level 36 not at correct indentation, 24 980
Warnings case child at indentation level 36 not at correct indentation, 24 981
Warnings case child at indentation level 36 not at correct indentation, 24 982
Warnings case child at indentation level 36 not at correct indentation, 24 983
Warnings case child at indentation level 36 not at correct indentation, 24 984
Warnings case child at indentation level 36 not at correct indentation, 24 985
Warnings case child at indentation level 36 not at correct indentation, 24 986
Warnings case child at indentation level 36 not at correct indentation, 24 987
Warnings case child at indentation level 36 not at correct indentation, 24 988
Warnings case child at indentation level 36 not at correct indentation, 24 989
Warnings case child at indentation level 36 not at correct indentation, 24 990
Warnings case child at indentation level 36 not at correct indentation, 24 991
Warnings case child at indentation level 36 not at correct indentation, 24 992
Warnings case child at indentation level 36 not at correct indentation, 24 993
Warnings case child at indentation level 36 not at correct indentation, 24 994
Warnings case child at indentation level 36 not at correct indentation, 24 995
Warnings case child at indentation level 36 not at correct indentation, 24 996
Warnings case child at indentation level 36 not at correct indentation, 24 997
Warnings case child at indentation level 36 not at correct indentation, 24 998
Warnings case child at indentation level 36 not at correct indentation, 24 999
Warnings case child at indentation level 36 not at correct indentation, 24 1000
Warnings case child at indentation level 36 not at correct indentation, 24 1001
Warnings case child at indentation level 36 not at correct indentation, 24 1002
Warnings case child at indentation level 36 not at correct indentation, 24 1003
Warnings case child at indentation level 36 not at correct indentation, 24 1004
Warnings case child at indentation level 36 not at correct indentation, 24 1005
Warnings case child at indentation level 36 not at correct indentation, 24 1006
Warnings case child at indentation level 36 not at correct indentation, 24 1007
Warnings case child at indentation level 36 not at correct indentation, 24 1008
Warnings case child at indentation level 36 not at correct indentation, 24 1009
Warnings case child at indentation level 36 not at correct indentation, 24 1010
Warnings block child at indentation level 40 not at correct indentation, 28 1011
Warnings block child at indentation level 40 not at correct indentation, 28 1012
Warnings block child at indentation level 40 not at correct indentation, 28 1013
Warnings block child at indentation level 40 not at correct indentation, 28 1014
Warnings block rcurly at indentation level 36 not at correct indentation, 24 1015
Warnings case child at indentation level 36 not at correct indentation, 24 1016
Warnings block child at indentation level 40 not at correct indentation, 28 1017
Warnings block child at indentation level 40 not at correct indentation, 28 1018
Warnings block rcurly at indentation level 36 not at correct indentation, 24 1019
Warnings switch rcurly at indentation level 32 not at correct indentation, 24 1020
Warnings while rcurly at indentation level 28 not at correct indentation, 20 1021
Warnings block child at indentation level 28 not at correct indentation, 20 1022
Warnings Line is longer than 80 characters. 1023
Warnings block child at indentation level 28 not at correct indentation, 20 1023
Warnings if at indentation level 28 not at correct indentation, 20 1024
Warnings if child at indentation level 32 not at correct indentation, 24 1025
Warnings if rcurly at indentation level 28 not at correct indentation, 20 1026
Warnings else child at indentation level 32 not at correct indentation, 24 1027
Warnings else child at indentation level 32 not at correct indentation, 24 1028
Warnings else child at indentation level 32 not at correct indentation, 24 1029
Warnings else rcurly at indentation level 28 not at correct indentation, 20 1030
Warnings block child at indentation level 28 not at correct indentation, 20 1031
Warnings block rcurly at indentation level 24 not at correct indentation, 16 1032
Warnings case child at indentation level 24 not at correct indentation, 16 1033
Warnings block child at indentation level 28 not at correct indentation, 20 1037
Warnings block child at indentation level 28 not at correct indentation, 20 1038
Warnings block child at indentation level 28 not at correct indentation, 20 1039
Warnings block rcurly at indentation level 24 not at correct indentation, 16 1040
Warnings switch rcurly at indentation level 20 not at correct indentation, 16 1041
Warnings block child at indentation level 20 not at correct indentation, 16 1042
Warnings block rcurly at indentation level 16 not at correct indentation, 12 1043
Warnings '=' is not preceded with whitespace. 1057
Warnings '=' is not followed by whitespace. 1057
Warnings 'else' is not followed by whitespace. 1066
Warnings '{' is not preceded with whitespace. 1066
Warnings 'if' is not followed by whitespace. 1067
Warnings '{' is not preceded with whitespace. 1067
Warnings 'if' is not followed by whitespace. 1068
Warnings '==' is not preceded with whitespace. 1068
Warnings '==' is not followed by whitespace. 1068
Warnings '{' is not preceded with whitespace. 1068
Warnings Line is longer than 80 characters. 1069
Warnings '+' is not preceded with whitespace. 1069
Warnings '+' is not followed by whitespace. 1069
Warnings '+' is not preceded with whitespace. 1069
Warnings '+' is not followed by whitespace. 1069
Warnings 'else' is not followed by whitespace. 1073
Warnings '{' is not preceded with whitespace. 1073
Warnings 'if' is not followed by whitespace. 1075
Warnings '>' is not preceded with whitespace. 1075
Warnings '>' is not followed by whitespace. 1075
Warnings '{' is not preceded with whitespace. 1075
Warnings '=' is not preceded with whitespace. 1076
Warnings '=' is not followed by whitespace. 1076

org/argouml/language/csharp/importer/csparser/main/Parser.java

Violation Message Line
Warnings File length is 3,009 lines (max allowed is 2,000). 1
Warnings Variable 'success' must be private and have accessor methods. 35
Warnings Line is longer than 80 characters. 36
Warnings Missing a Javadoc comment. 36
Warnings Name 'EOF' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Warnings Variable 'EOF' must be private and have accessor methods. 36
Warnings Line is longer than 80 characters. 39
Warnings Line is longer than 80 characters. 48
Warnings Missing a Javadoc comment. 49
Warnings Name 'CurrentState' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 49
Warnings Variable 'CurrentState' must be private and have accessor methods. 49
Warnings Line is longer than 80 characters. 131
Warnings 'tokens' hides a field. 131
Warnings 'strings' hides a field. 131
Warnings Line is longer than 80 characters. 144
Warnings Line is longer than 80 characters. 165
Warnings case child at indentation level 16 not at correct indentation, 12 167
Warnings block child at indentation level 20 not at correct indentation, 16 169
Warnings block child at indentation level 20 not at correct indentation, 16 170
Warnings case child at indentation level 16 not at correct indentation, 12 172
Warnings case child at indentation level 16 not at correct indentation, 12 173
Warnings case child at indentation level 16 not at correct indentation, 12 174
Warnings case child at indentation level 16 not at correct indentation, 12 175
Warnings case child at indentation level 16 not at correct indentation, 12 176
Warnings case child at indentation level 16 not at correct indentation, 12 177
Warnings case child at indentation level 16 not at correct indentation, 12 178
Warnings case child at indentation level 16 not at correct indentation, 12 179
Warnings case child at indentation level 16 not at correct indentation, 12 180
Warnings block child at indentation level 20 not at correct indentation, 16 182
Warnings block child at indentation level 20 not at correct indentation, 16 183
Warnings block child at indentation level 20 not at correct indentation, 16 184
Warnings case child at indentation level 16 not at correct indentation, 12 186
Warnings block child at indentation level 20 not at correct indentation, 16 187
Warnings block child at indentation level 20 not at correct indentation, 16 188
Warnings case child at indentation level 16 not at correct indentation, 12 190
Warnings block child at indentation level 20 not at correct indentation, 16 191
Warnings block child at indentation level 20 not at correct indentation, 16 192
Warnings case child at indentation level 16 not at correct indentation, 12 194
Warnings block child at indentation level 20 not at correct indentation, 16 195
Warnings block child at indentation level 20 not at correct indentation, 16 196
Warnings case child at indentation level 16 not at correct indentation, 12 198
Warnings block child at indentation level 20 not at correct indentation, 16 199
Warnings block child at indentation level 20 not at correct indentation, 16 200
Warnings case child at indentation level 16 not at correct indentation, 12 202
Warnings block child at indentation level 20 not at correct indentation, 16 203
Warnings block child at indentation level 20 not at correct indentation, 16 204
Warnings case child at indentation level 16 not at correct indentation, 12 206
Warnings block child at indentation level 20 not at correct indentation, 16 207
Warnings block child at indentation level 20 not at correct indentation, 16 208
Warnings case child at indentation level 16 not at correct indentation, 12 210
Warnings block child at indentation level 20 not at correct indentation, 16 211
Warnings block child at indentation level 20 not at correct indentation, 16 212
Warnings case child at indentation level 16 not at correct indentation, 12 214
Warnings block child at indentation level 20 not at correct indentation, 16 215
Warnings Line is longer than 80 characters. 241
Warnings Line is longer than 80 characters. 255
Warnings case child at indentation level 12 not at correct indentation, 8 259
Warnings block child at indentation level 16 not at correct indentation, 12 261
Warnings if at indentation level 16 not at correct indentation, 12 262
Warnings if child at indentation level 20 not at correct indentation, 16 263
Warnings if rcurly at indentation level 16 not at correct indentation, 12 264
Warnings block child at indentation level 16 not at correct indentation, 12 265
Warnings block child at indentation level 16 not at correct indentation, 12 266
Warnings case child at indentation level 12 not at correct indentation, 8 267
Warnings block child at indentation level 16 not at correct indentation, 12 269
Warnings if at indentation level 16 not at correct indentation, 12 270
Warnings if child at indentation level 20 not at correct indentation, 16 271
Warnings if rcurly at indentation level 16 not at correct indentation, 12 272
Warnings block child at indentation level 16 not at correct indentation, 12 273
Warnings block child at indentation level 16 not at correct indentation, 12 274
Warnings case child at indentation level 12 not at correct indentation, 8 275
Warnings if at indentation level 16 not at correct indentation, 12 277
Warnings if child at indentation level 20 not at correct indentation, 16 278
Warnings if rcurly at indentation level 16 not at correct indentation, 12 279
Warnings block child at indentation level 16 not at correct indentation, 12 280
Warnings block child at indentation level 16 not at correct indentation, 12 281
Warnings block child at indentation level 16 not at correct indentation, 12 284
Warnings if at indentation level 16 not at correct indentation, 12 285
Warnings if child at indentation level 20 not at correct indentation, 16 286
Warnings if rcurly at indentation level 16 not at correct indentation, 12 287
Warnings if at indentation level 16 not at correct indentation, 12 289
Warnings if child at indentation level 20 not at correct indentation, 16 290
Warnings if rcurly at indentation level 16 not at correct indentation, 12 291
Warnings if at indentation level 16 not at correct indentation, 12 292
Warnings Expression can be simplified. 292
Warnings if child at indentation level 20 not at correct indentation, 16 294
Warnings if rcurly at indentation level 16 not at correct indentation, 12 295
Warnings block child at indentation level 16 not at correct indentation, 12 296
Warnings case child at indentation level 12 not at correct indentation, 8 297
Warnings block child at indentation level 16 not at correct indentation, 12 299
Warnings block child at indentation level 16 not at correct indentation, 12 300
Warnings case child at indentation level 12 not at correct indentation, 8 301
Warnings if at indentation level 16 not at correct indentation, 12 303
Warnings Expression can be simplified. 303
Warnings if child at indentation level 20 not at correct indentation, 16 305
Warnings if rcurly at indentation level 16 not at correct indentation, 12 306
Warnings block child at indentation level 16 not at correct indentation, 12 307
Warnings case child at indentation level 12 not at correct indentation, 8 308
Warnings block child at indentation level 16 not at correct indentation, 12 310
Warnings block child at indentation level 16 not at correct indentation, 12 311
Warnings block child at indentation level 16 not at correct indentation, 12 312
Warnings case child at indentation level 12 not at correct indentation, 8 313
Warnings block child at indentation level 16 not at correct indentation, 12 315
Warnings block child at indentation level 16 not at correct indentation, 12 316
Warnings case child at indentation level 12 not at correct indentation, 8 317
Warnings block child at indentation level 16 not at correct indentation, 12 319
Warnings block child at indentation level 16 not at correct indentation, 12 320
Warnings case child at indentation level 12 not at correct indentation, 8 321
Warnings block child at indentation level 16 not at correct indentation, 12 323
Warnings block child at indentation level 16 not at correct indentation, 12 324
Warnings case child at indentation level 12 not at correct indentation, 8 325
Warnings block child at indentation level 16 not at correct indentation, 12 327
Warnings block child at indentation level 16 not at correct indentation, 12 328
Warnings case child at indentation level 12 not at correct indentation, 8 329
Warnings block child at indentation level 16 not at correct indentation, 12 331
Warnings block child at indentation level 16 not at correct indentation, 12 332
Warnings case child at indentation level 12 not at correct indentation, 8 333
Warnings block child at indentation level 16 not at correct indentation, 12 335
Warnings block child at indentation level 16 not at correct indentation, 12 336
Warnings case child at indentation level 12 not at correct indentation, 8 337
Warnings block child at indentation level 16 not at correct indentation, 12 338
Warnings Line is longer than 80 characters. 344
Warnings Line is longer than 80 characters. 351
Warnings 'if' construct must use '{}'s. 354
Warnings Line is longer than 80 characters. 378
Warnings Line is longer than 80 characters. 379
Warnings '&&' should be on a new line. 381
Warnings '&&' should be on a new line. 382
Warnings '&&' should be on a new line. 396
Warnings '&&' should be on a new line. 397
Warnings 'if' construct must use '{}'s. 415
Warnings Line is longer than 80 characters. 419
Warnings 'if' construct must use '{}'s. 440
Warnings 'if' construct must use '{}'s. 487
Warnings 'if' construct must use '{}'s. 529
Warnings Line is longer than 80 characters. 566
Warnings 'if' construct must use '{}'s. 575
Warnings 'if' construct must use '{}'s. 612
Warnings Line is longer than 80 characters. 628
Warnings case child at indentation level 12 not at correct indentation, 8 632
Warnings block child at indentation level 16 not at correct indentation, 12 633
Warnings block child at indentation level 16 not at correct indentation, 12 634
Warnings case child at indentation level 12 not at correct indentation, 8 636
Warnings block child at indentation level 16 not at correct indentation, 12 637
Warnings block child at indentation level 16 not at correct indentation, 12 638
Warnings case child at indentation level 12 not at correct indentation, 8 640
Warnings block child at indentation level 16 not at correct indentation, 12 641
Warnings block child at indentation level 16 not at correct indentation, 12 642
Warnings case child at indentation level 12 not at correct indentation, 8 644
Warnings block child at indentation level 16 not at correct indentation, 12 645
Warnings block child at indentation level 16 not at correct indentation, 12 646
Warnings case child at indentation level 12 not at correct indentation, 8 648
Warnings block child at indentation level 16 not at correct indentation, 12 649
Warnings block child at indentation level 16 not at correct indentation, 12 650
Warnings case child at indentation level 12 not at correct indentation, 8 652
Warnings block child at indentation level 16 not at correct indentation, 12 653
Warnings block child at indentation level 16 not at correct indentation, 12 654
Warnings case child at indentation level 12 not at correct indentation, 8 656
Warnings block child at indentation level 16 not at correct indentation, 12 657
Warnings block child at indentation level 16 not at correct indentation, 12 658
Warnings case child at indentation level 12 not at correct indentation, 8 660
Warnings block child at indentation level 16 not at correct indentation, 12 661
Warnings block child at indentation level 16 not at correct indentation, 12 662
Warnings case child at indentation level 12 not at correct indentation, 8 664
Warnings case child at indentation level 12 not at correct indentation, 8 665
Warnings block child at indentation level 16 not at correct indentation, 12 666
Warnings block child at indentation level 16 not at correct indentation, 12 667
Warnings case child at indentation level 12 not at correct indentation, 8 669
Warnings block child at indentation level 16 not at correct indentation, 12 670
Warnings if at indentation level 16 not at correct indentation, 12 671
Warnings if child at indentation level 20 not at correct indentation, 16 672
Warnings if rcurly at indentation level 16 not at correct indentation, 12 673
Warnings switch at indentation level 16 not at correct indentation, 12 674
Warnings case child at indentation level 20 not at correct indentation, 12 675
Warnings block child at indentation level 24 not at correct indentation, 16 676
Warnings block child at indentation level 24 not at correct indentation, 16 677
Warnings case child at indentation level 20 not at correct indentation, 12 678
Warnings block child at indentation level 24 not at correct indentation, 16 679
Warnings block child at indentation level 24 not at correct indentation, 16 680
Warnings case child at indentation level 20 not at correct indentation, 12 681
Warnings block child at indentation level 24 not at correct indentation, 16 682
Warnings block child at indentation level 24 not at correct indentation, 16 683
Warnings case child at indentation level 20 not at correct indentation, 12 684
Warnings block child at indentation level 24 not at correct indentation, 16 685
Warnings if at indentation level 24 not at correct indentation, 16 686
Warnings Line is longer than 80 characters. 687
Warnings if child at indentation level 28 not at correct indentation, 20 687
Warnings if rcurly at indentation level 24 not at correct indentation, 16 688
Warnings switch at indentation level 24 not at correct indentation, 16 689
Warnings case child at indentation level 28 not at correct indentation, 16 690
Warnings block child at indentation level 32 not at correct indentation, 20 691
Warnings block child at indentation level 32 not at correct indentation, 20 692
Warnings case child at indentation level 28 not at correct indentation, 16 693
Warnings case child at indentation level 28 not at correct indentation, 16 694
Warnings case child at indentation level 28 not at correct indentation, 16 695
Warnings block child at indentation level 32 not at correct indentation, 20 696
Warnings block child at indentation level 32 not at correct indentation, 20 697
Warnings case child at indentation level 28 not at correct indentation, 16 698
Warnings block child at indentation level 32 not at correct indentation, 20 699
Warnings block child at indentation level 32 not at correct indentation, 20 700
Warnings case child at indentation level 28 not at correct indentation, 16 701
Warnings block child at indentation level 32 not at correct indentation, 20 702
Warnings block child at indentation level 32 not at correct indentation, 20 703
Warnings case child at indentation level 28 not at correct indentation, 16 704
Warnings block child at indentation level 32 not at correct indentation, 20 705
Warnings block child at indentation level 32 not at correct indentation, 20 706
Warnings switch rcurly at indentation level 24 not at correct indentation, 16 707
Warnings block child at indentation level 24 not at correct indentation, 16 708
Warnings switch rcurly at indentation level 16 not at correct indentation, 12 709
Warnings block child at indentation level 16 not at correct indentation, 12 710
Warnings case child at indentation level 12 not at correct indentation, 8 719
Warnings block child at indentation level 16 not at correct indentation, 12 721
Warnings block child at indentation level 16 not at correct indentation, 12 722
Warnings if at indentation level 16 not at correct indentation, 12 724
Warnings if child at indentation level 20 not at correct indentation, 16 725
Warnings if child at indentation level 20 not at correct indentation, 16 726
Warnings if rcurly at indentation level 16 not at correct indentation, 12 727
Warnings block child at indentation level 16 not at correct indentation, 12 729
Warnings block child at indentation level 16 not at correct indentation, 12 730
Warnings block child at indentation level 16 not at correct indentation, 12 731
Warnings block child at indentation level 16 not at correct indentation, 12 732
Warnings block child at indentation level 16 not at correct indentation, 12 733
Warnings block child at indentation level 16 not at correct indentation, 12 734
Warnings block child at indentation level 16 not at correct indentation, 12 736
Warnings case child at indentation level 12 not at correct indentation, 8 737
Warnings block child at indentation level 16 not at correct indentation, 12 738
Warnings if at indentation level 16 not at correct indentation, 12 739
Warnings Line is longer than 80 characters. 740
Warnings if child at indentation level 20 not at correct indentation, 16 740
Warnings if rcurly at indentation level 16 not at correct indentation, 12 741
Warnings switch at indentation level 16 not at correct indentation, 12 742
Warnings case child at indentation level 20 not at correct indentation, 12 743
Warnings Line is longer than 80 characters. 745
Warnings block child at indentation level 24 not at correct indentation, 16 745
Warnings if at indentation level 24 not at correct indentation, 16 746
Warnings if child at indentation level 28 not at correct indentation, 20 747
Warnings if child at indentation level 28 not at correct indentation, 20 748
Warnings if rcurly at indentation level 24 not at correct indentation, 16 749
Warnings block child at indentation level 24 not at correct indentation, 16 750
Warnings block child at indentation level 24 not at correct indentation, 16 751
Warnings Line is longer than 80 characters. 752
Warnings block child at indentation level 24 not at correct indentation, 16 752
Warnings block child at indentation level 24 not at correct indentation, 16 756
Warnings block child at indentation level 24 not at correct indentation, 16 758
Warnings block child at indentation level 24 not at correct indentation, 16 759
Warnings block child at indentation level 24 not at correct indentation, 16 760
Warnings block child at indentation level 24 not at correct indentation, 16 761
Warnings case child at indentation level 20 not at correct indentation, 12 763
Warnings block child at indentation level 24 not at correct indentation, 16 764
Warnings if at indentation level 24 not at correct indentation, 16 765
Warnings Line is longer than 80 characters. 766
Warnings if child at indentation level 28 not at correct indentation, 20 766
Warnings if rcurly at indentation level 24 not at correct indentation, 16 767
Warnings switch at indentation level 24 not at correct indentation, 16 768
Warnings case child at indentation level 28 not at correct indentation, 16 769
Warnings Line is longer than 80 characters. 771
Warnings block child at indentation level 32 not at correct indentation, 20 771
Warnings block child at indentation level 32 not at correct indentation, 20 772
Warnings if at indentation level 32 not at correct indentation, 20 774
Warnings if child at indentation level 36 not at correct indentation, 24 775
Warnings Line is longer than 80 characters. 776
Warnings if child at indentation level 36 not at correct indentation, 24 776
Warnings if rcurly at indentation level 32 not at correct indentation, 20 777
Warnings block child at indentation level 32 not at correct indentation, 20 779
Warnings block child at indentation level 32 not at correct indentation, 20 780
Warnings block child at indentation level 32 not at correct indentation, 20 782
Warnings block child at indentation level 32 not at correct indentation, 20 783
Warnings block child at indentation level 32 not at correct indentation, 20 784
Warnings block child at indentation level 32 not at correct indentation, 20 786
Warnings block child at indentation level 32 not at correct indentation, 20 787
Warnings case child at indentation level 28 not at correct indentation, 16 789
Warnings Line is longer than 80 characters. 791
Warnings block child at indentation level 32 not at correct indentation, 20 791
Warnings block child at indentation level 32 not at correct indentation, 20 792
Warnings if at indentation level 32 not at correct indentation, 20 795
Warnings if child at indentation level 36 not at correct indentation, 24 796
Warnings Line is longer than 80 characters. 797
Warnings if child at indentation level 36 not at correct indentation, 24 797
Warnings if rcurly at indentation level 32 not at correct indentation, 20 798
Warnings block child at indentation level 32 not at correct indentation, 20 800
Warnings block child at indentation level 32 not at correct indentation, 20 801
Warnings block child at indentation level 32 not at correct indentation, 20 803
Warnings block child at indentation level 32 not at correct indentation, 20 804
Warnings block child at indentation level 32 not at correct indentation, 20 806
Warnings block child at indentation level 32 not at correct indentation, 20 808
Warnings block child at indentation level 32 not at correct indentation, 20 810
Warnings block child at indentation level 32 not at correct indentation, 20 811
Warnings block child at indentation level 32 not at correct indentation, 20 812
Warnings if at indentation level 32 not at correct indentation, 20 814
Warnings if child at indentation level 36 not at correct indentation, 24 815
Warnings if rcurly at indentation level 32 not at correct indentation, 20 816
Warnings block child at indentation level 32 not at correct indentation, 20 817
Warnings case child at indentation level 28 not at correct indentation, 16 819
Warnings block child at indentation level 32 not at correct indentation, 20 820
Warnings block child at indentation level 32 not at correct indentation, 20 821
Warnings switch rcurly at indentation level 24 not at correct indentation, 16 822
Warnings block child at indentation level 24 not at correct indentation, 16 823
Warnings switch rcurly at indentation level 16 not at correct indentation, 12 824
Warnings block child at indentation level 16 not at correct indentation, 12 825
Warnings 'if' construct must use '{}'s. 842
Warnings Line is longer than 80 characters. 868
Warnings 'if' construct must use '{}'s. 884
Warnings Line is longer than 80 characters. 903
Warnings 'if' construct must use '{}'s. 912
Warnings Line is longer than 80 characters. 935
Warnings Line is longer than 80 characters. 944
Warnings 'if' construct must use '{}'s. 954
Warnings Line is longer than 80 characters. 972
Warnings Line is longer than 80 characters. 979
Warnings Line is longer than 80 characters. 983
Warnings Line is longer than 80 characters. 989
Warnings 'if' construct must use '{}'s. 991
Warnings Line is longer than 80 characters. 1015
Warnings 'if' construct must use '{}'s. 1017
Warnings Line is longer than 80 characters. 1069
Warnings 'if' construct must use '{}'s. 1071
Warnings Line is longer than 80 characters. 1100
Warnings Line is longer than 80 characters. 1117
Warnings Line is longer than 80 characters. 1130
Warnings 'if' construct must use '{}'s. 1139
Warnings 'if' construct must use '{}'s. 1157
Warnings Line is longer than 80 characters. 1173
Warnings Line is longer than 80 characters. 1181
Warnings 'if' construct must use '{}'s. 1199
Warnings Line is longer than 80 characters. 1270
Warnings Line is longer than 80 characters. 1275
Warnings Line is longer than 80 characters. 1281
Warnings Line is longer than 80 characters. 1349
Warnings Line is longer than 80 characters. 1356
Warnings Line is longer than 80 characters. 1397
Warnings Line is longer than 80 characters. 1411
Warnings case child at indentation level 16 not at correct indentation, 12 1421
Warnings case child at indentation level 16 not at correct indentation, 12 1422
Warnings case child at indentation level 16 not at correct indentation, 12 1423
Warnings case child at indentation level 16 not at correct indentation, 12 1424
Warnings case child at indentation level 16 not at correct indentation, 12 1425
Warnings case child at indentation level 16 not at correct indentation, 12 1426
Warnings case child at indentation level 16 not at correct indentation, 12 1427
Warnings case child at indentation level 16 not at correct indentation, 12 1428
Warnings case child at indentation level 16 not at correct indentation, 12 1429
Warnings case child at indentation level 16 not at correct indentation, 12 1430
Warnings case child at indentation level 16 not at correct indentation, 12 1431
Warnings case child at indentation level 16 not at correct indentation, 12 1432
Warnings case child at indentation level 16 not at correct indentation, 12 1433
Warnings case child at indentation level 16 not at correct indentation, 12 1434
Warnings case child at indentation level 16 not at correct indentation, 12 1435
Warnings case child at indentation level 16 not at correct indentation, 12 1437
Warnings block child at indentation level 20 not at correct indentation, 16 1447
Warnings if at indentation level 20 not at correct indentation, 16 1448
Warnings if child at indentation level 24 not at correct indentation, 20 1449
Warnings if rcurly at indentation level 20 not at correct indentation, 16 1450
Warnings block child at indentation level 20 not at correct indentation, 16 1451
Warnings block child at indentation level 20 not at correct indentation, 16 1452
Warnings block child at indentation level 20 not at correct indentation, 16 1453
Warnings case child at indentation level 16 not at correct indentation, 12 1456
Warnings block child at indentation level 20 not at correct indentation, 16 1457
Warnings case child at indentation level 16 not at correct indentation, 12 1468
Warnings block child at indentation level 20 not at correct indentation, 16 1469
Warnings if at indentation level 20 not at correct indentation, 16 1471
Warnings if child at indentation level 24 not at correct indentation, 20 1472
Warnings if rcurly at indentation level 20 not at correct indentation, 16 1473
Warnings if child at indentation level 24 not at correct indentation, 20 1474
Warnings if rcurly at indentation level 20 not at correct indentation, 16 1475
Warnings if child at indentation level 24 not at correct indentation, 20 1476
Warnings if rcurly at indentation level 20 not at correct indentation, 16 1477
Warnings if child at indentation level 24 not at correct indentation, 20 1478
Warnings if rcurly at indentation level 20 not at correct indentation, 16 1479
Warnings if child at indentation level 24 not at correct indentation, 20 1480
Warnings if rcurly at indentation level 20 not at correct indentation, 16 1481
Warnings if child at indentation level 24 not at correct indentation, 20 1482
Warnings if rcurly at indentation level 20 not at correct indentation, 16 1483
Warnings if child at indentation level 24 not at correct indentation, 20 1484
Warnings if rcurly at indentation level 20 not at correct indentation, 16 1485
Warnings else child at indentation level 24 not at correct indentation, 20 1486
Warnings else rcurly at indentation level 20 not at correct indentation, 16 1487
Warnings block child at indentation level 20 not at correct indentation, 16 1488
Warnings Line is longer than 80 characters. 1493
Warnings Line is longer than 80 characters. 1497
Warnings Line is longer than 80 characters. 1501
Warnings Line is longer than 80 characters. 1505
Warnings Line is longer than 80 characters. 1509
Warnings Line is longer than 80 characters. 1513
Warnings Line is longer than 80 characters. 1517
Warnings block child at indentation level 20 not at correct indentation, 16 1524
Warnings case child at indentation level 16 not at correct indentation, 12 1526
Warnings block child at indentation level 20 not at correct indentation, 16 1527
Warnings block child at indentation level 20 not at correct indentation, 16 1528
Warnings block child at indentation level 20 not at correct indentation, 16 1529
Warnings case child at indentation level 16 not at correct indentation, 12 1531
Warnings block child at indentation level 20 not at correct indentation, 16 1532
Warnings block child at indentation level 20 not at correct indentation, 16 1533
Warnings block child at indentation level 20 not at correct indentation, 16 1534
Warnings case child at indentation level 16 not at correct indentation, 12 1536
Warnings block child at indentation level 20 not at correct indentation, 16 1537
Warnings block child at indentation level 20 not at correct indentation, 16 1538
Warnings '&&' should be on a new line. 1551
Warnings '&&' should be on a new line. 1552
Warnings Line is longer than 80 characters. 1570
Warnings case child at indentation level 12 not at correct indentation, 8 1574
Warnings block child at indentation level 16 not at correct indentation, 12 1575
Warnings block child at indentation level 16 not at correct indentation, 12 1576
Warnings block child at indentation level 16 not at correct indentation, 12 1577
Warnings case child at indentation level 12 not at correct indentation, 8 1579
Warnings case child at indentation level 12 not at correct indentation, 8 1580
Warnings case child at indentation level 12 not at correct indentation, 8 1581
Warnings case child at indentation level 12 not at correct indentation, 8 1582
Warnings case child at indentation level 12 not at correct indentation, 8 1583
Warnings case child at indentation level 12 not at correct indentation, 8 1584
Warnings case child at indentation level 12 not at correct indentation, 8 1585
Warnings case child at indentation level 12 not at correct indentation, 8 1586
Warnings case child at indentation level 12 not at correct indentation, 8 1587
Warnings case child at indentation level 12 not at correct indentation, 8 1588
Warnings case child at indentation level 12 not at correct indentation, 8 1589
Warnings case child at indentation level 12 not at correct indentation, 8 1590
Warnings case child at indentation level 12 not at correct indentation, 8 1591
Warnings case child at indentation level 12 not at correct indentation, 8 1592
Warnings case child at indentation level 12 not at correct indentation, 8 1593
Warnings case child at indentation level 12 not at correct indentation, 8 1594
Warnings case child at indentation level 12 not at correct indentation, 8 1595
Warnings case child at indentation level 12 not at correct indentation, 8 1596
Warnings Line is longer than 80 characters. 1598
Warnings block child at indentation level 16 not at correct indentation, 12 1599
Warnings block child at indentation level 16 not at correct indentation, 12 1600
Warnings block child at indentation level 16 not at correct indentation, 12 1601
Warnings block child at indentation level 16 not at correct indentation, 12 1602
Warnings case child at indentation level 12 not at correct indentation, 8 1604
Warnings block child at indentation level 16 not at correct indentation, 12 1605
Warnings block child at indentation level 16 not at correct indentation, 12 1606
Warnings Line is longer than 80 characters. 1615
Warnings Line is longer than 80 characters. 1621
Warnings Line is longer than 80 characters. 1627
Warnings case child at indentation level 12 not at correct indentation, 8 1630
Warnings block child at indentation level 16 not at correct indentation, 12 1631
Warnings block child at indentation level 16 not at correct indentation, 12 1632
Warnings block child at indentation level 16 not at correct indentation, 12 1633
Warnings case child at indentation level 12 not at correct indentation, 8 1635
Warnings case child at indentation level 12 not at correct indentation, 8 1636
Warnings case child at indentation level 12 not at correct indentation, 8 1637
Warnings case child at indentation level 12 not at correct indentation, 8 1638
Warnings case child at indentation level 12 not at correct indentation, 8 1639
Warnings case child at indentation level 12 not at correct indentation, 8 1640
Warnings case child at indentation level 12 not at correct indentation, 8 1641
Warnings case child at indentation level 12 not at correct indentation, 8 1642
Warnings case child at indentation level 12 not at correct indentation, 8 1643
Warnings case child at indentation level 12 not at correct indentation, 8 1644
Warnings case child at indentation level 12 not at correct indentation, 8 1645
Warnings case child at indentation level 12 not at correct indentation, 8 1646
Warnings case child at indentation level 12 not at correct indentation, 8 1647
Warnings case child at indentation level 12 not at correct indentation, 8 1648
Warnings case child at indentation level 12 not at correct indentation, 8 1649
Warnings case child at indentation level 12 not at correct indentation, 8 1650
Warnings case child at indentation level 12 not at correct indentation, 8 1651
Warnings case child at indentation level 12 not at correct indentation, 8 1652
Warnings case child at indentation level 12 not at correct indentation, 8 1653
Warnings case child at indentation level 12 not at correct indentation, 8 1654
Warnings Line is longer than 80 characters. 1655
Warnings block child at indentation level 16 not at correct indentation, 12 1655
Warnings ';' is not followed by whitespace. 1655
Warnings block child at indentation level 16 not at correct indentation, 12 1656
Warnings block child at indentation level 16 not at correct indentation, 12 1657
Warnings block child at indentation level 16 not at correct indentation, 12 1658
Warnings block child at indentation level 16 not at correct indentation, 12 1659
Warnings case child at indentation level 12 not at correct indentation, 8 1661
Warnings block child at indentation level 16 not at correct indentation, 12 1662
Warnings block child at indentation level 16 not at correct indentation, 12 1663
Warnings Line is longer than 80 characters. 1668
Warnings Line is longer than 80 characters. 1674
Warnings Line is longer than 80 characters. 1690
Warnings Line is longer than 80 characters. 1693
Warnings Line is longer than 80 characters. 1708
Warnings Line is longer than 80 characters. 1712
Warnings Line is longer than 80 characters. 1719
Warnings Method length is 170 lines (max allowed is 150). 1719
Warnings case child at indentation level 12 not at correct indentation, 8 1753
Warnings block child at indentation level 16 not at correct indentation, 12 1754
Warnings block child at indentation level 16 not at correct indentation, 12 1755
Warnings block child at indentation level 16 not at correct indentation, 12 1756
Warnings block child at indentation level 16 not at correct indentation, 12 1757
Warnings case child at indentation level 12 not at correct indentation, 8 1758
Warnings block child at indentation level 16 not at correct indentation, 12 1759
Warnings block child at indentation level 16 not at correct indentation, 12 1760
Warnings block child at indentation level 16 not at correct indentation, 12 1761
Warnings case child at indentation level 12 not at correct indentation, 8 1762
Warnings block child at indentation level 16 not at correct indentation, 12 1763
Warnings block child at indentation level 16 not at correct indentation, 12 1764
Warnings case child at indentation level 12 not at correct indentation, 8 1765
Warnings block child at indentation level 16 not at correct indentation, 12 1766
Warnings block child at indentation level 16 not at correct indentation, 12 1767
Warnings case child at indentation level 12 not at correct indentation, 8 1768
Warnings block child at indentation level 16 not at correct indentation, 12 1769
Warnings block child at indentation level 16 not at correct indentation, 12 1770
Warnings case child at indentation level 12 not at correct indentation, 8 1771
Warnings block child at indentation level 16 not at correct indentation, 12 1772
Warnings block child at indentation level 16 not at correct indentation, 12 1773
Warnings case child at indentation level 12 not at correct indentation, 8 1774
Warnings block child at indentation level 16 not at correct indentation, 12 1775
Warnings block child at indentation level 16 not at correct indentation, 12 1776
Warnings case child at indentation level 12 not at correct indentation, 8 1777
Warnings block child at indentation level 16 not at correct indentation, 12 1778
Warnings block child at indentation level 16 not at correct indentation, 12 1779
Warnings case child at indentation level 12 not at correct indentation, 8 1780
Warnings block child at indentation level 16 not at correct indentation, 12 1781
Warnings block child at indentation level 16 not at correct indentation, 12 1782
Warnings case child at indentation level 12 not at correct indentation, 8 1783
Warnings block child at indentation level 16 not at correct indentation, 12 1784
Warnings block child at indentation level 16 not at correct indentation, 12 1785
Warnings case child at indentation level 12 not at correct indentation, 8 1786
Warnings block child at indentation level 16 not at correct indentation, 12 1787
Warnings block child at indentation level 16 not at correct indentation, 12 1788
Warnings case child at indentation level 12 not at correct indentation, 8 1789
Warnings block child at indentation level 16 not at correct indentation, 12 1790
Warnings block child at indentation level 16 not at correct indentation, 12 1791
Warnings case child at indentation level 12 not at correct indentation, 8 1792
Warnings block child at indentation level 16 not at correct indentation, 12 1793
Warnings block child at indentation level 16 not at correct indentation, 12 1794
Warnings case child at indentation level 12 not at correct indentation, 8 1795
Warnings block child at indentation level 16 not at correct indentation, 12 1796
Warnings block child at indentation level 16 not at correct indentation, 12 1797
Warnings case child at indentation level 12 not at correct indentation, 8 1798
Warnings block child at indentation level 16 not at correct indentation, 12 1799
Warnings block child at indentation level 16 not at correct indentation, 12 1800
Warnings case child at indentation level 12 not at correct indentation, 8 1801
Warnings block child at indentation level 16 not at correct indentation, 12 1802
Warnings block child at indentation level 16 not at correct indentation, 12 1803
Warnings case child at indentation level 12 not at correct indentation, 8 1804
Warnings block child at indentation level 16 not at correct indentation, 12 1805
Warnings block child at indentation level 16 not at correct indentation, 12 1806
Warnings case child at indentation level 12 not at correct indentation, 8 1807
Warnings block child at indentation level 16 not at correct indentation, 12 1808
Warnings block child at indentation level 16 not at correct indentation, 12 1809
Warnings case child at indentation level 12 not at correct indentation, 8 1811
Warnings block child at indentation level 16 not at correct indentation, 12 1812
Warnings block child at indentation level 16 not at correct indentation, 12 1813
Warnings block child at indentation level 16 not at correct indentation, 12 1814
Warnings case child at indentation level 12 not at correct indentation, 8 1816
Warnings case child at indentation level 12 not at correct indentation, 8 1817
Warnings case child at indentation level 12 not at correct indentation, 8 1818
Warnings case child at indentation level 12 not at correct indentation, 8 1819
Warnings case child at indentation level 12 not at correct indentation, 8 1820
Warnings case child at indentation level 12 not at correct indentation, 8 1821
Warnings case child at indentation level 12 not at correct indentation, 8 1822
Warnings case child at indentation level 12 not at correct indentation, 8 1823
Warnings case child at indentation level 12 not at correct indentation, 8 1824
Warnings case child at indentation level 12 not at correct indentation, 8 1825
Warnings case child at indentation level 12 not at correct indentation, 8 1826
Warnings case child at indentation level 12 not at correct indentation, 8 1827
Warnings case child at indentation level 12 not at correct indentation, 8 1828
Warnings case child at indentation level 12 not at correct indentation, 8 1829
Warnings case child at indentation level 12 not at correct indentation, 8 1830
Warnings case child at indentation level 12 not at correct indentation, 8 1832
Warnings case child at indentation level 12 not at correct indentation, 8 1833
Warnings case child at indentation level 12 not at correct indentation, 8 1834
Warnings case child at indentation level 12 not at correct indentation, 8 1835
Warnings case child at indentation level 12 not at correct indentation, 8 1836
Warnings case child at indentation level 12 not at correct indentation, 8 1837
Warnings case child at indentation level 12 not at correct indentation, 8 1838
Warnings case child at indentation level 12 not at correct indentation, 8 1839
Warnings case child at indentation level 12 not at correct indentation, 8 1840
Warnings case child at indentation level 12 not at correct indentation, 8 1841
Warnings case child at indentation level 12 not at correct indentation, 8 1842
Warnings case child at indentation level 12 not at correct indentation, 8 1843
Warnings case child at indentation level 12 not at correct indentation, 8 1844
Warnings case child at indentation level 12 not at correct indentation, 8 1845
Warnings case child at indentation level 12 not at correct indentation, 8 1846
Warnings case child at indentation level 12 not at correct indentation, 8 1847
Warnings case child at indentation level 12 not at correct indentation, 8 1848
Warnings case child at indentation level 12 not at correct indentation, 8 1849
Warnings Line is longer than 80 characters. 1850
Warnings block child at indentation level 16 not at correct indentation, 12 1850
Warnings block child at indentation level 16 not at correct indentation, 12 1851
Warnings if at indentation level 16 not at correct indentation, 12 1852
Warnings if child at indentation level 20 not at correct indentation, 16 1853
Warnings if rcurly at indentation level 16 not at correct indentation, 12 1854
Warnings block child at indentation level 16 not at correct indentation, 12 1855
Warnings case child at indentation level 12 not at correct indentation, 8 1857
Warnings Line is longer than 80 characters. 1858
Warnings if at indentation level 16 not at correct indentation, 12 1858
Warnings if child at indentation level 20 not at correct indentation, 16 1859
Warnings if child at indentation level 20 not at correct indentation, 16 1860
Warnings if child at indentation level 20 not at correct indentation, 16 1861
Warnings if child at indentation level 20 not at correct indentation, 16 1862
Warnings if child at indentation level 20 not at correct indentation, 16 1863
Warnings if rcurly at indentation level 16 not at correct indentation, 12 1864
Warnings Line is longer than 80 characters. 1865
Warnings else child at indentation level 20 not at correct indentation, 16 1865
Warnings else child at indentation level 20 not at correct indentation, 16 1866
Warnings else rcurly at indentation level 16 not at correct indentation, 12 1867
Warnings if at indentation level 16 not at correct indentation, 12 1868
Warnings if child at indentation level 20 not at correct indentation, 16 1869
Warnings if rcurly at indentation level 16 not at correct indentation, 12 1870
Warnings block child at indentation level 16 not at correct indentation, 12 1871
Warnings case child at indentation level 12 not at correct indentation, 8 1873
Warnings block child at indentation level 16 not at correct indentation, 12 1875
Warnings block child at indentation level 16 not at correct indentation, 12 1876
Warnings case child at indentation level 12 not at correct indentation, 8 1878
Warnings Line is longer than 80 characters. 1879
Warnings block child at indentation level 16 not at correct indentation, 12 1879
Warnings Line is longer than 80 characters. 1881
Warnings block child at indentation level 16 not at correct indentation, 12 1881
Warnings block child at indentation level 16 not at correct indentation, 12 1882
Warnings if at indentation level 16 not at correct indentation, 12 1883
Warnings if child at indentation level 20 not at correct indentation, 16 1884
Warnings if rcurly at indentation level 16 not at correct indentation, 12 1885
Warnings block child at indentation level 16 not at correct indentation, 12 1886
Warnings Line is longer than 80 characters. 1890
Warnings Line is longer than 80 characters. 1894
Warnings Line is longer than 80 characters. 1904
Warnings Line is longer than 80 characters. 1906
Warnings Line is longer than 80 characters. 1924
Warnings 'if' construct must use '{}'s. 1952
Warnings 'if' construct must use '{}'s. 1972
Warnings 'if' construct must use '{}'s. 2017
Warnings Line is longer than 80 characters. 2079
Warnings 'if' construct must use '{}'s. 2091
Warnings 'if' construct must use '{}'s. 2100
Warnings Line is longer than 80 characters. 2105
Warnings 'if' construct must use '{}'s. 2109
Warnings 'if' construct must use '{}'s. 2152
Warnings Line is longer than 80 characters. 2171
Warnings Line is longer than 80 characters. 2178
Warnings Line is longer than 80 characters. 2194
Warnings 'if' construct must use '{}'s. 2198
Warnings Line is longer than 80 characters. 2203
Warnings 'if' construct must use '{}'s. 2207
Warnings 'if' construct must use '{}'s. 2221
Warnings Name 'ParseUsing' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2226
Warnings 'if' construct must use '{}'s. 2235
Warnings Name 'ParseUnsafeCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2240
Warnings Line is longer than 80 characters. 2261
Warnings Name 'ParseExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2261
Warnings '&&' should be on a new line. 2263
Warnings '&&' should be on a new line. 2264
Warnings Line is longer than 80 characters. 2272
Warnings Name 'ParseExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2272
Warnings '&&' should be on a new line. 2274
Warnings '&&' should be on a new line. 2275
Warnings Method length is 287 lines (max allowed is 150). 2283
Warnings Name 'ParseExpressionSegment' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2283
Warnings case child at indentation level 12 not at correct indentation, 8 2305
Warnings block child at indentation level 16 not at correct indentation, 12 2306
Warnings block child at indentation level 16 not at correct indentation, 12 2307
Warnings block child at indentation level 16 not at correct indentation, 12 2308
Warnings case child at indentation level 12 not at correct indentation, 8 2310
Warnings block child at indentation level 16 not at correct indentation, 12 2311
Warnings block child at indentation level 16 not at correct indentation, 12 2312
Warnings block child at indentation level 16 not at correct indentation, 12 2313
Warnings block child at indentation level 16 not at correct indentation, 12 2314
Warnings case child at indentation level 12 not at correct indentation, 8 2316
Warnings block child at indentation level 16 not at correct indentation, 12 2317
Warnings block child at indentation level 16 not at correct indentation, 12 2318
Warnings block child at indentation level 16 not at correct indentation, 12 2319
Warnings block child at indentation level 16 not at correct indentation, 12 2320
Warnings case child at indentation level 12 not at correct indentation, 8 2322
Warnings Line is longer than 80 characters. 2323
Warnings block child at indentation level 16 not at correct indentation, 12 2323
Warnings block child at indentation level 16 not at correct indentation, 12 2324
Warnings block child at indentation level 16 not at correct indentation, 12 2325
Warnings block child at indentation level 16 not at correct indentation, 12 2326
Warnings case child at indentation level 12 not at correct indentation, 8 2327
Warnings Line is longer than 80 characters. 2328
Warnings block child at indentation level 16 not at correct indentation, 12 2328
Warnings block child at indentation level 16 not at correct indentation, 12 2329
Warnings block child at indentation level 16 not at correct indentation, 12 2330
Warnings block child at indentation level 16 not at correct indentation, 12 2331
Warnings case child at indentation level 12 not at correct indentation, 8 2332
Warnings Line is longer than 80 characters. 2333
Warnings block child at indentation level 16 not at correct indentation, 12 2333
Warnings block child at indentation level 16 not at correct indentation, 12 2334
Warnings block child at indentation level 16 not at correct indentation, 12 2335
Warnings block child at indentation level 16 not at correct indentation, 12 2336
Warnings case child at indentation level 12 not at correct indentation, 8 2337
Warnings Line is longer than 80 characters. 2338
Warnings block child at indentation level 16 not at correct indentation, 12 2338
Warnings block child at indentation level 16 not at correct indentation, 12 2339
Warnings block child at indentation level 16 not at correct indentation, 12 2340
Warnings block child at indentation level 16 not at correct indentation, 12 2341
Warnings case child at indentation level 12 not at correct indentation, 8 2343
Warnings block child at indentation level 16 not at correct indentation, 12 2344
Warnings block child at indentation level 16 not at correct indentation, 12 2345
Warnings block child at indentation level 16 not at correct indentation, 12 2346
Warnings block child at indentation level 16 not at correct indentation, 12 2347
Warnings case child at indentation level 12 not at correct indentation, 8 2349
Warnings block child at indentation level 16 not at correct indentation, 12 2350
Warnings block child at indentation level 16 not at correct indentation, 12 2351
Warnings block child at indentation level 16 not at correct indentation, 12 2352
Warnings block child at indentation level 16 not at correct indentation, 12 2353
Warnings case child at indentation level 12 not at correct indentation, 8 2355
Warnings block child at indentation level 16 not at correct indentation, 12 2356
Warnings block child at indentation level 16 not at correct indentation, 12 2357
Warnings block child at indentation level 16 not at correct indentation, 12 2358
Warnings block child at indentation level 16 not at correct indentation, 12 2359
Warnings block child at indentation level 16 not at correct indentation, 12 2360
Warnings case child at indentation level 12 not at correct indentation, 8 2362
Warnings case child at indentation level 12 not at correct indentation, 8 2363
Warnings case child at indentation level 12 not at correct indentation, 8 2364
Warnings case child at indentation level 12 not at correct indentation, 8 2365
Warnings case child at indentation level 12 not at correct indentation, 8 2366
Warnings case child at indentation level 12 not at correct indentation, 8 2367
Warnings case child at indentation level 12 not at correct indentation, 8 2368
Warnings case child at indentation level 12 not at correct indentation, 8 2369
Warnings case child at indentation level 12 not at correct indentation, 8 2370
Warnings case child at indentation level 12 not at correct indentation, 8 2371
Warnings case child at indentation level 12 not at correct indentation, 8 2372
Warnings case child at indentation level 12 not at correct indentation, 8 2373
Warnings case child at indentation level 12 not at correct indentation, 8 2374
Warnings case child at indentation level 12 not at correct indentation, 8 2375
Warnings case child at indentation level 12 not at correct indentation, 8 2376
Warnings block child at indentation level 16 not at correct indentation, 12 2377
Warnings block child at indentation level 16 not at correct indentation, 12 2378
Warnings block child at indentation level 16 not at correct indentation, 12 2379
Warnings block child at indentation level 16 not at correct indentation, 12 2380
Warnings case child at indentation level 12 not at correct indentation, 8 2382
Warnings block child at indentation level 16 not at correct indentation, 12 2383
Warnings if at indentation level 16 not at correct indentation, 12 2384
Warnings Line is longer than 80 characters. 2385
Warnings if child at indentation level 20 not at correct indentation, 16 2385
Warnings if rcurly at indentation level 16 not at correct indentation, 12 2386
Warnings block child at indentation level 16 not at correct indentation, 12 2387
Warnings case child at indentation level 12 not at correct indentation, 8 2388
Warnings block child at indentation level 16 not at correct indentation, 12 2389
Warnings if at indentation level 16 not at correct indentation, 12 2390
Warnings Line is longer than 80 characters. 2391
Warnings if child at indentation level 20 not at correct indentation, 16 2391
Warnings if rcurly at indentation level 16 not at correct indentation, 12 2392
Warnings block child at indentation level 16 not at correct indentation, 12 2393
Warnings case child at indentation level 12 not at correct indentation, 8 2395
Warnings case child at indentation level 12 not at correct indentation, 8 2396
Warnings case child at indentation level 12 not at correct indentation, 8 2397
Warnings case child at indentation level 12 not at correct indentation, 8 2398
Warnings case child at indentation level 12 not at correct indentation, 8 2399
Warnings case child at indentation level 12 not at correct indentation, 8 2400
Warnings case child at indentation level 12 not at correct indentation, 8 2401
Warnings case child at indentation level 12 not at correct indentation, 8 2402
Warnings case child at indentation level 12 not at correct indentation, 8 2403
Warnings case child at indentation level 12 not at correct indentation, 8 2404
Warnings case child at indentation level 12 not at correct indentation, 8 2405
Warnings case child at indentation level 12 not at correct indentation, 8 2406
Warnings case child at indentation level 12 not at correct indentation, 8 2407
Warnings case child at indentation level 12 not at correct indentation, 8 2408
Warnings case child at indentation level 12 not at correct indentation, 8 2409
Warnings case child at indentation level 12 not at correct indentation, 8 2410
Warnings case child at indentation level 12 not at correct indentation, 8 2411
Warnings case child at indentation level 12 not at correct indentation, 8 2412
Warnings block child at indentation level 16 not at correct indentation, 12 2413
Warnings block child at indentation level 16 not at correct indentation, 12 2414
Warnings case child at indentation level 12 not at correct indentation, 8 2417
Warnings case child at indentation level 12 not at correct indentation, 8 2418
Warnings case child at indentation level 12 not at correct indentation, 8 2419
Warnings case child at indentation level 12 not at correct indentation, 8 2420
Warnings block child at indentation level 16 not at correct indentation, 12 2421
Warnings block child at indentation level 16 not at correct indentation, 12 2422
Warnings case child at indentation level 12 not at correct indentation, 8 2424
Warnings block child at indentation level 16 not at correct indentation, 12 2425
Warnings block child at indentation level 16 not at correct indentation, 12 2426
Warnings block child at indentation level 16 not at correct indentation, 12 2427
Warnings block child at indentation level 16 not at correct indentation, 12 2428
Warnings block child at indentation level 16 not at correct indentation, 12 2429
Warnings Line is longer than 80 characters. 2431
Warnings block child at indentation level 16 not at correct indentation, 12 2431
Warnings block child at indentation level 16 not at correct indentation, 12 2432
Warnings case child at indentation level 12 not at correct indentation, 8 2434
Warnings block child at indentation level 16 not at correct indentation, 12 2435
Warnings block child at indentation level 16 not at correct indentation, 12 2436
Warnings block child at indentation level 16 not at correct indentation, 12 2437
Warnings block child at indentation level 16 not at correct indentation, 12 2438
Warnings case child at indentation level 12 not at correct indentation, 8 2440
Warnings block child at indentation level 16 not at correct indentation, 12 2441
Warnings block child at indentation level 16 not at correct indentation, 12 2442
Warnings block child at indentation level 16 not at correct indentation, 12 2443
Warnings block child at indentation level 16 not at correct indentation, 12 2444
Warnings case child at indentation level 12 not at correct indentation, 8 2446
Warnings block child at indentation level 16 not at correct indentation, 12 2447
Warnings block child at indentation level 16 not at correct indentation, 12 2448
Warnings block child at indentation level 16 not at correct indentation, 12 2449
Warnings case child at indentation level 12 not at correct indentation, 8 2451
Warnings block child at indentation level 16 not at correct indentation, 12 2453
Warnings block child at indentation level 16 not at correct indentation, 12 2454
Warnings block child at indentation level 16 not at correct indentation, 12 2455
Warnings case child at indentation level 12 not at correct indentation, 8 2457
Warnings block child at indentation level 16 not at correct indentation, 12 2458
Warnings block child at indentation level 16 not at correct indentation, 12 2459
Warnings if at indentation level 16 not at correct indentation, 12 2460
Warnings if child at indentation level 20 not at correct indentation, 16 2461
Warnings if child at indentation level 20 not at correct indentation, 16 2462
Warnings Line is longer than 80 characters. 2463
Warnings if child at indentation level 20 not at correct indentation, 16 2463
Warnings if child at indentation level 20 not at correct indentation, 16 2464
Warnings if child at indentation level 20 not at correct indentation, 16 2465
Warnings if rcurly at indentation level 16 not at correct indentation, 12 2467
Warnings if child at indentation level 20 not at correct indentation, 16 2468
Warnings if child at indentation level 20 not at correct indentation, 16 2469
Warnings if child at indentation level 20 not at correct indentation, 16 2470
Warnings if rcurly at indentation level 16 not at correct indentation, 12 2471
Warnings block child at indentation level 16 not at correct indentation, 12 2472
Warnings block child at indentation level 16 not at correct indentation, 12 2473
Warnings case child at indentation level 12 not at correct indentation, 8 2475
Warnings block child at indentation level 16 not at correct indentation, 12 2476
Warnings block child at indentation level 16 not at correct indentation, 12 2477
Warnings Line is longer than 80 characters. 2478
Warnings block child at indentation level 16 not at correct indentation, 12 2478
Warnings block child at indentation level 16 not at correct indentation, 12 2479
Warnings block child at indentation level 16 not at correct indentation, 12 2480
Warnings block child at indentation level 16 not at correct indentation, 12 2481
Warnings case child at indentation level 12 not at correct indentation, 8 2483
Warnings block child at indentation level 16 not at correct indentation, 12 2484
Warnings block child at indentation level 16 not at correct indentation, 12 2485
Warnings block child at indentation level 16 not at correct indentation, 12 2486
Warnings block child at indentation level 16 not at correct indentation, 12 2487
Warnings block child at indentation level 16 not at correct indentation, 12 2488
Warnings block child at indentation level 16 not at correct indentation, 12 2489
Warnings block child at indentation level 16 not at correct indentation, 12 2490
Warnings case child at indentation level 12 not at correct indentation, 8 2492
Warnings block child at indentation level 16 not at correct indentation, 12 2493
Warnings block child at indentation level 16 not at correct indentation, 12 2494
Warnings block child at indentation level 16 not at correct indentation, 12 2495
Warnings block child at indentation level 16 not at correct indentation, 12 2496
Warnings block child at indentation level 16 not at correct indentation, 12 2497
Warnings block child at indentation level 16 not at correct indentation, 12 2498
Warnings block child at indentation level 16 not at correct indentation, 12 2499
Warnings case child at indentation level 12 not at correct indentation, 8 2501
Warnings case child at indentation level 12 not at correct indentation, 8 2502
Warnings case child at indentation level 12 not at correct indentation, 8 2503
Warnings case child at indentation level 12 not at correct indentation, 8 2504
Warnings case child at indentation level 12 not at correct indentation, 8 2505
Warnings case child at indentation level 12 not at correct indentation, 8 2506
Warnings case child at indentation level 12 not at correct indentation, 8 2507
Warnings case child at indentation level 12 not at correct indentation, 8 2508
Warnings case child at indentation level 12 not at correct indentation, 8 2509
Warnings case child at indentation level 12 not at correct indentation, 8 2510
Warnings case child at indentation level 12 not at correct indentation, 8 2511
Warnings block child at indentation level 16 not at correct indentation, 12 2512
Warnings block child at indentation level 16 not at correct indentation, 12 2513
Warnings Line is longer than 80 characters. 2516
Warnings if at indentation level 16 not at correct indentation, 12 2516
Warnings Line is longer than 80 characters. 2517
Warnings if child at indentation level 20 not at correct indentation, 16 2517
Warnings if rcurly at indentation level 16 not at correct indentation, 12 2518
Warnings block child at indentation level 16 not at correct indentation, 12 2519
Warnings block child at indentation level 16 not at correct indentation, 12 2520
Warnings Line is longer than 80 characters. 2521
Warnings block child at indentation level 16 not at correct indentation, 12 2521
Warnings block child at indentation level 16 not at correct indentation, 12 2522
Warnings case child at indentation level 12 not at correct indentation, 8 2525
Warnings block child at indentation level 16 not at correct indentation, 12 2526
Warnings Line is longer than 80 characters. 2527
Warnings block child at indentation level 16 not at correct indentation, 12 2527
Warnings block child at indentation level 16 not at correct indentation, 12 2528
Warnings block child at indentation level 16 not at correct indentation, 12 2529
Warnings block child at indentation level 16 not at correct indentation, 12 2530
Warnings case child at indentation level 12 not at correct indentation, 8 2532
Warnings block child at indentation level 16 not at correct indentation, 12 2533
Warnings block child at indentation level 16 not at correct indentation, 12 2535
Warnings if at indentation level 16 not at correct indentation, 12 2536
Warnings if child at indentation level 20 not at correct indentation, 16 2537
Warnings Line is longer than 80 characters. 2538
Warnings if child at indentation level 20 not at correct indentation, 16 2538
Warnings Line is longer than 80 characters. 2539
Warnings if child at indentation level 20 not at correct indentation, 16 2539
Warnings if rcurly at indentation level 16 not at correct indentation, 12 2540
Warnings if child at indentation level 20 not at correct indentation, 16 2541
Warnings if rcurly at indentation level 16 not at correct indentation, 12 2542
Warnings block child at indentation level 16 not at correct indentation, 12 2543
Warnings block child at indentation level 16 not at correct indentation, 12 2544
Warnings case child at indentation level 12 not at correct indentation, 8 2546
Warnings block child at indentation level 16 not at correct indentation, 12 2549
Warnings if at indentation level 16 not at correct indentation, 12 2550
Warnings if child at indentation level 20 not at correct indentation, 16 2551
Warnings if rcurly at indentation level 16 not at correct indentation, 12 2552
Warnings else child at indentation level 20 not at correct indentation, 16 2553
Warnings else child at indentation level 20 not at correct indentation, 16 2554
Warnings else rcurly at indentation level 16 not at correct indentation, 12 2555
Warnings block child at indentation level 16 not at correct indentation, 12 2556
Warnings case child at indentation level 12 not at correct indentation, 8 2558
Warnings block child at indentation level 16 not at correct indentation, 12 2559
Warnings block child at indentation level 16 not at correct indentation, 12 2560
Warnings block child at indentation level 16 not at correct indentation, 12 2561
Warnings case child at indentation level 12 not at correct indentation, 8 2563
Warnings block child at indentation level 16 not at correct indentation, 12 2565
Warnings Line is longer than 80 characters. 2566
Warnings block child at indentation level 16 not at correct indentation, 12 2567
Warnings Name 'ConsumeUnary' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2571
Warnings Line is longer than 80 characters. 2582
Warnings Name 'ConsumeBinary' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2582
Warnings Line is longer than 80 characters. 2584
Warnings Line is longer than 80 characters. 2611
Warnings Line is longer than 80 characters. 2615
Warnings if at indentation level 12 not at correct indentation, 16 2615
Warnings if lcurly at indentation level 12 not at correct indentation, 16 2616
Warnings if child at indentation level 16 not at correct indentation, 20 2617
Warnings if rcurly at indentation level 12 not at correct indentation, 16 2618
Warnings Line is longer than 80 characters. 2623
Warnings Name 'ParseExpressionList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2623
Warnings Name 'ParseLocalDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2644
Warnings Line is longer than 80 characters. 2656
Warnings Line is longer than 80 characters. 2657
Warnings Name 'ParseCastOrGroup' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2677
Warnings Line is longer than 80 characters. 2683
Warnings '||' should be on a new line. 2684
Warnings '||' should be on a new line. 2685
Warnings '||' should be on a new line. 2686
Warnings '||' should be on a new line. 2687
Warnings '||' should be on a new line. 2688
Warnings Line is longer than 80 characters. 2702
Warnings Line is longer than 80 characters. 2718
Warnings Name 'ParseArrayCreation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2718
Warnings Line is longer than 80 characters. 2728
Warnings Line is longer than 80 characters. 2746
Warnings Name 'ParseContinuingPrimary' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2750
Warnings Line is longer than 80 characters. 2751
Warnings case child at indentation level 16 not at correct indentation, 12 2754
Warnings block child at indentation level 20 not at correct indentation, 16 2755
Warnings block child at indentation level 20 not at correct indentation, 16 2756
Warnings case child at indentation level 16 not at correct indentation, 12 2757
Warnings block child at indentation level 20 not at correct indentation, 16 2758
Warnings block child at indentation level 20 not at correct indentation, 16 2759
Warnings case child at indentation level 16 not at correct indentation, 12 2760
Warnings block child at indentation level 20 not at correct indentation, 16 2761
Warnings block child at indentation level 20 not at correct indentation, 16 2762
Warnings case child at indentation level 16 not at correct indentation, 12 2763
Warnings block child at indentation level 20 not at correct indentation, 16 2764
Warnings block child at indentation level 20 not at correct indentation, 16 2765
Warnings Line is longer than 80 characters. 2768
Warnings Name 'ParseMemberAccess' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2781
Warnings Line is longer than 80 characters. 2787
Warnings Line is longer than 80 characters. 2791
Warnings Name 'ParseInvocation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2795
Warnings Name 'ParseElementAccess' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2803
Warnings Line is longer than 80 characters. 2806
Warnings Line is longer than 80 characters. 2808
Warnings Line is longer than 80 characters. 2809
Warnings Line is longer than 80 characters. 2826
Warnings Line is longer than 80 characters. 2833
Warnings Name 'ParseArrayRank' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2833
Warnings Name 'RecoverFromError' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2852
Warnings Line is longer than 80 characters. 2856
Warnings Name 'RecoverFromError' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2856
Warnings 'if' construct must use '{}'s. 2858
Warnings Name 'ReportError' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2871
Warnings Line is longer than 80 characters. 2872
Warnings Name 'AssertAndAdvance' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2875
Warnings case child at indentation level 16 not at correct indentation, 12 2894
Warnings block child at indentation level 20 not at correct indentation, 16 2895
Warnings case child at indentation level 16 not at correct indentation, 12 2896
Warnings block child at indentation level 20 not at correct indentation, 16 2897
Warnings block child at indentation level 20 not at correct indentation, 16 2898
Warnings block child at indentation level 20 not at correct indentation, 16 2899
Warnings case child at indentation level 16 not at correct indentation, 12 2901
Warnings block child at indentation level 20 not at correct indentation, 16 2902
Warnings block child at indentation level 20 not at correct indentation, 16 2903
Warnings case child at indentation level 16 not at correct indentation, 12 2905
Warnings if at indentation level 20 not at correct indentation, 16 2907
Warnings if child at indentation level 24 not at correct indentation, 20 2908
Warnings if at indentation level 24 not at correct indentation, 20 2909
Warnings '&&' should be on a new line. 2909
Warnings '&&' should be on a new line. 2910
Warnings '&&' should be on a new line. 2911
Warnings if child at indentation level 28 not at correct indentation, 24 2913
Warnings if rcurly at indentation level 24 not at correct indentation, 20 2914
Warnings if child at indentation level 28 not at correct indentation, 24 2915
Warnings if rcurly at indentation level 24 not at correct indentation, 20 2916
Warnings if rcurly at indentation level 20 not at correct indentation, 16 2917
Warnings else child at indentation level 24 not at correct indentation, 20 2918
Warnings else rcurly at indentation level 20 not at correct indentation, 16 2919
Warnings block child at indentation level 20 not at correct indentation, 16 2920
Warnings case child at indentation level 16 not at correct indentation, 12 2922
Warnings block child at indentation level 20 not at correct indentation, 16 2923
Warnings block child at indentation level 20 not at correct indentation, 16 2924
Warnings Name 'SkipToEOL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2930
Warnings Name 'SkipToNextHash' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2951
Warnings Name 'SkipToElseOrEndIf' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2970
Warnings File length is 3,009 lines (max allowed is 2,000). 1
Warnings Variable 'success' must be private and have accessor methods. 35
Warnings Line is longer than 80 characters. 36
Warnings Missing a Javadoc comment. 36
Warnings Name 'EOF' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Warnings Variable 'EOF' must be private and have accessor methods. 36
Warnings Line is longer than 80 characters. 39
Warnings Line is longer than 80 characters. 48
Warnings Missing a Javadoc comment. 49
Warnings Name 'CurrentState' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 49
Warnings Variable 'CurrentState' must be private and have accessor methods. 49
Warnings Line is longer than 80 characters. 131
Warnings 'tokens' hides a field. 131
Warnings 'strings' hides a field. 131
Warnings Line is longer than 80 characters. 144
Warnings Line is longer than 80 characters. 165
Warnings case child at indentation level 16 not at correct indentation, 12 167
Warnings block child at indentation level 20 not at correct indentation, 16 169
Warnings block child at indentation level 20 not at correct indentation, 16 170
Warnings case child at indentation level 16 not at correct indentation, 12 172
Warnings case child at indentation level 16 not at correct indentation, 12 173
Warnings case child at indentation level 16 not at correct indentation, 12 174
Warnings case child at indentation level 16 not at correct indentation, 12 175
Warnings case child at indentation level 16 not at correct indentation, 12 176
Warnings case child at indentation level 16 not at correct indentation, 12 177
Warnings case child at indentation level 16 not at correct indentation, 12 178
Warnings case child at indentation level 16 not at correct indentation, 12 179
Warnings case child at indentation level 16 not at correct indentation, 12 180
Warnings block child at indentation level 20 not at correct indentation, 16 182
Warnings block child at indentation level 20 not at correct indentation, 16 183
Warnings block child at indentation level 20 not at correct indentation, 16 184
Warnings case child at indentation level 16 not at correct indentation, 12 186
Warnings block child at indentation level 20 not at correct indentation, 16 187
Warnings block child at indentation level 20 not at correct indentation, 16 188
Warnings case child at indentation level 16 not at correct indentation, 12 190
Warnings block child at indentation level 20 not at correct indentation, 16 191
Warnings block child at indentation level 20 not at correct indentation, 16 192
Warnings case child at indentation level 16 not at correct indentation, 12 194
Warnings block child at indentation level 20 not at correct indentation, 16 195
Warnings block child at indentation level 20 not at correct indentation, 16 196
Warnings case child at indentation level 16 not at correct indentation, 12 198
Warnings block child at indentation level 20 not at correct indentation, 16 199
Warnings block child at indentation level 20 not at correct indentation, 16 200
Warnings case child at indentation level 16 not at correct indentation, 12 202
Warnings block child at indentation level 20 not at correct indentation, 16 203
Warnings block child at indentation level 20 not at correct indentation, 16 204
Warnings case child at indentation level 16 not at correct indentation, 12 206
Warnings block child at indentation level 20 not at correct indentation, 16 207
Warnings block child at indentation level 20 not at correct indentation, 16 208
Warnings case child at indentation level 16 not at correct indentation, 12 210
Warnings block child at indentation level 20 not at correct indentation, 16 211
Warnings block child at indentation level 20 not at correct indentation, 16 212
Warnings case child at indentation level 16 not at correct indentation, 12 214
Warnings block child at indentation level 20 not at correct indentation, 16 215
Warnings Line is longer than 80 characters. 241
Warnings Line is longer than 80 characters. 255
Warnings case child at indentation level 12 not at correct indentation, 8 259
Warnings block child at indentation level 16 not at correct indentation, 12 261
Warnings if at indentation level 16 not at correct indentation, 12 262
Warnings if child at indentation level 20 not at correct indentation, 16 263
Warnings if rcurly at indentation level 16 not at correct indentation, 12 264
Warnings block child at indentation level 16 not at correct indentation, 12 265
Warnings block child at indentation level 16 not at correct indentation, 12 266
Warnings case child at indentation level 12 not at correct indentation, 8 267
Warnings block child at indentation level 16 not at correct indentation, 12 269
Warnings if at indentation level 16 not at correct indentation, 12 270
Warnings if child at indentation level 20 not at correct indentation, 16 271
Warnings if rcurly at indentation level 16 not at correct indentation, 12 272
Warnings block child at indentation level 16 not at correct indentation, 12 273
Warnings block child at indentation level 16 not at correct indentation, 12 274
Warnings case child at indentation level 12 not at correct indentation, 8 275
Warnings if at indentation level 16 not at correct indentation, 12 277
Warnings if child at indentation level 20 not at correct indentation, 16 278
Warnings if rcurly at indentation level 16 not at correct indentation, 12 279
Warnings block child at indentation level 16 not at correct indentation, 12 280
Warnings block child at indentation level 16 not at correct indentation, 12 281
Warnings block child at indentation level 16 not at correct indentation, 12 284
Warnings if at indentation level 16 not at correct indentation, 12 285
Warnings if child at indentation level 20 not at correct indentation, 16 286
Warnings if rcurly at indentation level 16 not at correct indentation, 12 287
Warnings if at indentation level 16 not at correct indentation, 12 289
Warnings if child at indentation level 20 not at correct indentation, 16 290
Warnings if rcurly at indentation level 16 not at correct indentation, 12 291
Warnings if at indentation level 16 not at correct indentation, 12 292
Warnings Expression can be simplified. 292
Warnings if child at indentation level 20 not at correct indentation, 16 294
Warnings if rcurly at indentation level 16 not at correct indentation, 12 295
Warnings block child at indentation level 16 not at correct indentation, 12 296
Warnings case child at indentation level 12 not at correct indentation, 8 297
Warnings block child at indentation level 16 not at correct indentation, 12 299
Warnings block child at indentation level 16 not at correct indentation, 12 300
Warnings case child at indentation level 12 not at correct indentation, 8 301
Warnings if at indentation level 16 not at correct indentation, 12 303
Warnings Expression can be simplified. 303
Warnings if child at indentation level 20 not at correct indentation, 16 305
Warnings if rcurly at indentation level 16 not at correct indentation, 12 306
Warnings block child at indentation level 16 not at correct indentation, 12 307
Warnings case child at indentation level 12 not at correct indentation, 8 308
Warnings block child at indentation level 16 not at correct indentation, 12 310
Warnings block child at indentation level 16 not at correct indentation, 12 311
Warnings block child at indentation level 16 not at correct indentation, 12 312
Warnings case child at indentation level 12 not at correct indentation, 8 313
Warnings block child at indentation level 16 not at correct indentation, 12 315
Warnings block child at indentation level 16 not at correct indentation, 12 316
Warnings case child at indentation level 12 not at correct indentation, 8 317
Warnings block child at indentation level 16 not at correct indentation, 12 319
Warnings block child at indentation level 16 not at correct indentation, 12 320
Warnings case child at indentation level 12 not at correct indentation, 8 321
Warnings block child at indentation level 16 not at correct indentation, 12 323
Warnings block child at indentation level 16 not at correct indentation, 12 324
Warnings case child at indentation level 12 not at correct indentation, 8 325
Warnings block child at indentation level 16 not at correct indentation, 12 327
Warnings block child at indentation level 16 not at correct indentation, 12 328
Warnings case child at indentation level 12 not at correct indentation, 8 329
Warnings block child at indentation level 16 not at correct indentation, 12 331
Warnings block child at indentation level 16 not at correct indentation, 12 332
Warnings case child at indentation level 12 not at correct indentation, 8 333
Warnings block child at indentation level 16 not at correct indentation, 12 335
Warnings block child at indentation level 16 not at correct indentation, 12 336
Warnings case child at indentation level 12 not at correct indentation, 8 337
Warnings block child at indentation level 16 not at correct indentation, 12 338
Warnings Line is longer than 80 characters. 344
Warnings Line is longer than 80 characters. 351
Warnings 'if' construct must use '{}'s. 354
Warnings Line is longer than 80 characters. 378
Warnings Line is longer than 80 characters. 379
Warnings '&&' should be on a new line. 381
Warnings '&&' should be on a new line. 382
Warnings '&&' should be on a new line. 396
Warnings '&&' should be on a new line. 397
Warnings 'if' construct must use '{}'s. 415
Warnings Line is longer than 80 characters. 419
Warnings 'if' construct must use '{}'s. 440
Warnings 'if' construct must use '{}'s. 487
Warnings 'if' construct must use '{}'s. 529
Warnings Line is longer than 80 characters. 566
Warnings 'if' construct must use '{}'s. 575
Warnings 'if' construct must use '{}'s. 612
Warnings Line is longer than 80 characters. 628
Warnings case child at indentation level 12 not at correct indentation, 8 632
Warnings block child at indentation level 16 not at correct indentation, 12 633
Warnings block child at indentation level 16 not at correct indentation, 12 634
Warnings case child at indentation level 12 not at correct indentation, 8 636
Warnings block child at indentation level 16 not at correct indentation, 12 637
Warnings block child at indentation level 16 not at correct indentation, 12 638
Warnings case child at indentation level 12 not at correct indentation, 8 640
Warnings block child at indentation level 16 not at correct indentation, 12 641
Warnings block child at indentation level 16 not at correct indentation, 12 642
Warnings case child at indentation level 12 not at correct indentation, 8 644
Warnings block child at indentation level 16 not at correct indentation, 12 645
Warnings block child at indentation level 16 not at correct indentation, 12 646
Warnings case child at indentation level 12 not at correct indentation, 8 648
Warnings block child at indentation level 16 not at correct indentation, 12 649
Warnings block child at indentation level 16 not at correct indentation, 12 650
Warnings case child at indentation level 12 not at correct indentation, 8 652
Warnings block child at indentation level 16 not at correct indentation, 12 653
Warnings block child at indentation level 16 not at correct indentation, 12 654
Warnings case child at indentation level 12 not at correct indentation, 8 656
Warnings block child at indentation level 16 not at correct indentation, 12 657
Warnings block child at indentation level 16 not at correct indentation, 12 658
Warnings case child at indentation level 12 not at correct indentation, 8 660
Warnings block child at indentation level 16 not at correct indentation, 12 661
Warnings block child at indentation level 16 not at correct indentation, 12 662
Warnings case child at indentation level 12 not at correct indentation, 8 664
Warnings case child at indentation level 12 not at correct indentation, 8 665
Warnings block child at indentation level 16 not at correct indentation, 12 666
Warnings block child at indentation level 16 not at correct indentation, 12 667
Warnings case child at indentation level 12 not at correct indentation, 8 669
Warnings block child at indentation level 16 not at correct indentation, 12 670
Warnings if at indentation level 16 not at correct indentation, 12 671
Warnings if child at indentation level 20 not at correct indentation, 16 672
Warnings if rcurly at indentation level 16 not at correct indentation, 12 673
Warnings switch at indentation level 16 not at correct indentation, 12 674
Warnings case child at indentation level 20 not at correct indentation, 12 675
Warnings block child at indentation level 24 not at correct indentation, 16 676
Warnings block child at indentation level 24 not at correct indentation, 16 677
Warnings case child at indentation level 20 not at correct indentation, 12 678
Warnings block child at indentation level 24 not at correct indentation, 16 679
Warnings block child at indentation level 24 not at correct indentation, 16 680
Warnings case child at indentation level 20 not at correct indentation, 12 681
Warnings block child at indentation level 24 not at correct indentation, 16 682
Warnings block child at indentation level 24 not at correct indentation, 16 683
Warnings case child at indentation level 20 not at correct indentation, 12 684
Warnings block child at indentation level 24 not at correct indentation, 16 685
Warnings if at indentation level 24 not at correct indentation, 16 686
Warnings Line is longer than 80 characters. 687
Warnings if child at indentation level 28 not at correct indentation, 20 687
Warnings if rcurly at indentation level 24 not at correct indentation, 16 688
Warnings switch at indentation level 24 not at correct indentation, 16 689
Warnings case child at indentation level 28 not at correct indentation, 16 690
Warnings block child at indentation level 32 not at correct indentation, 20 691
Warnings block child at indentation level 32 not at correct indentation, 20 692
Warnings case child at indentation level 28 not at correct indentation, 16 693
Warnings case child at indentation level 28 not at correct indentation, 16 694
Warnings case child at indentation level 28 not at correct indentation, 16 695
Warnings block child at indentation level 32 not at correct indentation, 20 696
Warnings block child at indentation level 32 not at correct indentation, 20 697
Warnings case child at indentation level 28 not at correct indentation, 16 698
Warnings block child at indentation level 32 not at correct indentation, 20 699
Warnings block child at indentation level 32 not at correct indentation, 20 700
Warnings case child at indentation level 28 not at correct indentation, 16 701
Warnings block child at indentation level 32 not at correct indentation, 20 702
Warnings block child at indentation level 32 not at correct indentation, 20 703
Warnings case child at indentation level 28 not at correct indentation, 16 704
Warnings block child at indentation level 32 not at correct indentation, 20 705
Warnings block child at indentation level 32 not at correct indentation, 20 706
Warnings switch rcurly at indentation level 24 not at correct indentation, 16 707
Warnings block child at indentation level 24 not at correct indentation, 16 708
Warnings switch rcurly at indentation level 16 not at correct indentation, 12 709
Warnings block child at indentation level 16 not at correct indentation, 12 710
Warnings case child at indentation level 12 not at correct indentation, 8 719
Warnings block child at indentation level 16 not at correct indentation, 12 721
Warnings block child at indentation level 16 not at correct indentation, 12 722
Warnings if at indentation level 16 not at correct indentation, 12 724
Warnings if child at indentation level 20 not at correct indentation, 16 725
Warnings if child at indentation level 20 not at correct indentation, 16 726
Warnings if rcurly at indentation level 16 not at correct indentation, 12 727
Warnings block child at indentation level 16 not at correct indentation, 12 729
Warnings block child at indentation level 16 not at correct indentation, 12 730
Warnings block child at indentation level 16 not at correct indentation, 12 731
Warnings block child at indentation level 16 not at correct indentation, 12 732
Warnings block child at indentation level 16 not at correct indentation, 12 733
Warnings block child at indentation level 16 not at correct indentation, 12 734
Warnings block child at indentation level 16 not at correct indentation, 12 736
Warnings case child at indentation level 12 not at correct indentation, 8 737
Warnings block child at indentation level 16 not at correct indentation, 12 738
Warnings if at indentation level 16 not at correct indentation, 12 739
Warnings Line is longer than 80 characters. 740
Warnings if child at indentation level 20 not at correct indentation, 16 740
Warnings if rcurly at indentation level 16 not at correct indentation, 12 741
Warnings switch at indentation level 16 not at correct indentation, 12 742
Warnings case child at indentation level 20 not at correct indentation, 12 743
Warnings Line is longer than 80 characters. 745
Warnings block child at indentation level 24 not at correct indentation, 16 745
Warnings if at indentation level 24 not at correct indentation, 16 746
Warnings if child at indentation level 28 not at correct indentation, 20 747
Warnings if child at indentation level 28 not at correct indentation, 20 748
Warnings if rcurly at indentation level 24 not at correct indentation, 16 749
Warnings block child at indentation level 24 not at correct indentation, 16 750
Warnings block child at indentation level 24 not at correct indentation, 16 751
Warnings Line is longer than 80 characters. 752
Warnings block child at indentation level 24 not at correct indentation, 16 752
Warnings block child at indentation level 24 not at correct indentation, 16 756
Warnings block child at indentation level 24 not at correct indentation, 16 758
Warnings block child at indentation level 24 not at correct indentation, 16 759
Warnings block child at indentation level 24 not at correct indentation, 16 760
Warnings block child at indentation level 24 not at correct indentation, 16 761
Warnings case child at indentation level 20 not at correct indentation, 12 763
Warnings block child at indentation level 24 not at correct indentation, 16 764
Warnings if at indentation level 24 not at correct indentation, 16 765
Warnings Line is longer than 80 characters. 766
Warnings if child at indentation level 28 not at correct indentation, 20 766
Warnings if rcurly at indentation level 24 not at correct indentation, 16 767
Warnings switch at indentation level 24 not at correct indentation, 16 768
Warnings case child at indentation level 28 not at correct indentation, 16 769
Warnings Line is longer than 80 characters. 771
Warnings block child at indentation level 32 not at correct indentation, 20 771
Warnings block child at indentation level 32 not at correct indentation, 20 772
Warnings if at indentation level 32 not at correct indentation, 20 774
Warnings if child at indentation level 36 not at correct indentation, 24 775
Warnings Line is longer than 80 characters. 776
Warnings if child at indentation level 36 not at correct indentation, 24 776
Warnings if rcurly at indentation level 32 not at correct indentation, 20 777
Warnings block child at indentation level 32 not at correct indentation, 20 779
Warnings block child at indentation level 32 not at correct indentation, 20 780
Warnings block child at indentation level 32 not at correct indentation, 20 782
Warnings block child at indentation level 32 not at correct indentation, 20 783
Warnings block child at indentation level 32 not at correct indentation, 20 784
Warnings block child at indentation level 32 not at correct indentation, 20 786
Warnings block child at indentation level 32 not at correct indentation, 20 787
Warnings case child at indentation level 28 not at correct indentation, 16 789
Warnings Line is longer than 80 characters. 791
Warnings block child at indentation level 32 not at correct indentation, 20 791
Warnings block child at indentation level 32 not at correct indentation, 20 792
Warnings if at indentation level 32 not at correct indentation, 20 795
Warnings if child at indentation level 36 not at correct indentation, 24 796
Warnings Line is longer than 80 characters. 797
Warnings if child at indentation level 36 not at correct indentation, 24 797
Warnings if rcurly at indentation level 32 not at correct indentation, 20 798
Warnings block child at indentation level 32 not at correct indentation, 20 800
Warnings block child at indentation level 32 not at correct indentation, 20 801
Warnings block child at indentation level 32 not at correct indentation, 20 803
Warnings block child at indentation level 32 not at correct indentation, 20 804
Warnings block child at indentation level 32 not at correct indentation, 20 806
Warnings block child at indentation level 32 not at correct indentation, 20 808
Warnings block child at indentation level 32 not at correct indentation, 20 810
Warnings block child at indentation level 32 not at correct indentation, 20 811
Warnings block child at indentation level 32 not at correct indentation, 20 812
Warnings if at indentation level 32 not at correct indentation, 20 814
Warnings if child at indentation level 36 not at correct indentation, 24 815
Warnings if rcurly at indentation level 32 not at correct indentation, 20 816
Warnings block child at indentation level 32 not at correct indentation, 20 817
Warnings case child at indentation level 28 not at correct indentation, 16 819
Warnings block child at indentation level 32 not at correct indentation, 20 820
Warnings block child at indentation level 32 not at correct indentation, 20 821
Warnings switch rcurly at indentation level 24 not at correct indentation, 16 822
Warnings block child at indentation level 24 not at correct indentation, 16 823
Warnings switch rcurly at indentation level 16 not at correct indentation, 12 824
Warnings block child at indentation level 16 not at correct indentation, 12 825
Warnings 'if' construct must use '{}'s. 842
Warnings Line is longer than 80 characters. 868
Warnings 'if' construct must use '{}'s. 884
Warnings Line is longer than 80 characters. 903
Warnings 'if' construct must use '{}'s. 912
Warnings Line is longer than 80 characters. 935
Warnings Line is longer than 80 characters. 944
Warnings 'if' construct must use '{}'s. 954
Warnings Line is longer than 80 characters. 972
Warnings Line is longer than 80 characters. 979
Warnings Line is longer than 80 characters. 983
Warnings Line is longer than 80 characters. 989
Warnings 'if' construct must use '{}'s. 991
Warnings Line is longer than 80 characters. 1015
Warnings 'if' construct must use '{}'s. 1017
Warnings Line is longer than 80 characters. 1069
Warnings 'if' construct must use '{}'s. 1071
Warnings Line is longer than 80 characters. 1100
Warnings Line is longer than 80 characters. 1117
Warnings Line is longer than 80 characters. 1130
Warnings 'if' construct must use '{}'s. 1139
Warnings 'if' construct must use '{}'s. 1157
Warnings Line is longer than 80 characters. 1173
Warnings Line is longer than 80 characters. 1181
Warnings 'if' construct must use '{}'s. 1199
Warnings Line is longer than 80 characters. 1270
Warnings Line is longer than 80 characters. 1275
Warnings Line is longer than 80 characters. 1281
Warnings Line is longer than 80 characters. 1349
Warnings Line is longer than 80 characters. 1356
Warnings Line is longer than 80 characters. 1397
Warnings Line is longer than 80 characters. 1411
Warnings case child at indentation level 16 not at correct indentation, 12 1421
Warnings case child at indentation level 16 not at correct indentation, 12 1422
Warnings case child at indentation level 16 not at correct indentation, 12 1423
Warnings case child at indentation level 16 not at correct indentation, 12 1424
Warnings case child at indentation level 16 not at correct indentation, 12 1425
Warnings case child at indentation level 16 not at correct indentation, 12 1426
Warnings case child at indentation level 16 not at correct indentation, 12 1427
Warnings case child at indentation level 16 not at correct indentation, 12 1428
Warnings case child at indentation level 16 not at correct indentation, 12 1429
Warnings case child at indentation level 16 not at correct indentation, 12 1430
Warnings case child at indentation level 16 not at correct indentation, 12 1431
Warnings case child at indentation level 16 not at correct indentation, 12 1432
Warnings case child at indentation level 16 not at correct indentation, 12 1433
Warnings case child at indentation level 16 not at correct indentation, 12 1434
Warnings case child at indentation level 16 not at correct indentation, 12 1435
Warnings case child at indentation level 16 not at correct indentation, 12 1437
Warnings block child at indentation level 20 not at correct indentation, 16 1447
Warnings if at indentation level 20 not at correct indentation, 16 1448
Warnings if child at indentation level 24 not at correct indentation, 20 1449
Warnings if rcurly at indentation level 20 not at correct indentation, 16 1450
Warnings block child at indentation level 20 not at correct indentation, 16 1451
Warnings block child at indentation level 20 not at correct indentation, 16 1452
Warnings block child at indentation level 20 not at correct indentation, 16 1453
Warnings case child at indentation level 16 not at correct indentation, 12 1456
Warnings block child at indentation level 20 not at correct indentation, 16 1457
Warnings case child at indentation level 16 not at correct indentation, 12 1468
Warnings block child at indentation level 20 not at correct indentation, 16 1469
Warnings if at indentation level 20 not at correct indentation, 16 1471
Warnings if child at indentation level 24 not at correct indentation, 20 1472
Warnings if rcurly at indentation level 20 not at correct indentation, 16 1473
Warnings if child at indentation level 24 not at correct indentation, 20 1474
Warnings if rcurly at indentation level 20 not at correct indentation, 16 1475
Warnings if child at indentation level 24 not at correct indentation, 20 1476
Warnings if rcurly at indentation level 20 not at correct indentation, 16 1477
Warnings if child at indentation level 24 not at correct indentation, 20 1478
Warnings if rcurly at indentation level 20 not at correct indentation, 16 1479
Warnings if child at indentation level 24 not at correct indentation, 20 1480
Warnings if rcurly at indentation level 20 not at correct indentation, 16 1481
Warnings if child at indentation level 24 not at correct indentation, 20 1482
Warnings if rcurly at indentation level 20 not at correct indentation, 16 1483
Warnings if child at indentation level 24 not at correct indentation, 20 1484
Warnings if rcurly at indentation level 20 not at correct indentation, 16 1485
Warnings else child at indentation level 24 not at correct indentation, 20 1486
Warnings else rcurly at indentation level 20 not at correct indentation, 16 1487
Warnings block child at indentation level 20 not at correct indentation, 16 1488
Warnings Line is longer than 80 characters. 1493
Warnings Line is longer than 80 characters. 1497
Warnings Line is longer than 80 characters. 1501
Warnings Line is longer than 80 characters. 1505
Warnings Line is longer than 80 characters. 1509
Warnings Line is longer than 80 characters. 1513
Warnings Line is longer than 80 characters. 1517
Warnings block child at indentation level 20 not at correct indentation, 16 1524
Warnings case child at indentation level 16 not at correct indentation, 12 1526
Warnings block child at indentation level 20 not at correct indentation, 16 1527
Warnings block child at indentation level 20 not at correct indentation, 16 1528
Warnings block child at indentation level 20 not at correct indentation, 16 1529
Warnings case child at indentation level 16 not at correct indentation, 12 1531
Warnings block child at indentation level 20 not at correct indentation, 16 1532
Warnings block child at indentation level 20 not at correct indentation, 16 1533
Warnings block child at indentation level 20 not at correct indentation, 16 1534
Warnings case child at indentation level 16 not at correct indentation, 12 1536
Warnings block child at indentation level 20 not at correct indentation, 16 1537
Warnings block child at indentation level 20 not at correct indentation, 16 1538
Warnings '&&' should be on a new line. 1551
Warnings '&&' should be on a new line. 1552
Warnings Line is longer than 80 characters. 1570
Warnings case child at indentation level 12 not at correct indentation, 8 1574
Warnings block child at indentation level 16 not at correct indentation, 12 1575
Warnings block child at indentation level 16 not at correct indentation, 12 1576
Warnings block child at indentation level 16 not at correct indentation, 12 1577
Warnings case child at indentation level 12 not at correct indentation, 8 1579
Warnings case child at indentation level 12 not at correct indentation, 8 1580
Warnings case child at indentation level 12 not at correct indentation, 8 1581
Warnings case child at indentation level 12 not at correct indentation, 8 1582
Warnings case child at indentation level 12 not at correct indentation, 8 1583
Warnings case child at indentation level 12 not at correct indentation, 8 1584
Warnings case child at indentation level 12 not at correct indentation, 8 1585
Warnings case child at indentation level 12 not at correct indentation, 8 1586
Warnings case child at indentation level 12 not at correct indentation, 8 1587
Warnings case child at indentation level 12 not at correct indentation, 8 1588
Warnings case child at indentation level 12 not at correct indentation, 8 1589
Warnings case child at indentation level 12 not at correct indentation, 8 1590
Warnings case child at indentation level 12 not at correct indentation, 8 1591
Warnings case child at indentation level 12 not at correct indentation, 8 1592
Warnings case child at indentation level 12 not at correct indentation, 8 1593
Warnings case child at indentation level 12 not at correct indentation, 8 1594
Warnings case child at indentation level 12 not at correct indentation, 8 1595
Warnings case child at indentation level 12 not at correct indentation, 8 1596
Warnings Line is longer than 80 characters. 1598
Warnings block child at indentation level 16 not at correct indentation, 12 1599
Warnings block child at indentation level 16 not at correct indentation, 12 1600
Warnings block child at indentation level 16 not at correct indentation, 12 1601
Warnings block child at indentation level 16 not at correct indentation, 12 1602
Warnings case child at indentation level 12 not at correct indentation, 8 1604
Warnings block child at indentation level 16 not at correct indentation, 12 1605
Warnings block child at indentation level 16 not at correct indentation, 12 1606
Warnings Line is longer than 80 characters. 1615
Warnings Line is longer than 80 characters. 1621
Warnings Line is longer than 80 characters. 1627
Warnings case child at indentation level 12 not at correct indentation, 8 1630
Warnings block child at indentation level 16 not at correct indentation, 12 1631
Warnings block child at indentation level 16 not at correct indentation, 12 1632
Warnings block child at indentation level 16 not at correct indentation, 12 1633
Warnings case child at indentation level 12 not at correct indentation, 8 1635
Warnings case child at indentation level 12 not at correct indentation, 8 1636
Warnings case child at indentation level 12 not at correct indentation, 8 1637
Warnings case child at indentation level 12 not at correct indentation, 8 1638
Warnings case child at indentation level 12 not at correct indentation, 8 1639
Warnings case child at indentation level 12 not at correct indentation, 8 1640
Warnings case child at indentation level 12 not at correct indentation, 8 1641
Warnings case child at indentation level 12 not at correct indentation, 8 1642
Warnings case child at indentation level 12 not at correct indentation, 8 1643
Warnings case child at indentation level 12 not at correct indentation, 8 1644
Warnings case child at indentation level 12 not at correct indentation, 8 1645
Warnings case child at indentation level 12 not at correct indentation, 8 1646
Warnings case child at indentation level 12 not at correct indentation, 8 1647
Warnings case child at indentation level 12 not at correct indentation, 8 1648
Warnings case child at indentation level 12 not at correct indentation, 8 1649
Warnings case child at indentation level 12 not at correct indentation, 8 1650
Warnings case child at indentation level 12 not at correct indentation, 8 1651
Warnings case child at indentation level 12 not at correct indentation, 8 1652
Warnings case child at indentation level 12 not at correct indentation, 8 1653
Warnings case child at indentation level 12 not at correct indentation, 8 1654
Warnings Line is longer than 80 characters. 1655
Warnings block child at indentation level 16 not at correct indentation, 12 1655
Warnings ';' is not followed by whitespace. 1655
Warnings block child at indentation level 16 not at correct indentation, 12 1656
Warnings block child at indentation level 16 not at correct indentation, 12 1657
Warnings block child at indentation level 16 not at correct indentation, 12 1658
Warnings block child at indentation level 16 not at correct indentation, 12 1659
Warnings case child at indentation level 12 not at correct indentation, 8 1661
Warnings block child at indentation level 16 not at correct indentation, 12 1662
Warnings block child at indentation level 16 not at correct indentation, 12 1663
Warnings Line is longer than 80 characters. 1668
Warnings Line is longer than 80 characters. 1674
Warnings Line is longer than 80 characters. 1690
Warnings Line is longer than 80 characters. 1693
Warnings Line is longer than 80 characters. 1708
Warnings Line is longer than 80 characters. 1712
Warnings Line is longer than 80 characters. 1719
Warnings Method length is 170 lines (max allowed is 150). 1719
Warnings case child at indentation level 12 not at correct indentation, 8 1753
Warnings block child at indentation level 16 not at correct indentation, 12 1754
Warnings block child at indentation level 16 not at correct indentation, 12 1755
Warnings block child at indentation level 16 not at correct indentation, 12 1756
Warnings block child at indentation level 16 not at correct indentation, 12 1757
Warnings case child at indentation level 12 not at correct indentation, 8 1758
Warnings block child at indentation level 16 not at correct indentation, 12 1759
Warnings block child at indentation level 16 not at correct indentation, 12 1760
Warnings block child at indentation level 16 not at correct indentation, 12 1761
Warnings case child at indentation level 12 not at correct indentation, 8 1762
Warnings block child at indentation level 16 not at correct indentation, 12 1763
Warnings block child at indentation level 16 not at correct indentation, 12 1764
Warnings case child at indentation level 12 not at correct indentation, 8 1765
Warnings block child at indentation level 16 not at correct indentation, 12 1766
Warnings block child at indentation level 16 not at correct indentation, 12 1767
Warnings case child at indentation level 12 not at correct indentation, 8 1768
Warnings block child at indentation level 16 not at correct indentation, 12 1769
Warnings block child at indentation level 16 not at correct indentation, 12 1770
Warnings case child at indentation level 12 not at correct indentation, 8 1771
Warnings block child at indentation level 16 not at correct indentation, 12 1772
Warnings block child at indentation level 16 not at correct indentation, 12 1773
Warnings case child at indentation level 12 not at correct indentation, 8 1774
Warnings block child at indentation level 16 not at correct indentation, 12 1775
Warnings block child at indentation level 16 not at correct indentation, 12 1776
Warnings case child at indentation level 12 not at correct indentation, 8 1777
Warnings block child at indentation level 16 not at correct indentation, 12 1778
Warnings block child at indentation level 16 not at correct indentation, 12 1779
Warnings case child at indentation level 12 not at correct indentation, 8 1780
Warnings block child at indentation level 16 not at correct indentation, 12 1781
Warnings block child at indentation level 16 not at correct indentation, 12 1782
Warnings case child at indentation level 12 not at correct indentation, 8 1783
Warnings block child at indentation level 16 not at correct indentation, 12 1784
Warnings block child at indentation level 16 not at correct indentation, 12 1785
Warnings case child at indentation level 12 not at correct indentation, 8 1786
Warnings block child at indentation level 16 not at correct indentation, 12 1787
Warnings block child at indentation level 16 not at correct indentation, 12 1788
Warnings case child at indentation level 12 not at correct indentation, 8 1789
Warnings block child at indentation level 16 not at correct indentation, 12 1790
Warnings block child at indentation level 16 not at correct indentation, 12 1791
Warnings case child at indentation level 12 not at correct indentation, 8 1792
Warnings block child at indentation level 16 not at correct indentation, 12 1793
Warnings block child at indentation level 16 not at correct indentation, 12 1794
Warnings case child at indentation level 12 not at correct indentation, 8 1795
Warnings block child at indentation level 16 not at correct indentation, 12 1796
Warnings block child at indentation level 16 not at correct indentation, 12 1797
Warnings case child at indentation level 12 not at correct indentation, 8 1798
Warnings block child at indentation level 16 not at correct indentation, 12 1799
Warnings block child at indentation level 16 not at correct indentation, 12 1800
Warnings case child at indentation level 12 not at correct indentation, 8 1801
Warnings block child at indentation level 16 not at correct indentation, 12 1802
Warnings block child at indentation level 16 not at correct indentation, 12 1803
Warnings case child at indentation level 12 not at correct indentation, 8 1804
Warnings block child at indentation level 16 not at correct indentation, 12 1805
Warnings block child at indentation level 16 not at correct indentation, 12 1806
Warnings case child at indentation level 12 not at correct indentation, 8 1807
Warnings block child at indentation level 16 not at correct indentation, 12 1808
Warnings block child at indentation level 16 not at correct indentation, 12 1809
Warnings case child at indentation level 12 not at correct indentation, 8 1811
Warnings block child at indentation level 16 not at correct indentation, 12 1812
Warnings block child at indentation level 16 not at correct indentation, 12 1813
Warnings block child at indentation level 16 not at correct indentation, 12 1814
Warnings case child at indentation level 12 not at correct indentation, 8 1816
Warnings case child at indentation level 12 not at correct indentation, 8 1817
Warnings case child at indentation level 12 not at correct indentation, 8 1818
Warnings case child at indentation level 12 not at correct indentation, 8 1819
Warnings case child at indentation level 12 not at correct indentation, 8 1820
Warnings case child at indentation level 12 not at correct indentation, 8 1821
Warnings case child at indentation level 12 not at correct indentation, 8 1822
Warnings case child at indentation level 12 not at correct indentation, 8 1823
Warnings case child at indentation level 12 not at correct indentation, 8 1824
Warnings case child at indentation level 12 not at correct indentation, 8 1825
Warnings case child at indentation level 12 not at correct indentation, 8 1826
Warnings case child at indentation level 12 not at correct indentation, 8 1827
Warnings case child at indentation level 12 not at correct indentation, 8 1828
Warnings case child at indentation level 12 not at correct indentation, 8 1829
Warnings case child at indentation level 12 not at correct indentation, 8 1830
Warnings case child at indentation level 12 not at correct indentation, 8 1832
Warnings case child at indentation level 12 not at correct indentation, 8 1833
Warnings case child at indentation level 12 not at correct indentation, 8 1834
Warnings case child at indentation level 12 not at correct indentation, 8 1835
Warnings case child at indentation level 12 not at correct indentation, 8 1836
Warnings case child at indentation level 12 not at correct indentation, 8 1837
Warnings case child at indentation level 12 not at correct indentation, 8 1838
Warnings case child at indentation level 12 not at correct indentation, 8 1839
Warnings case child at indentation level 12 not at correct indentation, 8 1840
Warnings case child at indentation level 12 not at correct indentation, 8 1841
Warnings case child at indentation level 12 not at correct indentation, 8 1842
Warnings case child at indentation level 12 not at correct indentation, 8 1843
Warnings case child at indentation level 12 not at correct indentation, 8 1844
Warnings case child at indentation level 12 not at correct indentation, 8 1845
Warnings case child at indentation level 12 not at correct indentation, 8 1846
Warnings case child at indentation level 12 not at correct indentation, 8 1847
Warnings case child at indentation level 12 not at correct indentation, 8 1848
Warnings case child at indentation level 12 not at correct indentation, 8 1849
Warnings Line is longer than 80 characters. 1850
Warnings block child at indentation level 16 not at correct indentation, 12 1850
Warnings block child at indentation level 16 not at correct indentation, 12 1851
Warnings if at indentation level 16 not at correct indentation, 12 1852
Warnings if child at indentation level 20 not at correct indentation, 16 1853
Warnings if rcurly at indentation level 16 not at correct indentation, 12 1854
Warnings block child at indentation level 16 not at correct indentation, 12 1855
Warnings case child at indentation level 12 not at correct indentation, 8 1857
Warnings Line is longer than 80 characters. 1858
Warnings if at indentation level 16 not at correct indentation, 12 1858
Warnings if child at indentation level 20 not at correct indentation, 16 1859
Warnings if child at indentation level 20 not at correct indentation, 16 1860
Warnings if child at indentation level 20 not at correct indentation, 16 1861
Warnings if child at indentation level 20 not at correct indentation, 16 1862
Warnings if child at indentation level 20 not at correct indentation, 16 1863
Warnings if rcurly at indentation level 16 not at correct indentation, 12 1864
Warnings Line is longer than 80 characters. 1865
Warnings else child at indentation level 20 not at correct indentation, 16 1865
Warnings else child at indentation level 20 not at correct indentation, 16 1866
Warnings else rcurly at indentation level 16 not at correct indentation, 12 1867
Warnings if at indentation level 16 not at correct indentation, 12 1868
Warnings if child at indentation level 20 not at correct indentation, 16 1869
Warnings if rcurly at indentation level 16 not at correct indentation, 12 1870
Warnings block child at indentation level 16 not at correct indentation, 12 1871
Warnings case child at indentation level 12 not at correct indentation, 8 1873
Warnings block child at indentation level 16 not at correct indentation, 12 1875
Warnings block child at indentation level 16 not at correct indentation, 12 1876
Warnings case child at indentation level 12 not at correct indentation, 8 1878
Warnings Line is longer than 80 characters. 1879
Warnings block child at indentation level 16 not at correct indentation, 12 1879
Warnings Line is longer than 80 characters. 1881
Warnings block child at indentation level 16 not at correct indentation, 12 1881
Warnings block child at indentation level 16 not at correct indentation, 12 1882
Warnings if at indentation level 16 not at correct indentation, 12 1883
Warnings if child at indentation level 20 not at correct indentation, 16 1884
Warnings if rcurly at indentation level 16 not at correct indentation, 12 1885
Warnings block child at indentation level 16 not at correct indentation, 12 1886
Warnings Line is longer than 80 characters. 1890
Warnings Line is longer than 80 characters. 1894
Warnings Line is longer than 80 characters. 1904
Warnings Line is longer than 80 characters. 1906
Warnings Line is longer than 80 characters. 1924
Warnings 'if' construct must use '{}'s. 1952
Warnings 'if' construct must use '{}'s. 1972
Warnings 'if' construct must use '{}'s. 2017
Warnings Line is longer than 80 characters. 2079
Warnings 'if' construct must use '{}'s. 2091
Warnings 'if' construct must use '{}'s. 2100
Warnings Line is longer than 80 characters. 2105
Warnings 'if' construct must use '{}'s. 2109
Warnings 'if' construct must use '{}'s. 2152
Warnings Line is longer than 80 characters. 2171
Warnings Line is longer than 80 characters. 2178
Warnings Line is longer than 80 characters. 2194
Warnings 'if' construct must use '{}'s. 2198
Warnings Line is longer than 80 characters. 2203
Warnings 'if' construct must use '{}'s. 2207
Warnings 'if' construct must use '{}'s. 2221
Warnings Name 'ParseUsing' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2226
Warnings 'if' construct must use '{}'s. 2235
Warnings Name 'ParseUnsafeCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2240
Warnings Line is longer than 80 characters. 2261
Warnings Name 'ParseExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2261
Warnings '&&' should be on a new line. 2263
Warnings '&&' should be on a new line. 2264
Warnings Line is longer than 80 characters. 2272
Warnings Name 'ParseExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2272
Warnings '&&' should be on a new line. 2274
Warnings '&&' should be on a new line. 2275
Warnings Method length is 287 lines (max allowed is 150). 2283
Warnings Name 'ParseExpressionSegment' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2283
Warnings case child at indentation level 12 not at correct indentation, 8 2305
Warnings block child at indentation level 16 not at correct indentation, 12 2306
Warnings block child at indentation level 16 not at correct indentation, 12 2307
Warnings block child at indentation level 16 not at correct indentation, 12 2308
Warnings case child at indentation level 12 not at correct indentation, 8 2310
Warnings block child at indentation level 16 not at correct indentation, 12 2311
Warnings block child at indentation level 16 not at correct indentation, 12 2312
Warnings block child at indentation level 16 not at correct indentation, 12 2313
Warnings block child at indentation level 16 not at correct indentation, 12 2314
Warnings case child at indentation level 12 not at correct indentation, 8 2316
Warnings block child at indentation level 16 not at correct indentation, 12 2317
Warnings block child at indentation level 16 not at correct indentation, 12 2318
Warnings block child at indentation level 16 not at correct indentation, 12 2319
Warnings block child at indentation level 16 not at correct indentation, 12 2320
Warnings case child at indentation level 12 not at correct indentation, 8 2322
Warnings Line is longer than 80 characters. 2323
Warnings block child at indentation level 16 not at correct indentation, 12 2323
Warnings block child at indentation level 16 not at correct indentation, 12 2324
Warnings block child at indentation level 16 not at correct indentation, 12 2325
Warnings block child at indentation level 16 not at correct indentation, 12 2326
Warnings case child at indentation level 12 not at correct indentation, 8 2327
Warnings Line is longer than 80 characters. 2328
Warnings block child at indentation level 16 not at correct indentation, 12 2328
Warnings block child at indentation level 16 not at correct indentation, 12 2329
Warnings block child at indentation level 16 not at correct indentation, 12 2330
Warnings block child at indentation level 16 not at correct indentation, 12 2331
Warnings case child at indentation level 12 not at correct indentation, 8 2332
Warnings Line is longer than 80 characters. 2333
Warnings block child at indentation level 16 not at correct indentation, 12 2333
Warnings block child at indentation level 16 not at correct indentation, 12 2334
Warnings block child at indentation level 16 not at correct indentation, 12 2335
Warnings block child at indentation level 16 not at correct indentation, 12 2336
Warnings case child at indentation level 12 not at correct indentation, 8 2337
Warnings Line is longer than 80 characters. 2338
Warnings block child at indentation level 16 not at correct indentation, 12 2338
Warnings block child at indentation level 16 not at correct indentation, 12 2339
Warnings block child at indentation level 16 not at correct indentation, 12 2340
Warnings block child at indentation level 16 not at correct indentation, 12 2341
Warnings case child at indentation level 12 not at correct indentation, 8 2343
Warnings block child at indentation level 16 not at correct indentation, 12 2344
Warnings block child at indentation level 16 not at correct indentation, 12 2345
Warnings block child at indentation level 16 not at correct indentation, 12 2346
Warnings block child at indentation level 16 not at correct indentation, 12 2347
Warnings case child at indentation level 12 not at correct indentation, 8 2349
Warnings block child at indentation level 16 not at correct indentation, 12 2350
Warnings block child at indentation level 16 not at correct indentation, 12 2351
Warnings block child at indentation level 16 not at correct indentation, 12 2352
Warnings block child at indentation level 16 not at correct indentation, 12 2353
Warnings case child at indentation level 12 not at correct indentation, 8 2355
Warnings block child at indentation level 16 not at correct indentation, 12 2356
Warnings block child at indentation level 16 not at correct indentation, 12 2357
Warnings block child at indentation level 16 not at correct indentation, 12 2358
Warnings block child at indentation level 16 not at correct indentation, 12 2359
Warnings block child at indentation level 16 not at correct indentation, 12 2360
Warnings case child at indentation level 12 not at correct indentation, 8 2362
Warnings case child at indentation level 12 not at correct indentation, 8 2363
Warnings case child at indentation level 12 not at correct indentation, 8 2364
Warnings case child at indentation level 12 not at correct indentation, 8 2365
Warnings case child at indentation level 12 not at correct indentation, 8 2366
Warnings case child at indentation level 12 not at correct indentation, 8 2367
Warnings case child at indentation level 12 not at correct indentation, 8 2368
Warnings case child at indentation level 12 not at correct indentation, 8 2369
Warnings case child at indentation level 12 not at correct indentation, 8 2370
Warnings case child at indentation level 12 not at correct indentation, 8 2371
Warnings case child at indentation level 12 not at correct indentation, 8 2372
Warnings case child at indentation level 12 not at correct indentation, 8 2373
Warnings case child at indentation level 12 not at correct indentation, 8 2374
Warnings case child at indentation level 12 not at correct indentation, 8 2375
Warnings case child at indentation level 12 not at correct indentation, 8 2376
Warnings block child at indentation level 16 not at correct indentation, 12 2377
Warnings block child at indentation level 16 not at correct indentation, 12 2378
Warnings block child at indentation level 16 not at correct indentation, 12 2379
Warnings block child at indentation level 16 not at correct indentation, 12 2380
Warnings case child at indentation level 12 not at correct indentation, 8 2382
Warnings block child at indentation level 16 not at correct indentation, 12 2383
Warnings if at indentation level 16 not at correct indentation, 12 2384
Warnings Line is longer than 80 characters. 2385
Warnings if child at indentation level 20 not at correct indentation, 16 2385
Warnings if rcurly at indentation level 16 not at correct indentation, 12 2386
Warnings block child at indentation level 16 not at correct indentation, 12 2387
Warnings case child at indentation level 12 not at correct indentation, 8 2388
Warnings block child at indentation level 16 not at correct indentation, 12 2389
Warnings if at indentation level 16 not at correct indentation, 12 2390
Warnings Line is longer than 80 characters. 2391
Warnings if child at indentation level 20 not at correct indentation, 16 2391
Warnings if rcurly at indentation level 16 not at correct indentation, 12 2392
Warnings block child at indentation level 16 not at correct indentation, 12 2393
Warnings case child at indentation level 12 not at correct indentation, 8 2395
Warnings case child at indentation level 12 not at correct indentation, 8 2396
Warnings case child at indentation level 12 not at correct indentation, 8 2397
Warnings case child at indentation level 12 not at correct indentation, 8 2398
Warnings case child at indentation level 12 not at correct indentation, 8 2399
Warnings case child at indentation level 12 not at correct indentation, 8 2400
Warnings case child at indentation level 12 not at correct indentation, 8 2401
Warnings case child at indentation level 12 not at correct indentation, 8 2402
Warnings case child at indentation level 12 not at correct indentation, 8 2403
Warnings case child at indentation level 12 not at correct indentation, 8 2404
Warnings case child at indentation level 12 not at correct indentation, 8 2405
Warnings case child at indentation level 12 not at correct indentation, 8 2406
Warnings case child at indentation level 12 not at correct indentation, 8 2407
Warnings case child at indentation level 12 not at correct indentation, 8 2408
Warnings case child at indentation level 12 not at correct indentation, 8 2409
Warnings case child at indentation level 12 not at correct indentation, 8 2410
Warnings case child at indentation level 12 not at correct indentation, 8 2411
Warnings case child at indentation level 12 not at correct indentation, 8 2412
Warnings block child at indentation level 16 not at correct indentation, 12 2413
Warnings block child at indentation level 16 not at correct indentation, 12 2414
Warnings case child at indentation level 12 not at correct indentation, 8 2417
Warnings case child at indentation level 12 not at correct indentation, 8 2418
Warnings case child at indentation level 12 not at correct indentation, 8 2419
Warnings case child at indentation level 12 not at correct indentation, 8 2420
Warnings block child at indentation level 16 not at correct indentation, 12 2421
Warnings block child at indentation level 16 not at correct indentation, 12 2422
Warnings case child at indentation level 12 not at correct indentation, 8 2424
Warnings block child at indentation level 16 not at correct indentation, 12 2425
Warnings block child at indentation level 16 not at correct indentation, 12 2426
Warnings block child at indentation level 16 not at correct indentation, 12 2427
Warnings block child at indentation level 16 not at correct indentation, 12 2428
Warnings block child at indentation level 16 not at correct indentation, 12 2429
Warnings Line is longer than 80 characters. 2431
Warnings block child at indentation level 16 not at correct indentation, 12 2431
Warnings block child at indentation level 16 not at correct indentation, 12 2432
Warnings case child at indentation level 12 not at correct indentation, 8 2434
Warnings block child at indentation level 16 not at correct indentation, 12 2435
Warnings block child at indentation level 16 not at correct indentation, 12 2436
Warnings block child at indentation level 16 not at correct indentation, 12 2437
Warnings block child at indentation level 16 not at correct indentation, 12 2438
Warnings case child at indentation level 12 not at correct indentation, 8 2440
Warnings block child at indentation level 16 not at correct indentation, 12 2441
Warnings block child at indentation level 16 not at correct indentation, 12 2442
Warnings block child at indentation level 16 not at correct indentation, 12 2443
Warnings block child at indentation level 16 not at correct indentation, 12 2444
Warnings case child at indentation level 12 not at correct indentation, 8 2446
Warnings block child at indentation level 16 not at correct indentation, 12 2447
Warnings block child at indentation level 16 not at correct indentation, 12 2448
Warnings block child at indentation level 16 not at correct indentation, 12 2449
Warnings case child at indentation level 12 not at correct indentation, 8 2451
Warnings block child at indentation level 16 not at correct indentation, 12 2453
Warnings block child at indentation level 16 not at correct indentation, 12 2454
Warnings block child at indentation level 16 not at correct indentation, 12 2455
Warnings case child at indentation level 12 not at correct indentation, 8 2457
Warnings block child at indentation level 16 not at correct indentation, 12 2458
Warnings block child at indentation level 16 not at correct indentation, 12 2459
Warnings if at indentation level 16 not at correct indentation, 12 2460
Warnings if child at indentation level 20 not at correct indentation, 16 2461
Warnings if child at indentation level 20 not at correct indentation, 16 2462
Warnings Line is longer than 80 characters. 2463
Warnings if child at indentation level 20 not at correct indentation, 16 2463
Warnings if child at indentation level 20 not at correct indentation, 16 2464
Warnings if child at indentation level 20 not at correct indentation, 16 2465
Warnings if rcurly at indentation level 16 not at correct indentation, 12 2467
Warnings if child at indentation level 20 not at correct indentation, 16 2468
Warnings if child at indentation level 20 not at correct indentation, 16 2469
Warnings if child at indentation level 20 not at correct indentation, 16 2470
Warnings if rcurly at indentation level 16 not at correct indentation, 12 2471
Warnings block child at indentation level 16 not at correct indentation, 12 2472
Warnings block child at indentation level 16 not at correct indentation, 12 2473
Warnings case child at indentation level 12 not at correct indentation, 8 2475
Warnings block child at indentation level 16 not at correct indentation, 12 2476
Warnings block child at indentation level 16 not at correct indentation, 12 2477
Warnings Line is longer than 80 characters. 2478
Warnings block child at indentation level 16 not at correct indentation, 12 2478
Warnings block child at indentation level 16 not at correct indentation, 12 2479
Warnings block child at indentation level 16 not at correct indentation, 12 2480
Warnings block child at indentation level 16 not at correct indentation, 12 2481
Warnings case child at indentation level 12 not at correct indentation, 8 2483
Warnings block child at indentation level 16 not at correct indentation, 12 2484
Warnings block child at indentation level 16 not at correct indentation, 12 2485
Warnings block child at indentation level 16 not at correct indentation, 12 2486
Warnings block child at indentation level 16 not at correct indentation, 12 2487
Warnings block child at indentation level 16 not at correct indentation, 12 2488
Warnings block child at indentation level 16 not at correct indentation, 12 2489
Warnings block child at indentation level 16 not at correct indentation, 12 2490
Warnings case child at indentation level 12 not at correct indentation, 8 2492
Warnings block child at indentation level 16 not at correct indentation, 12 2493
Warnings block child at indentation level 16 not at correct indentation, 12 2494
Warnings block child at indentation level 16 not at correct indentation, 12 2495
Warnings block child at indentation level 16 not at correct indentation, 12 2496
Warnings block child at indentation level 16 not at correct indentation, 12 2497
Warnings block child at indentation level 16 not at correct indentation, 12 2498
Warnings block child at indentation level 16 not at correct indentation, 12 2499
Warnings case child at indentation level 12 not at correct indentation, 8 2501
Warnings case child at indentation level 12 not at correct indentation, 8 2502
Warnings case child at indentation level 12 not at correct indentation, 8 2503
Warnings case child at indentation level 12 not at correct indentation, 8 2504
Warnings case child at indentation level 12 not at correct indentation, 8 2505
Warnings case child at indentation level 12 not at correct indentation, 8 2506
Warnings case child at indentation level 12 not at correct indentation, 8 2507
Warnings case child at indentation level 12 not at correct indentation, 8 2508
Warnings case child at indentation level 12 not at correct indentation, 8 2509
Warnings case child at indentation level 12 not at correct indentation, 8 2510
Warnings case child at indentation level 12 not at correct indentation, 8 2511
Warnings block child at indentation level 16 not at correct indentation, 12 2512
Warnings block child at indentation level 16 not at correct indentation, 12 2513
Warnings Line is longer than 80 characters. 2516
Warnings if at indentation level 16 not at correct indentation, 12 2516
Warnings Line is longer than 80 characters. 2517
Warnings if child at indentation level 20 not at correct indentation, 16 2517
Warnings if rcurly at indentation level 16 not at correct indentation, 12 2518
Warnings block child at indentation level 16 not at correct indentation, 12 2519
Warnings block child at indentation level 16 not at correct indentation, 12 2520
Warnings Line is longer than 80 characters. 2521
Warnings block child at indentation level 16 not at correct indentation, 12 2521
Warnings block child at indentation level 16 not at correct indentation, 12 2522
Warnings case child at indentation level 12 not at correct indentation, 8 2525
Warnings block child at indentation level 16 not at correct indentation, 12 2526
Warnings Line is longer than 80 characters. 2527
Warnings block child at indentation level 16 not at correct indentation, 12 2527
Warnings block child at indentation level 16 not at correct indentation, 12 2528
Warnings block child at indentation level 16 not at correct indentation, 12 2529
Warnings block child at indentation level 16 not at correct indentation, 12 2530
Warnings case child at indentation level 12 not at correct indentation, 8 2532
Warnings block child at indentation level 16 not at correct indentation, 12 2533
Warnings block child at indentation level 16 not at correct indentation, 12 2535
Warnings if at indentation level 16 not at correct indentation, 12 2536
Warnings if child at indentation level 20 not at correct indentation, 16 2537
Warnings Line is longer than 80 characters. 2538
Warnings if child at indentation level 20 not at correct indentation, 16 2538
Warnings Line is longer than 80 characters. 2539
Warnings if child at indentation level 20 not at correct indentation, 16 2539
Warnings if rcurly at indentation level 16 not at correct indentation, 12 2540
Warnings if child at indentation level 20 not at correct indentation, 16 2541
Warnings if rcurly at indentation level 16 not at correct indentation, 12 2542
Warnings block child at indentation level 16 not at correct indentation, 12 2543
Warnings block child at indentation level 16 not at correct indentation, 12 2544
Warnings case child at indentation level 12 not at correct indentation, 8 2546
Warnings block child at indentation level 16 not at correct indentation, 12 2549
Warnings if at indentation level 16 not at correct indentation, 12 2550
Warnings if child at indentation level 20 not at correct indentation, 16 2551
Warnings if rcurly at indentation level 16 not at correct indentation, 12 2552
Warnings else child at indentation level 20 not at correct indentation, 16 2553
Warnings else child at indentation level 20 not at correct indentation, 16 2554
Warnings else rcurly at indentation level 16 not at correct indentation, 12 2555
Warnings block child at indentation level 16 not at correct indentation, 12 2556
Warnings case child at indentation level 12 not at correct indentation, 8 2558
Warnings block child at indentation level 16 not at correct indentation, 12 2559
Warnings block child at indentation level 16 not at correct indentation, 12 2560
Warnings block child at indentation level 16 not at correct indentation, 12 2561
Warnings case child at indentation level 12 not at correct indentation, 8 2563
Warnings block child at indentation level 16 not at correct indentation, 12 2565
Warnings Line is longer than 80 characters. 2566
Warnings block child at indentation level 16 not at correct indentation, 12 2567
Warnings Name 'ConsumeUnary' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2571
Warnings Line is longer than 80 characters. 2582
Warnings Name 'ConsumeBinary' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2582
Warnings Line is longer than 80 characters. 2584
Warnings Line is longer than 80 characters. 2611
Warnings Line is longer than 80 characters. 2615
Warnings if at indentation level 12 not at correct indentation, 16 2615
Warnings if lcurly at indentation level 12 not at correct indentation, 16 2616
Warnings if child at indentation level 16 not at correct indentation, 20 2617
Warnings if rcurly at indentation level 12 not at correct indentation, 16 2618
Warnings Line is longer than 80 characters. 2623
Warnings Name 'ParseExpressionList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2623
Warnings Name 'ParseLocalDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2644
Warnings Line is longer than 80 characters. 2656
Warnings Line is longer than 80 characters. 2657
Warnings Name 'ParseCastOrGroup' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2677
Warnings Line is longer than 80 characters. 2683
Warnings '||' should be on a new line. 2684
Warnings '||' should be on a new line. 2685
Warnings '||' should be on a new line. 2686
Warnings '||' should be on a new line. 2687
Warnings '||' should be on a new line. 2688
Warnings Line is longer than 80 characters. 2702
Warnings Line is longer than 80 characters. 2718
Warnings Name 'ParseArrayCreation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2718
Warnings Line is longer than 80 characters. 2728
Warnings Line is longer than 80 characters. 2746
Warnings Name 'ParseContinuingPrimary' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2750
Warnings Line is longer than 80 characters. 2751
Warnings case child at indentation level 16 not at correct indentation, 12 2754
Warnings block child at indentation level 20 not at correct indentation, 16 2755
Warnings block child at indentation level 20 not at correct indentation, 16 2756
Warnings case child at indentation level 16 not at correct indentation, 12 2757
Warnings block child at indentation level 20 not at correct indentation, 16 2758
Warnings block child at indentation level 20 not at correct indentation, 16 2759
Warnings case child at indentation level 16 not at correct indentation, 12 2760
Warnings block child at indentation level 20 not at correct indentation, 16 2761
Warnings block child at indentation level 20 not at correct indentation, 16 2762
Warnings case child at indentation level 16 not at correct indentation, 12 2763
Warnings block child at indentation level 20 not at correct indentation, 16 2764
Warnings block child at indentation level 20 not at correct indentation, 16 2765
Warnings Line is longer than 80 characters. 2768
Warnings Name 'ParseMemberAccess' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2781
Warnings Line is longer than 80 characters. 2787
Warnings Line is longer than 80 characters. 2791
Warnings Name 'ParseInvocation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2795
Warnings Name 'ParseElementAccess' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2803
Warnings Line is longer than 80 characters. 2806
Warnings Line is longer than 80 characters. 2808
Warnings Line is longer than 80 characters. 2809
Warnings Line is longer than 80 characters. 2826
Warnings Line is longer than 80 characters. 2833
Warnings Name 'ParseArrayRank' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2833
Warnings Name 'RecoverFromError' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2852
Warnings Line is longer than 80 characters. 2856
Warnings Name 'RecoverFromError' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2856
Warnings 'if' construct must use '{}'s. 2858
Warnings Name 'ReportError' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2871
Warnings Line is longer than 80 characters. 2872
Warnings Name 'AssertAndAdvance' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2875
Warnings case child at indentation level 16 not at correct indentation, 12 2894
Warnings block child at indentation level 20 not at correct indentation, 16 2895
Warnings case child at indentation level 16 not at correct indentation, 12 2896
Warnings block child at indentation level 20 not at correct indentation, 16 2897
Warnings block child at indentation level 20 not at correct indentation, 16 2898
Warnings block child at indentation level 20 not at correct indentation, 16 2899
Warnings case child at indentation level 16 not at correct indentation, 12 2901
Warnings block child at indentation level 20 not at correct indentation, 16 2902
Warnings block child at indentation level 20 not at correct indentation, 16 2903
Warnings case child at indentation level 16 not at correct indentation, 12 2905
Warnings if at indentation level 20 not at correct indentation, 16 2907
Warnings if child at indentation level 24 not at correct indentation, 20 2908
Warnings if at indentation level 24 not at correct indentation, 20 2909
Warnings '&&' should be on a new line. 2909
Warnings '&&' should be on a new line. 2910
Warnings '&&' should be on a new line. 2911
Warnings if child at indentation level 28 not at correct indentation, 24 2913
Warnings if rcurly at indentation level 24 not at correct indentation, 20 2914
Warnings if child at indentation level 28 not at correct indentation, 24 2915
Warnings if rcurly at indentation level 24 not at correct indentation, 20 2916
Warnings if rcurly at indentation level 20 not at correct indentation, 16 2917
Warnings else child at indentation level 24 not at correct indentation, 20 2918
Warnings else rcurly at indentation level 20 not at correct indentation, 16 2919
Warnings block child at indentation level 20 not at correct indentation, 16 2920
Warnings case child at indentation level 16 not at correct indentation, 12 2922
Warnings block child at indentation level 20 not at correct indentation, 16 2923
Warnings block child at indentation level 20 not at correct indentation, 16 2924
Warnings Name 'SkipToEOL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2930
Warnings Name 'SkipToNextHash' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2951
Warnings Name 'SkipToElseOrEndIf' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2970

org/argouml/language/csharp/importer/csparser/main/Test.java

Violation Message Line
Warnings Line is longer than 80 characters. 16
Warnings Line is longer than 80 characters. 20
Warnings Line is longer than 80 characters. 26
Warnings Line is longer than 80 characters. 28
Warnings Line is longer than 80 characters. 29
Warnings Line is longer than 80 characters. 30
Warnings Line is longer than 80 characters. 31
Warnings Line is longer than 80 characters. 32
Warnings '=' is not preceded with whitespace. 32
Warnings '=' is not followed by whitespace. 32
Warnings ',' is not followed by whitespace. 33
Warnings '=' is not preceded with whitespace. 40
Warnings '=' is not followed by whitespace. 40
Warnings Line is longer than 80 characters. 16
Warnings Line is longer than 80 characters. 20
Warnings Line is longer than 80 characters. 26
Warnings Line is longer than 80 characters. 28
Warnings Line is longer than 80 characters. 29
Warnings Line is longer than 80 characters. 30
Warnings Line is longer than 80 characters. 31
Warnings Line is longer than 80 characters. 32
Warnings '=' is not preceded with whitespace. 32
Warnings '=' is not followed by whitespace. 32
Warnings ',' is not followed by whitespace. 33
Warnings '=' is not preceded with whitespace. 40
Warnings '=' is not followed by whitespace. 40

org/argouml/language/csharp/importer/csparser/main/Token.java

Violation Message Line
Warnings member def modifier at indentation level 16 not at correct indentation, 4 10
Warnings Missing a Javadoc comment. 10
Warnings Variable 'id' must be private and have accessor methods. 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Missing a Javadoc comment. 11
Warnings Variable 'data' must be private and have accessor methods. 11
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 13
Warnings 'id' hides a field. 13
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 14
Warnings ctor def child at indentation level 24 not at correct indentation, 8 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 18
Warnings 'id' hides a field. 18
Warnings 'data' hides a field. 18
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 19
Warnings ctor def child at indentation level 24 not at correct indentation, 8 20
Warnings ctor def child at indentation level 24 not at correct indentation, 8 21
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 22
Warnings method def modifier at indentation level 16 not at correct indentation, 4 24
Warnings Name 'ToString' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 27
Warnings member def modifier at indentation level 16 not at correct indentation, 4 10
Warnings Missing a Javadoc comment. 10
Warnings Variable 'id' must be private and have accessor methods. 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Missing a Javadoc comment. 11
Warnings Variable 'data' must be private and have accessor methods. 11
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 13
Warnings 'id' hides a field. 13
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 14
Warnings ctor def child at indentation level 24 not at correct indentation, 8 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 18
Warnings 'id' hides a field. 18
Warnings 'data' hides a field. 18
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 19
Warnings ctor def child at indentation level 24 not at correct indentation, 8 20
Warnings ctor def child at indentation level 24 not at correct indentation, 8 21
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 22
Warnings method def modifier at indentation level 16 not at correct indentation, 4 24
Warnings Name 'ToString' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 27

org/argouml/language/csharp/importer/csparser/members/AccessorNode.java

Violation Message Line
Warnings Missing a Javadoc comment. 12
Warnings Variable 'kind' must be private and have accessor methods. 12
Warnings Missing a Javadoc comment. 15
Warnings Variable 'isAbstractOrInterface' must be private and have accessor methods. 15
Warnings Missing a Javadoc comment. 17
Warnings Variable 'statementBlock' must be private and have accessor methods. 17
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings Missing a Javadoc comment. 12
Warnings Variable 'kind' must be private and have accessor methods. 12
Warnings Missing a Javadoc comment. 15
Warnings Variable 'isAbstractOrInterface' must be private and have accessor methods. 15
Warnings Missing a Javadoc comment. 17
Warnings Variable 'statementBlock' must be private and have accessor methods. 17
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20

org/argouml/language/csharp/importer/csparser/members/ConstantNode.java

Violation Message Line
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 10
Warnings method def modifier at indentation level 8 not at correct indentation, 4 11
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings if at indentation level 24 not at correct indentation, 8 13
Warnings if lcurly at indentation level 24 not at correct indentation, 8 14
Warnings if child at indentation level 32 not at correct indentation, 12 15
Warnings if child at indentation level 32 not at correct indentation, 12 16
Warnings if rcurly at indentation level 24 not at correct indentation, 8 17
Warnings method def child at indentation level 24 not at correct indentation, 8 18
Warnings method def child at indentation level 24 not at correct indentation, 8 19
Warnings method def child at indentation level 24 not at correct indentation, 8 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings for at indentation level 24 not at correct indentation, 8 25
Warnings for lcurly at indentation level 24 not at correct indentation, 8 26
Warnings for child at indentation level 32 not at correct indentation, 12 27
Warnings for child at indentation level 32 not at correct indentation, 12 28
Warnings for child at indentation level 32 not at correct indentation, 12 29
Warnings for rcurly at indentation level 24 not at correct indentation, 8 30
Warnings if at indentation level 24 not at correct indentation, 8 32
Warnings if lcurly at indentation level 24 not at correct indentation, 8 33
Warnings if child at indentation level 32 not at correct indentation, 12 34
Warnings if child at indentation level 32 not at correct indentation, 12 35
Warnings if rcurly at indentation level 24 not at correct indentation, 8 36
Warnings method def child at indentation level 24 not at correct indentation, 8 38
Warnings method def child at indentation level 24 not at correct indentation, 8 39
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 41
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 42
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 10
Warnings method def modifier at indentation level 8 not at correct indentation, 4 11
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings if at indentation level 24 not at correct indentation, 8 13
Warnings if lcurly at indentation level 24 not at correct indentation, 8 14
Warnings if child at indentation level 32 not at correct indentation, 12 15
Warnings if child at indentation level 32 not at correct indentation, 12 16
Warnings if rcurly at indentation level 24 not at correct indentation, 8 17
Warnings method def child at indentation level 24 not at correct indentation, 8 18
Warnings method def child at indentation level 24 not at correct indentation, 8 19
Warnings method def child at indentation level 24 not at correct indentation, 8 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings for at indentation level 24 not at correct indentation, 8 25
Warnings for lcurly at indentation level 24 not at correct indentation, 8 26
Warnings for child at indentation level 32 not at correct indentation, 12 27
Warnings for child at indentation level 32 not at correct indentation, 12 28
Warnings for child at indentation level 32 not at correct indentation, 12 29
Warnings for rcurly at indentation level 24 not at correct indentation, 8 30
Warnings if at indentation level 24 not at correct indentation, 8 32
Warnings if lcurly at indentation level 24 not at correct indentation, 8 33
Warnings if child at indentation level 32 not at correct indentation, 12 34
Warnings if child at indentation level 32 not at correct indentation, 12 35
Warnings if rcurly at indentation level 24 not at correct indentation, 8 36
Warnings method def child at indentation level 24 not at correct indentation, 8 38
Warnings method def child at indentation level 24 not at correct indentation, 8 39
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 41
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 42

org/argouml/language/csharp/importer/csparser/members/ConstructorNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Variable 'hasThis' must be private and have accessor methods. 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Variable 'hasBase' must be private and have accessor methods. 18
Warnings member def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Missing a Javadoc comment. 21
Warnings Variable 'thisBaseArgs' must be private and have accessor methods. 21
Warnings member def modifier at indentation level 16 not at correct indentation, 4 23
Warnings Missing a Javadoc comment. 23
Warnings Variable 'params' must be private and have accessor methods. 23
Warnings member def modifier at indentation level 16 not at correct indentation, 4 25
Warnings Missing a Javadoc comment. 25
Warnings Variable 'statementBlock' must be private and have accessor methods. 25
Warnings member def modifier at indentation level 16 not at correct indentation, 4 28
Warnings Missing a Javadoc comment. 28
Warnings Variable 'isStaticConstructor' must be private and have accessor methods. 28
Warnings method def modifier at indentation level 8 not at correct indentation, 4 31
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 32
Warnings if at indentation level 24 not at correct indentation, 8 33
Warnings if lcurly at indentation level 24 not at correct indentation, 8 34
Warnings if child at indentation level 32 not at correct indentation, 12 35
Warnings if child at indentation level 32 not at correct indentation, 12 36
Warnings if rcurly at indentation level 24 not at correct indentation, 8 37
Warnings method def child at indentation level 24 not at correct indentation, 8 38
Warnings if at indentation level 24 not at correct indentation, 8 40
Warnings if lcurly at indentation level 24 not at correct indentation, 8 41
Warnings if child at indentation level 32 not at correct indentation, 12 42
Warnings if rcurly at indentation level 24 not at correct indentation, 8 43
Warnings method def child at indentation level 24 not at correct indentation, 8 45
Warnings method def child at indentation level 24 not at correct indentation, 8 46
Warnings method def child at indentation level 24 not at correct indentation, 8 48
Warnings if at indentation level 24 not at correct indentation, 8 49
Warnings if lcurly at indentation level 24 not at correct indentation, 8 50
Warnings for at indentation level 32 not at correct indentation, 12 51
Warnings for lcurly at indentation level 32 not at correct indentation, 12 52
Warnings for child at indentation level 40 not at correct indentation, 16 53
Warnings for child at indentation level 40 not at correct indentation, 16 54
Warnings for child at indentation level 40 not at correct indentation, 16 55
Warnings for rcurly at indentation level 32 not at correct indentation, 12 56
Warnings if rcurly at indentation level 24 not at correct indentation, 8 57
Warnings method def child at indentation level 24 not at correct indentation, 8 58
Warnings if at indentation level 24 not at correct indentation, 8 61
Warnings if lcurly at indentation level 24 not at correct indentation, 8 62
Warnings if child at indentation level 32 not at correct indentation, 12 63
Warnings if rcurly at indentation level 24 not at correct indentation, 8 64
Warnings else at indentation level 24 not at correct indentation, 8 65
Warnings if lcurly at indentation level 24 not at correct indentation, 8 66
Warnings if child at indentation level 32 not at correct indentation, 12 67
Warnings if rcurly at indentation level 24 not at correct indentation, 8 68
Warnings if at indentation level 24 not at correct indentation, 8 69
Warnings if lcurly at indentation level 24 not at correct indentation, 8 70
Warnings if at indentation level 32 not at correct indentation, 12 71
Warnings if lcurly at indentation level 32 not at correct indentation, 12 72
Warnings if child at indentation level 40 not at correct indentation, 16 73
Warnings Line is longer than 80 characters. 74
Warnings for at indentation level 40 not at correct indentation, 16 74
Warnings for lcurly at indentation level 40 not at correct indentation, 16 75
Warnings for child at indentation level 48 not at correct indentation, 20 76
Warnings for child at indentation level 48 not at correct indentation, 20 77
Warnings Line is longer than 80 characters. 78
Warnings for child at indentation level 48 not at correct indentation, 20 78
Warnings for rcurly at indentation level 40 not at correct indentation, 16 79
Warnings if rcurly at indentation level 32 not at correct indentation, 12 80
Warnings if child at indentation level 32 not at correct indentation, 12 81
Warnings if rcurly at indentation level 24 not at correct indentation, 8 82
Warnings method def child at indentation level 24 not at correct indentation, 8 85
Warnings method def child at indentation level 24 not at correct indentation, 8 87
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 89
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 91
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Variable 'hasThis' must be private and have accessor methods. 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Variable 'hasBase' must be private and have accessor methods. 18
Warnings member def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Missing a Javadoc comment. 21
Warnings Variable 'thisBaseArgs' must be private and have accessor methods. 21
Warnings member def modifier at indentation level 16 not at correct indentation, 4 23
Warnings Missing a Javadoc comment. 23
Warnings Variable 'params' must be private and have accessor methods. 23
Warnings member def modifier at indentation level 16 not at correct indentation, 4 25
Warnings Missing a Javadoc comment. 25
Warnings Variable 'statementBlock' must be private and have accessor methods. 25
Warnings member def modifier at indentation level 16 not at correct indentation, 4 28
Warnings Missing a Javadoc comment. 28
Warnings Variable 'isStaticConstructor' must be private and have accessor methods. 28
Warnings method def modifier at indentation level 8 not at correct indentation, 4 31
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 32
Warnings if at indentation level 24 not at correct indentation, 8 33
Warnings if lcurly at indentation level 24 not at correct indentation, 8 34
Warnings if child at indentation level 32 not at correct indentation, 12 35
Warnings if child at indentation level 32 not at correct indentation, 12 36
Warnings if rcurly at indentation level 24 not at correct indentation, 8 37
Warnings method def child at indentation level 24 not at correct indentation, 8 38
Warnings if at indentation level 24 not at correct indentation, 8 40
Warnings if lcurly at indentation level 24 not at correct indentation, 8 41
Warnings if child at indentation level 32 not at correct indentation, 12 42
Warnings if rcurly at indentation level 24 not at correct indentation, 8 43
Warnings method def child at indentation level 24 not at correct indentation, 8 45
Warnings method def child at indentation level 24 not at correct indentation, 8 46
Warnings method def child at indentation level 24 not at correct indentation, 8 48
Warnings if at indentation level 24 not at correct indentation, 8 49
Warnings if lcurly at indentation level 24 not at correct indentation, 8 50
Warnings for at indentation level 32 not at correct indentation, 12 51
Warnings for lcurly at indentation level 32 not at correct indentation, 12 52
Warnings for child at indentation level 40 not at correct indentation, 16 53
Warnings for child at indentation level 40 not at correct indentation, 16 54
Warnings for child at indentation level 40 not at correct indentation, 16 55
Warnings for rcurly at indentation level 32 not at correct indentation, 12 56
Warnings if rcurly at indentation level 24 not at correct indentation, 8 57
Warnings method def child at indentation level 24 not at correct indentation, 8 58
Warnings if at indentation level 24 not at correct indentation, 8 61
Warnings if lcurly at indentation level 24 not at correct indentation, 8 62
Warnings if child at indentation level 32 not at correct indentation, 12 63
Warnings if rcurly at indentation level 24 not at correct indentation, 8 64
Warnings else at indentation level 24 not at correct indentation, 8 65
Warnings if lcurly at indentation level 24 not at correct indentation, 8 66
Warnings if child at indentation level 32 not at correct indentation, 12 67
Warnings if rcurly at indentation level 24 not at correct indentation, 8 68
Warnings if at indentation level 24 not at correct indentation, 8 69
Warnings if lcurly at indentation level 24 not at correct indentation, 8 70
Warnings if at indentation level 32 not at correct indentation, 12 71
Warnings if lcurly at indentation level 32 not at correct indentation, 12 72
Warnings if child at indentation level 40 not at correct indentation, 16 73
Warnings Line is longer than 80 characters. 74
Warnings for at indentation level 40 not at correct indentation, 16 74
Warnings for lcurly at indentation level 40 not at correct indentation, 16 75
Warnings for child at indentation level 48 not at correct indentation, 20 76
Warnings for child at indentation level 48 not at correct indentation, 20 77
Warnings Line is longer than 80 characters. 78
Warnings for child at indentation level 48 not at correct indentation, 20 78
Warnings for rcurly at indentation level 40 not at correct indentation, 16 79
Warnings if rcurly at indentation level 32 not at correct indentation, 12 80
Warnings if child at indentation level 32 not at correct indentation, 12 81
Warnings if rcurly at indentation level 24 not at correct indentation, 8 82
Warnings method def child at indentation level 24 not at correct indentation, 8 85
Warnings method def child at indentation level 24 not at correct indentation, 8 87
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 89
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 91

org/argouml/language/csharp/importer/csparser/members/DestructorNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Variable 'statementBlock' must be private and have accessor methods. 13
Warnings method def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings if at indentation level 24 not at correct indentation, 8 18
Warnings if lcurly at indentation level 24 not at correct indentation, 8 19
Warnings if child at indentation level 32 not at correct indentation, 12 20
Warnings if child at indentation level 32 not at correct indentation, 12 21
Warnings if rcurly at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def child at indentation level 24 not at correct indentation, 8 27
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings method def child at indentation level 24 not at correct indentation, 8 30
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 31
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 33
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Variable 'statementBlock' must be private and have accessor methods. 13
Warnings method def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings if at indentation level 24 not at correct indentation, 8 18
Warnings if lcurly at indentation level 24 not at correct indentation, 8 19
Warnings if child at indentation level 32 not at correct indentation, 12 20
Warnings if child at indentation level 32 not at correct indentation, 12 21
Warnings if rcurly at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def child at indentation level 24 not at correct indentation, 8 27
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings method def child at indentation level 24 not at correct indentation, 8 30
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 31
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 33

org/argouml/language/csharp/importer/csparser/members/EventNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Variable 'addBlock' must be private and have accessor methods. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Variable 'removeBlock' must be private and have accessor methods. 15
Warnings method def modifier at indentation level 8 not at correct indentation, 4 18
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 19
Warnings if at indentation level 24 not at correct indentation, 8 22
Warnings if lcurly at indentation level 24 not at correct indentation, 8 23
Warnings if child at indentation level 32 not at correct indentation, 12 24
Warnings if child at indentation level 32 not at correct indentation, 12 25
Warnings if rcurly at indentation level 24 not at correct indentation, 8 26
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 27
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 28
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Variable 'addBlock' must be private and have accessor methods. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Variable 'removeBlock' must be private and have accessor methods. 15
Warnings method def modifier at indentation level 8 not at correct indentation, 4 18
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 19
Warnings if at indentation level 24 not at correct indentation, 8 22
Warnings if lcurly at indentation level 24 not at correct indentation, 8 23
Warnings if child at indentation level 32 not at correct indentation, 12 24
Warnings if child at indentation level 32 not at correct indentation, 12 25
Warnings if rcurly at indentation level 24 not at correct indentation, 8 26
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 27
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 28

org/argouml/language/csharp/importer/csparser/members/FieldNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings method def modifier at indentation level 8 not at correct indentation, 4 11
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings if at indentation level 24 not at correct indentation, 8 13
Warnings if lcurly at indentation level 24 not at correct indentation, 8 14
Warnings if child at indentation level 32 not at correct indentation, 12 15
Warnings if child at indentation level 32 not at correct indentation, 12 16
Warnings if rcurly at indentation level 24 not at correct indentation, 8 17
Warnings method def child at indentation level 24 not at correct indentation, 8 18
Warnings method def child at indentation level 24 not at correct indentation, 8 20
Warnings method def child at indentation level 24 not at correct indentation, 8 21
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings for at indentation level 24 not at correct indentation, 8 24
Warnings for lcurly at indentation level 24 not at correct indentation, 8 25
Warnings for child at indentation level 32 not at correct indentation, 12 26
Warnings for child at indentation level 32 not at correct indentation, 12 27
Warnings for child at indentation level 32 not at correct indentation, 12 28
Warnings for rcurly at indentation level 24 not at correct indentation, 8 29
Warnings if at indentation level 24 not at correct indentation, 8 31
Warnings if lcurly at indentation level 24 not at correct indentation, 8 32
Warnings if child at indentation level 32 not at correct indentation, 12 33
Warnings if child at indentation level 32 not at correct indentation, 12 34
Warnings if rcurly at indentation level 24 not at correct indentation, 8 35
Warnings method def child at indentation level 24 not at correct indentation, 8 37
Warnings method def child at indentation level 24 not at correct indentation, 8 38
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 39
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 40
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings method def modifier at indentation level 8 not at correct indentation, 4 11
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings if at indentation level 24 not at correct indentation, 8 13
Warnings if lcurly at indentation level 24 not at correct indentation, 8 14
Warnings if child at indentation level 32 not at correct indentation, 12 15
Warnings if child at indentation level 32 not at correct indentation, 12 16
Warnings if rcurly at indentation level 24 not at correct indentation, 8 17
Warnings method def child at indentation level 24 not at correct indentation, 8 18
Warnings method def child at indentation level 24 not at correct indentation, 8 20
Warnings method def child at indentation level 24 not at correct indentation, 8 21
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings for at indentation level 24 not at correct indentation, 8 24
Warnings for lcurly at indentation level 24 not at correct indentation, 8 25
Warnings for child at indentation level 32 not at correct indentation, 12 26
Warnings for child at indentation level 32 not at correct indentation, 12 27
Warnings for child at indentation level 32 not at correct indentation, 12 28
Warnings for rcurly at indentation level 24 not at correct indentation, 8 29
Warnings if at indentation level 24 not at correct indentation, 8 31
Warnings if lcurly at indentation level 24 not at correct indentation, 8 32
Warnings if child at indentation level 32 not at correct indentation, 12 33
Warnings if child at indentation level 32 not at correct indentation, 12 34
Warnings if rcurly at indentation level 24 not at correct indentation, 8 35
Warnings method def child at indentation level 24 not at correct indentation, 8 37
Warnings method def child at indentation level 24 not at correct indentation, 8 38
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 39
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 40

org/argouml/language/csharp/importer/csparser/members/IndexerNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Variable 'interfaceType' must be private and have accessor methods. 14
Warnings Line is longer than 80 characters. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Variable 'params' must be private and have accessor methods. 17
Warnings '=' is not followed by whitespace. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings Variable 'getter' must be private and have accessor methods. 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Missing a Javadoc comment. 22
Warnings Variable 'setter' must be private and have accessor methods. 22
Warnings method def modifier at indentation level 8 not at correct indentation, 4 25
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 25
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 26
Warnings if at indentation level 24 not at correct indentation, 8 27
Warnings if lcurly at indentation level 24 not at correct indentation, 8 28
Warnings if child at indentation level 32 not at correct indentation, 12 29
Warnings if child at indentation level 32 not at correct indentation, 12 30
Warnings if rcurly at indentation level 24 not at correct indentation, 8 31
Warnings method def child at indentation level 24 not at correct indentation, 8 32
Warnings method def child at indentation level 24 not at correct indentation, 8 34
Warnings method def child at indentation level 24 not at correct indentation, 8 35
Warnings if at indentation level 24 not at correct indentation, 8 36
Warnings if lcurly at indentation level 24 not at correct indentation, 8 37
Warnings if child at indentation level 32 not at correct indentation, 12 38
Warnings if child at indentation level 32 not at correct indentation, 12 39
Warnings if rcurly at indentation level 24 not at correct indentation, 8 40
Warnings method def child at indentation level 24 not at correct indentation, 8 41
Warnings if at indentation level 24 not at correct indentation, 8 42
Warnings if lcurly at indentation level 24 not at correct indentation, 8 43
Warnings if child at indentation level 32 not at correct indentation, 12 44
Warnings for at indentation level 32 not at correct indentation, 12 45
Warnings for lcurly at indentation level 32 not at correct indentation, 12 46
Warnings for child at indentation level 40 not at correct indentation, 16 47
Warnings for child at indentation level 40 not at correct indentation, 16 48
Warnings for child at indentation level 40 not at correct indentation, 16 49
Warnings for rcurly at indentation level 32 not at correct indentation, 12 50
Warnings if rcurly at indentation level 24 not at correct indentation, 8 51
Warnings method def child at indentation level 24 not at correct indentation, 8 52
Warnings method def child at indentation level 24 not at correct indentation, 8 55
Warnings method def child at indentation level 24 not at correct indentation, 8 56
Warnings method def child at indentation level 24 not at correct indentation, 8 57
Warnings method def child at indentation level 24 not at correct indentation, 8 58
Warnings if at indentation level 24 not at correct indentation, 8 60
Warnings if lcurly at indentation level 24 not at correct indentation, 8 61
Warnings if child at indentation level 32 not at correct indentation, 12 62
Warnings if rcurly at indentation level 24 not at correct indentation, 8 63
Warnings if at indentation level 24 not at correct indentation, 8 64
Warnings if lcurly at indentation level 24 not at correct indentation, 8 65
Warnings if child at indentation level 32 not at correct indentation, 12 66
Warnings if rcurly at indentation level 24 not at correct indentation, 8 67
Warnings method def child at indentation level 24 not at correct indentation, 8 69
Warnings method def child at indentation level 24 not at correct indentation, 8 70
Warnings method def child at indentation level 24 not at correct indentation, 8 71
Warnings method def child at indentation level 24 not at correct indentation, 8 72
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 73
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 74
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Variable 'interfaceType' must be private and have accessor methods. 14
Warnings Line is longer than 80 characters. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Variable 'params' must be private and have accessor methods. 17
Warnings '=' is not followed by whitespace. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings Variable 'getter' must be private and have accessor methods. 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Missing a Javadoc comment. 22
Warnings Variable 'setter' must be private and have accessor methods. 22
Warnings method def modifier at indentation level 8 not at correct indentation, 4 25
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 25
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 26
Warnings if at indentation level 24 not at correct indentation, 8 27
Warnings if lcurly at indentation level 24 not at correct indentation, 8 28
Warnings if child at indentation level 32 not at correct indentation, 12 29
Warnings if child at indentation level 32 not at correct indentation, 12 30
Warnings if rcurly at indentation level 24 not at correct indentation, 8 31
Warnings method def child at indentation level 24 not at correct indentation, 8 32
Warnings method def child at indentation level 24 not at correct indentation, 8 34
Warnings method def child at indentation level 24 not at correct indentation, 8 35
Warnings if at indentation level 24 not at correct indentation, 8 36
Warnings if lcurly at indentation level 24 not at correct indentation, 8 37
Warnings if child at indentation level 32 not at correct indentation, 12 38
Warnings if child at indentation level 32 not at correct indentation, 12 39
Warnings if rcurly at indentation level 24 not at correct indentation, 8 40
Warnings method def child at indentation level 24 not at correct indentation, 8 41
Warnings if at indentation level 24 not at correct indentation, 8 42
Warnings if lcurly at indentation level 24 not at correct indentation, 8 43
Warnings if child at indentation level 32 not at correct indentation, 12 44
Warnings for at indentation level 32 not at correct indentation, 12 45
Warnings for lcurly at indentation level 32 not at correct indentation, 12 46
Warnings for child at indentation level 40 not at correct indentation, 16 47
Warnings for child at indentation level 40 not at correct indentation, 16 48
Warnings for child at indentation level 40 not at correct indentation, 16 49
Warnings for rcurly at indentation level 32 not at correct indentation, 12 50
Warnings if rcurly at indentation level 24 not at correct indentation, 8 51
Warnings method def child at indentation level 24 not at correct indentation, 8 52
Warnings method def child at indentation level 24 not at correct indentation, 8 55
Warnings method def child at indentation level 24 not at correct indentation, 8 56
Warnings method def child at indentation level 24 not at correct indentation, 8 57
Warnings method def child at indentation level 24 not at correct indentation, 8 58
Warnings if at indentation level 24 not at correct indentation, 8 60
Warnings if lcurly at indentation level 24 not at correct indentation, 8 61
Warnings if child at indentation level 32 not at correct indentation, 12 62
Warnings if rcurly at indentation level 24 not at correct indentation, 8 63
Warnings if at indentation level 24 not at correct indentation, 8 64
Warnings if lcurly at indentation level 24 not at correct indentation, 8 65
Warnings if child at indentation level 32 not at correct indentation, 12 66
Warnings if rcurly at indentation level 24 not at correct indentation, 8 67
Warnings method def child at indentation level 24 not at correct indentation, 8 69
Warnings method def child at indentation level 24 not at correct indentation, 8 70
Warnings method def child at indentation level 24 not at correct indentation, 8 71
Warnings method def child at indentation level 24 not at correct indentation, 8 72
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 73
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 74

org/argouml/language/csharp/importer/csparser/members/InterfaceEventNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings method def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings if at indentation level 24 not at correct indentation, 8 13
Warnings if lcurly at indentation level 24 not at correct indentation, 8 14
Warnings if child at indentation level 32 not at correct indentation, 12 15
Warnings if child at indentation level 32 not at correct indentation, 12 16
Warnings if rcurly at indentation level 24 not at correct indentation, 8 17
Warnings method def child at indentation level 24 not at correct indentation, 8 18
Warnings method def child at indentation level 24 not at correct indentation, 8 20
Warnings method def child at indentation level 24 not at correct indentation, 8 21
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 27
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 28
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings method def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings if at indentation level 24 not at correct indentation, 8 13
Warnings if lcurly at indentation level 24 not at correct indentation, 8 14
Warnings if child at indentation level 32 not at correct indentation, 12 15
Warnings if child at indentation level 32 not at correct indentation, 12 16
Warnings if rcurly at indentation level 24 not at correct indentation, 8 17
Warnings method def child at indentation level 24 not at correct indentation, 8 18
Warnings method def child at indentation level 24 not at correct indentation, 8 20
Warnings method def child at indentation level 24 not at correct indentation, 8 21
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 27
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 28

org/argouml/language/csharp/importer/csparser/members/InterfaceIndexerNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings Line is longer than 80 characters. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Variable 'params' must be private and have accessor methods. 13
Warnings '=' is not followed by whitespace. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Variable 'hasGetter' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Variable 'hasSetter' must be private and have accessor methods. 18
Warnings method def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 22
Warnings if at indentation level 24 not at correct indentation, 8 23
Warnings if lcurly at indentation level 24 not at correct indentation, 8 24
Warnings if child at indentation level 32 not at correct indentation, 12 25
Warnings if child at indentation level 32 not at correct indentation, 12 26
Warnings if rcurly at indentation level 24 not at correct indentation, 8 27
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings method def child at indentation level 24 not at correct indentation, 8 30
Warnings method def child at indentation level 24 not at correct indentation, 8 31
Warnings if at indentation level 24 not at correct indentation, 8 32
Warnings if lcurly at indentation level 24 not at correct indentation, 8 33
Warnings if child at indentation level 32 not at correct indentation, 12 34
Warnings if rcurly at indentation level 24 not at correct indentation, 8 35
Warnings method def child at indentation level 24 not at correct indentation, 8 36
Warnings if at indentation level 24 not at correct indentation, 8 37
Warnings if lcurly at indentation level 24 not at correct indentation, 8 38
Warnings if child at indentation level 32 not at correct indentation, 12 39
Warnings if rcurly at indentation level 24 not at correct indentation, 8 40
Warnings if at indentation level 24 not at correct indentation, 8 41
Warnings if lcurly at indentation level 24 not at correct indentation, 8 42
Warnings if child at indentation level 32 not at correct indentation, 12 43
Warnings if rcurly at indentation level 24 not at correct indentation, 8 44
Warnings method def child at indentation level 24 not at correct indentation, 8 45
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 46
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 47
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings Line is longer than 80 characters. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Variable 'params' must be private and have accessor methods. 13
Warnings '=' is not followed by whitespace. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Variable 'hasGetter' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Variable 'hasSetter' must be private and have accessor methods. 18
Warnings method def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 22
Warnings if at indentation level 24 not at correct indentation, 8 23
Warnings if lcurly at indentation level 24 not at correct indentation, 8 24
Warnings if child at indentation level 32 not at correct indentation, 12 25
Warnings if child at indentation level 32 not at correct indentation, 12 26
Warnings if rcurly at indentation level 24 not at correct indentation, 8 27
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings method def child at indentation level 24 not at correct indentation, 8 30
Warnings method def child at indentation level 24 not at correct indentation, 8 31
Warnings if at indentation level 24 not at correct indentation, 8 32
Warnings if lcurly at indentation level 24 not at correct indentation, 8 33
Warnings if child at indentation level 32 not at correct indentation, 12 34
Warnings if rcurly at indentation level 24 not at correct indentation, 8 35
Warnings method def child at indentation level 24 not at correct indentation, 8 36
Warnings if at indentation level 24 not at correct indentation, 8 37
Warnings if lcurly at indentation level 24 not at correct indentation, 8 38
Warnings if child at indentation level 32 not at correct indentation, 12 39
Warnings if rcurly at indentation level 24 not at correct indentation, 8 40
Warnings if at indentation level 24 not at correct indentation, 8 41
Warnings if lcurly at indentation level 24 not at correct indentation, 8 42
Warnings if child at indentation level 32 not at correct indentation, 12 43
Warnings if rcurly at indentation level 24 not at correct indentation, 8 44
Warnings method def child at indentation level 24 not at correct indentation, 8 45
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 46
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 47

org/argouml/language/csharp/importer/csparser/members/InterfaceMethodNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings Line is longer than 80 characters. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Variable 'params' must be private and have accessor methods. 13
Warnings '=' is not followed by whitespace. 13
Warnings method def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 16
Warnings if at indentation level 24 not at correct indentation, 8 17
Warnings if lcurly at indentation level 24 not at correct indentation, 8 18
Warnings if child at indentation level 32 not at correct indentation, 12 19
Warnings if child at indentation level 32 not at correct indentation, 12 20
Warnings if rcurly at indentation level 24 not at correct indentation, 8 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def child at indentation level 24 not at correct indentation, 8 27
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings if at indentation level 24 not at correct indentation, 8 30
Warnings if lcurly at indentation level 24 not at correct indentation, 8 31
Warnings if child at indentation level 32 not at correct indentation, 12 32
Warnings for at indentation level 32 not at correct indentation, 12 33
Warnings for lcurly at indentation level 32 not at correct indentation, 12 34
Warnings for child at indentation level 40 not at correct indentation, 16 35
Warnings for child at indentation level 40 not at correct indentation, 16 36
Warnings for child at indentation level 40 not at correct indentation, 16 37
Warnings for rcurly at indentation level 32 not at correct indentation, 12 38
Warnings if rcurly at indentation level 24 not at correct indentation, 8 39
Warnings method def child at indentation level 24 not at correct indentation, 8 41
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 42
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 43
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings Line is longer than 80 characters. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Variable 'params' must be private and have accessor methods. 13
Warnings '=' is not followed by whitespace. 13
Warnings method def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 16
Warnings if at indentation level 24 not at correct indentation, 8 17
Warnings if lcurly at indentation level 24 not at correct indentation, 8 18
Warnings if child at indentation level 32 not at correct indentation, 12 19
Warnings if child at indentation level 32 not at correct indentation, 12 20
Warnings if rcurly at indentation level 24 not at correct indentation, 8 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def child at indentation level 24 not at correct indentation, 8 27
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings if at indentation level 24 not at correct indentation, 8 30
Warnings if lcurly at indentation level 24 not at correct indentation, 8 31
Warnings if child at indentation level 32 not at correct indentation, 12 32
Warnings for at indentation level 32 not at correct indentation, 12 33
Warnings for lcurly at indentation level 32 not at correct indentation, 12 34
Warnings for child at indentation level 40 not at correct indentation, 16 35
Warnings for child at indentation level 40 not at correct indentation, 16 36
Warnings for child at indentation level 40 not at correct indentation, 16 37
Warnings for rcurly at indentation level 32 not at correct indentation, 12 38
Warnings if rcurly at indentation level 24 not at correct indentation, 8 39
Warnings method def child at indentation level 24 not at correct indentation, 8 41
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 42
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 43

org/argouml/language/csharp/importer/csparser/members/InterfacePropertyNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Missing a Javadoc comment. 11
Warnings Variable 'hasGetter' must be private and have accessor methods. 11
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Variable 'hasSetter' must be private and have accessor methods. 13
Warnings method def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings if at indentation level 24 not at correct indentation, 8 18
Warnings if lcurly at indentation level 24 not at correct indentation, 8 19
Warnings if child at indentation level 32 not at correct indentation, 12 20
Warnings if child at indentation level 32 not at correct indentation, 12 21
Warnings if rcurly at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings method def child at indentation level 24 not at correct indentation, 8 31
Warnings method def child at indentation level 24 not at correct indentation, 8 32
Warnings if at indentation level 24 not at correct indentation, 8 34
Warnings if lcurly at indentation level 24 not at correct indentation, 8 35
Warnings if child at indentation level 32 not at correct indentation, 12 36
Warnings if rcurly at indentation level 24 not at correct indentation, 8 37
Warnings if at indentation level 24 not at correct indentation, 8 38
Warnings if lcurly at indentation level 24 not at correct indentation, 8 39
Warnings if child at indentation level 32 not at correct indentation, 12 40
Warnings if rcurly at indentation level 24 not at correct indentation, 8 41
Warnings method def child at indentation level 24 not at correct indentation, 8 43
Warnings method def child at indentation level 24 not at correct indentation, 8 44
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 45
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 46
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Missing a Javadoc comment. 11
Warnings Variable 'hasGetter' must be private and have accessor methods. 11
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Variable 'hasSetter' must be private and have accessor methods. 13
Warnings method def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings if at indentation level 24 not at correct indentation, 8 18
Warnings if lcurly at indentation level 24 not at correct indentation, 8 19
Warnings if child at indentation level 32 not at correct indentation, 12 20
Warnings if child at indentation level 32 not at correct indentation, 12 21
Warnings if rcurly at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings method def child at indentation level 24 not at correct indentation, 8 31
Warnings method def child at indentation level 24 not at correct indentation, 8 32
Warnings if at indentation level 24 not at correct indentation, 8 34
Warnings if lcurly at indentation level 24 not at correct indentation, 8 35
Warnings if child at indentation level 32 not at correct indentation, 12 36
Warnings if rcurly at indentation level 24 not at correct indentation, 8 37
Warnings if at indentation level 24 not at correct indentation, 8 38
Warnings if lcurly at indentation level 24 not at correct indentation, 8 39
Warnings if child at indentation level 32 not at correct indentation, 12 40
Warnings if rcurly at indentation level 24 not at correct indentation, 8 41
Warnings method def child at indentation level 24 not at correct indentation, 8 43
Warnings method def child at indentation level 24 not at correct indentation, 8 44
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 45
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 46

org/argouml/language/csharp/importer/csparser/members/MemberNode.java

Violation Message Line
Warnings Unused import - org.argouml.language.csharp.importer.csparser.enums.Modifier. 7
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings Variable 'modifiers' must be private and have accessor methods. 20
Warnings Line is longer than 80 characters. 23
Warnings member def modifier at indentation level 16 not at correct indentation, 4 23
Warnings Missing a Javadoc comment. 23
Warnings Variable 'names' must be private and have accessor methods. 23
Warnings member def modifier at indentation level 16 not at correct indentation, 4 25
Warnings Missing a Javadoc comment. 25
Warnings Variable 'type' must be private and have accessor methods. 25
Warnings member def modifier at indentation level 16 not at correct indentation, 4 28
Warnings Missing a Javadoc comment. 28
Warnings Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 28
Warnings Variable 'Value' must be private and have accessor methods. 28
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 29
Warnings Unused import - org.argouml.language.csharp.importer.csparser.enums.Modifier. 7
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings Variable 'modifiers' must be private and have accessor methods. 20
Warnings Line is longer than 80 characters. 23
Warnings member def modifier at indentation level 16 not at correct indentation, 4 23
Warnings Missing a Javadoc comment. 23
Warnings Variable 'names' must be private and have accessor methods. 23
Warnings member def modifier at indentation level 16 not at correct indentation, 4 25
Warnings Missing a Javadoc comment. 25
Warnings Variable 'type' must be private and have accessor methods. 25
Warnings member def modifier at indentation level 16 not at correct indentation, 4 28
Warnings Missing a Javadoc comment. 28
Warnings Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 28
Warnings Variable 'Value' must be private and have accessor methods. 28
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 29

org/argouml/language/csharp/importer/csparser/members/MethodNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings Line is longer than 80 characters. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Variable 'params' must be private and have accessor methods. 14
Warnings '=' is not followed by whitespace. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Variable 'statementBlock' must be private and have accessor methods. 17
Warnings method def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 21
Warnings if at indentation level 24 not at correct indentation, 8 22
Warnings if lcurly at indentation level 24 not at correct indentation, 8 23
Warnings if child at indentation level 32 not at correct indentation, 12 24
Warnings if child at indentation level 32 not at correct indentation, 12 25
Warnings if rcurly at indentation level 24 not at correct indentation, 8 26
Warnings method def child at indentation level 24 not at correct indentation, 8 27
Warnings method def child at indentation level 24 not at correct indentation, 8 29
Warnings method def child at indentation level 24 not at correct indentation, 8 30
Warnings method def child at indentation level 24 not at correct indentation, 8 32
Warnings method def child at indentation level 24 not at correct indentation, 8 33
Warnings if at indentation level 24 not at correct indentation, 8 35
Warnings if lcurly at indentation level 24 not at correct indentation, 8 36
Warnings if child at indentation level 32 not at correct indentation, 12 37
Warnings for at indentation level 32 not at correct indentation, 12 38
Warnings for lcurly at indentation level 32 not at correct indentation, 12 39
Warnings for child at indentation level 40 not at correct indentation, 16 40
Warnings for child at indentation level 40 not at correct indentation, 16 41
Warnings for child at indentation level 40 not at correct indentation, 16 42
Warnings for rcurly at indentation level 32 not at correct indentation, 12 43
Warnings if rcurly at indentation level 24 not at correct indentation, 8 44
Warnings method def child at indentation level 24 not at correct indentation, 8 46
Warnings method def child at indentation level 24 not at correct indentation, 8 47
Warnings method def child at indentation level 24 not at correct indentation, 8 49
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 50
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 51
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings Line is longer than 80 characters. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Variable 'params' must be private and have accessor methods. 14
Warnings '=' is not followed by whitespace. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Variable 'statementBlock' must be private and have accessor methods. 17
Warnings method def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 21
Warnings if at indentation level 24 not at correct indentation, 8 22
Warnings if lcurly at indentation level 24 not at correct indentation, 8 23
Warnings if child at indentation level 32 not at correct indentation, 12 24
Warnings if child at indentation level 32 not at correct indentation, 12 25
Warnings if rcurly at indentation level 24 not at correct indentation, 8 26
Warnings method def child at indentation level 24 not at correct indentation, 8 27
Warnings method def child at indentation level 24 not at correct indentation, 8 29
Warnings method def child at indentation level 24 not at correct indentation, 8 30
Warnings method def child at indentation level 24 not at correct indentation, 8 32
Warnings method def child at indentation level 24 not at correct indentation, 8 33
Warnings if at indentation level 24 not at correct indentation, 8 35
Warnings if lcurly at indentation level 24 not at correct indentation, 8 36
Warnings if child at indentation level 32 not at correct indentation, 12 37
Warnings for at indentation level 32 not at correct indentation, 12 38
Warnings for lcurly at indentation level 32 not at correct indentation, 12 39
Warnings for child at indentation level 40 not at correct indentation, 16 40
Warnings for child at indentation level 40 not at correct indentation, 16 41
Warnings for child at indentation level 40 not at correct indentation, 16 42
Warnings for rcurly at indentation level 32 not at correct indentation, 12 43
Warnings if rcurly at indentation level 24 not at correct indentation, 8 44
Warnings method def child at indentation level 24 not at correct indentation, 8 46
Warnings method def child at indentation level 24 not at correct indentation, 8 47
Warnings method def child at indentation level 24 not at correct indentation, 8 49
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 50
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 51

org/argouml/language/csharp/importer/csparser/members/OperatorNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Variable 'operator' must be private and have accessor methods. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings Variable 'isExplicit' must be private and have accessor methods. 20
Warnings member def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Missing a Javadoc comment. 22
Warnings Variable 'isImplicit' must be private and have accessor methods. 22
Warnings member def modifier at indentation level 16 not at correct indentation, 4 25
Warnings Missing a Javadoc comment. 25
Warnings Variable 'param1' must be private and have accessor methods. 25
Warnings member def modifier at indentation level 16 not at correct indentation, 4 27
Warnings Missing a Javadoc comment. 27
Warnings Variable 'param2' must be private and have accessor methods. 27
Warnings member def modifier at indentation level 16 not at correct indentation, 4 30
Warnings Missing a Javadoc comment. 30
Warnings Variable 'statements' must be private and have accessor methods. 30
Warnings method def modifier at indentation level 8 not at correct indentation, 4 33
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 34
Warnings if at indentation level 24 not at correct indentation, 8 35
Warnings if lcurly at indentation level 24 not at correct indentation, 8 36
Warnings if child at indentation level 32 not at correct indentation, 12 37
Warnings if child at indentation level 32 not at correct indentation, 12 38
Warnings if rcurly at indentation level 24 not at correct indentation, 8 39
Warnings method def child at indentation level 24 not at correct indentation, 8 40
Warnings if at indentation level 24 not at correct indentation, 8 42
Warnings if lcurly at indentation level 24 not at correct indentation, 8 43
Warnings if child at indentation level 32 not at correct indentation, 12 44
Warnings if child at indentation level 32 not at correct indentation, 12 45
Warnings if rcurly at indentation level 24 not at correct indentation, 8 46
Warnings else at indentation level 24 not at correct indentation, 8 47
Warnings if lcurly at indentation level 24 not at correct indentation, 8 48
Warnings if child at indentation level 32 not at correct indentation, 12 49
Warnings if child at indentation level 32 not at correct indentation, 12 50
Warnings if rcurly at indentation level 24 not at correct indentation, 8 51
Warnings else at indentation level 24 not at correct indentation, 8 52
Warnings else lcurly at indentation level 24 not at correct indentation, 8 53
Warnings else child at indentation level 32 not at correct indentation, 12 54
Warnings else child at indentation level 32 not at correct indentation, 12 55
Warnings else rcurly at indentation level 24 not at correct indentation, 8 56
Warnings method def child at indentation level 24 not at correct indentation, 8 58
Warnings if at indentation level 24 not at correct indentation, 8 59
Warnings if lcurly at indentation level 24 not at correct indentation, 8 60
Warnings if child at indentation level 32 not at correct indentation, 12 61
Warnings if rcurly at indentation level 24 not at correct indentation, 8 62
Warnings if at indentation level 24 not at correct indentation, 8 63
Warnings if lcurly at indentation level 24 not at correct indentation, 8 64
Warnings if child at indentation level 32 not at correct indentation, 12 65
Warnings if child at indentation level 32 not at correct indentation, 12 66
Warnings if rcurly at indentation level 24 not at correct indentation, 8 67
Warnings method def child at indentation level 24 not at correct indentation, 8 68
Warnings method def child at indentation level 24 not at correct indentation, 8 69
Warnings if at indentation level 24 not at correct indentation, 8 71
Warnings if lcurly at indentation level 24 not at correct indentation, 8 72
Warnings if child at indentation level 32 not at correct indentation, 12 73
Warnings if rcurly at indentation level 24 not at correct indentation, 8 74
Warnings else at indentation level 24 not at correct indentation, 8 75
Warnings else lcurly at indentation level 24 not at correct indentation, 8 76
Warnings else child at indentation level 32 not at correct indentation, 12 77
Warnings else rcurly at indentation level 24 not at correct indentation, 8 78
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 80
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 81
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Variable 'operator' must be private and have accessor methods. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings Variable 'isExplicit' must be private and have accessor methods. 20
Warnings member def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Missing a Javadoc comment. 22
Warnings Variable 'isImplicit' must be private and have accessor methods. 22
Warnings member def modifier at indentation level 16 not at correct indentation, 4 25
Warnings Missing a Javadoc comment. 25
Warnings Variable 'param1' must be private and have accessor methods. 25
Warnings member def modifier at indentation level 16 not at correct indentation, 4 27
Warnings Missing a Javadoc comment. 27
Warnings Variable 'param2' must be private and have accessor methods. 27
Warnings member def modifier at indentation level 16 not at correct indentation, 4 30
Warnings Missing a Javadoc comment. 30
Warnings Variable 'statements' must be private and have accessor methods. 30
Warnings method def modifier at indentation level 8 not at correct indentation, 4 33
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 34
Warnings if at indentation level 24 not at correct indentation, 8 35
Warnings if lcurly at indentation level 24 not at correct indentation, 8 36
Warnings if child at indentation level 32 not at correct indentation, 12 37
Warnings if child at indentation level 32 not at correct indentation, 12 38
Warnings if rcurly at indentation level 24 not at correct indentation, 8 39
Warnings method def child at indentation level 24 not at correct indentation, 8 40
Warnings if at indentation level 24 not at correct indentation, 8 42
Warnings if lcurly at indentation level 24 not at correct indentation, 8 43
Warnings if child at indentation level 32 not at correct indentation, 12 44
Warnings if child at indentation level 32 not at correct indentation, 12 45
Warnings if rcurly at indentation level 24 not at correct indentation, 8 46
Warnings else at indentation level 24 not at correct indentation, 8 47
Warnings if lcurly at indentation level 24 not at correct indentation, 8 48
Warnings if child at indentation level 32 not at correct indentation, 12 49
Warnings if child at indentation level 32 not at correct indentation, 12 50
Warnings if rcurly at indentation level 24 not at correct indentation, 8 51
Warnings else at indentation level 24 not at correct indentation, 8 52
Warnings else lcurly at indentation level 24 not at correct indentation, 8 53
Warnings else child at indentation level 32 not at correct indentation, 12 54
Warnings else child at indentation level 32 not at correct indentation, 12 55
Warnings else rcurly at indentation level 24 not at correct indentation, 8 56
Warnings method def child at indentation level 24 not at correct indentation, 8 58
Warnings if at indentation level 24 not at correct indentation, 8 59
Warnings if lcurly at indentation level 24 not at correct indentation, 8 60
Warnings if child at indentation level 32 not at correct indentation, 12 61
Warnings if rcurly at indentation level 24 not at correct indentation, 8 62
Warnings if at indentation level 24 not at correct indentation, 8 63
Warnings if lcurly at indentation level 24 not at correct indentation, 8 64
Warnings if child at indentation level 32 not at correct indentation, 12 65
Warnings if child at indentation level 32 not at correct indentation, 12 66
Warnings if rcurly at indentation level 24 not at correct indentation, 8 67
Warnings method def child at indentation level 24 not at correct indentation, 8 68
Warnings method def child at indentation level 24 not at correct indentation, 8 69
Warnings if at indentation level 24 not at correct indentation, 8 71
Warnings if lcurly at indentation level 24 not at correct indentation, 8 72
Warnings if child at indentation level 32 not at correct indentation, 12 73
Warnings if rcurly at indentation level 24 not at correct indentation, 8 74
Warnings else at indentation level 24 not at correct indentation, 8 75
Warnings else lcurly at indentation level 24 not at correct indentation, 8 76
Warnings else child at indentation level 32 not at correct indentation, 12 77
Warnings else rcurly at indentation level 24 not at correct indentation, 8 78
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 80
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 81

org/argouml/language/csharp/importer/csparser/members/ParamDeclNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Variable 'modifiers' must be private and have accessor methods. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Variable 'name' must be private and have accessor methods. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings Variable 'type' must be private and have accessor methods. 20
Warnings method def modifier at indentation level 8 not at correct indentation, 4 23
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 24
Warnings if at indentation level 24 not at correct indentation, 8 25
Warnings if lcurly at indentation level 24 not at correct indentation, 8 26
Warnings if child at indentation level 32 not at correct indentation, 12 27
Warnings if child at indentation level 32 not at correct indentation, 12 28
Warnings if rcurly at indentation level 24 not at correct indentation, 8 29
Warnings method def child at indentation level 24 not at correct indentation, 8 30
Warnings method def child at indentation level 24 not at correct indentation, 8 32
Warnings method def child at indentation level 24 not at correct indentation, 8 33
Warnings method def child at indentation level 24 not at correct indentation, 8 35
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 37
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 38
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Variable 'modifiers' must be private and have accessor methods. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Variable 'name' must be private and have accessor methods. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings Variable 'type' must be private and have accessor methods. 20
Warnings method def modifier at indentation level 8 not at correct indentation, 4 23
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 24
Warnings if at indentation level 24 not at correct indentation, 8 25
Warnings if lcurly at indentation level 24 not at correct indentation, 8 26
Warnings if child at indentation level 32 not at correct indentation, 12 27
Warnings if child at indentation level 32 not at correct indentation, 12 28
Warnings if rcurly at indentation level 24 not at correct indentation, 8 29
Warnings method def child at indentation level 24 not at correct indentation, 8 30
Warnings method def child at indentation level 24 not at correct indentation, 8 32
Warnings method def child at indentation level 24 not at correct indentation, 8 33
Warnings method def child at indentation level 24 not at correct indentation, 8 35
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 37
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 38

org/argouml/language/csharp/importer/csparser/members/PropertyNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Missing a Javadoc comment. 11
Warnings Variable 'getter' must be private and have accessor methods. 11
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Variable 'setter' must be private and have accessor methods. 14
Warnings method def modifier at indentation level 8 not at correct indentation, 4 16
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings if at indentation level 24 not at correct indentation, 8 18
Warnings if lcurly at indentation level 24 not at correct indentation, 8 19
Warnings if child at indentation level 32 not at correct indentation, 12 20
Warnings if child at indentation level 32 not at correct indentation, 12 21
Warnings if rcurly at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings method def child at indentation level 24 not at correct indentation, 8 31
Warnings method def child at indentation level 24 not at correct indentation, 8 32
Warnings method def child at indentation level 24 not at correct indentation, 8 33
Warnings method def child at indentation level 24 not at correct indentation, 8 34
Warnings if at indentation level 24 not at correct indentation, 8 36
Warnings if lcurly at indentation level 24 not at correct indentation, 8 37
Warnings if child at indentation level 32 not at correct indentation, 12 38
Warnings if rcurly at indentation level 24 not at correct indentation, 8 39
Warnings if at indentation level 24 not at correct indentation, 8 40
Warnings if lcurly at indentation level 24 not at correct indentation, 8 41
Warnings if child at indentation level 32 not at correct indentation, 12 42
Warnings if rcurly at indentation level 24 not at correct indentation, 8 43
Warnings method def child at indentation level 24 not at correct indentation, 8 45
Warnings method def child at indentation level 24 not at correct indentation, 8 46
Warnings method def child at indentation level 24 not at correct indentation, 8 47
Warnings method def child at indentation level 24 not at correct indentation, 8 48
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 49
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 51
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Missing a Javadoc comment. 11
Warnings Variable 'getter' must be private and have accessor methods. 11
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Variable 'setter' must be private and have accessor methods. 14
Warnings method def modifier at indentation level 8 not at correct indentation, 4 16
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings if at indentation level 24 not at correct indentation, 8 18
Warnings if lcurly at indentation level 24 not at correct indentation, 8 19
Warnings if child at indentation level 32 not at correct indentation, 12 20
Warnings if child at indentation level 32 not at correct indentation, 12 21
Warnings if rcurly at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings method def child at indentation level 24 not at correct indentation, 8 31
Warnings method def child at indentation level 24 not at correct indentation, 8 32
Warnings method def child at indentation level 24 not at correct indentation, 8 33
Warnings method def child at indentation level 24 not at correct indentation, 8 34
Warnings if at indentation level 24 not at correct indentation, 8 36
Warnings if lcurly at indentation level 24 not at correct indentation, 8 37
Warnings if child at indentation level 32 not at correct indentation, 12 38
Warnings if rcurly at indentation level 24 not at correct indentation, 8 39
Warnings if at indentation level 24 not at correct indentation, 8 40
Warnings if lcurly at indentation level 24 not at correct indentation, 8 41
Warnings if child at indentation level 32 not at correct indentation, 12 42
Warnings if rcurly at indentation level 24 not at correct indentation, 8 43
Warnings method def child at indentation level 24 not at correct indentation, 8 45
Warnings method def child at indentation level 24 not at correct indentation, 8 46
Warnings method def child at indentation level 24 not at correct indentation, 8 47
Warnings method def child at indentation level 24 not at correct indentation, 8 48
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 49
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 51

org/argouml/language/csharp/importer/csparser/nodes/expressions/ArgumentNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Missing a Javadoc comment. 11
Warnings Variable 'isRef' must be private and have accessor methods. 11
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Variable 'isOut' must be private and have accessor methods. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Variable 'expression' must be private and have accessor methods. 17
Warnings method def modifier at indentation level 8 not at correct indentation, 4 19
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 20
Warnings if at indentation level 24 not at correct indentation, 8 21
Warnings if lcurly at indentation level 24 not at correct indentation, 8 22
Warnings if child at indentation level 32 not at correct indentation, 12 23
Warnings if rcurly at indentation level 24 not at correct indentation, 8 24
Warnings else at indentation level 24 not at correct indentation, 8 25
Warnings if lcurly at indentation level 24 not at correct indentation, 8 26
Warnings if child at indentation level 32 not at correct indentation, 12 27
Warnings if rcurly at indentation level 24 not at correct indentation, 8 28
Warnings method def child at indentation level 24 not at correct indentation, 8 30
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 32
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 35
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Missing a Javadoc comment. 11
Warnings Variable 'isRef' must be private and have accessor methods. 11
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Variable 'isOut' must be private and have accessor methods. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Variable 'expression' must be private and have accessor methods. 17
Warnings method def modifier at indentation level 8 not at correct indentation, 4 19
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 20
Warnings if at indentation level 24 not at correct indentation, 8 21
Warnings if lcurly at indentation level 24 not at correct indentation, 8 22
Warnings if child at indentation level 32 not at correct indentation, 12 23
Warnings if rcurly at indentation level 24 not at correct indentation, 8 24
Warnings else at indentation level 24 not at correct indentation, 8 25
Warnings if lcurly at indentation level 24 not at correct indentation, 8 26
Warnings if child at indentation level 32 not at correct indentation, 12 27
Warnings if rcurly at indentation level 24 not at correct indentation, 8 28
Warnings method def child at indentation level 24 not at correct indentation, 8 30
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 32
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 35

org/argouml/language/csharp/importer/csparser/nodes/expressions/ArrayCreationExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 15
Warnings member def modifier at indentation level 8 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Type' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 8 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'RankSpecifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'RankSpecifier' must be private and have accessor methods. 18
Warnings Line is longer than 80 characters. 21
Warnings member def modifier at indentation level 8 not at correct indentation, 4 21
Warnings Missing a Javadoc comment. 21
Warnings Name 'AdditionalRankSpecifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 21
Warnings Variable 'AdditionalRankSpecifiers' must be private and have accessor methods. 21
Warnings member def modifier at indentation level 8 not at correct indentation, 4 24
Warnings Missing a Javadoc comment. 24
Warnings Name 'Initializer' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 24
Warnings Variable 'Initializer' must be private and have accessor methods. 24
Warnings method def modifier at indentation level 8 not at correct indentation, 4 27
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 28
Warnings method def child at indentation level 12 not at correct indentation, 8 29
Warnings method def child at indentation level 12 not at correct indentation, 8 30
Warnings method def child at indentation level 12 not at correct indentation, 8 32
Warnings if at indentation level 12 not at correct indentation, 8 33
Warnings if lcurly at indentation level 12 not at correct indentation, 8 34
Warnings if child at indentation level 16 not at correct indentation, 12 35
Warnings if rcurly at indentation level 12 not at correct indentation, 8 36
Warnings method def child at indentation level 12 not at correct indentation, 8 37
Warnings if at indentation level 12 not at correct indentation, 8 39
Warnings if lcurly at indentation level 12 not at correct indentation, 8 40
Warnings for at indentation level 16 not at correct indentation, 12 41
Warnings for lcurly at indentation level 16 not at correct indentation, 12 42
Warnings for child at indentation level 20 not at correct indentation, 16 43
Warnings for at indentation level 20 not at correct indentation, 16 44
Warnings ';' is preceded with whitespace. 44
Warnings for lcurly at indentation level 20 not at correct indentation, 16 45
Warnings for child at indentation level 24 not at correct indentation, 20 46
Warnings for rcurly at indentation level 20 not at correct indentation, 16 47
Warnings for child at indentation level 20 not at correct indentation, 16 48
Warnings for rcurly at indentation level 16 not at correct indentation, 12 49
Warnings if rcurly at indentation level 12 not at correct indentation, 8 50
Warnings if at indentation level 12 not at correct indentation, 8 51
Warnings if lcurly at indentation level 12 not at correct indentation, 8 52
Warnings if child at indentation level 16 not at correct indentation, 12 53
Warnings if rcurly at indentation level 12 not at correct indentation, 8 54
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 55
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 56
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 15
Warnings member def modifier at indentation level 8 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Type' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 8 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'RankSpecifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'RankSpecifier' must be private and have accessor methods. 18
Warnings Line is longer than 80 characters. 21
Warnings member def modifier at indentation level 8 not at correct indentation, 4 21
Warnings Missing a Javadoc comment. 21
Warnings Name 'AdditionalRankSpecifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 21
Warnings Variable 'AdditionalRankSpecifiers' must be private and have accessor methods. 21
Warnings member def modifier at indentation level 8 not at correct indentation, 4 24
Warnings Missing a Javadoc comment. 24
Warnings Name 'Initializer' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 24
Warnings Variable 'Initializer' must be private and have accessor methods. 24
Warnings method def modifier at indentation level 8 not at correct indentation, 4 27
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 28
Warnings method def child at indentation level 12 not at correct indentation, 8 29
Warnings method def child at indentation level 12 not at correct indentation, 8 30
Warnings method def child at indentation level 12 not at correct indentation, 8 32
Warnings if at indentation level 12 not at correct indentation, 8 33
Warnings if lcurly at indentation level 12 not at correct indentation, 8 34
Warnings if child at indentation level 16 not at correct indentation, 12 35
Warnings if rcurly at indentation level 12 not at correct indentation, 8 36
Warnings method def child at indentation level 12 not at correct indentation, 8 37
Warnings if at indentation level 12 not at correct indentation, 8 39
Warnings if lcurly at indentation level 12 not at correct indentation, 8 40
Warnings for at indentation level 16 not at correct indentation, 12 41
Warnings for lcurly at indentation level 16 not at correct indentation, 12 42
Warnings for child at indentation level 20 not at correct indentation, 16 43
Warnings for at indentation level 20 not at correct indentation, 16 44
Warnings ';' is preceded with whitespace. 44
Warnings for lcurly at indentation level 20 not at correct indentation, 16 45
Warnings for child at indentation level 24 not at correct indentation, 20 46
Warnings for rcurly at indentation level 20 not at correct indentation, 16 47
Warnings for child at indentation level 20 not at correct indentation, 16 48
Warnings for rcurly at indentation level 16 not at correct indentation, 12 49
Warnings if rcurly at indentation level 12 not at correct indentation, 8 50
Warnings if at indentation level 12 not at correct indentation, 8 51
Warnings if lcurly at indentation level 12 not at correct indentation, 8 52
Warnings if child at indentation level 16 not at correct indentation, 12 53
Warnings if rcurly at indentation level 12 not at correct indentation, 8 54
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 55
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 56

org/argouml/language/csharp/importer/csparser/nodes/expressions/ArrayInitializerExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 15
Warnings member def modifier at indentation level 8 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'Expressions' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings Variable 'Expressions' must be private and have accessor methods. 17
Warnings method def modifier at indentation level 8 not at correct indentation, 4 20
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 21
Warnings method def child at indentation level 12 not at correct indentation, 8 22
Warnings method def child at indentation level 12 not at correct indentation, 8 23
Warnings method def child at indentation level 12 not at correct indentation, 8 24
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 25
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 26
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 15
Warnings member def modifier at indentation level 8 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'Expressions' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings Variable 'Expressions' must be private and have accessor methods. 17
Warnings method def modifier at indentation level 8 not at correct indentation, 4 20
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 21
Warnings method def child at indentation level 12 not at correct indentation, 8 22
Warnings method def child at indentation level 12 not at correct indentation, 8 23
Warnings method def child at indentation level 12 not at correct indentation, 8 24
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 25
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 26

org/argouml/language/csharp/importer/csparser/nodes/expressions/AssignmentExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 15
Warnings Line is longer than 80 characters. 16
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 17
Warnings ctor def child at indentation level 12 not at correct indentation, 8 18
Warnings ctor def child at indentation level 12 not at correct indentation, 8 19
Warnings ctor def child at indentation level 12 not at correct indentation, 8 20
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 21
Warnings member def type at indentation level 8 not at correct indentation, 4 22
Warnings Name 'Operator' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 22
Warnings Variable 'Operator' must be private and have accessor methods. 22
Warnings member def modifier at indentation level 8 not at correct indentation, 4 24
Warnings Name 'Variable' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 24
Warnings member def modifier at indentation level 8 not at correct indentation, 4 27
Warnings Name 'RightSide' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 27
Warnings method def modifier at indentation level 8 not at correct indentation, 4 30
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 31
Warnings method def child at indentation level 12 not at correct indentation, 8 32
Warnings method def child at indentation level 12 not at correct indentation, 8 33
Warnings switch at indentation level 12 not at correct indentation, 8 34
Warnings switch lcurly at indentation level 12 not at correct indentation, 8 35
Warnings case child at indentation level 16 not at correct indentation, 8 36
Warnings block child at indentation level 20 not at correct indentation, 12 37
Warnings block child at indentation level 20 not at correct indentation, 12 38
Warnings case child at indentation level 16 not at correct indentation, 8 39
Warnings block child at indentation level 20 not at correct indentation, 12 40
Warnings block child at indentation level 20 not at correct indentation, 12 41
Warnings case child at indentation level 16 not at correct indentation, 8 42
Warnings block child at indentation level 20 not at correct indentation, 12 43
Warnings block child at indentation level 20 not at correct indentation, 12 44
Warnings case child at indentation level 16 not at correct indentation, 8 45
Warnings block child at indentation level 20 not at correct indentation, 12 46
Warnings block child at indentation level 20 not at correct indentation, 12 47
Warnings case child at indentation level 16 not at correct indentation, 8 48
Warnings block child at indentation level 20 not at correct indentation, 12 49
Warnings block child at indentation level 20 not at correct indentation, 12 50
Warnings case child at indentation level 16 not at correct indentation, 8 51
Warnings block child at indentation level 20 not at correct indentation, 12 52
Warnings block child at indentation level 20 not at correct indentation, 12 53
Warnings case child at indentation level 16 not at correct indentation, 8 54
Warnings block child at indentation level 20 not at correct indentation, 12 55
Warnings block child at indentation level 20 not at correct indentation, 12 56
Warnings case child at indentation level 16 not at correct indentation, 8 57
Warnings block child at indentation level 20 not at correct indentation, 12 58
Warnings block child at indentation level 20 not at correct indentation, 12 59
Warnings case child at indentation level 16 not at correct indentation, 8 60
Warnings block child at indentation level 20 not at correct indentation, 12 61
Warnings block child at indentation level 20 not at correct indentation, 12 62
Warnings case child at indentation level 16 not at correct indentation, 8 63
Warnings block child at indentation level 20 not at correct indentation, 12 64
Warnings block child at indentation level 20 not at correct indentation, 12 65
Warnings case child at indentation level 16 not at correct indentation, 8 66
Warnings block child at indentation level 20 not at correct indentation, 12 67
Warnings block child at indentation level 20 not at correct indentation, 12 68
Warnings switch rcurly at indentation level 12 not at correct indentation, 8 69
Warnings method def child at indentation level 12 not at correct indentation, 8 70
Warnings method def child at indentation level 12 not at correct indentation, 8 71
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 72
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 74
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 15
Warnings Line is longer than 80 characters. 16
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 17
Warnings ctor def child at indentation level 12 not at correct indentation, 8 18
Warnings ctor def child at indentation level 12 not at correct indentation, 8 19
Warnings ctor def child at indentation level 12 not at correct indentation, 8 20
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 21
Warnings member def type at indentation level 8 not at correct indentation, 4 22
Warnings Name 'Operator' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 22
Warnings Variable 'Operator' must be private and have accessor methods. 22
Warnings member def modifier at indentation level 8 not at correct indentation, 4 24
Warnings Name 'Variable' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 24
Warnings member def modifier at indentation level 8 not at correct indentation, 4 27
Warnings Name 'RightSide' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 27
Warnings method def modifier at indentation level 8 not at correct indentation, 4 30
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 31
Warnings method def child at indentation level 12 not at correct indentation, 8 32
Warnings method def child at indentation level 12 not at correct indentation, 8 33
Warnings switch at indentation level 12 not at correct indentation, 8 34
Warnings switch lcurly at indentation level 12 not at correct indentation, 8 35
Warnings case child at indentation level 16 not at correct indentation, 8 36
Warnings block child at indentation level 20 not at correct indentation, 12 37
Warnings block child at indentation level 20 not at correct indentation, 12 38
Warnings case child at indentation level 16 not at correct indentation, 8 39
Warnings block child at indentation level 20 not at correct indentation, 12 40
Warnings block child at indentation level 20 not at correct indentation, 12 41
Warnings case child at indentation level 16 not at correct indentation, 8 42
Warnings block child at indentation level 20 not at correct indentation, 12 43
Warnings block child at indentation level 20 not at correct indentation, 12 44
Warnings case child at indentation level 16 not at correct indentation, 8 45
Warnings block child at indentation level 20 not at correct indentation, 12 46
Warnings block child at indentation level 20 not at correct indentation, 12 47
Warnings case child at indentation level 16 not at correct indentation, 8 48
Warnings block child at indentation level 20 not at correct indentation, 12 49
Warnings block child at indentation level 20 not at correct indentation, 12 50
Warnings case child at indentation level 16 not at correct indentation, 8 51
Warnings block child at indentation level 20 not at correct indentation, 12 52
Warnings block child at indentation level 20 not at correct indentation, 12 53
Warnings case child at indentation level 16 not at correct indentation, 8 54
Warnings block child at indentation level 20 not at correct indentation, 12 55
Warnings block child at indentation level 20 not at correct indentation, 12 56
Warnings case child at indentation level 16 not at correct indentation, 8 57
Warnings block child at indentation level 20 not at correct indentation, 12 58
Warnings block child at indentation level 20 not at correct indentation, 12 59
Warnings case child at indentation level 16 not at correct indentation, 8 60
Warnings block child at indentation level 20 not at correct indentation, 12 61
Warnings block child at indentation level 20 not at correct indentation, 12 62
Warnings case child at indentation level 16 not at correct indentation, 8 63
Warnings block child at indentation level 20 not at correct indentation, 12 64
Warnings block child at indentation level 20 not at correct indentation, 12 65
Warnings case child at indentation level 16 not at correct indentation, 8 66
Warnings block child at indentation level 20 not at correct indentation, 12 67
Warnings block child at indentation level 20 not at correct indentation, 12 68
Warnings switch rcurly at indentation level 12 not at correct indentation, 8 69
Warnings method def child at indentation level 12 not at correct indentation, 8 70
Warnings method def child at indentation level 12 not at correct indentation, 8 71
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 72
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 74

org/argouml/language/csharp/importer/csparser/nodes/expressions/BaseAccessExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 17
Warnings ctor def child at indentation level 12 not at correct indentation, 8 18
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 19
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 20
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 21
Warnings ctor def child at indentation level 12 not at correct indentation, 8 22
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 23
Warnings member def modifier at indentation level 8 not at correct indentation, 4 26
Warnings Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 26
Warnings member def modifier at indentation level 8 not at correct indentation, 4 29
Warnings Name 'Expressions' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 29
Warnings method def modifier at indentation level 8 not at correct indentation, 4 32
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 33
Warnings method def child at indentation level 12 not at correct indentation, 8 34
Warnings if at indentation level 12 not at correct indentation, 8 35
Warnings if lcurly at indentation level 12 not at correct indentation, 8 36
Warnings if child at indentation level 16 not at correct indentation, 12 37
Warnings if child at indentation level 16 not at correct indentation, 12 38
Warnings if rcurly at indentation level 12 not at correct indentation, 8 39
Warnings else at indentation level 12 not at correct indentation, 8 40
Warnings if lcurly at indentation level 12 not at correct indentation, 8 41
Warnings if child at indentation level 16 not at correct indentation, 12 42
Warnings if child at indentation level 16 not at correct indentation, 12 43
Warnings if child at indentation level 16 not at correct indentation, 12 44
Warnings if rcurly at indentation level 12 not at correct indentation, 8 45
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 46
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 47
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 17
Warnings ctor def child at indentation level 12 not at correct indentation, 8 18
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 19
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 20
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 21
Warnings ctor def child at indentation level 12 not at correct indentation, 8 22
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 23
Warnings member def modifier at indentation level 8 not at correct indentation, 4 26
Warnings Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 26
Warnings member def modifier at indentation level 8 not at correct indentation, 4 29
Warnings Name 'Expressions' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 29
Warnings method def modifier at indentation level 8 not at correct indentation, 4 32
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 33
Warnings method def child at indentation level 12 not at correct indentation, 8 34
Warnings if at indentation level 12 not at correct indentation, 8 35
Warnings if lcurly at indentation level 12 not at correct indentation, 8 36
Warnings if child at indentation level 16 not at correct indentation, 12 37
Warnings if child at indentation level 16 not at correct indentation, 12 38
Warnings if rcurly at indentation level 12 not at correct indentation, 8 39
Warnings else at indentation level 12 not at correct indentation, 8 40
Warnings if lcurly at indentation level 12 not at correct indentation, 8 41
Warnings if child at indentation level 16 not at correct indentation, 12 42
Warnings if child at indentation level 16 not at correct indentation, 12 43
Warnings if child at indentation level 16 not at correct indentation, 12 44
Warnings if rcurly at indentation level 12 not at correct indentation, 8 45
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 46
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 47

org/argouml/language/csharp/importer/csparser/nodes/expressions/BaseNode.java

Violation Message Line
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 16
Warnings member def modifier at indentation level 8 not at correct indentation, 4 17
Warnings member def modifier at indentation level 8 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings Variable 'indent' must be private and have accessor methods. 19
Warnings Line is longer than 80 characters. 20
Warnings member def modifier at indentation level 8 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings Variable 'attributes' must be private and have accessor methods. 20
Warnings Line is longer than 80 characters. 26
Warnings method def modifier at indentation level 8 not at correct indentation, 4 27
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 28
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 29
Warnings method def modifier at indentation level 8 not at correct indentation, 4 31
Warnings Name 'NewLine' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 32
Warnings method def child at indentation level 12 not at correct indentation, 8 33
Warnings for at indentation level 12 not at correct indentation, 8 34
Warnings for lcurly at indentation level 12 not at correct indentation, 8 35
Warnings for child at indentation level 16 not at correct indentation, 12 36
Warnings for rcurly at indentation level 12 not at correct indentation, 8 37
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 38
Warnings method def modifier at indentation level 8 not at correct indentation, 4 39
Warnings Name 'AddTab' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 40
Warnings method def child at indentation level 12 not at correct indentation, 8 41
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 42
Warnings method def modifier at indentation level 8 not at correct indentation, 4 44
Warnings Name 'TraceDottedIdent' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 45
Warnings method def child at indentation level 12 not at correct indentation, 8 46
Warnings for at indentation level 12 not at correct indentation, 8 47
Warnings 'for' is not followed by whitespace. 47
Warnings for lcurly at indentation level 12 not at correct indentation, 8 48
Warnings for child at indentation level 16 not at correct indentation, 12 49
Warnings for child at indentation level 16 not at correct indentation, 12 50
Warnings for rcurly at indentation level 12 not at correct indentation, 8 51
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 52
Warnings method def modifier at indentation level 8 not at correct indentation, 4 54
Warnings Name 'TraceModifiers' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 55
Warnings if at indentation level 12 not at correct indentation, 8 56
Warnings if lcurly at indentation level 12 not at correct indentation, 8 57
Warnings if child at indentation level 16 not at correct indentation, 12 58
Warnings if rcurly at indentation level 12 not at correct indentation, 8 59
Warnings if at indentation level 12 not at correct indentation, 8 60
Warnings if lcurly at indentation level 12 not at correct indentation, 8 61
Warnings if child at indentation level 16 not at correct indentation, 12 62
Warnings if rcurly at indentation level 12 not at correct indentation, 8 63
Warnings if at indentation level 12 not at correct indentation, 8 64
Warnings if lcurly at indentation level 12 not at correct indentation, 8 65
Warnings if child at indentation level 16 not at correct indentation, 12 66
Warnings if rcurly at indentation level 12 not at correct indentation, 8 67
Warnings if at indentation level 12 not at correct indentation, 8 68
Warnings if lcurly at indentation level 12 not at correct indentation, 8 69
Warnings if child at indentation level 16 not at correct indentation, 12 70
Warnings if rcurly at indentation level 12 not at correct indentation, 8 71
Warnings if at indentation level 12 not at correct indentation, 8 72
Warnings if lcurly at indentation level 12 not at correct indentation, 8 73
Warnings if child at indentation level 16 not at correct indentation, 12 74
Warnings if rcurly at indentation level 12 not at correct indentation, 8 75
Warnings if at indentation level 12 not at correct indentation, 8 76
Warnings if lcurly at indentation level 12 not at correct indentation, 8 77
Warnings if child at indentation level 16 not at correct indentation, 12 78
Warnings if rcurly at indentation level 12 not at correct indentation, 8 79
Warnings if at indentation level 12 not at correct indentation, 8 80
Warnings if lcurly at indentation level 12 not at correct indentation, 8 81
Warnings if child at indentation level 16 not at correct indentation, 12 82
Warnings if rcurly at indentation level 12 not at correct indentation, 8 83
Warnings if at indentation level 12 not at correct indentation, 8 84
Warnings if lcurly at indentation level 12 not at correct indentation, 8 85
Warnings if child at indentation level 16 not at correct indentation, 12 86
Warnings if rcurly at indentation level 12 not at correct indentation, 8 87
Warnings if at indentation level 12 not at correct indentation, 8 88
Warnings if lcurly at indentation level 12 not at correct indentation, 8 89
Warnings if child at indentation level 16 not at correct indentation, 12 90
Warnings if rcurly at indentation level 12 not at correct indentation, 8 91
Warnings if at indentation level 12 not at correct indentation, 8 92
Warnings if lcurly at indentation level 12 not at correct indentation, 8 93
Warnings if child at indentation level 16 not at correct indentation, 12 94
Warnings if rcurly at indentation level 12 not at correct indentation, 8 95
Warnings if at indentation level 12 not at correct indentation, 8 96
Warnings if lcurly at indentation level 12 not at correct indentation, 8 97
Warnings if child at indentation level 16 not at correct indentation, 12 98
Warnings if rcurly at indentation level 12 not at correct indentation, 8 99
Warnings if at indentation level 12 not at correct indentation, 8 100
Warnings if lcurly at indentation level 12 not at correct indentation, 8 101
Warnings if child at indentation level 16 not at correct indentation, 12 102
Warnings if rcurly at indentation level 12 not at correct indentation, 8 103
Warnings if at indentation level 12 not at correct indentation, 8 104
Warnings if lcurly at indentation level 12 not at correct indentation, 8 105
Warnings if child at indentation level 16 not at correct indentation, 12 106
Warnings if rcurly at indentation level 12 not at correct indentation, 8 107
Warnings if at indentation level 12 not at correct indentation, 8 108
Warnings if lcurly at indentation level 12 not at correct indentation, 8 109
Warnings if child at indentation level 16 not at correct indentation, 12 110
Warnings if rcurly at indentation level 12 not at correct indentation, 8 111
Warnings if at indentation level 12 not at correct indentation, 8 112
Warnings if lcurly at indentation level 12 not at correct indentation, 8 113
Warnings if child at indentation level 16 not at correct indentation, 12 114
Warnings if rcurly at indentation level 12 not at correct indentation, 8 115
Warnings if at indentation level 12 not at correct indentation, 8 116
Warnings if lcurly at indentation level 12 not at correct indentation, 8 117
Warnings if child at indentation level 16 not at correct indentation, 12 118
Warnings if rcurly at indentation level 12 not at correct indentation, 8 119
Warnings if at indentation level 12 not at correct indentation, 8 120
Warnings if lcurly at indentation level 12 not at correct indentation, 8 121
Warnings if child at indentation level 16 not at correct indentation, 12 122
Warnings if rcurly at indentation level 12 not at correct indentation, 8 123
Warnings if at indentation level 12 not at correct indentation, 8 124
Warnings if lcurly at indentation level 12 not at correct indentation, 8 125
Warnings if child at indentation level 16 not at correct indentation, 12 126
Warnings if rcurly at indentation level 12 not at correct indentation, 8 127
Warnings if at indentation level 12 not at correct indentation, 8 128
Warnings if lcurly at indentation level 12 not at correct indentation, 8 129
Warnings if child at indentation level 16 not at correct indentation, 12 130
Warnings if rcurly at indentation level 12 not at correct indentation, 8 131
Warnings if at indentation level 12 not at correct indentation, 8 132
Warnings if lcurly at indentation level 12 not at correct indentation, 8 133
Warnings if child at indentation level 16 not at correct indentation, 12 134
Warnings if rcurly at indentation level 12 not at correct indentation, 8 135
Warnings if at indentation level 12 not at correct indentation, 8 136
Warnings if lcurly at indentation level 12 not at correct indentation, 8 137
Warnings if child at indentation level 16 not at correct indentation, 12 138
Warnings if rcurly at indentation level 12 not at correct indentation, 8 139
Warnings if at indentation level 12 not at correct indentation, 8 140
Warnings if lcurly at indentation level 12 not at correct indentation, 8 141
Warnings if child at indentation level 16 not at correct indentation, 12 142
Warnings if rcurly at indentation level 12 not at correct indentation, 8 143
Warnings if at indentation level 12 not at correct indentation, 8 144
Warnings if lcurly at indentation level 12 not at correct indentation, 8 145
Warnings if child at indentation level 16 not at correct indentation, 12 146
Warnings if rcurly at indentation level 12 not at correct indentation, 8 147
Warnings if at indentation level 12 not at correct indentation, 8 148
Warnings if lcurly at indentation level 12 not at correct indentation, 8 149
Warnings if child at indentation level 16 not at correct indentation, 12 150
Warnings if rcurly at indentation level 12 not at correct indentation, 8 151
Warnings if at indentation level 12 not at correct indentation, 8 152
Warnings if lcurly at indentation level 12 not at correct indentation, 8 153
Warnings if child at indentation level 16 not at correct indentation, 12 154
Warnings if rcurly at indentation level 12 not at correct indentation, 8 155
Warnings if at indentation level 12 not at correct indentation, 8 156
Warnings if lcurly at indentation level 12 not at correct indentation, 8 157
Warnings if child at indentation level 16 not at correct indentation, 12 158
Warnings if rcurly at indentation level 12 not at correct indentation, 8 159
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 160
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 161
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 16
Warnings member def modifier at indentation level 8 not at correct indentation, 4 17
Warnings member def modifier at indentation level 8 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings Variable 'indent' must be private and have accessor methods. 19
Warnings Line is longer than 80 characters. 20
Warnings member def modifier at indentation level 8 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings Variable 'attributes' must be private and have accessor methods. 20
Warnings Line is longer than 80 characters. 26
Warnings method def modifier at indentation level 8 not at correct indentation, 4 27
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 28
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 29
Warnings method def modifier at indentation level 8 not at correct indentation, 4 31
Warnings Name 'NewLine' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 32
Warnings method def child at indentation level 12 not at correct indentation, 8 33
Warnings for at indentation level 12 not at correct indentation, 8 34
Warnings for lcurly at indentation level 12 not at correct indentation, 8 35
Warnings for child at indentation level 16 not at correct indentation, 12 36
Warnings for rcurly at indentation level 12 not at correct indentation, 8 37
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 38
Warnings method def modifier at indentation level 8 not at correct indentation, 4 39
Warnings Name 'AddTab' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 40
Warnings method def child at indentation level 12 not at correct indentation, 8 41
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 42
Warnings method def modifier at indentation level 8 not at correct indentation, 4 44
Warnings Name 'TraceDottedIdent' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 45
Warnings method def child at indentation level 12 not at correct indentation, 8 46
Warnings for at indentation level 12 not at correct indentation, 8 47
Warnings 'for' is not followed by whitespace. 47
Warnings for lcurly at indentation level 12 not at correct indentation, 8 48
Warnings for child at indentation level 16 not at correct indentation, 12 49
Warnings for child at indentation level 16 not at correct indentation, 12 50
Warnings for rcurly at indentation level 12 not at correct indentation, 8 51
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 52
Warnings method def modifier at indentation level 8 not at correct indentation, 4 54
Warnings Name 'TraceModifiers' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 55
Warnings if at indentation level 12 not at correct indentation, 8 56
Warnings if lcurly at indentation level 12 not at correct indentation, 8 57
Warnings if child at indentation level 16 not at correct indentation, 12 58
Warnings if rcurly at indentation level 12 not at correct indentation, 8 59
Warnings if at indentation level 12 not at correct indentation, 8 60
Warnings if lcurly at indentation level 12 not at correct indentation, 8 61
Warnings if child at indentation level 16 not at correct indentation, 12 62
Warnings if rcurly at indentation level 12 not at correct indentation, 8 63
Warnings if at indentation level 12 not at correct indentation, 8 64
Warnings if lcurly at indentation level 12 not at correct indentation, 8 65
Warnings if child at indentation level 16 not at correct indentation, 12 66
Warnings if rcurly at indentation level 12 not at correct indentation, 8 67
Warnings if at indentation level 12 not at correct indentation, 8 68
Warnings if lcurly at indentation level 12 not at correct indentation, 8 69
Warnings if child at indentation level 16 not at correct indentation, 12 70
Warnings if rcurly at indentation level 12 not at correct indentation, 8 71
Warnings if at indentation level 12 not at correct indentation, 8 72
Warnings if lcurly at indentation level 12 not at correct indentation, 8 73
Warnings if child at indentation level 16 not at correct indentation, 12 74
Warnings if rcurly at indentation level 12 not at correct indentation, 8 75
Warnings if at indentation level 12 not at correct indentation, 8 76
Warnings if lcurly at indentation level 12 not at correct indentation, 8 77
Warnings if child at indentation level 16 not at correct indentation, 12 78
Warnings if rcurly at indentation level 12 not at correct indentation, 8 79
Warnings if at indentation level 12 not at correct indentation, 8 80
Warnings if lcurly at indentation level 12 not at correct indentation, 8 81
Warnings if child at indentation level 16 not at correct indentation, 12 82
Warnings if rcurly at indentation level 12 not at correct indentation, 8 83
Warnings if at indentation level 12 not at correct indentation, 8 84
Warnings if lcurly at indentation level 12 not at correct indentation, 8 85
Warnings if child at indentation level 16 not at correct indentation, 12 86
Warnings if rcurly at indentation level 12 not at correct indentation, 8 87
Warnings if at indentation level 12 not at correct indentation, 8 88
Warnings if lcurly at indentation level 12 not at correct indentation, 8 89
Warnings if child at indentation level 16 not at correct indentation, 12 90
Warnings if rcurly at indentation level 12 not at correct indentation, 8 91
Warnings if at indentation level 12 not at correct indentation, 8 92
Warnings if lcurly at indentation level 12 not at correct indentation, 8 93
Warnings if child at indentation level 16 not at correct indentation, 12 94
Warnings if rcurly at indentation level 12 not at correct indentation, 8 95
Warnings if at indentation level 12 not at correct indentation, 8 96
Warnings if lcurly at indentation level 12 not at correct indentation, 8 97
Warnings if child at indentation level 16 not at correct indentation, 12 98
Warnings if rcurly at indentation level 12 not at correct indentation, 8 99
Warnings if at indentation level 12 not at correct indentation, 8 100
Warnings if lcurly at indentation level 12 not at correct indentation, 8 101
Warnings if child at indentation level 16 not at correct indentation, 12 102
Warnings if rcurly at indentation level 12 not at correct indentation, 8 103
Warnings if at indentation level 12 not at correct indentation, 8 104
Warnings if lcurly at indentation level 12 not at correct indentation, 8 105
Warnings if child at indentation level 16 not at correct indentation, 12 106
Warnings if rcurly at indentation level 12 not at correct indentation, 8 107
Warnings if at indentation level 12 not at correct indentation, 8 108
Warnings if lcurly at indentation level 12 not at correct indentation, 8 109
Warnings if child at indentation level 16 not at correct indentation, 12 110
Warnings if rcurly at indentation level 12 not at correct indentation, 8 111
Warnings if at indentation level 12 not at correct indentation, 8 112
Warnings if lcurly at indentation level 12 not at correct indentation, 8 113
Warnings if child at indentation level 16 not at correct indentation, 12 114
Warnings if rcurly at indentation level 12 not at correct indentation, 8 115
Warnings if at indentation level 12 not at correct indentation, 8 116
Warnings if lcurly at indentation level 12 not at correct indentation, 8 117
Warnings if child at indentation level 16 not at correct indentation, 12 118
Warnings if rcurly at indentation level 12 not at correct indentation, 8 119
Warnings if at indentation level 12 not at correct indentation, 8 120
Warnings if lcurly at indentation level 12 not at correct indentation, 8 121
Warnings if child at indentation level 16 not at correct indentation, 12 122
Warnings if rcurly at indentation level 12 not at correct indentation, 8 123
Warnings if at indentation level 12 not at correct indentation, 8 124
Warnings if lcurly at indentation level 12 not at correct indentation, 8 125
Warnings if child at indentation level 16 not at correct indentation, 12 126
Warnings if rcurly at indentation level 12 not at correct indentation, 8 127
Warnings if at indentation level 12 not at correct indentation, 8 128
Warnings if lcurly at indentation level 12 not at correct indentation, 8 129
Warnings if child at indentation level 16 not at correct indentation, 12 130
Warnings if rcurly at indentation level 12 not at correct indentation, 8 131
Warnings if at indentation level 12 not at correct indentation, 8 132
Warnings if lcurly at indentation level 12 not at correct indentation, 8 133
Warnings if child at indentation level 16 not at correct indentation, 12 134
Warnings if rcurly at indentation level 12 not at correct indentation, 8 135
Warnings if at indentation level 12 not at correct indentation, 8 136
Warnings if lcurly at indentation level 12 not at correct indentation, 8 137
Warnings if child at indentation level 16 not at correct indentation, 12 138
Warnings if rcurly at indentation level 12 not at correct indentation, 8 139
Warnings if at indentation level 12 not at correct indentation, 8 140
Warnings if lcurly at indentation level 12 not at correct indentation, 8 141
Warnings if child at indentation level 16 not at correct indentation, 12 142
Warnings if rcurly at indentation level 12 not at correct indentation, 8 143
Warnings if at indentation level 12 not at correct indentation, 8 144
Warnings if lcurly at indentation level 12 not at correct indentation, 8 145
Warnings if child at indentation level 16 not at correct indentation, 12 146
Warnings if rcurly at indentation level 12 not at correct indentation, 8 147
Warnings if at indentation level 12 not at correct indentation, 8 148
Warnings if lcurly at indentation level 12 not at correct indentation, 8 149
Warnings if child at indentation level 16 not at correct indentation, 12 150
Warnings if rcurly at indentation level 12 not at correct indentation, 8 151
Warnings if at indentation level 12 not at correct indentation, 8 152
Warnings if lcurly at indentation level 12 not at correct indentation, 8 153
Warnings if child at indentation level 16 not at correct indentation, 12 154
Warnings if rcurly at indentation level 12 not at correct indentation, 8 155
Warnings if at indentation level 12 not at correct indentation, 8 156
Warnings if lcurly at indentation level 12 not at correct indentation, 8 157
Warnings if child at indentation level 16 not at correct indentation, 12 158
Warnings if rcurly at indentation level 12 not at correct indentation, 8 159
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 160
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 161

org/argouml/language/csharp/importer/csparser/nodes/expressions/BinaryExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 14
Warnings member def modifier at indentation level 8 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Variable 'stringMap' must be private and have accessor methods. 15
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 17
Warnings ctor def child at indentation level 12 not at correct indentation, 8 18
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 19
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 21
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 22
Warnings ctor def child at indentation level 12 not at correct indentation, 8 23
Warnings ';' is preceded with whitespace. 23
Warnings ctor def child at indentation level 12 not at correct indentation, 8 24
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 26
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 27
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 28
Warnings ctor def child at indentation level 12 not at correct indentation, 8 29
Warnings ctor def child at indentation level 12 not at correct indentation, 8 30
Warnings ctor def child at indentation level 12 not at correct indentation, 8 31
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 33
Warnings Line is longer than 80 characters. 34
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 34
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 35
Warnings ctor def child at indentation level 12 not at correct indentation, 8 36
Warnings '=' is not followed by whitespace. 36
Warnings ctor def child at indentation level 12 not at correct indentation, 8 37
Warnings ctor def child at indentation level 12 not at correct indentation, 8 38
Warnings ctor def child at indentation level 12 not at correct indentation, 8 39
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 41
Warnings member def modifier at indentation level 8 not at correct indentation, 4 42
Warnings Missing a Javadoc comment. 42
Warnings Name 'Op' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 42
Warnings Variable 'Op' must be private and have accessor methods. 42
Warnings Line is longer than 80 characters. 50
Warnings member def modifier at indentation level 8 not at correct indentation, 4 56
Warnings Missing a Javadoc comment. 56
Warnings Name 'Left' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 56
Warnings Variable 'Left' must be private and have accessor methods. 56
Warnings member def modifier at indentation level 8 not at correct indentation, 4 59
Warnings Missing a Javadoc comment. 59
Warnings Name 'Right' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 59
Warnings Variable 'Right' must be private and have accessor methods. 59
Warnings method def modifier at indentation level 8 not at correct indentation, 4 62
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 63
Warnings method def child at indentation level 12 not at correct indentation, 8 64
Warnings method def child at indentation level 12 not at correct indentation, 8 65
Warnings method def child at indentation level 12 not at correct indentation, 8 66
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 67
Warnings method def modifier at indentation level 8 not at correct indentation, 4 69
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 70
Warnings method def child at indentation level 12 not at correct indentation, 8 71
Warnings method def child at indentation level 12 not at correct indentation, 8 72
Warnings ',' is not followed by whitespace. 72
Warnings method def child at indentation level 12 not at correct indentation, 8 73
Warnings method def child at indentation level 12 not at correct indentation, 8 74
Warnings method def child at indentation level 12 not at correct indentation, 8 75
Warnings method def child at indentation level 12 not at correct indentation, 8 76
Warnings method def child at indentation level 12 not at correct indentation, 8 77
Warnings method def child at indentation level 12 not at correct indentation, 8 78
Warnings method def child at indentation level 12 not at correct indentation, 8 79
Warnings method def child at indentation level 12 not at correct indentation, 8 80
Warnings method def child at indentation level 12 not at correct indentation, 8 81
Warnings method def child at indentation level 12 not at correct indentation, 8 82
Warnings method def child at indentation level 12 not at correct indentation, 8 84
Warnings method def child at indentation level 12 not at correct indentation, 8 85
Warnings method def child at indentation level 12 not at correct indentation, 8 86
Warnings method def child at indentation level 12 not at correct indentation, 8 87
Warnings method def child at indentation level 12 not at correct indentation, 8 88
Warnings method def child at indentation level 12 not at correct indentation, 8 89
Warnings method def child at indentation level 12 not at correct indentation, 8 90
Warnings method def child at indentation level 12 not at correct indentation, 8 91
Warnings method def child at indentation level 12 not at correct indentation, 8 92
Warnings method def child at indentation level 12 not at correct indentation, 8 93
Warnings method def child at indentation level 12 not at correct indentation, 8 95
Warnings method def child at indentation level 12 not at correct indentation, 8 96
Warnings method def child at indentation level 12 not at correct indentation, 8 98
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 99
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 100
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 14
Warnings member def modifier at indentation level 8 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Variable 'stringMap' must be private and have accessor methods. 15
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 17
Warnings ctor def child at indentation level 12 not at correct indentation, 8 18
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 19
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 21
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 22
Warnings ctor def child at indentation level 12 not at correct indentation, 8 23
Warnings ';' is preceded with whitespace. 23
Warnings ctor def child at indentation level 12 not at correct indentation, 8 24
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 26
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 27
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 28
Warnings ctor def child at indentation level 12 not at correct indentation, 8 29
Warnings ctor def child at indentation level 12 not at correct indentation, 8 30
Warnings ctor def child at indentation level 12 not at correct indentation, 8 31
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 33
Warnings Line is longer than 80 characters. 34
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 34
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 35
Warnings ctor def child at indentation level 12 not at correct indentation, 8 36
Warnings '=' is not followed by whitespace. 36
Warnings ctor def child at indentation level 12 not at correct indentation, 8 37
Warnings ctor def child at indentation level 12 not at correct indentation, 8 38
Warnings ctor def child at indentation level 12 not at correct indentation, 8 39
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 41
Warnings member def modifier at indentation level 8 not at correct indentation, 4 42
Warnings Missing a Javadoc comment. 42
Warnings Name 'Op' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 42
Warnings Variable 'Op' must be private and have accessor methods. 42
Warnings Line is longer than 80 characters. 50
Warnings member def modifier at indentation level 8 not at correct indentation, 4 56
Warnings Missing a Javadoc comment. 56
Warnings Name 'Left' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 56
Warnings Variable 'Left' must be private and have accessor methods. 56
Warnings member def modifier at indentation level 8 not at correct indentation, 4 59
Warnings Missing a Javadoc comment. 59
Warnings Name 'Right' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 59
Warnings Variable 'Right' must be private and have accessor methods. 59
Warnings method def modifier at indentation level 8 not at correct indentation, 4 62
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 63
Warnings method def child at indentation level 12 not at correct indentation, 8 64
Warnings method def child at indentation level 12 not at correct indentation, 8 65
Warnings method def child at indentation level 12 not at correct indentation, 8 66
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 67
Warnings method def modifier at indentation level 8 not at correct indentation, 4 69
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 70
Warnings method def child at indentation level 12 not at correct indentation, 8 71
Warnings method def child at indentation level 12 not at correct indentation, 8 72
Warnings ',' is not followed by whitespace. 72
Warnings method def child at indentation level 12 not at correct indentation, 8 73
Warnings method def child at indentation level 12 not at correct indentation, 8 74
Warnings method def child at indentation level 12 not at correct indentation, 8 75
Warnings method def child at indentation level 12 not at correct indentation, 8 76
Warnings method def child at indentation level 12 not at correct indentation, 8 77
Warnings method def child at indentation level 12 not at correct indentation, 8 78
Warnings method def child at indentation level 12 not at correct indentation, 8 79
Warnings method def child at indentation level 12 not at correct indentation, 8 80
Warnings method def child at indentation level 12 not at correct indentation, 8 81
Warnings method def child at indentation level 12 not at correct indentation, 8 82
Warnings method def child at indentation level 12 not at correct indentation, 8 84
Warnings method def child at indentation level 12 not at correct indentation, 8 85
Warnings method def child at indentation level 12 not at correct indentation, 8 86
Warnings method def child at indentation level 12 not at correct indentation, 8 87
Warnings method def child at indentation level 12 not at correct indentation, 8 88
Warnings method def child at indentation level 12 not at correct indentation, 8 89
Warnings method def child at indentation level 12 not at correct indentation, 8 90
Warnings method def child at indentation level 12 not at correct indentation, 8 91
Warnings method def child at indentation level 12 not at correct indentation, 8 92
Warnings method def child at indentation level 12 not at correct indentation, 8 93
Warnings method def child at indentation level 12 not at correct indentation, 8 95
Warnings method def child at indentation level 12 not at correct indentation, 8 96
Warnings method def child at indentation level 12 not at correct indentation, 8 98
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 99
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 100

org/argouml/language/csharp/importer/csparser/nodes/expressions/CheckedExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 14
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings method def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 27
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 28
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 14
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings method def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 27
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 28

org/argouml/language/csharp/importer/csparser/nodes/expressions/ConditionalExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings Line is longer than 80 characters. 15
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 15
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 16
Warnings ctor def child at indentation level 24 not at correct indentation, 8 17
Warnings ctor def child at indentation level 24 not at correct indentation, 8 18
Warnings ctor def child at indentation level 24 not at correct indentation, 8 19
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 20
Warnings member def modifier at indentation level 16 not at correct indentation, 4 23
Warnings Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 23
Warnings member def modifier at indentation level 16 not at correct indentation, 4 26
Warnings Missing a Javadoc comment. 26
Warnings Name 'Left' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 26
Warnings Variable 'Left' must be private and have accessor methods. 26
Warnings member def modifier at indentation level 16 not at correct indentation, 4 29
Warnings Missing a Javadoc comment. 29
Warnings Name 'Right' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 29
Warnings Variable 'Right' must be private and have accessor methods. 29
Warnings method def modifier at indentation level 16 not at correct indentation, 4 32
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 33
Warnings method def child at indentation level 24 not at correct indentation, 8 34
Warnings method def child at indentation level 24 not at correct indentation, 8 35
Warnings method def child at indentation level 24 not at correct indentation, 8 36
Warnings method def child at indentation level 24 not at correct indentation, 8 37
Warnings method def child at indentation level 24 not at correct indentation, 8 38
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 39
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 40
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings Line is longer than 80 characters. 15
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 15
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 16
Warnings ctor def child at indentation level 24 not at correct indentation, 8 17
Warnings ctor def child at indentation level 24 not at correct indentation, 8 18
Warnings ctor def child at indentation level 24 not at correct indentation, 8 19
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 20
Warnings member def modifier at indentation level 16 not at correct indentation, 4 23
Warnings Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 23
Warnings member def modifier at indentation level 16 not at correct indentation, 4 26
Warnings Missing a Javadoc comment. 26
Warnings Name 'Left' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 26
Warnings Variable 'Left' must be private and have accessor methods. 26
Warnings member def modifier at indentation level 16 not at correct indentation, 4 29
Warnings Missing a Javadoc comment. 29
Warnings Name 'Right' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 29
Warnings Variable 'Right' must be private and have accessor methods. 29
Warnings method def modifier at indentation level 16 not at correct indentation, 4 32
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 33
Warnings method def child at indentation level 24 not at correct indentation, 8 34
Warnings method def child at indentation level 24 not at correct indentation, 8 35
Warnings method def child at indentation level 24 not at correct indentation, 8 36
Warnings method def child at indentation level 24 not at correct indentation, 8 37
Warnings method def child at indentation level 24 not at correct indentation, 8 38
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 39
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 40

org/argouml/language/csharp/importer/csparser/nodes/expressions/ConstantExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Missing a Javadoc comment. 11
Warnings Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 11
Warnings Variable 'Value' must be private and have accessor methods. 11
Warnings method def modifier at indentation level 8 not at correct indentation, 4 14
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 15
Warnings if at indentation level 24 not at correct indentation, 8 16
Warnings if lcurly at indentation level 24 not at correct indentation, 8 17
Warnings if child at indentation level 32 not at correct indentation, 12 18
Warnings if rcurly at indentation level 24 not at correct indentation, 8 19
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 20
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 22
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Missing a Javadoc comment. 11
Warnings Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 11
Warnings Variable 'Value' must be private and have accessor methods. 11
Warnings method def modifier at indentation level 8 not at correct indentation, 4 14
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 15
Warnings if at indentation level 24 not at correct indentation, 8 16
Warnings if lcurly at indentation level 24 not at correct indentation, 8 17
Warnings if child at indentation level 32 not at correct indentation, 12 18
Warnings if rcurly at indentation level 24 not at correct indentation, 8 19
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 20
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 22

org/argouml/language/csharp/importer/csparser/nodes/expressions/DelegateCreationExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 11
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 11

org/argouml/language/csharp/importer/csparser/nodes/expressions/ElementAccessExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 17
Warnings ctor def child at indentation level 12 not at correct indentation, 8 18
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 19
Warnings Line is longer than 80 characters. 20
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 20
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 21
Warnings ctor def child at indentation level 12 not at correct indentation, 8 22
Warnings ctor def child at indentation level 12 not at correct indentation, 8 23
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 24
Warnings member def modifier at indentation level 8 not at correct indentation, 4 27
Warnings Name 'LeftSide' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 27
Warnings member def modifier at indentation level 8 not at correct indentation, 4 30
Warnings Name 'Expressions' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 30
Warnings method def modifier at indentation level 8 not at correct indentation, 4 33
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 34
Warnings method def child at indentation level 12 not at correct indentation, 8 35
Warnings method def child at indentation level 12 not at correct indentation, 8 37
Warnings method def child at indentation level 12 not at correct indentation, 8 38
Warnings method def child at indentation level 12 not at correct indentation, 8 39
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 40
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 41
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 17
Warnings ctor def child at indentation level 12 not at correct indentation, 8 18
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 19
Warnings Line is longer than 80 characters. 20
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 20
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 21
Warnings ctor def child at indentation level 12 not at correct indentation, 8 22
Warnings ctor def child at indentation level 12 not at correct indentation, 8 23
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 24
Warnings member def modifier at indentation level 8 not at correct indentation, 4 27
Warnings Name 'LeftSide' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 27
Warnings member def modifier at indentation level 8 not at correct indentation, 4 30
Warnings Name 'Expressions' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 30
Warnings method def modifier at indentation level 8 not at correct indentation, 4 33
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 34
Warnings method def child at indentation level 12 not at correct indentation, 8 35
Warnings method def child at indentation level 12 not at correct indentation, 8 37
Warnings method def child at indentation level 12 not at correct indentation, 8 38
Warnings method def child at indentation level 12 not at correct indentation, 8 39
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 40
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 41

org/argouml/language/csharp/importer/csparser/nodes/expressions/IdentifierExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 16
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 17
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 18
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 19
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 20
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 21
Warnings ctor def child at indentation level 12 not at correct indentation, 8 22
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 23
Warnings member def modifier at indentation level 8 not at correct indentation, 4 25
Warnings Missing a Javadoc comment. 25
Warnings Name 'StartingPredefinedType' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 25
Warnings Variable 'StartingPredefinedType' must be private and have accessor methods. 25
Warnings method def modifier at indentation level 8 not at correct indentation, 4 28
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 29
Warnings if at indentation level 16 not at correct indentation, 8 31
Warnings Conditional logic can be removed. 31
Warnings if lcurly at indentation level 16 not at correct indentation, 8 32
Warnings if child at indentation level 20 not at correct indentation, 12 33
Warnings if rcurly at indentation level 16 not at correct indentation, 8 34
Warnings else at indentation level 16 not at correct indentation, 8 35
Warnings else lcurly at indentation level 16 not at correct indentation, 8 36
Warnings else child at indentation level 20 not at correct indentation, 12 37
Warnings else rcurly at indentation level 16 not at correct indentation, 8 38
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 39
Warnings member def modifier at indentation level 8 not at correct indentation, 4 41
Warnings Missing a Javadoc comment. 41
Warnings Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 41
Warnings Variable 'Identifier' must be private and have accessor methods. 41
Warnings member def modifier at indentation level 8 not at correct indentation, 4 44
Warnings Missing a Javadoc comment. 44
Warnings Name 'RankSpecifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 44
Warnings Variable 'RankSpecifiers' must be private and have accessor methods. 44
Warnings method def modifier at indentation level 8 not at correct indentation, 4 47
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 48
Warnings method def child at indentation level 12 not at correct indentation, 8 49
Warnings for at indentation level 12 not at correct indentation, 8 50
Warnings for lcurly at indentation level 12 not at correct indentation, 8 51
Warnings for child at indentation level 16 not at correct indentation, 12 52
Warnings for child at indentation level 16 not at correct indentation, 12 53
Warnings for rcurly at indentation level 12 not at correct indentation, 8 54
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 55
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 56
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 16
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 17
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 18
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 19
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 20
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 21
Warnings ctor def child at indentation level 12 not at correct indentation, 8 22
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 23
Warnings member def modifier at indentation level 8 not at correct indentation, 4 25
Warnings Missing a Javadoc comment. 25
Warnings Name 'StartingPredefinedType' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 25
Warnings Variable 'StartingPredefinedType' must be private and have accessor methods. 25
Warnings method def modifier at indentation level 8 not at correct indentation, 4 28
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 29
Warnings if at indentation level 16 not at correct indentation, 8 31
Warnings Conditional logic can be removed. 31
Warnings if lcurly at indentation level 16 not at correct indentation, 8 32
Warnings if child at indentation level 20 not at correct indentation, 12 33
Warnings if rcurly at indentation level 16 not at correct indentation, 8 34
Warnings else at indentation level 16 not at correct indentation, 8 35
Warnings else lcurly at indentation level 16 not at correct indentation, 8 36
Warnings else child at indentation level 20 not at correct indentation, 12 37
Warnings else rcurly at indentation level 16 not at correct indentation, 8 38
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 39
Warnings member def modifier at indentation level 8 not at correct indentation, 4 41
Warnings Missing a Javadoc comment. 41
Warnings Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 41
Warnings Variable 'Identifier' must be private and have accessor methods. 41
Warnings member def modifier at indentation level 8 not at correct indentation, 4 44
Warnings Missing a Javadoc comment. 44
Warnings Name 'RankSpecifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 44
Warnings Variable 'RankSpecifiers' must be private and have accessor methods. 44
Warnings method def modifier at indentation level 8 not at correct indentation, 4 47
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 48
Warnings method def child at indentation level 12 not at correct indentation, 8 49
Warnings for at indentation level 12 not at correct indentation, 8 50
Warnings for lcurly at indentation level 12 not at correct indentation, 8 51
Warnings for child at indentation level 16 not at correct indentation, 12 52
Warnings for child at indentation level 16 not at correct indentation, 12 53
Warnings for rcurly at indentation level 12 not at correct indentation, 8 54
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 55
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 56

org/argouml/language/csharp/importer/csparser/nodes/expressions/InvocationExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 15
Warnings Line is longer than 80 characters. 16
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 17
Warnings ctor def child at indentation level 12 not at correct indentation, 8 18
Warnings ctor def child at indentation level 12 not at correct indentation, 8 19
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 20
Warnings member def modifier at indentation level 8 not at correct indentation, 4 22
Warnings Name 'LeftSide' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 22
Warnings member def modifier at indentation level 8 not at correct indentation, 4 25
Warnings Name 'ArgumentList' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 25
Warnings method def modifier at indentation level 8 not at correct indentation, 4 28
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 29
Warnings method def child at indentation level 12 not at correct indentation, 8 30
Warnings method def child at indentation level 12 not at correct indentation, 8 31
Warnings method def child at indentation level 12 not at correct indentation, 8 32
Warnings method def child at indentation level 12 not at correct indentation, 8 33
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 34
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 35
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 15
Warnings Line is longer than 80 characters. 16
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 17
Warnings ctor def child at indentation level 12 not at correct indentation, 8 18
Warnings ctor def child at indentation level 12 not at correct indentation, 8 19
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 20
Warnings member def modifier at indentation level 8 not at correct indentation, 4 22
Warnings Name 'LeftSide' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 22
Warnings member def modifier at indentation level 8 not at correct indentation, 4 25
Warnings Name 'ArgumentList' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 25
Warnings method def modifier at indentation level 8 not at correct indentation, 4 28
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 29
Warnings method def child at indentation level 12 not at correct indentation, 8 30
Warnings method def child at indentation level 12 not at correct indentation, 8 31
Warnings method def child at indentation level 12 not at correct indentation, 8 32
Warnings method def child at indentation level 12 not at correct indentation, 8 33
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 34
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 35

org/argouml/language/csharp/importer/csparser/nodes/expressions/MemberAccessExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 16
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 17
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 18
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 19
Warnings Line is longer than 80 characters. 20
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 20
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 21
Warnings ctor def child at indentation level 12 not at correct indentation, 8 22
Warnings ctor def child at indentation level 12 not at correct indentation, 8 23
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 24
Warnings member def modifier at indentation level 8 not at correct indentation, 4 26
Warnings Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 26
Warnings member def modifier at indentation level 8 not at correct indentation, 4 29
Warnings Name 'Left' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 29
Warnings member def modifier at indentation level 8 not at correct indentation, 4 32
Warnings Name 'RankSpecifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 32
Warnings method def modifier at indentation level 8 not at correct indentation, 4 35
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 36
Warnings method def child at indentation level 12 not at correct indentation, 8 37
Warnings method def child at indentation level 12 not at correct indentation, 8 38
Warnings method def child at indentation level 12 not at correct indentation, 8 39
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 40
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 41
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 16
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 17
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 18
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 19
Warnings Line is longer than 80 characters. 20
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 20
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 21
Warnings ctor def child at indentation level 12 not at correct indentation, 8 22
Warnings ctor def child at indentation level 12 not at correct indentation, 8 23
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 24
Warnings member def modifier at indentation level 8 not at correct indentation, 4 26
Warnings Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 26
Warnings member def modifier at indentation level 8 not at correct indentation, 4 29
Warnings Name 'Left' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 29
Warnings member def modifier at indentation level 8 not at correct indentation, 4 32
Warnings Name 'RankSpecifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 32
Warnings method def modifier at indentation level 8 not at correct indentation, 4 35
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 36
Warnings method def child at indentation level 12 not at correct indentation, 8 37
Warnings method def child at indentation level 12 not at correct indentation, 8 38
Warnings method def child at indentation level 12 not at correct indentation, 8 39
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 40
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 41

org/argouml/language/csharp/importer/csparser/nodes/expressions/ObjectCreationExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 17
Warnings ctor def child at indentation level 12 not at correct indentation, 8 18
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 19
Warnings Line is longer than 80 characters. 20
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 20
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 21
Warnings ctor def child at indentation level 12 not at correct indentation, 8 22
Warnings ctor def child at indentation level 12 not at correct indentation, 8 23
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 24
Warnings member def modifier at indentation level 8 not at correct indentation, 4 26
Warnings Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 26
Warnings member def modifier at indentation level 8 not at correct indentation, 4 29
Warnings Name 'ArgumentList' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 29
Warnings method def modifier at indentation level 8 not at correct indentation, 4 32
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 33
Warnings method def child at indentation level 12 not at correct indentation, 8 34
Warnings method def child at indentation level 12 not at correct indentation, 8 35
Warnings method def child at indentation level 12 not at correct indentation, 8 36
Warnings method def child at indentation level 12 not at correct indentation, 8 37
Warnings method def child at indentation level 12 not at correct indentation, 8 38
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 39
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 40
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 17
Warnings ctor def child at indentation level 12 not at correct indentation, 8 18
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 19
Warnings Line is longer than 80 characters. 20
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 20
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 21
Warnings ctor def child at indentation level 12 not at correct indentation, 8 22
Warnings ctor def child at indentation level 12 not at correct indentation, 8 23
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 24
Warnings member def modifier at indentation level 8 not at correct indentation, 4 26
Warnings Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 26
Warnings member def modifier at indentation level 8 not at correct indentation, 4 29
Warnings Name 'ArgumentList' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 29
Warnings method def modifier at indentation level 8 not at correct indentation, 4 32
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 33
Warnings method def child at indentation level 12 not at correct indentation, 8 34
Warnings method def child at indentation level 12 not at correct indentation, 8 35
Warnings method def child at indentation level 12 not at correct indentation, 8 36
Warnings method def child at indentation level 12 not at correct indentation, 8 37
Warnings method def child at indentation level 12 not at correct indentation, 8 38
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 39
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 40

org/argouml/language/csharp/importer/csparser/nodes/expressions/OutNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 14
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'VariableReference' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings method def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 26
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 27
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 14
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'VariableReference' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings method def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 26
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 27

org/argouml/language/csharp/importer/csparser/nodes/expressions/ParenthesizedExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 14
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'Expression' must be private and have accessor methods. 18
Warnings method def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 25
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 26
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 14
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'Expression' must be private and have accessor methods. 18
Warnings method def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 25
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 26

org/argouml/language/csharp/importer/csparser/nodes/expressions/PostDecrementExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 14
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings method def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 26
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 27
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 14
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings method def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 26
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 27

org/argouml/language/csharp/importer/csparser/nodes/expressions/PostIncrementExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 14
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings method def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 26
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 27
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 14
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings method def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 26
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 27

org/argouml/language/csharp/importer/csparser/nodes/expressions/PredefinedTypeNode.java

Violation Message Line
Warnings Line is longer than 80 characters. 15
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 16
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 17
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 18
Warnings ctor def child at indentation level 12 not at correct indentation, 8 19
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 20
Warnings member def modifier at indentation level 8 not at correct indentation, 4 22
Warnings Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 22
Warnings member def modifier at indentation level 8 not at correct indentation, 4 25
Warnings Name 'RankSpecifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 25
Warnings method def modifier at indentation level 8 not at correct indentation, 4 27
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 28
Warnings method def child at indentation level 12 not at correct indentation, 8 29
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 30
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 31
Warnings Line is longer than 80 characters. 15
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 16
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 17
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 18
Warnings ctor def child at indentation level 12 not at correct indentation, 8 19
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 20
Warnings member def modifier at indentation level 8 not at correct indentation, 4 22
Warnings Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 22
Warnings member def modifier at indentation level 8 not at correct indentation, 4 25
Warnings Name 'RankSpecifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 25
Warnings method def modifier at indentation level 8 not at correct indentation, 4 27
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 28
Warnings method def child at indentation level 12 not at correct indentation, 8 29
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 30
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 31

org/argouml/language/csharp/importer/csparser/nodes/expressions/PrimaryExpression.java

Violation Message Line
Warnings Line is longer than 80 characters. 11
Warnings Line is longer than 80 characters. 11

org/argouml/language/csharp/importer/csparser/nodes/expressions/RefNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 14
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'VariableReference' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings method def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 25
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 26
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 14
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'VariableReference' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings method def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 25
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 26

org/argouml/language/csharp/importer/csparser/nodes/expressions/ThisAccessExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def child at indentation level 24 not at correct indentation, 8 13
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 14
Warnings method def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 16
Warnings method def child at indentation level 24 not at correct indentation, 8 17
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 18
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 19
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def child at indentation level 24 not at correct indentation, 8 13
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 14
Warnings method def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 16
Warnings method def child at indentation level 24 not at correct indentation, 8 17
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 18
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 19

org/argouml/language/csharp/importer/csparser/nodes/expressions/TypeNode.java

Violation Message Line
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 15
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 17
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 18
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 19
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 20
Warnings ctor def child at indentation level 12 not at correct indentation, 8 21
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 22
Warnings member def modifier at indentation level 8 not at correct indentation, 4 24
Warnings Missing a Javadoc comment. 24
Warnings Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 24
Warnings Variable 'Identifier' must be private and have accessor methods. 24
Warnings member def modifier at indentation level 8 not at correct indentation, 4 27
Warnings Missing a Javadoc comment. 27
Warnings Name 'RankSpecifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 27
Warnings Variable 'RankSpecifiers' must be private and have accessor methods. 27
Warnings method def modifier at indentation level 8 not at correct indentation, 4 29
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 30
Warnings method def child at indentation level 12 not at correct indentation, 8 31
Warnings if at indentation level 12 not at correct indentation, 8 33
Warnings if lcurly at indentation level 12 not at correct indentation, 8 34
Warnings for at indentation level 16 not at correct indentation, 12 35
Warnings 'for' is not followed by whitespace. 35
Warnings for lcurly at indentation level 16 not at correct indentation, 12 36
Warnings for child at indentation level 20 not at correct indentation, 16 37
Warnings for at indentation level 20 not at correct indentation, 16 38
Warnings for lcurly at indentation level 20 not at correct indentation, 16 39
Warnings for child at indentation level 24 not at correct indentation, 20 40
Warnings for rcurly at indentation level 20 not at correct indentation, 16 41
Warnings for child at indentation level 20 not at correct indentation, 16 42
Warnings for rcurly at indentation level 16 not at correct indentation, 12 43
Warnings if rcurly at indentation level 12 not at correct indentation, 8 44
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 45
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 46
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 15
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 17
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 18
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 19
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 20
Warnings ctor def child at indentation level 12 not at correct indentation, 8 21
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 22
Warnings member def modifier at indentation level 8 not at correct indentation, 4 24
Warnings Missing a Javadoc comment. 24
Warnings Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 24
Warnings Variable 'Identifier' must be private and have accessor methods. 24
Warnings member def modifier at indentation level 8 not at correct indentation, 4 27
Warnings Missing a Javadoc comment. 27
Warnings Name 'RankSpecifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 27
Warnings Variable 'RankSpecifiers' must be private and have accessor methods. 27
Warnings method def modifier at indentation level 8 not at correct indentation, 4 29
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 30
Warnings method def child at indentation level 12 not at correct indentation, 8 31
Warnings if at indentation level 12 not at correct indentation, 8 33
Warnings if lcurly at indentation level 12 not at correct indentation, 8 34
Warnings for at indentation level 16 not at correct indentation, 12 35
Warnings 'for' is not followed by whitespace. 35
Warnings for lcurly at indentation level 16 not at correct indentation, 12 36
Warnings for child at indentation level 20 not at correct indentation, 16 37
Warnings for at indentation level 20 not at correct indentation, 16 38
Warnings for lcurly at indentation level 20 not at correct indentation, 16 39
Warnings for child at indentation level 24 not at correct indentation, 20 40
Warnings for rcurly at indentation level 20 not at correct indentation, 16 41
Warnings for child at indentation level 20 not at correct indentation, 16 42
Warnings for rcurly at indentation level 16 not at correct indentation, 12 43
Warnings if rcurly at indentation level 12 not at correct indentation, 8 44
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 45
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 46

org/argouml/language/csharp/importer/csparser/nodes/expressions/TypeOfExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 14
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings method def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 27
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 28
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 14
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings method def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 27
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 28

org/argouml/language/csharp/importer/csparser/nodes/expressions/UnaryCastExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 17
Warnings ctor def child at indentation level 12 not at correct indentation, 8 18
Warnings ctor def child at indentation level 12 not at correct indentation, 8 19
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 20
Warnings member def modifier at indentation level 8 not at correct indentation, 4 21
Warnings Missing a Javadoc comment. 21
Warnings Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 21
Warnings Variable 'Type' must be private and have accessor methods. 21
Warnings method def modifier at indentation level 8 not at correct indentation, 4 24
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 25
Warnings method def child at indentation level 12 not at correct indentation, 8 26
Warnings method def child at indentation level 12 not at correct indentation, 8 27
Warnings method def child at indentation level 12 not at correct indentation, 8 28
Warnings method def child at indentation level 12 not at correct indentation, 8 29
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 30
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 32
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 17
Warnings ctor def child at indentation level 12 not at correct indentation, 8 18
Warnings ctor def child at indentation level 12 not at correct indentation, 8 19
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 20
Warnings member def modifier at indentation level 8 not at correct indentation, 4 21
Warnings Missing a Javadoc comment. 21
Warnings Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 21
Warnings Variable 'Type' must be private and have accessor methods. 21
Warnings method def modifier at indentation level 8 not at correct indentation, 4 24
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 25
Warnings method def child at indentation level 12 not at correct indentation, 8 26
Warnings method def child at indentation level 12 not at correct indentation, 8 27
Warnings method def child at indentation level 12 not at correct indentation, 8 28
Warnings method def child at indentation level 12 not at correct indentation, 8 29
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 30
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 32

org/argouml/language/csharp/importer/csparser/nodes/expressions/UnaryExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 14
Warnings member def modifier at indentation level 8 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 17
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 18
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 19
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 20
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 21
Warnings ctor def child at indentation level 12 not at correct indentation, 8 22
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 23
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 24
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 25
Warnings ctor def child at indentation level 12 not at correct indentation, 8 26
Warnings ctor def child at indentation level 12 not at correct indentation, 8 27
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 28
Warnings member def modifier at indentation level 8 not at correct indentation, 4 30
Warnings Missing a Javadoc comment. 30
Warnings Name 'Op' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 30
Warnings Variable 'Op' must be private and have accessor methods. 30
Warnings Line is longer than 80 characters. 38
Warnings member def modifier at indentation level 8 not at correct indentation, 4 44
Warnings Missing a Javadoc comment. 44
Warnings Name 'Child' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 44
Warnings Variable 'Child' must be private and have accessor methods. 44
Warnings method def modifier at indentation level 8 not at correct indentation, 4 47
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 48
Warnings method def child at indentation level 12 not at correct indentation, 8 49
Warnings method def child at indentation level 12 not at correct indentation, 8 50
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 51
Warnings method def return type at indentation level 8 not at correct indentation, 4 53
Warnings Method Name 'UnaryExpression' must not equal the enclosing class name. 53
Warnings Name 'UnaryExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 54
Warnings method def child at indentation level 12 not at correct indentation, 8 55
Warnings method def child at indentation level 12 not at correct indentation, 8 56
Warnings method def child at indentation level 12 not at correct indentation, 8 57
Warnings method def child at indentation level 12 not at correct indentation, 8 58
Warnings method def child at indentation level 12 not at correct indentation, 8 59
Warnings method def child at indentation level 12 not at correct indentation, 8 60
Warnings method def child at indentation level 12 not at correct indentation, 8 61
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 62
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 63
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 14
Warnings member def modifier at indentation level 8 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 17
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 18
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 19
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 20
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 21
Warnings ctor def child at indentation level 12 not at correct indentation, 8 22
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 23
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 24
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 25
Warnings ctor def child at indentation level 12 not at correct indentation, 8 26
Warnings ctor def child at indentation level 12 not at correct indentation, 8 27
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 28
Warnings member def modifier at indentation level 8 not at correct indentation, 4 30
Warnings Missing a Javadoc comment. 30
Warnings Name 'Op' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 30
Warnings Variable 'Op' must be private and have accessor methods. 30
Warnings Line is longer than 80 characters. 38
Warnings member def modifier at indentation level 8 not at correct indentation, 4 44
Warnings Missing a Javadoc comment. 44
Warnings Name 'Child' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 44
Warnings Variable 'Child' must be private and have accessor methods. 44
Warnings method def modifier at indentation level 8 not at correct indentation, 4 47
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 48
Warnings method def child at indentation level 12 not at correct indentation, 8 49
Warnings method def child at indentation level 12 not at correct indentation, 8 50
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 51
Warnings method def return type at indentation level 8 not at correct indentation, 4 53
Warnings Method Name 'UnaryExpression' must not equal the enclosing class name. 53
Warnings Name 'UnaryExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 54
Warnings method def child at indentation level 12 not at correct indentation, 8 55
Warnings method def child at indentation level 12 not at correct indentation, 8 56
Warnings method def child at indentation level 12 not at correct indentation, 8 57
Warnings method def child at indentation level 12 not at correct indentation, 8 58
Warnings method def child at indentation level 12 not at correct indentation, 8 59
Warnings method def child at indentation level 12 not at correct indentation, 8 60
Warnings method def child at indentation level 12 not at correct indentation, 8 61
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 62
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 63

org/argouml/language/csharp/importer/csparser/nodes/expressions/UncheckedExpression.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 14
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings method def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 27
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 28
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 14
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def child at indentation level 24 not at correct indentation, 8 16
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings method def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 27
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 28

org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/BooleanPrimitive.java

Violation Message Line
Warnings Line is longer than 80 characters. 1
Warnings Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 15
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Warnings Line is longer than 80 characters. 1
Warnings Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 15
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17

org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/CharPrimitive.java

Violation Message Line
Warnings Line is longer than 80 characters. 1
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 11
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 12
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def child at indentation level 24 not at correct indentation, 8 14
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings if at indentation level 24 not at correct indentation, 8 18
Warnings if lcurly at indentation level 24 not at correct indentation, 8 19
Warnings if child at indentation level 32 not at correct indentation, 12 20
Warnings if rcurly at indentation level 24 not at correct indentation, 8 21
Warnings else at indentation level 24 not at correct indentation, 8 22
Warnings else lcurly at indentation level 24 not at correct indentation, 8 23
Warnings Line is longer than 80 characters. 24
Warnings else rcurly at indentation level 24 not at correct indentation, 8 25
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 26
Warnings member def modifier at indentation level 16 not at correct indentation, 4 28
Warnings Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 28
Warnings method def modifier at indentation level 16 not at correct indentation, 4 31
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 32
Warnings method def child at indentation level 24 not at correct indentation, 8 33
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 34
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 35
Warnings Line is longer than 80 characters. 1
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 11
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 12
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def child at indentation level 24 not at correct indentation, 8 14
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings if at indentation level 24 not at correct indentation, 8 18
Warnings if lcurly at indentation level 24 not at correct indentation, 8 19
Warnings if child at indentation level 32 not at correct indentation, 12 20
Warnings if rcurly at indentation level 24 not at correct indentation, 8 21
Warnings else at indentation level 24 not at correct indentation, 8 22
Warnings else lcurly at indentation level 24 not at correct indentation, 8 23
Warnings Line is longer than 80 characters. 24
Warnings else rcurly at indentation level 24 not at correct indentation, 8 25
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 26
Warnings member def modifier at indentation level 16 not at correct indentation, 4 28
Warnings Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 28
Warnings method def modifier at indentation level 16 not at correct indentation, 4 31
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 32
Warnings method def child at indentation level 24 not at correct indentation, 8 33
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 34
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 35

org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/DecimalPrimitive.java

Violation Message Line
Warnings Line is longer than 80 characters. 1
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 11
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 12
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def child at indentation level 24 not at correct indentation, 8 14
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings method def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 23
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 24
Warnings Line is longer than 80 characters. 1
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 11
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 12
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def child at indentation level 24 not at correct indentation, 8 14
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings method def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 23
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 24

org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/IntegralPrimitive.java

Violation Message Line
Warnings Line is longer than 80 characters. 1
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 14
Warnings member def modifier at indentation level 8 not at correct indentation, 4 15
Warnings member def modifier at indentation level 8 not at correct indentation, 4 16
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 17
Warnings 'integralType' hides a field. 17
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 18
Warnings ctor def child at indentation level 12 not at correct indentation, 8 19
Warnings ctor def child at indentation level 12 not at correct indentation, 8 20
Warnings switch at indentation level 12 not at correct indentation, 8 22
Warnings switch lcurly at indentation level 12 not at correct indentation, 8 23
Warnings case child at indentation level 16 not at correct indentation, 8 24
Warnings case child at indentation level 16 not at correct indentation, 8 25
Warnings case child at indentation level 16 not at correct indentation, 8 26
Warnings case child at indentation level 16 not at correct indentation, 8 27
Warnings block child at indentation level 20 not at correct indentation, 12 28
Warnings case child at indentation level 16 not at correct indentation, 8 30
Warnings block child at indentation level 20 not at correct indentation, 12 31
Warnings ',' is not followed by whitespace. 31
Warnings ',' is not followed by whitespace. 31
Warnings block child at indentation level 20 not at correct indentation, 12 32
Warnings case child at indentation level 16 not at correct indentation, 8 34
Warnings block child at indentation level 20 not at correct indentation, 12 35
Warnings ',' is not followed by whitespace. 35
Warnings ',' is not followed by whitespace. 35
Warnings block child at indentation level 20 not at correct indentation, 12 36
Warnings case child at indentation level 16 not at correct indentation, 8 38
Warnings block child at indentation level 20 not at correct indentation, 12 39
Warnings ',' is not followed by whitespace. 39
Warnings ',' is not followed by whitespace. 39
Warnings block child at indentation level 20 not at correct indentation, 12 40
Warnings case child at indentation level 16 not at correct indentation, 8 42
Warnings Line is longer than 80 characters. 43
Warnings block child at indentation level 20 not at correct indentation, 12 43
Warnings ',' is not followed by whitespace. 43
Warnings ',' is not followed by whitespace. 43
Warnings ',' is not followed by whitespace. 43
Warnings ',' is not followed by whitespace. 43
Warnings Line is longer than 80 characters. 44
Warnings block child at indentation level 20 not at correct indentation, 12 44
Warnings ',' is not followed by whitespace. 44
Warnings ',' is not followed by whitespace. 44
Warnings ',' is not followed by whitespace. 44
Warnings ',' is not followed by whitespace. 44
Warnings block child at indentation level 20 not at correct indentation, 12 45
Warnings case child at indentation level 16 not at correct indentation, 8 47
Warnings switch rcurly at indentation level 12 not at correct indentation, 8 49
Warnings ctor def child at indentation level 12 not at correct indentation, 8 51
Warnings ctor def child at indentation level 12 not at correct indentation, 8 52
Warnings if at indentation level 12 not at correct indentation, 8 53
Warnings if lcurly at indentation level 12 not at correct indentation, 8 54
Warnings if child at indentation level 16 not at correct indentation, 12 55
Warnings if child at indentation level 16 not at correct indentation, 12 56
Warnings if child at indentation level 16 not at correct indentation, 12 57
Warnings if rcurly at indentation level 12 not at correct indentation, 8 58
Warnings Line is longer than 80 characters. 59
Warnings ctor def child at indentation level 12 not at correct indentation, 8 62
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 75
Warnings member def modifier at indentation level 8 not at correct indentation, 4 77
Warnings Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 77
Warnings method def modifier at indentation level 8 not at correct indentation, 4 81
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 82
Warnings method def child at indentation level 12 not at correct indentation, 8 83
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 84
Warnings method def modifier at indentation level 8 not at correct indentation, 4 86
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 86
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 87
Warnings method def child at indentation level 12 not at correct indentation, 8 88
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 89
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 90
Warnings Line is longer than 80 characters. 1
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 14
Warnings member def modifier at indentation level 8 not at correct indentation, 4 15
Warnings member def modifier at indentation level 8 not at correct indentation, 4 16
Warnings ctor def modifier at indentation level 8 not at correct indentation, 4 17
Warnings 'integralType' hides a field. 17
Warnings ctor def lcurly at indentation level 8 not at correct indentation, 4 18
Warnings ctor def child at indentation level 12 not at correct indentation, 8 19
Warnings ctor def child at indentation level 12 not at correct indentation, 8 20
Warnings switch at indentation level 12 not at correct indentation, 8 22
Warnings switch lcurly at indentation level 12 not at correct indentation, 8 23
Warnings case child at indentation level 16 not at correct indentation, 8 24
Warnings case child at indentation level 16 not at correct indentation, 8 25
Warnings case child at indentation level 16 not at correct indentation, 8 26
Warnings case child at indentation level 16 not at correct indentation, 8 27
Warnings block child at indentation level 20 not at correct indentation, 12 28
Warnings case child at indentation level 16 not at correct indentation, 8 30
Warnings block child at indentation level 20 not at correct indentation, 12 31
Warnings ',' is not followed by whitespace. 31
Warnings ',' is not followed by whitespace. 31
Warnings block child at indentation level 20 not at correct indentation, 12 32
Warnings case child at indentation level 16 not at correct indentation, 8 34
Warnings block child at indentation level 20 not at correct indentation, 12 35
Warnings ',' is not followed by whitespace. 35
Warnings ',' is not followed by whitespace. 35
Warnings block child at indentation level 20 not at correct indentation, 12 36
Warnings case child at indentation level 16 not at correct indentation, 8 38
Warnings block child at indentation level 20 not at correct indentation, 12 39
Warnings ',' is not followed by whitespace. 39
Warnings ',' is not followed by whitespace. 39
Warnings block child at indentation level 20 not at correct indentation, 12 40
Warnings case child at indentation level 16 not at correct indentation, 8 42
Warnings Line is longer than 80 characters. 43
Warnings block child at indentation level 20 not at correct indentation, 12 43
Warnings ',' is not followed by whitespace. 43
Warnings ',' is not followed by whitespace. 43
Warnings ',' is not followed by whitespace. 43
Warnings ',' is not followed by whitespace. 43
Warnings Line is longer than 80 characters. 44
Warnings block child at indentation level 20 not at correct indentation, 12 44
Warnings ',' is not followed by whitespace. 44
Warnings ',' is not followed by whitespace. 44
Warnings ',' is not followed by whitespace. 44
Warnings ',' is not followed by whitespace. 44
Warnings block child at indentation level 20 not at correct indentation, 12 45
Warnings case child at indentation level 16 not at correct indentation, 8 47
Warnings switch rcurly at indentation level 12 not at correct indentation, 8 49
Warnings ctor def child at indentation level 12 not at correct indentation, 8 51
Warnings ctor def child at indentation level 12 not at correct indentation, 8 52
Warnings if at indentation level 12 not at correct indentation, 8 53
Warnings if lcurly at indentation level 12 not at correct indentation, 8 54
Warnings if child at indentation level 16 not at correct indentation, 12 55
Warnings if child at indentation level 16 not at correct indentation, 12 56
Warnings if child at indentation level 16 not at correct indentation, 12 57
Warnings if rcurly at indentation level 12 not at correct indentation, 8 58
Warnings Line is longer than 80 characters. 59
Warnings ctor def child at indentation level 12 not at correct indentation, 8 62
Warnings ctor def rcurly at indentation level 8 not at correct indentation, 4 75
Warnings member def modifier at indentation level 8 not at correct indentation, 4 77
Warnings Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 77
Warnings method def modifier at indentation level 8 not at correct indentation, 4 81
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 82
Warnings method def child at indentation level 12 not at correct indentation, 8 83
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 84
Warnings method def modifier at indentation level 8 not at correct indentation, 4 86
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 86
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 87
Warnings method def child at indentation level 12 not at correct indentation, 8 88
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 89
Warnings class def rcurly at indentation level 4 not at correct indentation, 0 90

org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/LiteralNode.java

Violation Message Line
Warnings Line is longer than 80 characters. 1
Warnings Line is longer than 80 characters. 1

org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/NullPrimitive.java

Violation Message Line
Warnings Line is longer than 80 characters. 1
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings method def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings method def child at indentation level 24 not at correct indentation, 8 13
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 14
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 15
Warnings Line is longer than 80 characters. 1
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings method def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings method def child at indentation level 24 not at correct indentation, 8 13
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 14
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 15

org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/RealPrimitive.java

Violation Message Line
Warnings Line is longer than 80 characters. 1
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 12
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def child at indentation level 24 not at correct indentation, 8 14
Warnings ctor def child at indentation level 24 not at correct indentation, 8 15
Warnings '-' is not preceded with whitespace. 15
Warnings '-' is not followed by whitespace. 15
Warnings switch at indentation level 24 not at correct indentation, 8 16
Warnings switch lcurly at indentation level 24 not at correct indentation, 8 17
Warnings case child at indentation level 32 not at correct indentation, 8 18
Warnings case child at indentation level 32 not at correct indentation, 8 19
Warnings block child at indentation level 40 not at correct indentation, 12 20
Warnings Line is longer than 80 characters. 21
Warnings block child at indentation level 40 not at correct indentation, 12 21
Warnings block child at indentation level 40 not at correct indentation, 12 22
Warnings 'cast' is not followed by whitespace. 22
Warnings block child at indentation level 40 not at correct indentation, 12 23
Warnings case child at indentation level 32 not at correct indentation, 8 24
Warnings case child at indentation level 32 not at correct indentation, 8 25
Warnings block child at indentation level 40 not at correct indentation, 12 26
Warnings Line is longer than 80 characters. 27
Warnings block child at indentation level 40 not at correct indentation, 12 27
Warnings block child at indentation level 40 not at correct indentation, 12 28
Warnings block child at indentation level 40 not at correct indentation, 12 29
Warnings case child at indentation level 32 not at correct indentation, 8 30
Warnings case child at indentation level 32 not at correct indentation, 8 31
Warnings block child at indentation level 40 not at correct indentation, 12 32
Warnings Line is longer than 80 characters. 33
Warnings block child at indentation level 40 not at correct indentation, 12 33
Warnings block child at indentation level 40 not at correct indentation, 12 34
Warnings '=' is not followed by whitespace. 34
Warnings block child at indentation level 40 not at correct indentation, 12 35
Warnings case child at indentation level 32 not at correct indentation, 8 36
Warnings block child at indentation level 40 not at correct indentation, 12 37
Warnings block child at indentation level 40 not at correct indentation, 12 38
Warnings switch rcurly at indentation level 24 not at correct indentation, 8 39
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 40
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 41
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 42
Warnings ctor def child at indentation level 24 not at correct indentation, 8 43
Warnings ctor def child at indentation level 24 not at correct indentation, 8 44
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 45
Warnings member def modifier at indentation level 16 not at correct indentation, 4 47
Warnings method def modifier at indentation level 16 not at correct indentation, 4 48
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 49
Warnings method def child at indentation level 24 not at correct indentation, 8 50
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 51
Warnings member def modifier at indentation level 16 not at correct indentation, 4 52
Warnings Name 'IsFloat' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 52
Warnings member def modifier at indentation level 16 not at correct indentation, 4 54
Warnings Name 'IsDouble' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 54
Warnings member def modifier at indentation level 16 not at correct indentation, 4 57
Warnings Name 'IsDecimal' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 57
Warnings method def modifier at indentation level 16 not at correct indentation, 4 61
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 62
Warnings method def child at indentation level 24 not at correct indentation, 8 63
Warnings if at indentation level 24 not at correct indentation, 8 64
Warnings if lcurly at indentation level 24 not at correct indentation, 8 65
Warnings if child at indentation level 32 not at correct indentation, 12 66
Warnings if rcurly at indentation level 24 not at correct indentation, 8 67
Warnings else at indentation level 24 not at correct indentation, 8 68
Warnings if lcurly at indentation level 24 not at correct indentation, 8 69
Warnings if child at indentation level 32 not at correct indentation, 12 70
Warnings if rcurly at indentation level 24 not at correct indentation, 8 71
Warnings else at indentation level 24 not at correct indentation, 8 72
Warnings if lcurly at indentation level 24 not at correct indentation, 8 73
Warnings if child at indentation level 32 not at correct indentation, 12 74
Warnings if rcurly at indentation level 24 not at correct indentation, 8 75
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 76
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 77
Warnings Line is longer than 80 characters. 1
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 12
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 13
Warnings ctor def child at indentation level 24 not at correct indentation, 8 14
Warnings ctor def child at indentation level 24 not at correct indentation, 8 15
Warnings '-' is not preceded with whitespace. 15
Warnings '-' is not followed by whitespace. 15
Warnings switch at indentation level 24 not at correct indentation, 8 16
Warnings switch lcurly at indentation level 24 not at correct indentation, 8 17
Warnings case child at indentation level 32 not at correct indentation, 8 18
Warnings case child at indentation level 32 not at correct indentation, 8 19
Warnings block child at indentation level 40 not at correct indentation, 12 20
Warnings Line is longer than 80 characters. 21
Warnings block child at indentation level 40 not at correct indentation, 12 21
Warnings block child at indentation level 40 not at correct indentation, 12 22
Warnings 'cast' is not followed by whitespace. 22
Warnings block child at indentation level 40 not at correct indentation, 12 23
Warnings case child at indentation level 32 not at correct indentation, 8 24
Warnings case child at indentation level 32 not at correct indentation, 8 25
Warnings block child at indentation level 40 not at correct indentation, 12 26
Warnings Line is longer than 80 characters. 27
Warnings block child at indentation level 40 not at correct indentation, 12 27
Warnings block child at indentation level 40 not at correct indentation, 12 28
Warnings block child at indentation level 40 not at correct indentation, 12 29
Warnings case child at indentation level 32 not at correct indentation, 8 30
Warnings case child at indentation level 32 not at correct indentation, 8 31
Warnings block child at indentation level 40 not at correct indentation, 12 32
Warnings Line is longer than 80 characters. 33
Warnings block child at indentation level 40 not at correct indentation, 12 33
Warnings block child at indentation level 40 not at correct indentation, 12 34
Warnings '=' is not followed by whitespace. 34
Warnings block child at indentation level 40 not at correct indentation, 12 35
Warnings case child at indentation level 32 not at correct indentation, 8 36
Warnings block child at indentation level 40 not at correct indentation, 12 37
Warnings block child at indentation level 40 not at correct indentation, 12 38
Warnings switch rcurly at indentation level 24 not at correct indentation, 8 39
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 40
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 41
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 42
Warnings ctor def child at indentation level 24 not at correct indentation, 8 43
Warnings ctor def child at indentation level 24 not at correct indentation, 8 44
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 45
Warnings member def modifier at indentation level 16 not at correct indentation, 4 47
Warnings method def modifier at indentation level 16 not at correct indentation, 4 48
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 49
Warnings method def child at indentation level 24 not at correct indentation, 8 50
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 51
Warnings member def modifier at indentation level 16 not at correct indentation, 4 52
Warnings Name 'IsFloat' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 52
Warnings member def modifier at indentation level 16 not at correct indentation, 4 54
Warnings Name 'IsDouble' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 54
Warnings member def modifier at indentation level 16 not at correct indentation, 4 57
Warnings Name 'IsDecimal' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 57
Warnings method def modifier at indentation level 16 not at correct indentation, 4 61
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 62
Warnings method def child at indentation level 24 not at correct indentation, 8 63
Warnings if at indentation level 24 not at correct indentation, 8 64
Warnings if lcurly at indentation level 24 not at correct indentation, 8 65
Warnings if child at indentation level 32 not at correct indentation, 12 66
Warnings if rcurly at indentation level 24 not at correct indentation, 8 67
Warnings else at indentation level 24 not at correct indentation, 8 68
Warnings if lcurly at indentation level 24 not at correct indentation, 8 69
Warnings if child at indentation level 32 not at correct indentation, 12 70
Warnings if rcurly at indentation level 24 not at correct indentation, 8 71
Warnings else at indentation level 24 not at correct indentation, 8 72
Warnings if lcurly at indentation level 24 not at correct indentation, 8 73
Warnings if child at indentation level 32 not at correct indentation, 12 74
Warnings if rcurly at indentation level 24 not at correct indentation, 8 75
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 76
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 77

org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/StringPrimitive.java

Violation Message Line
Warnings Line is longer than 80 characters. 1
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def child at indentation level 24 not at correct indentation, 8 13
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Line is longer than 80 characters. 18
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Name 'IsVerbatim' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings method def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 21
Warnings if at indentation level 24 not at correct indentation, 8 22
Warnings if lcurly at indentation level 24 not at correct indentation, 8 23
Warnings if at indentation level 32 not at correct indentation, 12 24
Warnings if lcurly at indentation level 32 not at correct indentation, 12 25
Warnings if child at indentation level 40 not at correct indentation, 16 26
Warnings if rcurly at indentation level 32 not at correct indentation, 12 27
Warnings if child at indentation level 32 not at correct indentation, 12 28
Warnings if rcurly at indentation level 24 not at correct indentation, 8 29
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 30
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 31
Warnings Line is longer than 80 characters. 1
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 11
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings ctor def child at indentation level 24 not at correct indentation, 8 13
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Line is longer than 80 characters. 18
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Name 'IsVerbatim' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings method def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 21
Warnings if at indentation level 24 not at correct indentation, 8 22
Warnings if lcurly at indentation level 24 not at correct indentation, 8 23
Warnings if at indentation level 32 not at correct indentation, 12 24
Warnings if lcurly at indentation level 32 not at correct indentation, 12 25
Warnings if child at indentation level 40 not at correct indentation, 16 26
Warnings if rcurly at indentation level 32 not at correct indentation, 12 27
Warnings if child at indentation level 32 not at correct indentation, 12 28
Warnings if rcurly at indentation level 24 not at correct indentation, 8 29
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 30
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 31

org/argouml/language/csharp/importer/csparser/nodes/expressions/primitive/VoidPrimitive.java

Violation Message Line
Warnings Line is longer than 80 characters. 1
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings method def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings method def child at indentation level 24 not at correct indentation, 8 13
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 14
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 15
Warnings Line is longer than 80 characters. 1
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings method def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 12
Warnings method def child at indentation level 24 not at correct indentation, 8 13
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 14
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 15

org/argouml/language/csharp/importer/csparser/preprocessornodes/PPDefineNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings ctor def child at indentation level 24 not at correct indentation, 8 18
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 20
Warnings Variable 'Identifier' must be private and have accessor methods. 20
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 22
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings ctor def child at indentation level 24 not at correct indentation, 8 18
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 20
Warnings Variable 'Identifier' must be private and have accessor methods. 20
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 22

org/argouml/language/csharp/importer/csparser/preprocessornodes/PPIfNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings ctor def child at indentation level 24 not at correct indentation, 8 18
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 20
Warnings Variable 'Expression' must be private and have accessor methods. 20
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 22
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings ctor def child at indentation level 24 not at correct indentation, 8 18
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 20
Warnings Variable 'Expression' must be private and have accessor methods. 20
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 22

org/argouml/language/csharp/importer/csparser/statements/BlockStatement.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 8 not at correct indentation, 4 15
Warnings method def modifier at indentation level 8 not at correct indentation, 4 18
Warnings '{' is not preceded with whitespace. 18
Warnings method def child at indentation level 12 not at correct indentation, 8 19
Warnings '=' is not preceded with whitespace. 19
Warnings '=' is not followed by whitespace. 19
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 20
Warnings method def modifier at indentation level 8 not at correct indentation, 4 21
Warnings 'if' construct must use '{}'s. 22
Warnings if at indentation level 12 not at correct indentation, 8 22
Warnings 'if' is not followed by whitespace. 22
Warnings '=' is not preceded with whitespace. 23
Warnings '=' is not followed by whitespace. 23
Warnings method def child at indentation level 12 not at correct indentation, 8 24
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 25
Warnings Line is longer than 80 characters. 28
Warnings member def modifier at indentation level 8 not at correct indentation, 4 28
Warnings Missing a Javadoc comment. 28
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 28
Warnings Variable 'Statements' must be private and have accessor methods. 28
Warnings method def modifier at indentation level 8 not at correct indentation, 4 31
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 32
Warnings if at indentation level 24 not at correct indentation, 8 33
Warnings if lcurly at indentation level 24 not at correct indentation, 8 34
Warnings if child at indentation level 32 not at correct indentation, 12 35
Warnings if child at indentation level 32 not at correct indentation, 12 36
Warnings if child at indentation level 32 not at correct indentation, 12 37
Warnings if rcurly at indentation level 24 not at correct indentation, 8 38
Warnings else at indentation level 24 not at correct indentation, 8 39
Warnings 'if' is not followed by whitespace. 39
Warnings if lcurly at indentation level 24 not at correct indentation, 8 40
Warnings Line is longer than 80 characters. 41
Warnings if child at indentation level 32 not at correct indentation, 12 42
Warnings if rcurly at indentation level 24 not at correct indentation, 8 43
Warnings if at indentation level 24 not at correct indentation, 8 45
Warnings if lcurly at indentation level 24 not at correct indentation, 8 46
Warnings if child at indentation level 32 not at correct indentation, 12 47
Warnings if rcurly at indentation level 24 not at correct indentation, 8 48
Warnings if at indentation level 24 not at correct indentation, 8 50
Warnings if lcurly at indentation level 24 not at correct indentation, 8 51
Warnings if child at indentation level 32 not at correct indentation, 12 52
Warnings if child at indentation level 32 not at correct indentation, 12 53
Warnings if child at indentation level 32 not at correct indentation, 12 54
Warnings if rcurly at indentation level 24 not at correct indentation, 8 55
Warnings method def child at indentation level 24 not at correct indentation, 8 56
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 57
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 58
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 8 not at correct indentation, 4 15
Warnings method def modifier at indentation level 8 not at correct indentation, 4 18
Warnings '{' is not preceded with whitespace. 18
Warnings method def child at indentation level 12 not at correct indentation, 8 19
Warnings '=' is not preceded with whitespace. 19
Warnings '=' is not followed by whitespace. 19
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 20
Warnings method def modifier at indentation level 8 not at correct indentation, 4 21
Warnings 'if' construct must use '{}'s. 22
Warnings if at indentation level 12 not at correct indentation, 8 22
Warnings 'if' is not followed by whitespace. 22
Warnings '=' is not preceded with whitespace. 23
Warnings '=' is not followed by whitespace. 23
Warnings method def child at indentation level 12 not at correct indentation, 8 24
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 25
Warnings Line is longer than 80 characters. 28
Warnings member def modifier at indentation level 8 not at correct indentation, 4 28
Warnings Missing a Javadoc comment. 28
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 28
Warnings Variable 'Statements' must be private and have accessor methods. 28
Warnings method def modifier at indentation level 8 not at correct indentation, 4 31
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 32
Warnings if at indentation level 24 not at correct indentation, 8 33
Warnings if lcurly at indentation level 24 not at correct indentation, 8 34
Warnings if child at indentation level 32 not at correct indentation, 12 35
Warnings if child at indentation level 32 not at correct indentation, 12 36
Warnings if child at indentation level 32 not at correct indentation, 12 37
Warnings if rcurly at indentation level 24 not at correct indentation, 8 38
Warnings else at indentation level 24 not at correct indentation, 8 39
Warnings 'if' is not followed by whitespace. 39
Warnings if lcurly at indentation level 24 not at correct indentation, 8 40
Warnings Line is longer than 80 characters. 41
Warnings if child at indentation level 32 not at correct indentation, 12 42
Warnings if rcurly at indentation level 24 not at correct indentation, 8 43
Warnings if at indentation level 24 not at correct indentation, 8 45
Warnings if lcurly at indentation level 24 not at correct indentation, 8 46
Warnings if child at indentation level 32 not at correct indentation, 12 47
Warnings if rcurly at indentation level 24 not at correct indentation, 8 48
Warnings if at indentation level 24 not at correct indentation, 8 50
Warnings if lcurly at indentation level 24 not at correct indentation, 8 51
Warnings if child at indentation level 32 not at correct indentation, 12 52
Warnings if child at indentation level 32 not at correct indentation, 12 53
Warnings if child at indentation level 32 not at correct indentation, 12 54
Warnings if rcurly at indentation level 24 not at correct indentation, 8 55
Warnings method def child at indentation level 24 not at correct indentation, 8 56
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 57
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 58

org/argouml/language/csharp/importer/csparser/statements/BreakStatement.java

Violation Message Line
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11

org/argouml/language/csharp/importer/csparser/statements/CaseNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Name 'IsDefaultCase' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 14
Warnings Variable 'IsDefaultCase' must be private and have accessor methods. 14
Warnings Line is longer than 80 characters. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Ranges' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Ranges' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'StatementBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'StatementBlock' must be private and have accessor methods. 18
Warnings method def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings for at indentation level 24 not at correct indentation, 8 24
Warnings for lcurly at indentation level 24 not at correct indentation, 8 25
Warnings for child at indentation level 32 not at correct indentation, 12 26
Warnings for child at indentation level 32 not at correct indentation, 12 27
Warnings for child at indentation level 32 not at correct indentation, 12 28
Warnings Line is longer than 80 characters. 29
Warnings if at indentation level 32 not at correct indentation, 12 30
Warnings '&&' should be on a new line. 30
Warnings Expression can be simplified. 31
Warnings '&&' should be on a new line. 31
Warnings '==' is not preceded with whitespace. 32
Warnings Expression can be simplified. 32
Warnings '&&' should be on a new line. 32
Warnings if lcurly at indentation level 32 not at correct indentation, 12 34
Warnings if child at indentation level 40 not at correct indentation, 16 35
Warnings if rcurly at indentation level 32 not at correct indentation, 12 36
Warnings for child at indentation level 32 not at correct indentation, 12 37
Warnings for rcurly at indentation level 24 not at correct indentation, 8 38
Warnings if at indentation level 24 not at correct indentation, 8 39
Warnings if lcurly at indentation level 24 not at correct indentation, 8 40
Warnings if child at indentation level 32 not at correct indentation, 12 41
Warnings Line is longer than 80 characters. 42
Warnings if at indentation level 32 not at correct indentation, 12 42
Warnings Expression can be simplified. 42
Warnings if lcurly at indentation level 32 not at correct indentation, 12 43
Warnings if child at indentation level 40 not at correct indentation, 16 44
Warnings if rcurly at indentation level 32 not at correct indentation, 12 45
Warnings if child at indentation level 32 not at correct indentation, 12 46
Warnings if rcurly at indentation level 24 not at correct indentation, 8 47
Warnings method def child at indentation level 24 not at correct indentation, 8 48
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 50
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 52
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Name 'IsDefaultCase' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 14
Warnings Variable 'IsDefaultCase' must be private and have accessor methods. 14
Warnings Line is longer than 80 characters. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Ranges' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Ranges' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'StatementBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'StatementBlock' must be private and have accessor methods. 18
Warnings method def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings for at indentation level 24 not at correct indentation, 8 24
Warnings for lcurly at indentation level 24 not at correct indentation, 8 25
Warnings for child at indentation level 32 not at correct indentation, 12 26
Warnings for child at indentation level 32 not at correct indentation, 12 27
Warnings for child at indentation level 32 not at correct indentation, 12 28
Warnings Line is longer than 80 characters. 29
Warnings if at indentation level 32 not at correct indentation, 12 30
Warnings '&&' should be on a new line. 30
Warnings Expression can be simplified. 31
Warnings '&&' should be on a new line. 31
Warnings '==' is not preceded with whitespace. 32
Warnings Expression can be simplified. 32
Warnings '&&' should be on a new line. 32
Warnings if lcurly at indentation level 32 not at correct indentation, 12 34
Warnings if child at indentation level 40 not at correct indentation, 16 35
Warnings if rcurly at indentation level 32 not at correct indentation, 12 36
Warnings for child at indentation level 32 not at correct indentation, 12 37
Warnings for rcurly at indentation level 24 not at correct indentation, 8 38
Warnings if at indentation level 24 not at correct indentation, 8 39
Warnings if lcurly at indentation level 24 not at correct indentation, 8 40
Warnings if child at indentation level 32 not at correct indentation, 12 41
Warnings Line is longer than 80 characters. 42
Warnings if at indentation level 32 not at correct indentation, 12 42
Warnings Expression can be simplified. 42
Warnings if lcurly at indentation level 32 not at correct indentation, 12 43
Warnings if child at indentation level 40 not at correct indentation, 16 44
Warnings if rcurly at indentation level 32 not at correct indentation, 12 45
Warnings if child at indentation level 32 not at correct indentation, 12 46
Warnings if rcurly at indentation level 24 not at correct indentation, 8 47
Warnings method def child at indentation level 24 not at correct indentation, 8 48
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 50
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 52

org/argouml/language/csharp/importer/csparser/statements/CatchNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Name 'ClassType' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 14
Warnings Variable 'ClassType' must be private and have accessor methods. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings Variable 'Identifier' must be private and have accessor methods. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings Name 'CatchBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings Variable 'CatchBlock' must be private and have accessor methods. 19
Warnings method def modifier at indentation level 8 not at correct indentation, 4 21
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings if at indentation level 24 not at correct indentation, 8 24
Warnings if lcurly at indentation level 24 not at correct indentation, 8 25
Warnings if child at indentation level 32 not at correct indentation, 12 26
Warnings if child at indentation level 32 not at correct indentation, 12 27
Warnings if child at indentation level 32 not at correct indentation, 12 28
Warnings if rcurly at indentation level 24 not at correct indentation, 8 29
Warnings method def child at indentation level 24 not at correct indentation, 8 30
Warnings method def child at indentation level 24 not at correct indentation, 8 31
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 32
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 33
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Name 'ClassType' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 14
Warnings Variable 'ClassType' must be private and have accessor methods. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings Variable 'Identifier' must be private and have accessor methods. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings Name 'CatchBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings Variable 'CatchBlock' must be private and have accessor methods. 19
Warnings method def modifier at indentation level 8 not at correct indentation, 4 21
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings if at indentation level 24 not at correct indentation, 8 24
Warnings if lcurly at indentation level 24 not at correct indentation, 8 25
Warnings if child at indentation level 32 not at correct indentation, 12 26
Warnings if child at indentation level 32 not at correct indentation, 12 27
Warnings if child at indentation level 32 not at correct indentation, 12 28
Warnings if rcurly at indentation level 24 not at correct indentation, 8 29
Warnings method def child at indentation level 24 not at correct indentation, 8 30
Warnings method def child at indentation level 24 not at correct indentation, 8 31
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 32
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 33

org/argouml/language/csharp/importer/csparser/statements/CheckedStatement.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Name 'CheckedBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 11
Warnings method def modifier at indentation level 8 not at correct indentation, 4 14
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 15
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 17
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 18
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Name 'CheckedBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 11
Warnings method def modifier at indentation level 8 not at correct indentation, 4 14
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 15
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 17
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 18

org/argouml/language/csharp/importer/csparser/statements/ContinueStatement.java

Violation Message Line
Warnings Name 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 10
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Warnings Name 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 10
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12

org/argouml/language/csharp/importer/csparser/statements/DoStatement.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'Test' must be private and have accessor methods. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Statements' must be private and have accessor methods. 16
Warnings method def modifier at indentation level 8 not at correct indentation, 4 19
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 20
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 22
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 24
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'Test' must be private and have accessor methods. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Statements' must be private and have accessor methods. 16
Warnings method def modifier at indentation level 8 not at correct indentation, 4 19
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 20
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 22
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 24

org/argouml/language/csharp/importer/csparser/statements/ExpressionStatement.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings ctor def child at indentation level 24 not at correct indentation, 8 18
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 21
Warnings method def modifier at indentation level 16 not at correct indentation, 4 24
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def child at indentation level 24 not at correct indentation, 8 27
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 29
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 30
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 13
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 14
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 15
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 16
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings ctor def child at indentation level 24 not at correct indentation, 8 18
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 21
Warnings method def modifier at indentation level 16 not at correct indentation, 4 24
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def child at indentation level 24 not at correct indentation, 8 27
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 29
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 30

org/argouml/language/csharp/importer/csparser/statements/FinallyNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Missing a Javadoc comment. 11
Warnings Name 'FinallyBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 11
Warnings Variable 'FinallyBlock' must be private and have accessor methods. 11
Warnings method def modifier at indentation level 8 not at correct indentation, 4 14
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 15
Warnings method def child at indentation level 24 not at correct indentation, 8 16
Warnings method def child at indentation level 24 not at correct indentation, 8 17
Warnings method def child at indentation level 24 not at correct indentation, 8 18
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 19
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 20
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Missing a Javadoc comment. 11
Warnings Name 'FinallyBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 11
Warnings Variable 'FinallyBlock' must be private and have accessor methods. 11
Warnings method def modifier at indentation level 8 not at correct indentation, 4 14
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 15
Warnings method def child at indentation level 24 not at correct indentation, 8 16
Warnings method def child at indentation level 24 not at correct indentation, 8 17
Warnings method def child at indentation level 24 not at correct indentation, 8 18
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 19
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 20

org/argouml/language/csharp/importer/csparser/statements/ForEachStatement.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Name 'Iterator' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 14
Warnings Variable 'Iterator' must be private and have accessor methods. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Collection' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Collection' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings Variable 'Statements' must be private and have accessor methods. 19
Warnings method def modifier at indentation level 8 not at correct indentation, 4 22
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 23
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 25
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 27
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Name 'Iterator' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 14
Warnings Variable 'Iterator' must be private and have accessor methods. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Collection' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Collection' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings Variable 'Statements' must be private and have accessor methods. 19
Warnings method def modifier at indentation level 8 not at correct indentation, 4 22
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 23
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 25
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 27

org/argouml/language/csharp/importer/csparser/statements/ForStatement.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings Line is longer than 80 characters. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Name 'Init' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 14
Warnings Variable 'Init' must be private and have accessor methods. 14
Warnings Line is longer than 80 characters. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Test' must be private and have accessor methods. 16
Warnings Line is longer than 80 characters. 18
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'Inc' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'Inc' must be private and have accessor methods. 18
Warnings member def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Missing a Javadoc comment. 21
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 21
Warnings Variable 'Statements' must be private and have accessor methods. 21
Warnings method def modifier at indentation level 8 not at correct indentation, 4 24
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def child at indentation level 24 not at correct indentation, 8 27
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings method def child at indentation level 24 not at correct indentation, 8 29
Warnings method def child at indentation level 24 not at correct indentation, 8 30
Warnings method def child at indentation level 24 not at correct indentation, 8 31
Warnings method def child at indentation level 24 not at correct indentation, 8 32
Warnings method def child at indentation level 24 not at correct indentation, 8 33
Warnings method def child at indentation level 24 not at correct indentation, 8 34
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 36
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 38
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings Line is longer than 80 characters. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Name 'Init' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 14
Warnings Variable 'Init' must be private and have accessor methods. 14
Warnings Line is longer than 80 characters. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Test' must be private and have accessor methods. 16
Warnings Line is longer than 80 characters. 18
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'Inc' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'Inc' must be private and have accessor methods. 18
Warnings member def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Missing a Javadoc comment. 21
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 21
Warnings Variable 'Statements' must be private and have accessor methods. 21
Warnings method def modifier at indentation level 8 not at correct indentation, 4 24
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def child at indentation level 24 not at correct indentation, 8 27
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings method def child at indentation level 24 not at correct indentation, 8 29
Warnings method def child at indentation level 24 not at correct indentation, 8 30
Warnings method def child at indentation level 24 not at correct indentation, 8 31
Warnings method def child at indentation level 24 not at correct indentation, 8 32
Warnings method def child at indentation level 24 not at correct indentation, 8 33
Warnings method def child at indentation level 24 not at correct indentation, 8 34
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 36
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 38

org/argouml/language/csharp/importer/csparser/statements/GotoStatement.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'IsCase' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'IsCase' must be private and have accessor methods. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'IsDefaultCase' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 15
Warnings Variable 'IsDefaultCase' must be private and have accessor methods. 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'Target' must be private and have accessor methods. 18
Warnings method def modifier at indentation level 8 not at correct indentation, 4 21
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 22
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 24
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 25
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'IsCase' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'IsCase' must be private and have accessor methods. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'IsDefaultCase' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 15
Warnings Variable 'IsDefaultCase' must be private and have accessor methods. 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'Target' must be private and have accessor methods. 18
Warnings method def modifier at indentation level 8 not at correct indentation, 4 21
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 22
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 24
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 25

org/argouml/language/csharp/importer/csparser/statements/IfStatement.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'Test' must be private and have accessor methods. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Statements' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'ElseStatements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'ElseStatements' must be private and have accessor methods. 18
Warnings '=' is not preceded with whitespace. 18
Warnings '=' is not followed by whitespace. 18
Warnings method def modifier at indentation level 8 not at correct indentation, 4 20
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings if at indentation level 24 not at correct indentation, 8 23
Warnings if lcurly at indentation level 24 not at correct indentation, 8 24
Warnings if child at indentation level 32 not at correct indentation, 12 25
Warnings if rcurly at indentation level 24 not at correct indentation, 8 26
Warnings method def child at indentation level 24 not at correct indentation, 8 27
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings method def child at indentation level 24 not at correct indentation, 8 29
Warnings if at indentation level 24 not at correct indentation, 8 31
Warnings if lcurly at indentation level 24 not at correct indentation, 8 32
Warnings if child at indentation level 32 not at correct indentation, 12 33
Warnings if child at indentation level 32 not at correct indentation, 12 34
Warnings if rcurly at indentation level 24 not at correct indentation, 8 35
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 37
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 39
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'Test' must be private and have accessor methods. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Statements' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'ElseStatements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'ElseStatements' must be private and have accessor methods. 18
Warnings '=' is not preceded with whitespace. 18
Warnings '=' is not followed by whitespace. 18
Warnings method def modifier at indentation level 8 not at correct indentation, 4 20
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings if at indentation level 24 not at correct indentation, 8 23
Warnings if lcurly at indentation level 24 not at correct indentation, 8 24
Warnings if child at indentation level 32 not at correct indentation, 12 25
Warnings if rcurly at indentation level 24 not at correct indentation, 8 26
Warnings method def child at indentation level 24 not at correct indentation, 8 27
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings method def child at indentation level 24 not at correct indentation, 8 29
Warnings if at indentation level 24 not at correct indentation, 8 31
Warnings if lcurly at indentation level 24 not at correct indentation, 8 32
Warnings if child at indentation level 32 not at correct indentation, 12 33
Warnings if child at indentation level 32 not at correct indentation, 12 34
Warnings if rcurly at indentation level 24 not at correct indentation, 8 35
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 37
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 39

org/argouml/language/csharp/importer/csparser/statements/LabeledStatement.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 14
Warnings Variable 'Name' must be private and have accessor methods. 14
Warnings Line is longer than 80 characters. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings Variable 'Statements' must be private and have accessor methods. 17
Warnings method def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 20
Warnings method def child at indentation level 24 not at correct indentation, 8 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 24
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 26
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 14
Warnings Variable 'Name' must be private and have accessor methods. 14
Warnings Line is longer than 80 characters. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings Variable 'Statements' must be private and have accessor methods. 17
Warnings method def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 20
Warnings method def child at indentation level 24 not at correct indentation, 8 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 24
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 26

org/argouml/language/csharp/importer/csparser/statements/LocalDeclarationStatement.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 17
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 18
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 19
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 20
Warnings Line is longer than 80 characters. 21
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 21
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 22
Warnings ctor def child at indentation level 24 not at correct indentation, 8 23
Warnings ctor def child at indentation level 24 not at correct indentation, 8 24
Warnings ctor def child at indentation level 24 not at correct indentation, 8 25
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 26
Warnings member def modifier at indentation level 16 not at correct indentation, 4 28
Warnings Missing a Javadoc comment. 28
Warnings Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 28
Warnings Variable 'Type' must be private and have accessor methods. 28
Warnings Line is longer than 80 characters. 31
Warnings member def modifier at indentation level 16 not at correct indentation, 4 31
Warnings Missing a Javadoc comment. 31
Warnings Name 'Identifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 31
Warnings Variable 'Identifiers' must be private and have accessor methods. 31
Warnings member def modifier at indentation level 16 not at correct indentation, 4 33
Warnings Missing a Javadoc comment. 33
Warnings Name 'RightSide' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 33
Warnings Variable 'RightSide' must be private and have accessor methods. 33
Warnings member def modifier at indentation level 16 not at correct indentation, 4 36
Warnings Missing a Javadoc comment. 36
Warnings Name 'IsConstant' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 36
Warnings Variable 'IsConstant' must be private and have accessor methods. 36
Warnings method def modifier at indentation level 16 not at correct indentation, 4 39
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 40
Warnings if at indentation level 24 not at correct indentation, 8 41
Warnings if lcurly at indentation level 24 not at correct indentation, 8 42
Warnings if child at indentation level 32 not at correct indentation, 12 43
Warnings if rcurly at indentation level 24 not at correct indentation, 8 44
Warnings method def child at indentation level 24 not at correct indentation, 8 45
Warnings method def child at indentation level 24 not at correct indentation, 8 46
Warnings method def child at indentation level 24 not at correct indentation, 8 47
Warnings for at indentation level 24 not at correct indentation, 8 48
Warnings for lcurly at indentation level 24 not at correct indentation, 8 49
Warnings for child at indentation level 32 not at correct indentation, 12 50
Warnings for child at indentation level 32 not at correct indentation, 12 51
Warnings for child at indentation level 32 not at correct indentation, 12 52
Warnings for rcurly at indentation level 24 not at correct indentation, 8 53
Warnings if at indentation level 24 not at correct indentation, 8 54
Warnings if lcurly at indentation level 24 not at correct indentation, 8 55
Warnings if child at indentation level 32 not at correct indentation, 12 56
Warnings if child at indentation level 32 not at correct indentation, 12 57
Warnings if rcurly at indentation level 24 not at correct indentation, 8 58
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 59
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 60
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 17
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 18
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 19
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 20
Warnings Line is longer than 80 characters. 21
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 21
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 22
Warnings ctor def child at indentation level 24 not at correct indentation, 8 23
Warnings ctor def child at indentation level 24 not at correct indentation, 8 24
Warnings ctor def child at indentation level 24 not at correct indentation, 8 25
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 26
Warnings member def modifier at indentation level 16 not at correct indentation, 4 28
Warnings Missing a Javadoc comment. 28
Warnings Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 28
Warnings Variable 'Type' must be private and have accessor methods. 28
Warnings Line is longer than 80 characters. 31
Warnings member def modifier at indentation level 16 not at correct indentation, 4 31
Warnings Missing a Javadoc comment. 31
Warnings Name 'Identifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 31
Warnings Variable 'Identifiers' must be private and have accessor methods. 31
Warnings member def modifier at indentation level 16 not at correct indentation, 4 33
Warnings Missing a Javadoc comment. 33
Warnings Name 'RightSide' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 33
Warnings Variable 'RightSide' must be private and have accessor methods. 33
Warnings member def modifier at indentation level 16 not at correct indentation, 4 36
Warnings Missing a Javadoc comment. 36
Warnings Name 'IsConstant' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 36
Warnings Variable 'IsConstant' must be private and have accessor methods. 36
Warnings method def modifier at indentation level 16 not at correct indentation, 4 39
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 40
Warnings if at indentation level 24 not at correct indentation, 8 41
Warnings if lcurly at indentation level 24 not at correct indentation, 8 42
Warnings if child at indentation level 32 not at correct indentation, 12 43
Warnings if rcurly at indentation level 24 not at correct indentation, 8 44
Warnings method def child at indentation level 24 not at correct indentation, 8 45
Warnings method def child at indentation level 24 not at correct indentation, 8 46
Warnings method def child at indentation level 24 not at correct indentation, 8 47
Warnings for at indentation level 24 not at correct indentation, 8 48
Warnings for lcurly at indentation level 24 not at correct indentation, 8 49
Warnings for child at indentation level 32 not at correct indentation, 12 50
Warnings for child at indentation level 32 not at correct indentation, 12 51
Warnings for child at indentation level 32 not at correct indentation, 12 52
Warnings for rcurly at indentation level 24 not at correct indentation, 8 53
Warnings if at indentation level 24 not at correct indentation, 8 54
Warnings if lcurly at indentation level 24 not at correct indentation, 8 55
Warnings if child at indentation level 32 not at correct indentation, 12 56
Warnings if child at indentation level 32 not at correct indentation, 12 57
Warnings if rcurly at indentation level 24 not at correct indentation, 8 58
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 59
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 60

org/argouml/language/csharp/importer/csparser/statements/LockStatement.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'Target' must be private and have accessor methods. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 15
Warnings Variable 'Statements' must be private and have accessor methods. 15
Warnings method def modifier at indentation level 8 not at correct indentation, 4 18
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 19
Warnings method def child at indentation level 24 not at correct indentation, 8 20
Warnings method def child at indentation level 24 not at correct indentation, 8 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 24
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 25
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'Target' must be private and have accessor methods. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 15
Warnings Variable 'Statements' must be private and have accessor methods. 15
Warnings method def modifier at indentation level 8 not at correct indentation, 4 18
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 19
Warnings method def child at indentation level 24 not at correct indentation, 8 20
Warnings method def child at indentation level 24 not at correct indentation, 8 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 24
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 25

org/argouml/language/csharp/importer/csparser/statements/ReturnStatement.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'ReturnValue' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'ReturnValue' must be private and have accessor methods. 13
Warnings method def modifier at indentation level 8 not at correct indentation, 4 16
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings method def child at indentation level 24 not at correct indentation, 8 18
Warnings if at indentation level 24 not at correct indentation, 8 19
Warnings if lcurly at indentation level 24 not at correct indentation, 8 20
Warnings if child at indentation level 32 not at correct indentation, 12 21
Warnings if child at indentation level 32 not at correct indentation, 12 22
Warnings if rcurly at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 26
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 27
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'ReturnValue' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'ReturnValue' must be private and have accessor methods. 13
Warnings method def modifier at indentation level 8 not at correct indentation, 4 16
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 17
Warnings method def child at indentation level 24 not at correct indentation, 8 18
Warnings if at indentation level 24 not at correct indentation, 8 19
Warnings if lcurly at indentation level 24 not at correct indentation, 8 20
Warnings if child at indentation level 32 not at correct indentation, 12 21
Warnings if child at indentation level 32 not at correct indentation, 12 22
Warnings if rcurly at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 25
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 26
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 27

org/argouml/language/csharp/importer/csparser/statements/StatementNode.java

Violation Message Line
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 12
Warnings method def modifier at indentation level 8 not at correct indentation, 4 13
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings method def child at indentation level 24 not at correct indentation, 8 15
Warnings method def child at indentation level 24 not at correct indentation, 8 16
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 17
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 18
Warnings class def lcurly at indentation level 4 not at correct indentation, 0 12
Warnings method def modifier at indentation level 8 not at correct indentation, 4 13
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings method def child at indentation level 24 not at correct indentation, 8 15
Warnings method def child at indentation level 24 not at correct indentation, 8 16
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 17
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 18

org/argouml/language/csharp/importer/csparser/statements/SwitchStatement.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 14
Warnings Variable 'Test' must be private and have accessor methods. 14
Warnings Line is longer than 80 characters. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'Cases' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings Variable 'Cases' must be private and have accessor methods. 17
Warnings method def modifier at indentation level 8 not at correct indentation, 4 20
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def child at indentation level 24 not at correct indentation, 8 27
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings for at indentation level 24 not at correct indentation, 8 30
Warnings for lcurly at indentation level 24 not at correct indentation, 8 31
Warnings for child at indentation level 32 not at correct indentation, 12 32
Warnings for rcurly at indentation level 24 not at correct indentation, 8 33
Warnings method def child at indentation level 24 not at correct indentation, 8 34
Warnings method def child at indentation level 24 not at correct indentation, 8 35
Warnings method def child at indentation level 24 not at correct indentation, 8 36
Warnings method def child at indentation level 24 not at correct indentation, 8 37
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 38
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 39
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 14
Warnings Variable 'Test' must be private and have accessor methods. 14
Warnings Line is longer than 80 characters. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'Cases' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings Variable 'Cases' must be private and have accessor methods. 17
Warnings method def modifier at indentation level 8 not at correct indentation, 4 20
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def child at indentation level 24 not at correct indentation, 8 27
Warnings method def child at indentation level 24 not at correct indentation, 8 28
Warnings for at indentation level 24 not at correct indentation, 8 30
Warnings for lcurly at indentation level 24 not at correct indentation, 8 31
Warnings for child at indentation level 32 not at correct indentation, 12 32
Warnings for rcurly at indentation level 24 not at correct indentation, 8 33
Warnings method def child at indentation level 24 not at correct indentation, 8 34
Warnings method def child at indentation level 24 not at correct indentation, 8 35
Warnings method def child at indentation level 24 not at correct indentation, 8 36
Warnings method def child at indentation level 24 not at correct indentation, 8 37
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 38
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 39

org/argouml/language/csharp/importer/csparser/statements/ThrowNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'ThrowExpression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'ThrowExpression' must be private and have accessor methods. 13
Warnings method def modifier at indentation level 8 not at correct indentation, 4 16
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 17
Warnings method def child at indentation level 24 not at correct indentation, 8 18
Warnings if at indentation level 24 not at correct indentation, 8 19
Warnings if lcurly at indentation level 24 not at correct indentation, 8 20
Warnings if child at indentation level 32 not at correct indentation, 12 21
Warnings if rcurly at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 24
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 25
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'ThrowExpression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'ThrowExpression' must be private and have accessor methods. 13
Warnings method def modifier at indentation level 8 not at correct indentation, 4 16
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 17
Warnings method def child at indentation level 24 not at correct indentation, 8 18
Warnings if at indentation level 24 not at correct indentation, 8 19
Warnings if lcurly at indentation level 24 not at correct indentation, 8 20
Warnings if child at indentation level 32 not at correct indentation, 12 21
Warnings if rcurly at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 24
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 25

org/argouml/language/csharp/importer/csparser/statements/TryStatement.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'TryBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'TryBlock' must be private and have accessor methods. 13
Warnings Line is longer than 80 characters. 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'CatchBlocks' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 15
Warnings Variable 'CatchBlocks' must be private and have accessor methods. 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'FinallyBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings Variable 'FinallyBlock' must be private and have accessor methods. 17
Warnings method def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings for at indentation level 24 not at correct indentation, 8 25
Warnings 'for' is not followed by whitespace. 25
Warnings for lcurly at indentation level 24 not at correct indentation, 8 26
Warnings for child at indentation level 32 not at correct indentation, 12 27
Warnings for rcurly at indentation level 24 not at correct indentation, 8 28
Warnings if at indentation level 24 not at correct indentation, 8 30
Warnings if lcurly at indentation level 24 not at correct indentation, 8 31
Warnings if child at indentation level 32 not at correct indentation, 12 32
Warnings if rcurly at indentation level 24 not at correct indentation, 8 33
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 34
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 35
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'TryBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'TryBlock' must be private and have accessor methods. 13
Warnings Line is longer than 80 characters. 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'CatchBlocks' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 15
Warnings Variable 'CatchBlocks' must be private and have accessor methods. 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'FinallyBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings Variable 'FinallyBlock' must be private and have accessor methods. 17
Warnings method def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def child at indentation level 24 not at correct indentation, 8 24
Warnings for at indentation level 24 not at correct indentation, 8 25
Warnings 'for' is not followed by whitespace. 25
Warnings for lcurly at indentation level 24 not at correct indentation, 8 26
Warnings for child at indentation level 32 not at correct indentation, 12 27
Warnings for rcurly at indentation level 24 not at correct indentation, 8 28
Warnings if at indentation level 24 not at correct indentation, 8 30
Warnings if lcurly at indentation level 24 not at correct indentation, 8 31
Warnings if child at indentation level 32 not at correct indentation, 12 32
Warnings if rcurly at indentation level 24 not at correct indentation, 8 33
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 34
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 35

org/argouml/language/csharp/importer/csparser/statements/UncheckedStatement.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Missing a Javadoc comment. 11
Warnings Name 'UncheckedBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 11
Warnings Variable 'UncheckedBlock' must be private and have accessor methods. 11
Warnings method def modifier at indentation level 8 not at correct indentation, 4 13
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 16
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 17
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 10
Warnings member def modifier at indentation level 16 not at correct indentation, 4 11
Warnings Missing a Javadoc comment. 11
Warnings Name 'UncheckedBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 11
Warnings Variable 'UncheckedBlock' must be private and have accessor methods. 11
Warnings method def modifier at indentation level 8 not at correct indentation, 4 13
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 14
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 16
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 17

org/argouml/language/csharp/importer/csparser/statements/UsingStatement.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'Resource' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'Resource' must be private and have accessor methods. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 15
Warnings Variable 'Statements' must be private and have accessor methods. 15
Warnings method def modifier at indentation level 8 not at correct indentation, 4 18
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 19
Warnings method def child at indentation level 24 not at correct indentation, 8 20
Warnings method def child at indentation level 24 not at correct indentation, 8 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 24
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 25
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'Resource' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'Resource' must be private and have accessor methods. 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 15
Warnings Variable 'Statements' must be private and have accessor methods. 15
Warnings method def modifier at indentation level 8 not at correct indentation, 4 18
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 19
Warnings method def child at indentation level 24 not at correct indentation, 8 20
Warnings method def child at indentation level 24 not at correct indentation, 8 21
Warnings method def child at indentation level 24 not at correct indentation, 8 22
Warnings method def child at indentation level 24 not at correct indentation, 8 23
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 24
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 25

org/argouml/language/csharp/importer/csparser/statements/WhileStatement.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'Test' must be private and have accessor methods. 13
Warnings member def modifier at indentation level 8 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 15
Warnings Variable 'Statements' must be private and have accessor methods. 15
Warnings method def modifier at indentation level 8 not at correct indentation, 4 17
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 18
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 20
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 22
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 12
Warnings member def modifier at indentation level 16 not at correct indentation, 4 13
Warnings Missing a Javadoc comment. 13
Warnings Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 13
Warnings Variable 'Test' must be private and have accessor methods. 13
Warnings member def modifier at indentation level 8 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 15
Warnings Variable 'Statements' must be private and have accessor methods. 15
Warnings method def modifier at indentation level 8 not at correct indentation, 4 17
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 18
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 20
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 22

org/argouml/language/csharp/importer/csparser/structural/AttributeArgumentNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'ArgumentName' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 15
Warnings Variable 'ArgumentName' must be private and have accessor methods. 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings Variable 'Expression' must be private and have accessor methods. 17
Warnings method def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 20
Warnings if at indentation level 24 not at correct indentation, 8 21
Warnings if lcurly at indentation level 24 not at correct indentation, 8 22
Warnings if child at indentation level 32 not at correct indentation, 12 23
Warnings if child at indentation level 32 not at correct indentation, 12 24
Warnings if rcurly at indentation level 24 not at correct indentation, 8 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 27
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 28
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'ArgumentName' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 15
Warnings Variable 'ArgumentName' must be private and have accessor methods. 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings Variable 'Expression' must be private and have accessor methods. 17
Warnings method def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 20
Warnings if at indentation level 24 not at correct indentation, 8 21
Warnings if lcurly at indentation level 24 not at correct indentation, 8 22
Warnings if child at indentation level 32 not at correct indentation, 12 23
Warnings if child at indentation level 32 not at correct indentation, 12 24
Warnings if rcurly at indentation level 24 not at correct indentation, 8 25
Warnings method def child at indentation level 24 not at correct indentation, 8 26
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 27
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 28

org/argouml/language/csharp/importer/csparser/structural/AttributeNode.java

Violation Message Line
Warnings Missing a Javadoc comment. 18
Warnings Name 'Modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'Modifiers' must be private and have accessor methods. 18
Warnings Missing a Javadoc comment. 21
Warnings Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 21
Warnings Variable 'Name' must be private and have accessor methods. 21
Warnings Line is longer than 80 characters. 24
Warnings Missing a Javadoc comment. 24
Warnings Name 'Arguments' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 24
Warnings Variable 'Arguments' must be private and have accessor methods. 24
Warnings '=' is not followed by whitespace. 24
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
Warnings Missing a Javadoc comment. 18
Warnings Name 'Modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'Modifiers' must be private and have accessor methods. 18
Warnings Missing a Javadoc comment. 21
Warnings Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 21
Warnings Variable 'Name' must be private and have accessor methods. 21
Warnings Line is longer than 80 characters. 24
Warnings Missing a Javadoc comment. 24
Warnings Name 'Arguments' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 24
Warnings Variable 'Arguments' must be private and have accessor methods. 24
Warnings '=' is not followed by whitespace. 24
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26

org/argouml/language/csharp/importer/csparser/structural/CompilationUnitNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'UsingDirectives' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 15
Warnings Variable 'UsingDirectives' must be private and have accessor methods. 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'GlobalAttributes' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'GlobalAttributes' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'Namespaces' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings Variable 'Namespaces' must be private and have accessor methods. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'DefaultNamespace' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'DefaultNamespace' must be private and have accessor methods. 18
Warnings Line is longer than 80 characters. 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings Variable 'defaultNamespaceName' must be private and have accessor methods. 19
Warnings '{' is followed by whitespace. 19
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 21
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 22
Warnings Line is longer than 80 characters. 23
Warnings ctor def child at indentation level 24 not at correct indentation, 8 23
Warnings ctor def child at indentation level 24 not at correct indentation, 8 24
Warnings ctor def child at indentation level 24 not at correct indentation, 8 25
Warnings ctor def child at indentation level 24 not at correct indentation, 8 27
Warnings ctor def child at indentation level 24 not at correct indentation, 8 28
Warnings ctor def child at indentation level 24 not at correct indentation, 8 29
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 30
Warnings method def modifier at indentation level 8 not at correct indentation, 4 38
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 39
Warnings if at indentation level 24 not at correct indentation, 8 40
Warnings if lcurly at indentation level 24 not at correct indentation, 8 41
Warnings if child at indentation level 32 not at correct indentation, 12 42
Warnings if rcurly at indentation level 24 not at correct indentation, 8 43
Warnings for at indentation level 24 not at correct indentation, 8 45
Warnings 'for' is not followed by whitespace. 45
Warnings for lcurly at indentation level 24 not at correct indentation, 8 46
Warnings for child at indentation level 32 not at correct indentation, 12 47
Warnings for rcurly at indentation level 24 not at correct indentation, 8 48
Warnings for at indentation level 24 not at correct indentation, 8 50
Warnings for lcurly at indentation level 24 not at correct indentation, 8 51
Warnings for child at indentation level 32 not at correct indentation, 12 52
Warnings for rcurly at indentation level 24 not at correct indentation, 8 53
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 54
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 56
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 15
Warnings Missing a Javadoc comment. 15
Warnings Name 'UsingDirectives' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 15
Warnings Variable 'UsingDirectives' must be private and have accessor methods. 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'GlobalAttributes' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'GlobalAttributes' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'Namespaces' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings Variable 'Namespaces' must be private and have accessor methods. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'DefaultNamespace' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'DefaultNamespace' must be private and have accessor methods. 18
Warnings Line is longer than 80 characters. 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings Variable 'defaultNamespaceName' must be private and have accessor methods. 19
Warnings '{' is followed by whitespace. 19
Warnings ctor def modifier at indentation level 16 not at correct indentation, 4 21
Warnings ctor def lcurly at indentation level 16 not at correct indentation, 4 22
Warnings Line is longer than 80 characters. 23
Warnings ctor def child at indentation level 24 not at correct indentation, 8 23
Warnings ctor def child at indentation level 24 not at correct indentation, 8 24
Warnings ctor def child at indentation level 24 not at correct indentation, 8 25
Warnings ctor def child at indentation level 24 not at correct indentation, 8 27
Warnings ctor def child at indentation level 24 not at correct indentation, 8 28
Warnings ctor def child at indentation level 24 not at correct indentation, 8 29
Warnings ctor def rcurly at indentation level 16 not at correct indentation, 4 30
Warnings method def modifier at indentation level 8 not at correct indentation, 4 38
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 39
Warnings if at indentation level 24 not at correct indentation, 8 40
Warnings if lcurly at indentation level 24 not at correct indentation, 8 41
Warnings if child at indentation level 32 not at correct indentation, 12 42
Warnings if rcurly at indentation level 24 not at correct indentation, 8 43
Warnings for at indentation level 24 not at correct indentation, 8 45
Warnings 'for' is not followed by whitespace. 45
Warnings for lcurly at indentation level 24 not at correct indentation, 8 46
Warnings for child at indentation level 32 not at correct indentation, 12 47
Warnings for rcurly at indentation level 24 not at correct indentation, 8 48
Warnings for at indentation level 24 not at correct indentation, 8 50
Warnings for lcurly at indentation level 24 not at correct indentation, 8 51
Warnings for child at indentation level 32 not at correct indentation, 12 52
Warnings for rcurly at indentation level 24 not at correct indentation, 8 53
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 54
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 56

org/argouml/language/csharp/importer/csparser/structural/NamespaceNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 15
Warnings Line is longer than 80 characters. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Namespaces' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Namespaces' must be private and have accessor methods. 16
Warnings Line is longer than 80 characters. 18
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'Classes' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'Classes' must be private and have accessor methods. 18
Warnings Line is longer than 80 characters. 21
Warnings member def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Missing a Javadoc comment. 21
Warnings Name 'Enums' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 21
Warnings Variable 'Enums' must be private and have accessor methods. 21
Warnings Line is longer than 80 characters. 23
Warnings member def modifier at indentation level 16 not at correct indentation, 4 23
Warnings Missing a Javadoc comment. 23
Warnings Name 'Delegates' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 23
Warnings Variable 'Delegates' must be private and have accessor methods. 23
Warnings Line is longer than 80 characters. 26
Warnings member def modifier at indentation level 16 not at correct indentation, 4 26
Warnings Missing a Javadoc comment. 26
Warnings Name 'Interfaces' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 26
Warnings Variable 'Interfaces' must be private and have accessor methods. 26
Warnings Line is longer than 80 characters. 29
Warnings member def modifier at indentation level 16 not at correct indentation, 4 29
Warnings Missing a Javadoc comment. 29
Warnings Name 'Structs' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 29
Warnings Variable 'Structs' must be private and have accessor methods. 29
Warnings member def modifier at indentation level 16 not at correct indentation, 4 33
Warnings Missing a Javadoc comment. 33
Warnings Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 33
Warnings Variable 'Name' must be private and have accessor methods. 33
Warnings method def modifier at indentation level 8 not at correct indentation, 4 36
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 37
Warnings if at indentation level 24 not at correct indentation, 8 38
Warnings if lcurly at indentation level 24 not at correct indentation, 8 39
Warnings if child at indentation level 32 not at correct indentation, 12 40
Warnings if child at indentation level 32 not at correct indentation, 12 41
Warnings if rcurly at indentation level 24 not at correct indentation, 8 42
Warnings if at indentation level 24 not at correct indentation, 8 43
Warnings if lcurly at indentation level 24 not at correct indentation, 8 44
Warnings if child at indentation level 32 not at correct indentation, 12 45
Warnings if child at indentation level 32 not at correct indentation, 12 46
Warnings if child at indentation level 32 not at correct indentation, 12 47
Warnings if child at indentation level 32 not at correct indentation, 12 48
Warnings if child at indentation level 32 not at correct indentation, 12 49
Warnings if child at indentation level 32 not at correct indentation, 12 50
Warnings if rcurly at indentation level 24 not at correct indentation, 8 51
Warnings 'if' construct must use '{}'s. 53
Warnings if at indentation level 24 not at correct indentation, 8 53
Warnings 'if' construct must use '{}'s. 56
Warnings if at indentation level 24 not at correct indentation, 8 56
Warnings 'if' is not followed by whitespace. 56
Warnings 'if' construct must use '{}'s. 59
Warnings if at indentation level 24 not at correct indentation, 8 59
Warnings 'if' construct must use '{}'s. 62
Warnings if at indentation level 24 not at correct indentation, 8 62
Warnings 'if' construct must use '{}'s. 65
Warnings if at indentation level 24 not at correct indentation, 8 65
Warnings 'if' construct must use '{}'s. 68
Warnings if at indentation level 24 not at correct indentation, 8 68
Warnings if at indentation level 24 not at correct indentation, 8 72
Warnings if lcurly at indentation level 24 not at correct indentation, 8 73
Warnings if child at indentation level 32 not at correct indentation, 12 74
Warnings if child at indentation level 32 not at correct indentation, 12 75
Warnings if child at indentation level 32 not at correct indentation, 12 76
Warnings if child at indentation level 32 not at correct indentation, 12 77
Warnings if rcurly at indentation level 24 not at correct indentation, 8 78
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 81
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 83
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 15
Warnings Line is longer than 80 characters. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Namespaces' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Namespaces' must be private and have accessor methods. 16
Warnings Line is longer than 80 characters. 18
Warnings member def modifier at indentation level 16 not at correct indentation, 4 18
Warnings Missing a Javadoc comment. 18
Warnings Name 'Classes' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 18
Warnings Variable 'Classes' must be private and have accessor methods. 18
Warnings Line is longer than 80 characters. 21
Warnings member def modifier at indentation level 16 not at correct indentation, 4 21
Warnings Missing a Javadoc comment. 21
Warnings Name 'Enums' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 21
Warnings Variable 'Enums' must be private and have accessor methods. 21
Warnings Line is longer than 80 characters. 23
Warnings member def modifier at indentation level 16 not at correct indentation, 4 23
Warnings Missing a Javadoc comment. 23
Warnings Name 'Delegates' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 23
Warnings Variable 'Delegates' must be private and have accessor methods. 23
Warnings Line is longer than 80 characters. 26
Warnings member def modifier at indentation level 16 not at correct indentation, 4 26
Warnings Missing a Javadoc comment. 26
Warnings Name 'Interfaces' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 26
Warnings Variable 'Interfaces' must be private and have accessor methods. 26
Warnings Line is longer than 80 characters. 29
Warnings member def modifier at indentation level 16 not at correct indentation, 4 29
Warnings Missing a Javadoc comment. 29
Warnings Name 'Structs' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 29
Warnings Variable 'Structs' must be private and have accessor methods. 29
Warnings member def modifier at indentation level 16 not at correct indentation, 4 33
Warnings Missing a Javadoc comment. 33
Warnings Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 33
Warnings Variable 'Name' must be private and have accessor methods. 33
Warnings method def modifier at indentation level 8 not at correct indentation, 4 36
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 37
Warnings if at indentation level 24 not at correct indentation, 8 38
Warnings if lcurly at indentation level 24 not at correct indentation, 8 39
Warnings if child at indentation level 32 not at correct indentation, 12 40
Warnings if child at indentation level 32 not at correct indentation, 12 41
Warnings if rcurly at indentation level 24 not at correct indentation, 8 42
Warnings if at indentation level 24 not at correct indentation, 8 43
Warnings if lcurly at indentation level 24 not at correct indentation, 8 44
Warnings if child at indentation level 32 not at correct indentation, 12 45
Warnings if child at indentation level 32 not at correct indentation, 12 46
Warnings if child at indentation level 32 not at correct indentation, 12 47
Warnings if child at indentation level 32 not at correct indentation, 12 48
Warnings if child at indentation level 32 not at correct indentation, 12 49
Warnings if child at indentation level 32 not at correct indentation, 12 50
Warnings if rcurly at indentation level 24 not at correct indentation, 8 51
Warnings 'if' construct must use '{}'s. 53
Warnings if at indentation level 24 not at correct indentation, 8 53
Warnings 'if' construct must use '{}'s. 56
Warnings if at indentation level 24 not at correct indentation, 8 56
Warnings 'if' is not followed by whitespace. 56
Warnings 'if' construct must use '{}'s. 59
Warnings if at indentation level 24 not at correct indentation, 8 59
Warnings 'if' construct must use '{}'s. 62
Warnings if at indentation level 24 not at correct indentation, 8 62
Warnings 'if' construct must use '{}'s. 65
Warnings if at indentation level 24 not at correct indentation, 8 65
Warnings 'if' construct must use '{}'s. 68
Warnings if at indentation level 24 not at correct indentation, 8 68
Warnings if at indentation level 24 not at correct indentation, 8 72
Warnings if lcurly at indentation level 24 not at correct indentation, 8 73
Warnings if child at indentation level 32 not at correct indentation, 12 74
Warnings if child at indentation level 32 not at correct indentation, 12 75
Warnings if child at indentation level 32 not at correct indentation, 12 76
Warnings if child at indentation level 32 not at correct indentation, 12 77
Warnings if rcurly at indentation level 24 not at correct indentation, 8 78
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 81
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 83

org/argouml/language/csharp/importer/csparser/structural/UsingDirectiveNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Name 'IsAlias' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 14
Warnings Variable 'IsAlias' must be private and have accessor methods. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Target' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 8 not at correct indentation, 4 21
Warnings method def modifier at indentation level 9 not at correct indentation, 4 23
Warnings method def child at indentation level 12 not at correct indentation, 8 24
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 25
Warnings method def modifier at indentation level 8 not at correct indentation, 4 27
Warnings 'aliasName' hides a field. 27
Warnings method def child at indentation level 12 not at correct indentation, 8 28
Warnings method def child at indentation level 12 not at correct indentation, 8 29
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 30
Warnings method def modifier at indentation level 8 not at correct indentation, 4 35
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 36
Warnings method def child at indentation level 24 not at correct indentation, 8 37
Warnings method def child at indentation level 24 not at correct indentation, 8 40
Warnings if at indentation level 24 not at correct indentation, 8 42
Warnings if lcurly at indentation level 24 not at correct indentation, 8 43
Warnings if child at indentation level 32 not at correct indentation, 12 44
Warnings if child at indentation level 32 not at correct indentation, 12 45
Warnings if rcurly at indentation level 24 not at correct indentation, 8 46
Warnings method def child at indentation level 24 not at correct indentation, 8 47
Warnings method def child at indentation level 24 not at correct indentation, 8 48
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 49
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 50
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 13
Warnings member def modifier at indentation level 16 not at correct indentation, 4 14
Warnings Missing a Javadoc comment. 14
Warnings Name 'IsAlias' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 14
Warnings Variable 'IsAlias' must be private and have accessor methods. 14
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Target' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 8 not at correct indentation, 4 21
Warnings method def modifier at indentation level 9 not at correct indentation, 4 23
Warnings method def child at indentation level 12 not at correct indentation, 8 24
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 25
Warnings method def modifier at indentation level 8 not at correct indentation, 4 27
Warnings 'aliasName' hides a field. 27
Warnings method def child at indentation level 12 not at correct indentation, 8 28
Warnings method def child at indentation level 12 not at correct indentation, 8 29
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 30
Warnings method def modifier at indentation level 8 not at correct indentation, 4 35
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Warnings method def lcurly at indentation level 8 not at correct indentation, 4 36
Warnings method def child at indentation level 24 not at correct indentation, 8 37
Warnings method def child at indentation level 24 not at correct indentation, 8 40
Warnings if at indentation level 24 not at correct indentation, 8 42
Warnings if lcurly at indentation level 24 not at correct indentation, 8 43
Warnings if child at indentation level 32 not at correct indentation, 12 44
Warnings if child at indentation level 32 not at correct indentation, 12 45
Warnings if rcurly at indentation level 24 not at correct indentation, 8 46
Warnings method def child at indentation level 24 not at correct indentation, 8 47
Warnings method def child at indentation level 24 not at correct indentation, 8 48
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 49
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 50

org/argouml/language/csharp/importer/csparser/types/ClassNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings Name 'Modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 20
Warnings Variable 'Modifiers' must be private and have accessor methods. 20
Warnings member def modifier at indentation level 16 not at correct indentation, 4 23
Warnings Missing a Javadoc comment. 23
Warnings Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 23
Warnings Variable 'Name' must be private and have accessor methods. 23
Warnings member def modifier at indentation level 16 not at correct indentation, 4 26
Warnings Missing a Javadoc comment. 26
Warnings Name 'BaseClasses' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 26
Warnings Variable 'BaseClasses' must be private and have accessor methods. 26
Warnings '=' is not followed by whitespace. 26
Warnings Line is longer than 80 characters. 30
Warnings member def modifier at indentation level 16 not at correct indentation, 4 30
Warnings Missing a Javadoc comment. 30
Warnings Name 'Constants' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 30
Warnings Variable 'Constants' must be private and have accessor methods. 30
Warnings '=' is not followed by whitespace. 30
Warnings Line is longer than 80 characters. 32
Warnings member def modifier at indentation level 16 not at correct indentation, 4 32
Warnings Missing a Javadoc comment. 32
Warnings Name 'Fields' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 32
Warnings Variable 'Fields' must be private and have accessor methods. 32
Warnings '=' is not followed by whitespace. 32
Warnings Line is longer than 80 characters. 35
Warnings member def modifier at indentation level 16 not at correct indentation, 4 35
Warnings Missing a Javadoc comment. 35
Warnings Name 'Properties' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 35
Warnings Variable 'Properties' must be private and have accessor methods. 35
Warnings '=' is not followed by whitespace. 35
Warnings Line is longer than 80 characters. 37
Warnings member def modifier at indentation level 16 not at correct indentation, 4 37
Warnings Missing a Javadoc comment. 37
Warnings Name 'Constructors' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 37
Warnings Variable 'Constructors' must be private and have accessor methods. 37
Warnings '=' is not followed by whitespace. 37
Warnings Line is longer than 80 characters. 40
Warnings member def modifier at indentation level 16 not at correct indentation, 4 40
Warnings Missing a Javadoc comment. 40
Warnings Name 'Destructors' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 40
Warnings Variable 'Destructors' must be private and have accessor methods. 40
Warnings '=' is not followed by whitespace. 40
Warnings Line is longer than 80 characters. 43
Warnings member def modifier at indentation level 16 not at correct indentation, 4 43
Warnings Missing a Javadoc comment. 43
Warnings Name 'Methods' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 43
Warnings Variable 'Methods' must be private and have accessor methods. 43
Warnings '=' is not followed by whitespace. 43
Warnings Line is longer than 80 characters. 46
Warnings member def modifier at indentation level 16 not at correct indentation, 4 46
Warnings Missing a Javadoc comment. 46
Warnings Name 'Indexers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 46
Warnings Variable 'Indexers' must be private and have accessor methods. 46
Warnings '=' is not followed by whitespace. 46
Warnings Line is longer than 80 characters. 49
Warnings member def modifier at indentation level 16 not at correct indentation, 4 49
Warnings Missing a Javadoc comment. 49
Warnings Name 'Events' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 49
Warnings Variable 'Events' must be private and have accessor methods. 49
Warnings method def modifier at indentation level 16 not at correct indentation, 4 58
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 59
Warnings method def child at indentation level 24 not at correct indentation, 8 60
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 61
Warnings method def modifier at indentation level 8 not at correct indentation, 4 62
Warnings Name 'WriteLocalSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 63
Warnings if at indentation level 24 not at correct indentation, 8 64
Warnings if lcurly at indentation level 24 not at correct indentation, 8 65
Warnings if child at indentation level 32 not at correct indentation, 12 66
Warnings if child at indentation level 32 not at correct indentation, 12 67
Warnings if rcurly at indentation level 24 not at correct indentation, 8 68
Warnings method def child at indentation level 24 not at correct indentation, 8 69
Warnings method def child at indentation level 24 not at correct indentation, 8 71
Warnings method def child at indentation level 24 not at correct indentation, 8 72
Warnings method def child at indentation level 24 not at correct indentation, 8 73
Warnings if at indentation level 24 not at correct indentation, 8 75
Warnings if lcurly at indentation level 24 not at correct indentation, 8 76
Warnings if child at indentation level 32 not at correct indentation, 12 77
Warnings if child at indentation level 32 not at correct indentation, 12 78
Warnings for at indentation level 32 not at correct indentation, 12 79
Warnings 'for' is not followed by whitespace. 79
Warnings for lcurly at indentation level 32 not at correct indentation, 12 80
Warnings for child at indentation level 40 not at correct indentation, 16 81
Warnings for child at indentation level 40 not at correct indentation, 16 82
Warnings for child at indentation level 40 not at correct indentation, 16 83
Warnings for rcurly at indentation level 32 not at correct indentation, 12 84
Warnings if rcurly at indentation level 24 not at correct indentation, 8 85
Warnings method def child at indentation level 24 not at correct indentation, 8 87
Warnings method def child at indentation level 24 not at correct indentation, 8 88
Warnings method def child at indentation level 24 not at correct indentation, 8 89
Warnings method def child at indentation level 24 not at correct indentation, 8 90
Warnings if at indentation level 24 not at correct indentation, 8 92
Warnings 'if' is not followed by whitespace. 92
Warnings if lcurly at indentation level 24 not at correct indentation, 8 93
Warnings if child at indentation level 32 not at correct indentation, 12 94
Warnings if rcurly at indentation level 24 not at correct indentation, 8 95
Warnings if at indentation level 24 not at correct indentation, 8 96
Warnings 'if' is not followed by whitespace. 96
Warnings if lcurly at indentation level 24 not at correct indentation, 8 97
Warnings if child at indentation level 32 not at correct indentation, 12 98
Warnings if rcurly at indentation level 24 not at correct indentation, 8 99
Warnings if at indentation level 24 not at correct indentation, 8 100
Warnings 'if' is not followed by whitespace. 100
Warnings if lcurly at indentation level 24 not at correct indentation, 8 101
Warnings if child at indentation level 32 not at correct indentation, 12 102
Warnings if rcurly at indentation level 24 not at correct indentation, 8 103
Warnings if at indentation level 24 not at correct indentation, 8 104
Warnings if lcurly at indentation level 24 not at correct indentation, 8 105
Warnings if child at indentation level 32 not at correct indentation, 12 106
Warnings if rcurly at indentation level 24 not at correct indentation, 8 107
Warnings if at indentation level 24 not at correct indentation, 8 108
Warnings if lcurly at indentation level 24 not at correct indentation, 8 109
Warnings if child at indentation level 32 not at correct indentation, 12 110
Warnings if rcurly at indentation level 24 not at correct indentation, 8 111
Warnings if at indentation level 24 not at correct indentation, 8 112
Warnings if lcurly at indentation level 24 not at correct indentation, 8 113
Warnings if child at indentation level 32 not at correct indentation, 12 114
Warnings if rcurly at indentation level 24 not at correct indentation, 8 115
Warnings if at indentation level 24 not at correct indentation, 8 116
Warnings if lcurly at indentation level 24 not at correct indentation, 8 117
Warnings if child at indentation level 32 not at correct indentation, 12 118
Warnings if rcurly at indentation level 24 not at correct indentation, 8 119
Warnings if at indentation level 24 not at correct indentation, 8 120
Warnings if lcurly at indentation level 24 not at correct indentation, 8 121
Warnings if child at indentation level 32 not at correct indentation, 12 122
Warnings if rcurly at indentation level 24 not at correct indentation, 8 123
Warnings method def child at indentation level 24 not at correct indentation, 8 125
Warnings method def child at indentation level 24 not at correct indentation, 8 126
Warnings method def child at indentation level 24 not at correct indentation, 8 127
Warnings method def child at indentation level 24 not at correct indentation, 8 128
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 130
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 132
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 20
Warnings Missing a Javadoc comment. 20
Warnings Name 'Modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 20
Warnings Variable 'Modifiers' must be private and have accessor methods. 20
Warnings member def modifier at indentation level 16 not at correct indentation, 4 23
Warnings Missing a Javadoc comment. 23
Warnings Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 23
Warnings Variable 'Name' must be private and have accessor methods. 23
Warnings member def modifier at indentation level 16 not at correct indentation, 4 26
Warnings Missing a Javadoc comment. 26
Warnings Name 'BaseClasses' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 26
Warnings Variable 'BaseClasses' must be private and have accessor methods. 26
Warnings '=' is not followed by whitespace. 26
Warnings Line is longer than 80 characters. 30
Warnings member def modifier at indentation level 16 not at correct indentation, 4 30
Warnings Missing a Javadoc comment. 30
Warnings Name 'Constants' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 30
Warnings Variable 'Constants' must be private and have accessor methods. 30
Warnings '=' is not followed by whitespace. 30
Warnings Line is longer than 80 characters. 32
Warnings member def modifier at indentation level 16 not at correct indentation, 4 32
Warnings Missing a Javadoc comment. 32
Warnings Name 'Fields' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 32
Warnings Variable 'Fields' must be private and have accessor methods. 32
Warnings '=' is not followed by whitespace. 32
Warnings Line is longer than 80 characters. 35
Warnings member def modifier at indentation level 16 not at correct indentation, 4 35
Warnings Missing a Javadoc comment. 35
Warnings Name 'Properties' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 35
Warnings Variable 'Properties' must be private and have accessor methods. 35
Warnings '=' is not followed by whitespace. 35
Warnings Line is longer than 80 characters. 37
Warnings member def modifier at indentation level 16 not at correct indentation, 4 37
Warnings Missing a Javadoc comment. 37
Warnings Name 'Constructors' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 37
Warnings Variable 'Constructors' must be private and have accessor methods. 37
Warnings '=' is not followed by whitespace. 37
Warnings Line is longer than 80 characters. 40
Warnings member def modifier at indentation level 16 not at correct indentation, 4 40
Warnings Missing a Javadoc comment. 40
Warnings Name 'Destructors' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 40
Warnings Variable 'Destructors' must be private and have accessor methods. 40
Warnings '=' is not followed by whitespace. 40
Warnings Line is longer than 80 characters. 43
Warnings member def modifier at indentation level 16 not at correct indentation, 4 43
Warnings Missing a Javadoc comment. 43
Warnings Name 'Methods' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 43
Warnings Variable 'Methods' must be private and have accessor methods. 43
Warnings '=' is not followed by whitespace. 43
Warnings Line is longer than 80 characters. 46
Warnings member def modifier at indentation level 16 not at correct indentation, 4 46
Warnings Missing a Javadoc comment. 46
Warnings Name 'Indexers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 46
Warnings Variable 'Indexers' must be private and have accessor methods. 46
Warnings '=' is not followed by whitespace. 46
Warnings Line is longer than 80 characters. 49
Warnings member def modifier at indentation level 16 not at correct indentation, 4 49
Warnings Missing a Javadoc comment. 49
Warnings Name 'Events' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 49
Warnings Variable 'Events' must be private and have accessor methods. 49
Warnings method def modifier at indentation level 16 not at correct indentation, 4 58
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 59
Warnings method def child at indentation level 24 not at correct indentation, 8 60
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 61
Warnings method def modifier at indentation level 8 not at correct indentation, 4 62
Warnings Name 'WriteLocalSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 63
Warnings if at indentation level 24 not at correct indentation, 8 64
Warnings if lcurly at indentation level 24 not at correct indentation, 8 65
Warnings if child at indentation level 32 not at correct indentation, 12 66
Warnings if child at indentation level 32 not at correct indentation, 12 67
Warnings if rcurly at indentation level 24 not at correct indentation, 8 68
Warnings method def child at indentation level 24 not at correct indentation, 8 69
Warnings method def child at indentation level 24 not at correct indentation, 8 71
Warnings method def child at indentation level 24 not at correct indentation, 8 72
Warnings method def child at indentation level 24 not at correct indentation, 8 73
Warnings if at indentation level 24 not at correct indentation, 8 75
Warnings if lcurly at indentation level 24 not at correct indentation, 8 76
Warnings if child at indentation level 32 not at correct indentation, 12 77
Warnings if child at indentation level 32 not at correct indentation, 12 78
Warnings for at indentation level 32 not at correct indentation, 12 79
Warnings 'for' is not followed by whitespace. 79
Warnings for lcurly at indentation level 32 not at correct indentation, 12 80
Warnings for child at indentation level 40 not at correct indentation, 16 81
Warnings for child at indentation level 40 not at correct indentation, 16 82
Warnings for child at indentation level 40 not at correct indentation, 16 83
Warnings for rcurly at indentation level 32 not at correct indentation, 12 84
Warnings if rcurly at indentation level 24 not at correct indentation, 8 85
Warnings method def child at indentation level 24 not at correct indentation, 8 87
Warnings method def child at indentation level 24 not at correct indentation, 8 88
Warnings method def child at indentation level 24 not at correct indentation, 8 89
Warnings method def child at indentation level 24 not at correct indentation, 8 90
Warnings if at indentation level 24 not at correct indentation, 8 92
Warnings 'if' is not followed by whitespace. 92
Warnings if lcurly at indentation level 24 not at correct indentation, 8 93
Warnings if child at indentation level 32 not at correct indentation, 12 94
Warnings if rcurly at indentation level 24 not at correct indentation, 8 95
Warnings if at indentation level 24 not at correct indentation, 8 96
Warnings 'if' is not followed by whitespace. 96
Warnings if lcurly at indentation level 24 not at correct indentation, 8 97
Warnings if child at indentation level 32 not at correct indentation, 12 98
Warnings if rcurly at indentation level 24 not at correct indentation, 8 99
Warnings if at indentation level 24 not at correct indentation, 8 100
Warnings 'if' is not followed by whitespace. 100
Warnings if lcurly at indentation level 24 not at correct indentation, 8 101
Warnings if child at indentation level 32 not at correct indentation, 12 102
Warnings if rcurly at indentation level 24 not at correct indentation, 8 103
Warnings if at indentation level 24 not at correct indentation, 8 104
Warnings if lcurly at indentation level 24 not at correct indentation, 8 105
Warnings if child at indentation level 32 not at correct indentation, 12 106
Warnings if rcurly at indentation level 24 not at correct indentation, 8 107
Warnings if at indentation level 24 not at correct indentation, 8 108
Warnings if lcurly at indentation level 24 not at correct indentation, 8 109
Warnings if child at indentation level 32 not at correct indentation, 12 110
Warnings if rcurly at indentation level 24 not at correct indentation, 8 111
Warnings if at indentation level 24 not at correct indentation, 8 112
Warnings if lcurly at indentation level 24 not at correct indentation, 8 113
Warnings if child at indentation level 32 not at correct indentation, 12 114
Warnings if rcurly at indentation level 24 not at correct indentation, 8 115
Warnings if at indentation level 24 not at correct indentation, 8 116
Warnings if lcurly at indentation level 24 not at correct indentation, 8 117
Warnings if child at indentation level 32 not at correct indentation, 12 118
Warnings if rcurly at indentation level 24 not at correct indentation, 8 119
Warnings if at indentation level 24 not at correct indentation, 8 120
Warnings if lcurly at indentation level 24 not at correct indentation, 8 121
Warnings if child at indentation level 32 not at correct indentation, 12 122
Warnings if rcurly at indentation level 24 not at correct indentation, 8 123
Warnings method def child at indentation level 24 not at correct indentation, 8 125
Warnings method def child at indentation level 24 not at correct indentation, 8 126
Warnings method def child at indentation level 24 not at correct indentation, 8 127
Warnings method def child at indentation level 24 not at correct indentation, 8 128
Warnings method def rcurly at indentation level 8 not at correct indentation, 4 130
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 132

org/argouml/language/csharp/importer/csparser/types/DelegateNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'Modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings Variable 'Modifiers' must be private and have accessor methods. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings Variable 'Type' must be private and have accessor methods. 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Missing a Javadoc comment. 22
Warnings Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 22
Warnings Variable 'Name' must be private and have accessor methods. 22
Warnings Line is longer than 80 characters. 25
Warnings member def modifier at indentation level 16 not at correct indentation, 4 25
Warnings Missing a Javadoc comment. 25
Warnings Name 'Params' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 25
Warnings Variable 'Params' must be private and have accessor methods. 25
Warnings '=' is not followed by whitespace. 25
Warnings method def modifier at indentation level 16 not at correct indentation, 4 28
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 29
Warnings if at indentation level 24 not at correct indentation, 8 30
Warnings if lcurly at indentation level 24 not at correct indentation, 8 31
Warnings if child at indentation level 32 not at correct indentation, 12 32
Warnings if child at indentation level 32 not at correct indentation, 12 33
Warnings if rcurly at indentation level 24 not at correct indentation, 8 34
Warnings method def child at indentation level 24 not at correct indentation, 8 35
Warnings method def child at indentation level 24 not at correct indentation, 8 37
Warnings method def child at indentation level 24 not at correct indentation, 8 38
Warnings method def child at indentation level 24 not at correct indentation, 8 39
Warnings method def child at indentation level 24 not at correct indentation, 8 40
Warnings method def child at indentation level 24 not at correct indentation, 8 42
Warnings if at indentation level 24 not at correct indentation, 8 43
Warnings if lcurly at indentation level 24 not at correct indentation, 8 44
Warnings if child at indentation level 32 not at correct indentation, 12 45
Warnings for at indentation level 32 not at correct indentation, 12 46
Warnings 'for' is not followed by whitespace. 46
Warnings for lcurly at indentation level 32 not at correct indentation, 12 47
Warnings for child at indentation level 40 not at correct indentation, 16 48
Warnings for child at indentation level 40 not at correct indentation, 16 49
Warnings for child at indentation level 40 not at correct indentation, 16 50
Warnings for rcurly at indentation level 32 not at correct indentation, 12 51
Warnings if rcurly at indentation level 24 not at correct indentation, 8 52
Warnings method def child at indentation level 24 not at correct indentation, 8 53
Warnings method def child at indentation level 24 not at correct indentation, 8 54
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 56
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 57
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 17
Warnings Missing a Javadoc comment. 17
Warnings Name 'Modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 17
Warnings Variable 'Modifiers' must be private and have accessor methods. 17
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings Variable 'Type' must be private and have accessor methods. 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Missing a Javadoc comment. 22
Warnings Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 22
Warnings Variable 'Name' must be private and have accessor methods. 22
Warnings Line is longer than 80 characters. 25
Warnings member def modifier at indentation level 16 not at correct indentation, 4 25
Warnings Missing a Javadoc comment. 25
Warnings Name 'Params' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 25
Warnings Variable 'Params' must be private and have accessor methods. 25
Warnings '=' is not followed by whitespace. 25
Warnings method def modifier at indentation level 16 not at correct indentation, 4 28
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 29
Warnings if at indentation level 24 not at correct indentation, 8 30
Warnings if lcurly at indentation level 24 not at correct indentation, 8 31
Warnings if child at indentation level 32 not at correct indentation, 12 32
Warnings if child at indentation level 32 not at correct indentation, 12 33
Warnings if rcurly at indentation level 24 not at correct indentation, 8 34
Warnings method def child at indentation level 24 not at correct indentation, 8 35
Warnings method def child at indentation level 24 not at correct indentation, 8 37
Warnings method def child at indentation level 24 not at correct indentation, 8 38
Warnings method def child at indentation level 24 not at correct indentation, 8 39
Warnings method def child at indentation level 24 not at correct indentation, 8 40
Warnings method def child at indentation level 24 not at correct indentation, 8 42
Warnings if at indentation level 24 not at correct indentation, 8 43
Warnings if lcurly at indentation level 24 not at correct indentation, 8 44
Warnings if child at indentation level 32 not at correct indentation, 12 45
Warnings for at indentation level 32 not at correct indentation, 12 46
Warnings 'for' is not followed by whitespace. 46
Warnings for lcurly at indentation level 32 not at correct indentation, 12 47
Warnings for child at indentation level 40 not at correct indentation, 16 48
Warnings for child at indentation level 40 not at correct indentation, 16 49
Warnings for child at indentation level 40 not at correct indentation, 16 50
Warnings for rcurly at indentation level 32 not at correct indentation, 12 51
Warnings if rcurly at indentation level 24 not at correct indentation, 8 52
Warnings method def child at indentation level 24 not at correct indentation, 8 53
Warnings method def child at indentation level 24 not at correct indentation, 8 54
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 56
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 57

org/argouml/language/csharp/importer/csparser/types/EnumNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Modifiers' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings Variable 'Name' must be private and have accessor methods. 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Missing a Javadoc comment. 22
Warnings Name 'BaseClass' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 22
Warnings Variable 'BaseClass' must be private and have accessor methods. 22
Warnings member def modifier at indentation level 16 not at correct indentation, 4 25
Warnings Missing a Javadoc comment. 25
Warnings Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 25
Warnings Variable 'Value' must be private and have accessor methods. 25
Warnings method def modifier at indentation level 16 not at correct indentation, 4 28
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 29
Warnings if at indentation level 24 not at correct indentation, 8 32
Warnings if lcurly at indentation level 24 not at correct indentation, 8 33
Warnings if child at indentation level 32 not at correct indentation, 12 34
Warnings if child at indentation level 32 not at correct indentation, 12 35
Warnings if rcurly at indentation level 24 not at correct indentation, 8 36
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 38
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 39
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 15
Warnings member def modifier at indentation level 16 not at correct indentation, 4 16
Warnings Missing a Javadoc comment. 16
Warnings Name 'Modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 16
Warnings Variable 'Modifiers' must be private and have accessor methods. 16
Warnings member def modifier at indentation level 16 not at correct indentation, 4 19
Warnings Missing a Javadoc comment. 19
Warnings Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 19
Warnings Variable 'Name' must be private and have accessor methods. 19
Warnings member def modifier at indentation level 16 not at correct indentation, 4 22
Warnings Missing a Javadoc comment. 22
Warnings Name 'BaseClass' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 22
Warnings Variable 'BaseClass' must be private and have accessor methods. 22
Warnings member def modifier at indentation level 16 not at correct indentation, 4 25
Warnings Missing a Javadoc comment. 25
Warnings Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 25
Warnings Variable 'Value' must be private and have accessor methods. 25
Warnings method def modifier at indentation level 16 not at correct indentation, 4 28
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 29
Warnings if at indentation level 24 not at correct indentation, 8 32
Warnings if lcurly at indentation level 24 not at correct indentation, 8 33
Warnings if child at indentation level 32 not at correct indentation, 12 34
Warnings if child at indentation level 32 not at correct indentation, 12 35
Warnings if rcurly at indentation level 24 not at correct indentation, 8 36
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 38
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 39

org/argouml/language/csharp/importer/csparser/types/InterfaceNode.java

Violation Message Line
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 22
Warnings member def modifier at indentation level 16 not at correct indentation, 4 23
Warnings Missing a Javadoc comment. 23
Warnings Name 'Modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 23
Warnings Variable 'Modifiers' must be private and have accessor methods. 23
Warnings member def modifier at indentation level 16 not at correct indentation, 4 25
Warnings Missing a Javadoc comment. 25
Warnings Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 25
Warnings Variable 'Name' must be private and have accessor methods. 25
Warnings member def modifier at indentation level 16 not at correct indentation, 4 27
Warnings Missing a Javadoc comment. 27
Warnings Name 'BaseClasses' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 27
Warnings Variable 'BaseClasses' must be private and have accessor methods. 27
Warnings '=' is not followed by whitespace. 27
Warnings Line is longer than 80 characters. 29
Warnings member def modifier at indentation level 16 not at correct indentation, 4 29
Warnings Missing a Javadoc comment. 29
Warnings Name 'Methods' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 29
Warnings Variable 'Methods' must be private and have accessor methods. 29
Warnings '=' is not followed by whitespace. 29
Warnings Line is longer than 80 characters. 31
Warnings member def modifier at indentation level 16 not at correct indentation, 4 31
Warnings Missing a Javadoc comment. 31
Warnings Name 'Properties' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 31
Warnings Variable 'Properties' must be private and have accessor methods. 31
Warnings '=' is not followed by whitespace. 31
Warnings Line is longer than 80 characters. 34
Warnings member def modifier at indentation level 16 not at correct indentation, 4 34
Warnings Missing a Javadoc comment. 34
Warnings Name 'Indexers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 34
Warnings Variable 'Indexers' must be private and have accessor methods. 34
Warnings '=' is not followed by whitespace. 34
Warnings Line is longer than 80 characters. 37
Warnings member def modifier at indentation level 16 not at correct indentation, 4 37
Warnings Missing a Javadoc comment. 37
Warnings Name 'Events' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 37
Warnings Variable 'Events' must be private and have accessor methods. 37
Warnings '=' is not followed by whitespace. 37
Warnings method def modifier at indentation level 16 not at correct indentation, 4 40
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 41
Warnings if at indentation level 24 not at correct indentation, 8 42
Warnings if lcurly at indentation level 24 not at correct indentation, 8 43
Warnings if child at indentation level 32 not at correct indentation, 12 44
Warnings if child at indentation level 32 not at correct indentation, 12 45
Warnings if rcurly at indentation level 24 not at correct indentation, 8 46
Warnings method def child at indentation level 24 not at correct indentation, 8 47
Warnings method def child at indentation level 24 not at correct indentation, 8 49
Warnings method def child at indentation level 24 not at correct indentation, 8 50
Warnings method def child at indentation level 24 not at correct indentation, 8 51
Warnings if at indentation level 24 not at correct indentation, 8 53
Warnings if lcurly at indentation level 24 not at correct indentation, 8 54
Warnings if child at indentation level 32 not at correct indentation, 12 55
Warnings if child at indentation level 32 not at correct indentation, 12 56
Warnings for at indentation level 32 not at correct indentation, 12 57
Warnings for lcurly at indentation level 32 not at correct indentation, 12 58
Warnings for child at indentation level 40 not at correct indentation, 16 59
Warnings for child at indentation level 40 not at correct indentation, 16 60
Warnings for child at indentation level 40 not at correct indentation, 16 61
Warnings for rcurly at indentation level 32 not at correct indentation, 12 62
Warnings if rcurly at indentation level 24 not at correct indentation, 8 63
Warnings method def child at indentation level 24 not at correct indentation, 8 65
Warnings method def child at indentation level 24 not at correct indentation, 8 66
Warnings method def child at indentation level 24 not at correct indentation, 8 67
Warnings method def child at indentation level 24 not at correct indentation, 8 68
Warnings if at indentation level 24 not at correct indentation, 8 70
Warnings if lcurly at indentation level 24 not at correct indentation, 8 71
Warnings if child at indentation level 32 not at correct indentation, 12 72
Warnings if rcurly at indentation level 24 not at correct indentation, 8 73
Warnings if at indentation level 24 not at correct indentation, 8 74
Warnings if lcurly at indentation level 24 not at correct indentation, 8 75
Warnings if child at indentation level 32 not at correct indentation, 12 76
Warnings if rcurly at indentation level 24 not at correct indentation, 8 77
Warnings if at indentation level 24 not at correct indentation, 8 78
Warnings if lcurly at indentation level 24 not at correct indentation, 8 79
Warnings if child at indentation level 32 not at correct indentation, 12 80
Warnings if rcurly at indentation level 24 not at correct indentation, 8 81
Warnings if at indentation level 24 not at correct indentation, 8 82
Warnings if lcurly at indentation level 24 not at correct indentation, 8 83
Warnings if child at indentation level 32 not at correct indentation, 12 84
Warnings if rcurly at indentation level 24 not at correct indentation, 8 85
Warnings method def child at indentation level 24 not at correct indentation, 8 87
Warnings method def child at indentation level 24 not at correct indentation, 8 88
Warnings method def child at indentation level 24 not at correct indentation, 8 89
Warnings method def child at indentation level 24 not at correct indentation, 8 90
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 92
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 93
Warnings class def lcurly at indentation level 8 not at correct indentation, 0 22
Warnings member def modifier at indentation level 16 not at correct indentation, 4 23
Warnings Missing a Javadoc comment. 23
Warnings Name 'Modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 23
Warnings Variable 'Modifiers' must be private and have accessor methods. 23
Warnings member def modifier at indentation level 16 not at correct indentation, 4 25
Warnings Missing a Javadoc comment. 25
Warnings Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 25
Warnings Variable 'Name' must be private and have accessor methods. 25
Warnings member def modifier at indentation level 16 not at correct indentation, 4 27
Warnings Missing a Javadoc comment. 27
Warnings Name 'BaseClasses' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 27
Warnings Variable 'BaseClasses' must be private and have accessor methods. 27
Warnings '=' is not followed by whitespace. 27
Warnings Line is longer than 80 characters. 29
Warnings member def modifier at indentation level 16 not at correct indentation, 4 29
Warnings Missing a Javadoc comment. 29
Warnings Name 'Methods' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 29
Warnings Variable 'Methods' must be private and have accessor methods. 29
Warnings '=' is not followed by whitespace. 29
Warnings Line is longer than 80 characters. 31
Warnings member def modifier at indentation level 16 not at correct indentation, 4 31
Warnings Missing a Javadoc comment. 31
Warnings Name 'Properties' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 31
Warnings Variable 'Properties' must be private and have accessor methods. 31
Warnings '=' is not followed by whitespace. 31
Warnings Line is longer than 80 characters. 34
Warnings member def modifier at indentation level 16 not at correct indentation, 4 34
Warnings Missing a Javadoc comment. 34
Warnings Name 'Indexers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 34
Warnings Variable 'Indexers' must be private and have accessor methods. 34
Warnings '=' is not followed by whitespace. 34
Warnings Line is longer than 80 characters. 37
Warnings member def modifier at indentation level 16 not at correct indentation, 4 37
Warnings Missing a Javadoc comment. 37
Warnings Name 'Events' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. 37
Warnings Variable 'Events' must be private and have accessor methods. 37
Warnings '=' is not followed by whitespace. 37
Warnings method def modifier at indentation level 16 not at correct indentation, 4 40
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Warnings method def lcurly at indentation level 16 not at correct indentation, 4 41
Warnings if at indentation level 24 not at correct indentation, 8 42
Warnings if lcurly at indentation level 24 not at correct indentation, 8 43
Warnings if child at indentation level 32 not at correct indentation, 12 44
Warnings if child at indentation level 32 not at correct indentation, 12 45
Warnings if rcurly at indentation level 24 not at correct indentation, 8 46
Warnings method def child at indentation level 24 not at correct indentation, 8 47
Warnings method def child at indentation level 24 not at correct indentation, 8 49
Warnings method def child at indentation level 24 not at correct indentation, 8 50
Warnings method def child at indentation level 24 not at correct indentation, 8 51
Warnings if at indentation level 24 not at correct indentation, 8 53
Warnings if lcurly at indentation level 24 not at correct indentation, 8 54
Warnings if child at indentation level 32 not at correct indentation, 12 55
Warnings if child at indentation level 32 not at correct indentation, 12 56
Warnings for at indentation level 32 not at correct indentation, 12 57
Warnings for lcurly at indentation level 32 not at correct indentation, 12 58
Warnings for child at indentation level 40 not at correct indentation, 16 59
Warnings for child at indentation level 40 not at correct indentation, 16 60
Warnings for child at indentation level 40 not at correct indentation, 16 61
Warnings for rcurly at indentation level 32 not at correct indentation, 12 62
Warnings if rcurly at indentation level 24 not at correct indentation, 8 63
Warnings method def child at indentation level 24 not at correct indentation, 8 65
Warnings method def child at indentation level 24 not at correct indentation, 8 66
Warnings method def child at indentation level 24 not at correct indentation, 8 67
Warnings method def child at indentation level 24 not at correct indentation, 8 68
Warnings if at indentation level 24 not at correct indentation, 8 70
Warnings if lcurly at indentation level 24 not at correct indentation, 8 71
Warnings if child at indentation level 32 not at correct indentation, 12 72
Warnings if rcurly at indentation level 24 not at correct indentation, 8 73
Warnings if at indentation level 24 not at correct indentation, 8 74
Warnings if lcurly at indentation level 24 not at correct indentation, 8 75
Warnings if child at indentation level 32 not at correct indentation, 12 76
Warnings if rcurly at indentation level 24 not at correct indentation, 8 77
Warnings if at indentation level 24 not at correct indentation, 8 78
Warnings if lcurly at indentation level 24 not at correct indentation, 8 79
Warnings if child at indentation level 32 not at correct indentation, 12 80
Warnings if rcurly at indentation level 24 not at correct indentation, 8 81
Warnings if at indentation level 24 not at correct indentation, 8 82
Warnings if lcurly at indentation level 24 not at correct indentation, 8 83
Warnings if child at indentation level 32 not at correct indentation, 12 84
Warnings if rcurly at indentation level 24 not at correct indentation, 8 85
Warnings method def child at indentation level 24 not at correct indentation, 8 87
Warnings method def child at indentation level 24 not at correct indentation, 8 88
Warnings method def child at indentation level 24 not at correct indentation, 8 89
Warnings method def child at indentation level 24 not at correct indentation, 8 90
Warnings method def rcurly at indentation level 16 not at correct indentation, 4 92
Warnings class def rcurly at indentation level 8 not at correct indentation, 0 93

org/argouml/language/csharp/importer/csparser/types/StructNode.java

Violation Message Line
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 10
Warnings Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 10

org/argouml/language/csharp/importer/csparser/util/StringUtil.java

Violation Message Line
Warnings '-' is not preceded with whitespace. 12
Warnings '-' is not followed by whitespace. 12
Warnings '==' is not preceded with whitespace. 12
Warnings '==' is not followed by whitespace. 12
Warnings '-' is not preceded with whitespace. 12
Warnings '-' is not followed by whitespace. 12
Warnings '==' is not preceded with whitespace. 12
Warnings '==' is not followed by whitespace. 12