Error Description | Line |
Class 'InternalTestLauncher' looks like designed for extension (can be subclassed), but the method 'getOutput' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InternalTestLauncher' final or making the method 'getOutput' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
Class 'InternalTestLauncher' looks like designed for extension (can be subclassed), but the method 'getErr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InternalTestLauncher' final or making the method 'getErr' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
Class 'InternalTestLauncher' looks like designed for extension (can be subclassed), but the method 'getTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InternalTestLauncher' final or making the method 'getTime' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
Class 'InternalTestLauncher' looks like designed for extension (can be subclassed), but the method 'timedOut' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InternalTestLauncher' final or making the method 'timedOut' static/final/abstract/empty, or adding allowed annotation for the method. | 35 |
Class 'InternalTestLauncher' looks like designed for extension (can be subclassed), but the method 'crashed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InternalTestLauncher' final or making the method 'crashed' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
Class 'InternalTestLauncher' looks like designed for extension (can be subclassed), but the method 'getOnTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InternalTestLauncher' final or making the method 'getOnTime' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
Class 'InternalTestLauncher' looks like designed for extension (can be subclassed), but the method 'getStatusCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InternalTestLauncher' final or making the method 'getStatusCode' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
Error Description | Line |
Line is longer than 80 characters (found 83). | 345 |
Line is longer than 80 characters (found 94). | 427 |
'40' is a magic number. | 450 |
Line is longer than 80 characters (found 108). | 457 |
Line is longer than 80 characters (found 81). | 500 |
Line is longer than 80 characters (found 84). | 506 |
'100.0f' is a magic number. | 661 |
Line is longer than 80 characters (found 82). | 845 |
Line is longer than 80 characters (found 104). | 1007 |
Line is longer than 80 characters (found 98). | 1011 |
Line is longer than 80 characters (found 87). | 1012 |
Error Description | Line |
Line is longer than 80 characters (found 86). | 90 |
Line is longer than 80 characters (found 125). | 117 |
Line is longer than 80 characters (found 93). | 121 |
',' is not followed by whitespace. | 130 |
'{' at column 21 should have line break after. | 130 |
'{' is not followed by whitespace. | 130 |
'return' is not preceded with whitespace. | 130 |
';' is not followed by whitespace. | 130 |
'}' is not preceded with whitespace. | 130 |
'if' construct must use '{}'s. | 157 |
'100.0' is a magic number. | 161 |
'100.0' is a magic number. | 161 |
'typecast' is not followed by whitespace. | 162 |
')' is preceded with whitespace. | 164 |
Line is longer than 80 characters (found 97). | 170 |
Line is longer than 80 characters (found 82). | 186 |