Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
1800143

Files

FilesIWE
remoteTester/framework/RemoteTestCase.java 008
remoteTester/framework/TestResultRemote.java 004
remoteTester/framework/TestResultSerializable.java 001
remoteTester/framework/TestResultSerializable.java 006
remoteTester/runner/BytableHelper.java 0026
remoteTester/runner/TestRunner.java 0029
remoteTester/runner/server/ByteClassLoader.java 0012
remoteTester/runner/server/ejbbean/TestRunnerBean.java 0038
remoteTester/runner/server/interfaces/TestRunnerRemote.java 0017
remoteTester/runner/server/interfaces/TestRunnerRemoteHome.java 002

remoteTester/framework/RemoteTestCase.java

ErrorLine
Error Name 'remoteTester.framework' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. 4
Error Name '_isRemote' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 36
Error Expected @throws tag for 'Throwable'. 56
Error Line is longer than 132 characters. 61

remoteTester/framework/TestResultRemote.java

ErrorLine
Error Name 'remoteTester.framework' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. 7
Error 'output' hides a field. 33
Error Missing a Javadoc comment. 39
Error 'output' hides a field. 57

remoteTester/framework/TestResultSerializable.java

ErrorLine
Error File does not end with a newline. 0

remoteTester/framework/TestResultSerializable.java

ErrorLine
Error Name 'remoteTester.framework' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. 1
Error Expected an @return tag. 32
Error 'output' hides a field. 41
Error Expected @param tag for 'output'. 41
Error Expected @param tag for 'test'. 48
Error Expected @param tag for 'p'. 48

remoteTester/runner/BytableHelper.java

ErrorLine
Error Name 'remoteTester.runner' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. 1
Error Class BytableHelper should be declared as final. 16
Error Unused @param tag for 'path'. 43
Error Expected @param tag for 'className'. 61
Error Il manque un espace avant '=='. 67
Error Il manque un espace après '=='. 67
Error Line is longer than 132 characters. 68
Error Il manque un espace avant '+'. 68
Error Il manque un espace après '+'. 68
Error Il manque un espace avant '+'. 68
Error Il manque un espace avant '+'. 68
Error Il manque un espace après '+'. 68
Error 'if' construct must use '{}'s. 73
Error Il manque un espace avant '!='. 73
Error Il manque un espace après '!='. 73
Error Expected an @return tag. 104
Error Expected @param tag for 'aClass'. 104
Error Il manque un espace avant '='. 105
Error Il manque un espace après '='. 105
Error Il manque un espace avant '+='. 108
Error Il manque un espace avant '+'. 108
Error Il manque un espace après '+'. 108
Error Il manque un espace avant '+'. 108
Error Il manque un espace après '+'. 108
Error Il manque un espace avant '+='. 109
Error Il manque un espace après '+='. 109

remoteTester/runner/TestRunner.java

ErrorLine
Error Name 'remoteTester.runner' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. 7
Error Utility classes should not have a public or default constructor. 26
Error Unused @throws tag for 'java.lang.Exception'. 40
Error Line is longer than 132 characters. 42
Error Expected @param tag for 'helperClasses'. 42
Error Expected @throws tag for 'Exception'. 42
Error Line is longer than 132 characters. 55
Error Unused @throws tag for 'java.lang.Exception'. 64
Error Expected an @return tag. 66
Error Expected @throws tag for 'Exception'. 66
Error Unused @throws tag for 'java.lang.Exception'. 77
Error Expected an @return tag. 79
Error Expected @throws tag for 'Exception'. 79
Error Unused @throws tag for 'java.lang.Exception'. 91
Error Expected an @return tag. 93
Error Expected @throws tag for 'Exception'. 93
Error Unused @throws tag for 'java.lang.Exception'. 102
Error Expected an @return tag. 104
Error Expected @throws tag for 'Exception'. 104
Error Array brackets at illegal position. 105
Error Expected an @return tag. 119
Error Expected @throws tag for 'Exception'. 119
Error Line is longer than 132 characters. 126
Error Expected an @return tag. 139
Error Expected @throws tag for 'Exception'. 139
Error Line is longer than 132 characters. 148
Error Il manque un espace après '+'. 155
Error Line is longer than 132 characters. 172
Error 'if' construct must use '{}'s. 185

