The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 14 | 0 | 0 | 408 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 2 | |
| NewlineAtEndOfFile | 11 | |
| Translation | 0 | |
| JavadocMethod | 54 | |
| JavadocType | 0 | |
| JavadocVariable | 12 | |
| JavadocStyle | 0 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| LineLength | 81 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 2 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 26 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 1 | |
| RedundantModifier | 2 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 1 | |
| LeftCurly | 117 | |
| NeedBraces | 0 | |
| RightCurly | 5 | |
| AvoidInlineConditionals | 6 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 8 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 1 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 42 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 29 | |
GenericIllegalRegexp
| 6 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 10 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 21 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Utility classes should not have a public or default constructor. | 21 | |
| '{' should be on the previous line. | 22 | |
| Parameter modelElements should be final. | 29 | |
| '{' should be on the previous line. | 33 | |
| 'static' modifier out of order with the JLS suggestions. | 45 | |
| '{' should be on the previous line. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| '{' should be on the previous line. | 51 | |
| Missing a Javadoc comment. | 55 | |
| '{' should be on the previous line. | 58 | |
| 'cast' is not followed by whitespace. | 59 | |
| 'cast' is not followed by whitespace. | 60 | |
| Line is longer than 80 characters. | 69 | |
| Line has trailing spaces. | 71 | |
| Line is longer than 80 characters. | 75 | |
| '{' should be on the previous line. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 82 | |
| Avoid inline conditionals. | 82 | |
| Line is longer than 80 characters. | 83 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Parameter metaObject should be final. | 16 | |
| Parameter context should be final. | 17 | |
| '{' should be on the previous line. | 18 | |
| Line is longer than 80 characters. | 23 | |
| Expected an @return tag. | 25 | |
| Method 'handleGetImplementationName' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| '{' should be on the previous line. | 26 | |
| Line is longer than 80 characters. | 30 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 12 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Parameter metaObject should be final. | 20 | |
| Parameter context should be final. | 21 | |
| '{' should be on the previous line. | 22 | |
| Line is longer than 80 characters. | 27 | |
| Expected an @return tag. | 29 | |
| Method 'handleGetPrecedence' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| '{' should be on the previous line. | 30 | |
| '999999999' is a magic number. | 31 | |
| Line is longer than 80 characters. | 34 | |
| '{' should be on the previous line. | 36 | |
| '{' should be on the previous line. | 38 | |
| '}' should be on the same line. | 40 | |
| '{' should be on the previous line. | 42 | |
| Must have at least one statement. | 42 | |
| Line is longer than 80 characters. | 50 | |
| Expected an @return tag. | 52 | |
| Method 'handleGetGetterName' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| '{' should be on the previous line. | 53 | |
| '{' should be on the previous line. | 56 | |
| '{' should be on the previous line. | 58 | |
| Line is longer than 80 characters. | 67 | |
| Expected an @return tag. | 69 | |
| Method 'handleGetGetterNameVisibility' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| '{' should be on the previous line. | 70 | |
| '{' should be on the previous line. | 74 | |
| '{' should be on the previous line. | 79 | |
| Expected an @return tag. | 89 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| '{' should be on the previous line. | 90 | |
| '{' should be on the previous line. | 93 | |
| Line is longer than 80 characters. | 97 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Parameter metaObject should be final. | 15 | |
| Parameter context should be final. | 16 | |
| '{' should be on the previous line. | 17 | |
| Line is longer than 80 characters. | 22 | |
| Expected an @return tag. | 24 | |
| Method 'handleGetImplementationOperationName' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| '{' should be on the previous line. | 25 | |
| Line is longer than 80 characters. | 29 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 12 | |
| Parameter fullyQualifiedTypeName should be final. | 12 | |
| 'fullyQualifiedTypeName' hides a field. | 12 | |
| Parameter name should be final. | 12 | |
| 'name' hides a field. | 12 | |
| '{' should be on the previous line. | 13 | |
| Expected an @return tag. | 21 | |
| Method 'getFullyQualifiedTypeName' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| '{' should be on the previous line. | 22 | |
| Expected an @return tag. | 29 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| '{' should be on the previous line. | 30 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 37 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Parameter metaObject should be final. | 49 | |
| Parameter context should be final. | 50 | |
| '{' should be on the previous line. | 51 | |
| Method 'handleGetMetaclass' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| '{' should be on the previous line. | 63 | |
| Unused @param tag for 'cl'. | 72 | |
| Parameter classifier should be final. | 75 | |
| Expected @param tag for 'classifier'. | 75 | |
| '{' should be on the previous line. | 76 | |
| Line is longer than 80 characters. | 77 | |
| 'cast' is not followed by whitespace. | 79 | |
| 'cast' is not followed by whitespace. | 80 | |
| '{' should be on the previous line. | 83 | |
| 'cast' is not followed by whitespace. | 84 | |
| '{' should be on the previous line. | 86 | |
| Line is longer than 80 characters. | 92 | |
| 'cast' is not followed by whitespace. | 92 | |
| Avoid inline conditionals. | 93 | |
| Line is longer than 80 characters. | 97 | |
| Expected an @return tag. | 99 | |
| Method 'handleIsMetaclassDirectDependency' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| '{' should be on the previous line. | 100 | |
| '{' should be on the previous line. | 104 | |
| Line is longer than 80 characters. | 106 | |
| 'cast' is not followed by whitespace. | 106 | |
| '{' should be on the previous line. | 108 | |
| Line is longer than 80 characters. | 109 | |
| '{' should be on the previous line. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 120 | |
| Expected an @return tag. | 122 | |
| Method 'handleGetLogicName' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| '{' should be on the previous line. | 123 | |
| Line is longer than 80 characters. | 128 | |
| Expected an @return tag. | 130 | |
| Method 'handleGetLogicImplName' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| '{' should be on the previous line. | 131 | |
| Line is longer than 80 characters. | 136 | |
| Expected an @return tag. | 138 | |
| Method 'handleGetFullyQualifiedLogicImplName' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| '{' should be on the previous line. | 139 | |
| Line is longer than 80 characters. | 144 | |
| Expected an @return tag. | 146 | |
| Method 'handleGetFullyQualifiedLogicName' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| '{' should be on the previous line. | 147 | |
| Line is longer than 80 characters. | 152 | |
| Expected an @return tag. | 154 | |
| Method 'handleGetLogicFile' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| '{' should be on the previous line. | 155 | |
| Expected an @return tag. | 166 | |
| '{' should be on the previous line. | 167 | |
| Line is longer than 80 characters. | 168 | |
| Line is longer than 80 characters. | 172 | |
| Expected an @return tag. | 174 | |
| Method 'handleGetLogicPackageName' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| '{' should be on the previous line. | 175 | |
| '{' should be on the previous line. | 178 | |
| Line is longer than 80 characters. | 185 | |
| Expected an @return tag. | 187 | |
| Method 'handleGetLogicImplFile' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| '{' should be on the previous line. | 188 | |
| Line is longer than 80 characters. | 189 | |
| Unused @param tag for 'metamodelVersionPackage'. | 197 | |
| Unused @param tag for 'the'. | 198 | |
| Parameter name should be final. | 201 | |
| Expected @param tag for 'name'. | 201 | |
| '{' should be on the previous line. | 202 | |
| Line is longer than 80 characters. | 203 | |
| '{' should be on the previous line. | 205 | |
| Line is longer than 80 characters. | 213 | |
| Expected an @return tag. | 215 | |
| Method 'handleGetMethodDataForPSM' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Parameter facade should be final. | 215 | |
| Expected @param tag for 'facade'. | 215 | |
| '{' should be on the previous line. | 216 | |
| Line is longer than 80 characters. | 221 | |
| Expected an @return tag. | 223 | |
| Method 'handleGetMethodDataForPSM' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| '{' should be on the previous line. | 224 | |
| Line is longer than 80 characters. | 229 | |
| Expected an @return tag. | 231 | |
| Redundant 'final' modifier. | 231 | |
| Expected @param tag for 'facade'. | 232 | |
| Expected @param tag for 'includeSuperclasses'. | 233 | |
| '{' should be on the previous line. | 234 | |
| '{' should be on the previous line. | 236 | |
| '{' should be on the previous line. | 239 | |
| '{' should be on the previous line. | 242 | |
| Line is longer than 80 characters. | 243 | |
| Line is longer than 80 characters. | 246 | |
| 'cast' is not followed by whitespace. | 246 | |
| Line is longer than 80 characters. | 247 | |
| Line is longer than 80 characters. | 248 | |
| 'cast' is not followed by whitespace. | 248 | |
| Line is longer than 80 characters. | 250 | |
| 'cast' is not followed by whitespace. | 250 | |
| '{' should be on the previous line. | 260 | |
| 'cast' is not followed by whitespace. | 261 | |
| '{' should be on the previous line. | 263 | |
| '{' should be on the previous line. | 268 | |
| '}' should be on the same line. | 275 | |
| '{' should be on the previous line. | 277 | |
| Missing a Javadoc comment. | 282 | |
| Redundant 'final' modifier. | 282 | |
| '{' should be on the previous line. | 286 | |
| '{' should be on the previous line. | 288 | |
| Line is longer than 80 characters. | 294 | |
| Line is longer than 80 characters. | 296 | |
| 'cast' is not followed by whitespace. | 296 | |
| '{' should be on the previous line. | 299 | |
| 'cast' is not followed by whitespace. | 300 | |
| '}' should be on the same line. | 309 | |
| '{' should be on the previous line. | 311 | |
| Line is longer than 80 characters. | 312 | |
| 'cast' is not followed by whitespace. | 312 | |
| Line has trailing spaces. | 324 | |
| '{' should be on the previous line. | 327 | |
| Line is longer than 80 characters. | 336 | |
| Line is longer than 80 characters. | 338 | |
| 'cast' is not followed by whitespace. | 338 | |
| Line is longer than 80 characters. | 339 | |
| Line has trailing spaces. | 341 | |
| '{' should be on the previous line. | 345 | |
| '}' should be on the same line. | 352 | |
| '{' should be on the previous line. | 354 | |
| Line is longer than 80 characters. | 361 | |
| Expected an @return tag. | 363 | |
| Method 'handleIsRequiresInheritanceDelegatation' is not designed for extension - needs to be abstract, final or empty. | 363 | |
| '{' should be on the previous line. | 364 | |
| '{' should be on the previous line. | 368 | |
| Line is longer than 80 characters. | 370 | |
| '||' should be on a new line. | 370 | |
| Line is longer than 80 characters. | 377 | |
| Expected an @return tag. | 379 | |
| Method 'handleIsConstructorRequiresMetaclassCast' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| '{' should be on the previous line. | 380 | |
| 'cast' is not followed by whitespace. | 382 | |
| '{' should be on the previous line. | 384 | |
| Line is longer than 80 characters. | 385 | |
| Line is longer than 80 characters. | 391 | |
| Expected an @return tag. | 393 | |
| Method 'getGeneralizations' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| '{' should be on the previous line. | 394 | |
| Line is longer than 80 characters. | 395 | |
| '{' should be on the previous line. | 404 | |
| 'cast' is not followed by whitespace. | 405 | |
| '{' should be on the previous line. | 412 | |
| Line is longer than 80 characters. | 420 | |
| Expected an @return tag. | 422 | |
| Method 'handleGetGeneralizationCount' is not designed for extension - needs to be abstract, final or empty. | 422 | |
| '{' should be on the previous line. | 423 | |
| '{' should be on the previous line. | 427 | |
| '{' should be on the previous line. | 438 | |
| Missing a Javadoc comment. | 439 | |
| Parameter objectA should be final. | 440 | |
| Parameter objectB should be final. | 441 | |
| '{' should be on the previous line. | 442 | |
| 'cast' is not followed by whitespace. | 443 | |
| 'cast' is not followed by whitespace. | 444 | |
| Line is longer than 80 characters. | 450 | |
| Expected an @return tag. | 452 | |
| Method 'handleGetAllParents' is not designed for extension - needs to be abstract, final or empty. | 452 | |
| '{' should be on the previous line. | 453 | |
| '{' should be on the previous line. | 461 | |
| 'cast' is not followed by whitespace. | 462 | |
| Line has trailing spaces. | 463 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 8 | |
| '{' should be on the previous line. | 15 | |
| Name 'profile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 38 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 10 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Parameter metaObject should be final. | 16 | |
| Parameter context should be final. | 16 | |
| '{' should be on the previous line. | 17 | |
| Line is longer than 80 characters. | 22 | |
| Expected an @return tag. | 24 | |
| Method 'handleIsOperationsPresent' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| '{' should be on the previous line. | 25 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Method 'handleIsImplMustBeAbstract' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '{' should be on the previous line. | 35 | |
| '{' should be on the previous line. | 40 | |
| '}' should be on the same line. | 42 | |
| '{' should be on the previous line. | 44 | |
| Line is longer than 80 characters. | 48 | |
| '{' should be on the previous line. | 52 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 15 | |
| '{' should be on the previous line. | 25 | |
| Line is longer than 80 characters. | 34 | |
| 'cast' is not followed by whitespace. | 36 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Parameter metaObject should be final. | 15 | |
| Parameter context should be final. | 16 | |
| '{' should be on the previous line. | 17 | |
| Line is longer than 80 characters. | 22 | |
| Expected an @return tag. | 24 | |
| Method 'handleGetImplementationOperationName' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| '{' should be on the previous line. | 25 | |
| Line is longer than 80 characters. | 29 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Parameter metafacadeName should be final. | 26 | |
| 'metafacadeName' hides a field. | 26 | |
| Parameter visibility should be final. | 27 | |
| 'visibility' hides a field. | 27 | |
| Parameter isAbstract should be final. | 28 | |
| 'isAbstract' hides a field. | 28 | |
| Parameter returnTypeName should be final. | 29 | |
| 'returnTypeName' hides a field. | 29 | |
| Parameter name should be final. | 30 | |
| 'name' hides a field. | 30 | |
| Parameter documentation should be final. | 31 | |
| 'documentation' hides a field. | 31 | |
| '{' should be on the previous line. | 32 | |
| Method 'addArgument' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter argument should be final. | 41 | |
| '{' should be on the previous line. | 42 | |
| Expected an @return tag. | 49 | |
| Method 'getArguments' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| '{' should be on the previous line. | 50 | |
| Method 'addException' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter typeName should be final. | 54 | |
| '{' should be on the previous line. | 55 | |
| Method 'getExceptions' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| '{' should be on the previous line. | 60 | |
| Method 'getMetafacadeName' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| '{' should be on the previous line. | 70 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| '{' should be on the previous line. | 80 | |
| Method 'getReturnTypeName' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| '{' should be on the previous line. | 90 | |
| Line is longer than 80 characters. | 97 | |
| Method 'buildMethodDeclaration' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Parameter suppressAbstractDeclaration should be final. | 100 | |
| '{' should be on the previous line. | 101 | |
| Line is longer than 80 characters. | 103 | |
| Avoid inline conditionals. | 103 | |
| '+' should be on a new line. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Avoid inline conditionals. | 104 | |
| Line is longer than 80 characters. | 106 | |
| 'cast' is not followed by whitespace. | 108 | |
| Line is longer than 80 characters. | 109 | |
| '{' should be on the previous line. | 111 | |
| '{' should be on the previous line. | 118 | |
| Line is longer than 80 characters. | 120 | |
| 'cast' is not followed by whitespace. | 122 | |
| '{' should be on the previous line. | 125 | |
| Method 'buildMethodCall' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| '{' should be on the previous line. | 140 | |
| Line is longer than 80 characters. | 143 | |
| 'cast' is not followed by whitespace. | 145 | |
| '{' should be on the previous line. | 148 | |
| Line is longer than 80 characters. | 157 | |
| Method 'buildCharacteristicKey' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| '{' should be on the previous line. | 163 | |
| Line is longer than 80 characters. | 164 | |
| Avoid inline conditionals. | 164 | |
| Line is longer than 80 characters. | 166 | |
| 'cast' is not followed by whitespace. | 168 | |
| '{' should be on the previous line. | 171 | |
| Method 'isAbstract' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| '{' should be on the previous line. | 186 | |
| Method 'getVisibility' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| '{' should be on the previous line. | 196 | |
| Method 'getDocumentation' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| '{' should be on the previous line. | 206 | |
| Method 'isReturnTypePresent' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| '{' should be on the previous line. | 216 | |
| Expected an @return tag. | 223 | |
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| Expected @param tag for 'object'. | 223 | |
| '{' should be on the previous line. | 224 | |
| 'cast' is not followed by whitespace. | 225 | |
| Avoid inline conditionals. | 227 |