remoteTester/runner/server/ByteClassLoader.java

ErrorLine
Error Name 'remoteTester.runner.server' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. 1
Error 'classAsByte' hides a field. 37
Error Expected @param tag for 'classAsByte'. 37
Error 'className' hides a field. 37
Error Expected @param tag for 'className'. 37
Error 'classAsByte' hides a field. 51
Error 'className' hides a field. 51
Error Expected @throws tag for 'ClassNotFoundException'. 71
Error 'className' hides a field. 84
Error Expected @throws tag for 'ClassNotFoundException'. 85
Error Line is longer than 132 characters. 93
Error Line is longer than 132 characters. 109

remoteTester/runner/server/ejbbean/TestRunnerBean.java

ErrorLine
Error Name 'remoteTester.runner.server.ejbbean' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. 1
Error Line is longer than 132 characters. 49
Error Expected @param tag for 'helperClassesAsBytes'. 49
Error Expected @param tag for 'helperClassNames'. 49
Error Expected @throws tag for 'ClassNotFoundException'. 49
Error 'if' construct must use '{}'s. 82
Error 'if' construct must use '{}'s. 84
Error Expected an @return tag. 98
Error Expected @param tag for 'testCaseClass'. 98
Error Line is longer than 132 characters. 103
Error 'if' construct must use '{}'s. 119
Error 'if' construct must use '{}'s. 124
Error 'if' construct must use '{}'s. 138
Error 'if' construct must use '{}'s. 141
Error Expected an @return tag. 152
Error Expected @param tag for 'm'. 152
Error Expected an @return tag. 160
Error Expected @param tag for 'm'. 160
Error Expected an @return tag. 170
Error Expected @param tag for 'message'. 170
Error Expected an @return tag. 186
Error Expected @throws tag for 'ClassNotFoundException'. 186
Error Expected an @return tag. 204
Error Line is longer than 132 characters. 204
Error Expected @param tag for 'helperClassesAsBytes'. 204
Error Expected @param tag for 'helperClassNames'. 204
Error Expected @throws tag for 'ClassNotFoundException'. 204
Error Expected an @return tag. 224
Error Expected @throws tag for 'ClassNotFoundException'. 224
Error Expected an @return tag. 235
Error 'if' construct must use '{}'s. 256
Error 'if' construct must use '{}'s. 265
Error 'if' construct must use '{}'s. 267
Error Missing a Javadoc comment. 277
Error Missing a Javadoc comment. 280
Error Missing a Javadoc comment. 283
Error Missing a Javadoc comment. 286
Error Missing a Javadoc comment. 289

remoteTester/runner/server/interfaces/TestRunnerRemote.java

ErrorLine
Error Name 'remoteTester.runner.server.interfaces' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. 7
Error Line is longer than 132 characters. 31
Error Redundant 'public' modifier. 31
Error Expected @param tag for 'helperClassesAsBytes'. 31
Error Expected @param tag for 'helperClassNames'. 31
Error Expected @throws tag for 'ClassNotFoundException'. 31
Error Expected @throws tag for 'RemoteException'. 31
Error Redundant 'public' modifier. 42
Error Expected @throws tag for 'ClassNotFoundException'. 42
Error Expected @throws tag for 'RemoteException'. 42
Error Redundant 'public' modifier. 52
Error Expected @throws tag for 'ClassNotFoundException'. 52
Error Expected @throws tag for 'RemoteException'. 52
Error Line is longer than 132 characters. 65
Error Redundant 'public' modifier. 65
Error Expected @throws tag for 'ClassNotFoundException'. 65
Error Expected @throws tag for 'RemoteException'. 65

remoteTester/runner/server/interfaces/TestRunnerRemoteHome.java

ErrorLine
Error Name 'remoteTester.runner.server.interfaces' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. 7
Error Redundant 'public' modifier. 24