Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
54002688

Files

FilesIWE
com/flexiblewebsolutions/exceptions/MissingConfigException.java 001
com/flexiblewebsolutions/exceptions/MissingConfigException.java 0037
com/flexiblewebsolutions/exceptions/package.html 001
com/flexiblewebsolutions/io/util/FileUtils.java 001
com/flexiblewebsolutions/io/util/FileUtils.java 00101
com/flexiblewebsolutions/io/util/package.html 001
com/flexiblewebsolutions/util/ListUtils.java 001
com/flexiblewebsolutions/util/ListUtils.java 0020
com/flexiblewebsolutions/util/package.html 001
com/flexiblewebsolutions/xdriveunit/DelayTimer.java 001
com/flexiblewebsolutions/xdriveunit/DelayTimer.java 00153
com/flexiblewebsolutions/xdriveunit/LoadTestUtils.java 0053
com/flexiblewebsolutions/xdriveunit/LoadWebXDriveTestCase.java 00278
com/flexiblewebsolutions/xdriveunit/ScriptRunner.java 001
com/flexiblewebsolutions/xdriveunit/ScriptRunner.java 00162
com/flexiblewebsolutions/xdriveunit/TestCollection.java 001
com/flexiblewebsolutions/xdriveunit/TestCollection.java 0038
com/flexiblewebsolutions/xdriveunit/TestConfigurationLoader.java 001
com/flexiblewebsolutions/xdriveunit/TestConfigurationLoader.java 0061
com/flexiblewebsolutions/xdriveunit/TestDecoratorLoader.java 001
com/flexiblewebsolutions/xdriveunit/TestDecoratorLoader.java 0050
com/flexiblewebsolutions/xdriveunit/TestSuiteLoader.java 001
com/flexiblewebsolutions/xdriveunit/TestSuiteLoader.java 00326
com/flexiblewebsolutions/xdriveunit/WebXDriveTestCase.java 001
com/flexiblewebsolutions/xdriveunit/WebXDriveTestCase.java 00567
com/flexiblewebsolutions/xdriveunit/XDriveDecorator.java 001
com/flexiblewebsolutions/xdriveunit/XDriveDecorator.java 0017
com/flexiblewebsolutions/xdriveunit/XDriveTest.java 001
com/flexiblewebsolutions/xdriveunit/XDriveTest.java 0011
com/flexiblewebsolutions/xdriveunit/XDriveTestCase.java 001
com/flexiblewebsolutions/xdriveunit/XDriveTestCase.java 00176
com/flexiblewebsolutions/xdriveunit/loadtest/PrefixFilter.java 001
com/flexiblewebsolutions/xdriveunit/loadtest/PrefixFilter.java 0027
com/flexiblewebsolutions/xdriveunit/loadtest/TestInputBuilder.java 001
com/flexiblewebsolutions/xdriveunit/loadtest/TestInputBuilder.java 0017
com/flexiblewebsolutions/xdriveunit/loadtest/TestThread.java 001
com/flexiblewebsolutions/xdriveunit/loadtest/TestThread.java 0078
com/flexiblewebsolutions/xdriveunit/loadtest/ThreadCallback.java 001
com/flexiblewebsolutions/xdriveunit/loadtest/ThreadCallback.java 0093
com/flexiblewebsolutions/xdriveunit/loadtest/ThreadTestLoadUtils.java 001
com/flexiblewebsolutions/xdriveunit/loadtest/ThreadTestLoadUtils.java 0035
com/flexiblewebsolutions/xdriveunit/loadtest/ThreadTracker.java 001
com/flexiblewebsolutions/xdriveunit/loadtest/ThreadTracker.java 0065
com/flexiblewebsolutions/xdriveunit/loadtest/ThreadedTestRunner.java 001
com/flexiblewebsolutions/xdriveunit/loadtest/ThreadedTestRunner.java 0070
com/flexiblewebsolutions/xdriveunit/loadtest/package.html 001
com/flexiblewebsolutions/xdriveunit/package.html 001
com/flexiblewebsolutions/xml/util/XMLStringParser.java 001
com/flexiblewebsolutions/xml/util/XMLStringParser.java 00182
com/flexiblewebsolutions/xml/util/XSLUtils.java 001
com/flexiblewebsolutions/xml/util/XSLUtils.java 0043
com/flexiblewebsolutions/xml/util/package.html 001

com/flexiblewebsolutions/exceptions/MissingConfigException.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/exceptions/MissingConfigException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 6
Error Line has trailing spaces. 8
Error First sentence should end with a period. 13
Error Line contains a tab character. 13
Error Line contains a tab character. 14
Error Line contains a tab character. 15
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Parameter message should be final. 23
Error Expected @param tag for 'message'. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Parameter message should be final. 31
Error Expected @param tag for 'message'. 31
Error Parameter cause should be final. 31
Error Expected @param tag for 'cause'. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Parameter cause should be final. 38
Error Expected @param tag for 'cause'. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40

com/flexiblewebsolutions/exceptions/package.html

ErrorLine
Error Missing package documentation file.0

com/flexiblewebsolutions/io/util/FileUtils.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/io/util/FileUtils.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 14
Error Line has trailing spaces. 16
Error '{' should be on the previous line. 20
Error Missing a Javadoc comment. 21
Error Variable 'logger' must be private and have accessor methods. 21
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21
Error Line has trailing spaces. 26
Error Method 'loadXMLFileToString' is not designed for extension - needs to be abstract, final or empty. 31
Error '(' is followed by whitespace. 31
Error Parameter pFile should be final. 31
Error ')' is preceded with whitespace. 31
Error '{' should be on the previous line. 32
Error '{' should be on the previous line. 36
Error '(' is followed by whitespace. 37
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error ')' is preceded with whitespace. 37
Error 'while' is not followed by whitespace. 40
Error '(' is followed by whitespace. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error ')' is preceded with whitespace. 40
Error '{' should be on the previous line. 41
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error '}' should be on the same line. 45
Error 'catch' is not followed by whitespace. 46
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error '{' should be on the previous line. 47
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 50
Error '}' should be on the same line. 51
Error 'catch' is not followed by whitespace. 52
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error '{' should be on the previous line. 53
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 56
Error '}' should be on the same line. 57
Error '{' should be on the previous line. 59
Error '{' should be on the previous line. 61
Error '}' should be on the same line. 64
Error 'catch' is not followed by whitespace. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '{' should be on the previous line. 66
Error Line is longer than 80 characters. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error 'while' is not followed by whitespace. 75
Error '(' is followed by whitespace. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error ')' is preceded with whitespace. 75
Error '{' should be on the previous line. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Line has trailing spaces. 87
Error Method 'writeFile' is not designed for extension - needs to be abstract, final or empty. 93
Error '(' is followed by whitespace. 93
Error Parameter pFile should be final. 93
Error Parameter pData should be final. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error '{' should be on the previous line. 97
Error '(' is followed by whitespace. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error ')' is preceded with whitespace. 99
Error ')' is preceded with whitespace. 99
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '}' should be on the same line. 102
Error 'catch' is not followed by whitespace. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '}' should be on the same line. 107
Error '{' should be on the previous line. 109
Error '{' should be on the previous line. 111
Error '}' should be on the same line. 113
Error 'catch' is not followed by whitespace. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error Must have at least one statement. 115

com/flexiblewebsolutions/io/util/package.html

ErrorLine
Error Missing package documentation file.0

com/flexiblewebsolutions/util/ListUtils.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/util/ListUtils.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 8
Error Utility classes should not have a public or default constructor. 11
Error '{' should be on the previous line. 12
Error First sentence should end with a period. 13
Error Line has trailing spaces. 15
Error '(' is followed by whitespace. 19
Error Parameter pList should be final. 19
Error ')' is preceded with whitespace. 19
Error '{' should be on the previous line. 20
Error 'if' is not followed by whitespace. 22
Error '(' is followed by whitespace. 22
Error ')' is preceded with whitespace. 22
Error '{' should be on the previous line. 23
Error 'for' is not followed by whitespace. 26
Error '(' is followed by whitespace. 26
Error ';' is followed by whitespace. 26
Error '{' should be on the previous line. 27
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32

com/flexiblewebsolutions/util/package.html

ErrorLine
Error Missing package documentation file.0

com/flexiblewebsolutions/xdriveunit/DelayTimer.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xdriveunit/DelayTimer.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 7
Error Line contains a tab character. 12
Error Missing a Javadoc comment. 12
Error Name '_RandomDelay' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Error Line contains a tab character. 14
Error Missing a Javadoc comment. 14
Error Name '_RandomMax' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Error '6' is a magic number. 14
Error Line contains a tab character. 16
Error Missing a Javadoc comment. 16
Error Name '_RandomMin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Error Line contains a tab character. 18
Error Missing a Javadoc comment. 18
Error Name '_Delay' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
Error Line contains a tab character. 20
Error Missing a Javadoc comment. 20
Error Name '_RandomNum' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Error First sentence should end with a period. 22
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Method 'setRandomDelay' is not designed for extension - needs to be abstract, final or empty. 26
Error Parameter pVal should be final. 26
Error Line contains a tab character. 27
Error '6' is a magic number. 27
Error Line contains a tab character. 28
Error First sentence should end with a period. 30
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line has trailing spaces. 32
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Method 'setRandomDelay' is not designed for extension - needs to be abstract, final or empty. 36
Error Parameter pVal should be final. 36
Error Parameter pMin should be final. 36
Error Parameter pMax should be final. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error First sentence should end with a period. 44
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Method 'getRandomDelay' is not designed for extension - needs to be abstract, final or empty. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 52
Error Missing a Javadoc comment. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Method 'clickDelay' is not designed for extension - needs to be abstract, final or empty. 61
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line is longer than 80 characters. 70
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error '1000' is a magic number. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error First sentence should end with a period. 84
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Method 'getDelay' is not designed for extension - needs to be abstract, final or empty. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error First sentence should end with a period. 92
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Unused @param tag for 'Current'. 94
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Method 'setDelaySeconds' is not designed for extension - needs to be abstract, final or empty. 96
Error Parameter pSeconds should be final. 96
Error Expected @param tag for 'pSeconds'. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error '1000' is a magic number. 98
Error Line contains a tab character. 99
Error First sentence should end with a period. 101
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Method 'getRandomMax' is not designed for extension - needs to be abstract, final or empty. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error First sentence should end with a period. 109
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Unused @param tag for 'Maximum'. 111
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Method 'setRandomMax' is not designed for extension - needs to be abstract, final or empty. 113
Error Parameter randomMax should be final. 113
Error Expected @param tag for 'randomMax'. 113
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error First sentence should end with a period. 117
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Method 'getRandomMin' is not designed for extension - needs to be abstract, final or empty. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error First sentence should end with a period. 125
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Unused @param tag for 'Minimum'. 127
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Method 'setRandomMin' is not designed for extension - needs to be abstract, final or empty. 129
Error Parameter randomMin should be final. 129
Error Expected @param tag for 'randomMin'. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131

com/flexiblewebsolutions/xdriveunit/LoadTestUtils.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 14
Error Missing a Javadoc comment. 15
Error Variable 'logger' must be private and have accessor methods. 15
Error '(' is followed by whitespace. 15
Error ')' is preceded with whitespace. 15
Error Line has trailing spaces. 16
Error First sentence should end with a period. 17
Error Line contains a tab character. 18
Error Line has trailing spaces. 19
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Method 'initClickTimer' is not designed for extension - needs to be abstract, final or empty. 24
Error Parameter pClickTimerVals should be final. 24
Error Line contains a tab character. 25
Error '(' is followed by whitespace. 25
Error ')' is preceded with whitespace. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line is longer than 80 characters. 28
Error Line contains a tab character. 28
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line is longer than 80 characters. 34
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line is longer than 80 characters. 36
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line is longer than 80 characters. 39
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line is longer than 80 characters. 43
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53

com/flexiblewebsolutions/xdriveunit/LoadWebXDriveTestCase.java

ErrorLine
Error Line does not match expected header line of 'GNU Lesser General Public License'. 1
Error Line has trailing spaces. 11
Error Line is longer than 80 characters. 15
Error Missing a Javadoc comment. 15
Error Variable 'logger' must be private and have accessor methods. 15
Error '(' is followed by whitespace. 15
Error ')' is preceded with whitespace. 15
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Name '_TrackTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Name '_ClickTimer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Error First sentence should end with a period. 22
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Name '_PerformanceStats' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line has trailing spaces. 27
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Parameter pName should be final. 31
Error Parameter pTestInput should be final. 31
Error Line contains a tab character. 32
Error Parameter pTestOptions should be final. 32
Error Parameter pThreadName should be final. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 37
Error Missing a Javadoc comment. 37
Error '(' is followed by whitespace. 37
Error Parameter pTimer should be final. 37
Error ')' is preceded with whitespace. 37
Error Line contains a tab character. 38
Error '{' should be on the previous line. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line has trailing spaces. 41
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Missing a Javadoc comment. 42
Error Line contains a tab character. 43
Error '{' should be on the previous line. 43
Error Line contains a tab character. 44
Error 'if' is not followed by whitespace. 44
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error Line contains a tab character. 45
Error '{' should be on the previous line. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error 'return' is not followed by whitespace. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Line contains a tab character. 49
Error Line has trailing spaces. 50
Error Line contains a tab character. 50
Error First sentence should end with a period. 51
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line has trailing spaces. 53
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line contains a tab character. 57
Error Line is longer than 80 characters. 58
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line has trailing spaces. 68
Error Line contains a tab character. 68
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line has trailing spaces. 72
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line is longer than 80 characters. 80
Error Line contains a tab character. 80
Error Parameter pStart should be final. 80
Error Parameter pLinkName should be final. 80
Error Parameter pLinkDesc should be final. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error First sentence should end with a period. 125
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error Line has trailing spaces. 128
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Method 'clickButton' is not designed for extension - needs to be abstract, final or empty. 134
Error Parameter pButtonID should be final. 134
Error Parameter pButtonDesc should be final. 134
Error Line contains a tab character. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error First sentence should end with a period. 143
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line has trailing spaces. 146
Error Line contains a tab character. 146
Error Line is longer than 80 characters. 147
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Method 'clickLinkWithImage' is not designed for extension - needs to be abstract, final or empty. 150
Error Parameter pLinkImg should be final. 150
Error Parameter pLinkDesc should be final. 150
Error Line contains a tab character. 151
Error '(' is followed by whitespace. 151
Error '+' is not followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error First sentence should end with a period. 159
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line has trailing spaces. 162
Error Line contains a tab character. 162
Error Line is longer than 80 characters. 163
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error Method 'clickLinkWithText' is not designed for extension - needs to be abstract, final or empty. 166
Error Parameter pLinkText should be final. 166
Error Parameter pIndex should be final. 166
Error Line contains a tab character. 167
Error Parameter pLinkDesc should be final. 167
Error Line contains a tab character. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 172
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error First sentence should end with a period. 176
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line contains a tab character. 178
Error Line has trailing spaces. 179
Error Line contains a tab character. 179
Error Line is longer than 80 characters. 180
Error Line contains a tab character. 180
Error Line contains a tab character. 181
Error Line contains a tab character. 182
Error Line contains a tab character. 183
Error Method 'clickLinkWithText' is not designed for extension - needs to be abstract, final or empty. 183
Error Parameter pLinkText should be final. 183
Error Parameter pLinkDesc should be final. 183
Error Line contains a tab character. 184
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error Line contains a tab character. 185
Error Line contains a tab character. 186
Error Line contains a tab character. 188
Error Line contains a tab character. 189
Error Line contains a tab character. 190
Error First sentence should end with a period. 192
Error Line contains a tab character. 192
Error Line contains a tab character. 193
Error Line contains a tab character. 194
Error Line has trailing spaces. 195
Error Line contains a tab character. 195
Error Line is longer than 80 characters. 196
Error Line contains a tab character. 196
Error Line contains a tab character. 197
Error Line contains a tab character. 198
Error Line contains a tab character. 199
Error Method 'submit' is not designed for extension - needs to be abstract, final or empty. 199
Error Parameter pFormName should be final. 199
Error Parameter pSubmitDesc should be final. 199
Error Line contains a tab character. 200
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error Line contains a tab character. 201
Error Line contains a tab character. 202
Error Line contains a tab character. 204
Error Line contains a tab character. 205
Error Line contains a tab character. 206
Error First sentence should end with a period. 208
Error Line contains a tab character. 208
Error Line contains a tab character. 209
Error Line contains a tab character. 210
Error Line has trailing spaces. 211
Error Line contains a tab character. 211
Error Line is longer than 80 characters. 212
Error Line contains a tab character. 212
Error Line contains a tab character. 213
Error Line contains a tab character. 214
Error Method 'submit' is not designed for extension - needs to be abstract, final or empty. 214
Error Parameter pSubmitDesc should be final. 214
Error Line contains a tab character. 215
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error Line contains a tab character. 216
Error Line contains a tab character. 217
Error Line contains a tab character. 219
Error Line contains a tab character. 220
Error Line contains a tab character. 221

com/flexiblewebsolutions/xdriveunit/ScriptRunner.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xdriveunit/ScriptRunner.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 17
Error Missing a Javadoc comment. 21
Error Variable 'logger' must be private and have accessor methods. 21
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21
Error Missing a Javadoc comment. 22
Error Line has trailing spaces. 23
Error Line contains a tab character. 24
Error Line has trailing spaces. 25
Error Line contains a tab character. 25
Error Line has trailing spaces. 26
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Method 'initScript' is not designed for extension - needs to be abstract, final or empty. 29
Error '(' is followed by whitespace. 29
Error Parameter pConfigFile should be final. 29
Error Expected @param tag for 'pConfigFile'. 29
Error ')' is preceded with whitespace. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 33
Error Line is longer than 80 characters. 34
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line is longer than 80 characters. 36
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line is longer than 80 characters. 41
Error Line contains a tab character. 41
Error '(' is followed by whitespace. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line has trailing spaces. 48
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Parameter pScript should be final. 54
Error Line contains a tab character. 55
Error Parameter pFileContents should be final. 55
Error Line contains a tab character. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line is longer than 80 characters. 57
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error 'if' is not followed by whitespace. 62
Error '(' is followed by whitespace. 62
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error ')' is preceded with whitespace. 62
Error Line contains a tab character. 63
Error '{' should be on the previous line. 63
Error Line is longer than 80 characters. 64
Error Line contains a tab character. 64
Error '(' is followed by whitespace. 64
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error ')' is preceded with whitespace. 64
Error Line contains a tab character. 65
Error Line has trailing spaces. 66
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line is longer than 80 characters. 69
Error Line contains a tab character. 69
Error Line is longer than 80 characters. 70
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line is longer than 80 characters. 73
Error Line contains a tab character. 73
Error Line is longer than 80 characters. 74
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error Line is longer than 80 characters. 79
Error Line contains a tab character. 79
Error Line is longer than 80 characters. 80
Error Line contains a tab character. 80
Error Line is longer than 80 characters. 81
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error First sentence should end with a period. 90
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line has trailing spaces. 92
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line is longer than 80 characters. 96
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Parameter pClassName should be final. 99
Error Parameter pConfig should be final. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error '{' is followed by whitespace. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error '{' is followed by whitespace. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122

com/flexiblewebsolutions/xdriveunit/TestCollection.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xdriveunit/TestCollection.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 9
Error Line has trailing spaces. 11
Error Line contains a tab character. 15
Error Missing a Javadoc comment. 15
Error Name '_Tests' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Error First sentence should end with a period. 17
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line has trailing spaces. 19
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Parameter pTest should be final. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 27
Error Line is longer than 80 characters. 28
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line has trailing spaces. 30
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44

com/flexiblewebsolutions/xdriveunit/TestConfigurationLoader.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xdriveunit/TestConfigurationLoader.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 8
Error Line has trailing spaces. 10
Error Line contains a tab character. 13
Error Missing a Javadoc comment. 13
Error Name '_ConfigXML' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Error First sentence should end with a period. 15
Error Line contains a tab character. 15
Error Line contains a tab character. 16
Error Line has trailing spaces. 17
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Parameter pConfigXML should be final. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 24
Error Line is longer than 80 characters. 25
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line has trailing spaces. 27
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Parameter pClassName should be final. 32
Error Line contains a tab character. 33
Error Line is longer than 80 characters. 34
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line is longer than 80 characters. 36
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line has trailing spaces. 40
Error Line contains a tab character. 40
Error Line is longer than 80 characters. 42
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line is longer than 80 characters. 47
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 64
Error Line contains a tab character. 65

com/flexiblewebsolutions/xdriveunit/TestDecoratorLoader.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xdriveunit/TestDecoratorLoader.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 10
Error Line has trailing spaces. 12
Error First sentence should end with a period. 16
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Line has trailing spaces. 18
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Parameter pDecString should be final. 25
Error Parameter pTest should be final. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line is longer than 80 characters. 34
Error Line contains a tab character. 34
Error Line is longer than 80 characters. 35
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line is longer than 80 characters. 37
Error Line contains a tab character. 37
Error '{' is followed by whitespace. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55

com/flexiblewebsolutions/xdriveunit/TestSuiteLoader.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xdriveunit/TestSuiteLoader.java

ErrorLine
Error Line does not match expected header line of 'GNU Lesser General Public License'. 1
Error First sentence should end with a period. 15
Error Line has trailing spaces. 17
Error Line contains a tab character. 21
Error Missing a Javadoc comment. 21
Error 'static' modifier out of order with the JLS suggestions. 21
Error Line contains a tab character. 23
Error Missing a Javadoc comment. 23
Error 'static' modifier out of order with the JLS suggestions. 23
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error 'static' modifier out of order with the JLS suggestions. 25
Error Line contains a tab character. 27
Error Missing a Javadoc comment. 27
Error Name '_RunDir' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Error Line contains a tab character. 29
Error Missing a Javadoc comment. 29
Error Name '_TestOptions' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Error Line contains a tab character. 31
Error Missing a Javadoc comment. 31
Error Name '_ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Error Line contains a tab character. 33
Error Missing a Javadoc comment. 33
Error Name '_ThreadName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error First sentence should end with a period. 35
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line has trailing spaces. 37
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Parameter pConfigInfo should be final. 49
Error Parameter pThreadName should be final. 49
Error Line is longer than 80 characters. 50
Error Line contains a tab character. 50
Error Parameter pClassName should be final. 50
Error Parameter pRunDir should be final. 50
Error Expected @throws tag for 'FileNotFoundException'. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line is longer than 80 characters. 54
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line is longer than 80 characters. 57
Error Line contains a tab character. 57
Error Line contains a tab character. 59
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line is longer than 80 characters. 63
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line is longer than 80 characters. 65
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line is longer than 80 characters. 70
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line is longer than 80 characters. 72
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line is longer than 80 characters. 75
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line is longer than 80 characters. 78
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 83
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error First sentence should end with a period. 97
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line has trailing spaces. 99
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line is longer than 80 characters. 105
Error Line contains a tab character. 105
Error Parameter pSuite should be final. 105
Error Parameter pXmlString should be final. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line is longer than 80 characters. 110
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line is longer than 80 characters. 114
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line is longer than 80 characters. 122
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line is longer than 80 characters. 132
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line is longer than 80 characters. 139
Error Line contains a tab character. 139
Error Line is longer than 80 characters. 140
Error Line contains a tab character. 140
Error Line is longer than 80 characters. 141
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error Line is longer than 80 characters. 144
Error Line contains a tab character. 144
Error Line is longer than 80 characters. 145
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error First sentence should end with a period. 154
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Line has trailing spaces. 157
Error Line contains a tab character. 157
Error Line contains a tab character. 158
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error Parameter pXMLString should be final. 164
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error Line is longer than 80 characters. 167
Error Line contains a tab character. 167
Error Line contains a tab character. 168
Error Line contains a tab character. 169
Error Line is longer than 80 characters. 170
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error Line contains a tab character. 172
Error Line contains a tab character. 173
Error Line is longer than 80 characters. 174
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line contains a tab character. 178
Error Line contains a tab character. 179
Error Line contains a tab character. 180
Error Line contains a tab character. 182
Error Line contains a tab character. 183
Error Line has trailing spaces. 184
Error Line contains a tab character. 184
Error Line contains a tab character. 185
Error Line contains a tab character. 186
Error Line contains a tab character. 187
Error Line contains a tab character. 188
Error Line contains a tab character. 189
Error Line contains a tab character. 190
Error Line contains a tab character. 191
Error Parameter allTestsString should be final. 191
Error Line contains a tab character. 192
Error Line contains a tab character. 193
Error Line is longer than 80 characters. 194
Error Line contains a tab character. 194
Error Line contains a tab character. 195
Error Line is longer than 80 characters. 196
Error Line contains a tab character. 196
Error Line contains a tab character. 197
Error Line contains a tab character. 199
Error Line contains a tab character. 200
Error Line contains a tab character. 201
Error Line contains a tab character. 202
Error Line contains a tab character. 203
Error Line contains a tab character. 204
Error Line contains a tab character. 205
Error Line contains a tab character. 206
Error Line contains a tab character. 207
Error Line is longer than 80 characters. 208
Error Line contains a tab character. 208
Error Line is longer than 80 characters. 209
Error Line contains a tab character. 209
Error Line is longer than 80 characters. 210
Error Line contains a tab character. 210
Error Line is longer than 80 characters. 211
Error Line contains a tab character. 211
Error Line is longer than 80 characters. 212
Error Line contains a tab character. 212
Error Line contains a tab character. 213
Error Line contains a tab character. 214
Error Line is longer than 80 characters. 215
Error Line contains a tab character. 215
Error Line contains a tab character. 216
Error Line contains a tab character. 217
Error Line contains a tab character. 218
Error Line is longer than 80 characters. 219
Error Line contains a tab character. 219
Error Line is longer than 80 characters. 220
Error Line contains a tab character. 220
Error Line contains a tab character. 221
Error Line contains a tab character. 222
Error Line contains a tab character. 223
Error Line contains a tab character. 224
Error Line contains a tab character. 225
Error Line contains a tab character. 226
Error Line contains a tab character. 227
Error Line contains a tab character. 228
Error Line contains a tab character. 229
Error Line contains a tab character. 230
Error Line contains a tab character. 231
Error Line contains a tab character. 232
Error Line contains a tab character. 233
Error First sentence should end with a period. 235
Error Line contains a tab character. 235
Error Line contains a tab character. 236
Error Line has trailing spaces. 237
Error Line contains a tab character. 237
Error Line contains a tab character. 238
Error Line contains a tab character. 239
Error Line contains a tab character. 240
Error Line contains a tab character. 241
Error Line contains a tab character. 242
Error Line contains a tab character. 243
Error Parameter methodsString should be final. 243
Error Line contains a tab character. 244
Error Expected @throws tag for 'FileNotFoundException'. 244
Error Line is longer than 80 characters. 245
Error Line contains a tab character. 245
Error Line contains a tab character. 246
Error Line contains a tab character. 247
Error Line contains a tab character. 248
Error Line contains a tab character. 249
Error First sentence should end with a period. 251
Error Line contains a tab character. 251
Error Line contains a tab character. 252
Error Line has trailing spaces. 253
Error Line contains a tab character. 253
Error Line contains a tab character. 254
Error Line contains a tab character. 255
Error Line contains a tab character. 256
Error Line contains a tab character. 257
Error Line contains a tab character. 258
Error Line contains a tab character. 259
Error Line is longer than 80 characters. 260
Error Line contains a tab character. 260
Error Parameter methodName should be final. 260
Error Parameter inputXML should be final. 260
Error Line contains a tab character. 261
Error Line contains a tab character. 262
Error Line contains a tab character. 263
Error Line is longer than 80 characters. 264
Error Line contains a tab character. 264
Error Line is longer than 80 characters. 265
Error Line contains a tab character. 265
Error Line contains a tab character. 266
Error Line contains a tab character. 267
Error Line is longer than 80 characters. 268
Error Line contains a tab character. 268
Error Line contains a tab character. 269
Error Line contains a tab character. 270
Error Line contains a tab character. 271
Error Line contains a tab character. 272
Error Line contains a tab character. 273
Error Line contains a tab character. 274
Error Line contains a tab character. 275
Error Line contains a tab character. 276
Error Line contains a tab character. 277
Error Line contains a tab character. 278
Error Line contains a tab character. 279
Error Line contains a tab character. 280
Error Line contains a tab character. 281
Error Line contains a tab character. 282
Error Line contains a tab character. 283
Error Line contains a tab character. 284
Error Line contains a tab character. 285
Error Line contains a tab character. 286
Error Line contains a tab character. 287
Error Line contains a tab character. 288
Error Line contains a tab character. 289
Error Line contains a tab character. 290

com/flexiblewebsolutions/xdriveunit/WebXDriveTestCase.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xdriveunit/WebXDriveTestCase.java

ErrorLine
Error Line does not match expected header line of 'GNU Lesser General Public License'. 1
Error Line has trailing spaces. 26
Error '{' should be on the previous line. 30
Error Line is longer than 80 characters. 31
Error Missing a Javadoc comment. 31
Error Variable 'logger' must be private and have accessor methods. 31
Error '(' is followed by whitespace. 31
Error ')' is preceded with whitespace. 31
Error First sentence should end with a period. 33
Error 'static' modifier out of order with the JLS suggestions. 34
Error First sentence should end with a period. 36
Error 'static' modifier out of order with the JLS suggestions. 37
Error First sentence should end with a period. 39
Error Name '_ShowJSErrors' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Missing a Javadoc comment. 42
Error Name '_CachePages' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error First sentence should end with a period. 44
Error Name '_WebTester' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Variable '_WebTester' must be private and have accessor methods. 45
Error Missing a Javadoc comment. 47
Error Name '_WebClient' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Variable '_WebClient' must be private and have accessor methods. 47
Error Line has trailing spaces. 48
Error First sentence should end with a period. 49
Error Name '_CurrentPage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error Missing a Javadoc comment. 51
Error Name '_CurrentForm' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error First sentence should end with a period. 53
Error Name '_CacheIndexXML' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 59
Error '{' should be on the previous line. 60
Error 'if' is not followed by whitespace. 62
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '{' should be on the previous line. 63
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error First sentence should end with a period. 75
Error '(' is followed by whitespace. 79
Error Parameter pPage should be final. 79
Error ')' is preceded with whitespace. 79
Error '{' should be on the previous line. 80
Error 'if' is not followed by whitespace. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error Line has trailing spaces. 86
Error First sentence should end with a period. 87
Error Line has trailing spaces. 87
Error Line has trailing spaces. 89
Error '{' should be on the previous line. 92
Error 'if' is not followed by whitespace. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error 'return' is not followed by whitespace. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '}' should be on the same line. 96
Error '{' should be on the previous line. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. 106
Error '{' should be on the previous line. 107
Error 'if' is not followed by whitespace. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '{' should be on the previous line. 112
Error 'if' is not followed by whitespace. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '{' should be on the previous line. 114
Error 'for' is not followed by whitespace. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '}' should be on the same line. 120
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error 'if' is not followed by whitespace. 128
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error '{' should be on the previous line. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error First sentence should end with a period. 136
Error Line has trailing spaces. 138
Error Comment matches to-do format 'TODO:'. 139
Error '{' should be on the previous line. 142
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error First sentence should end with a period. 153
Error Line has trailing spaces. 155
Error '(' is followed by whitespace. 165
Error Parameter pName should be final. 165
Error Parameter pTestInput should be final. 165
Error Parameter pTestOptions should be final. 166
Error Parameter pThreadName should be final. 166
Error ')' is preceded with whitespace. 166
Error '{' should be on the previous line. 167
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '{' should be on the previous line. 178
Error 'if' is not followed by whitespace. 180
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error '{' should be on the previous line. 181
Error '}' should be on the same line. 184
Error 'if' is not followed by whitespace. 185
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error '{' should be on the previous line. 186
Error Missing a Javadoc comment. 192
Error Line has trailing spaces. 196
Error '{' should be on the previous line. 199
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error First sentence should end with a period. 205
Error Line has trailing spaces. 206
Error Line has trailing spaces. 207
Error Method 'clickLink' is not designed for extension - needs to be abstract, final or empty. 211
Error '(' is followed by whitespace. 211
Error Parameter pLinkName should be final. 211
Error Parameter pPageDescription should be final. 211
Error ')' is preceded with whitespace. 211
Error '{' should be on the previous line. 212
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error 'if' is not followed by whitespace. 214
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error '{' should be on the previous line. 215
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error '}' should be on the same line. 217
Error 'if' is not followed by whitespace. 218
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error '{' should be on the previous line. 219
Error '{' should be on the previous line. 221
Error Line is longer than 80 characters. 222
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 222
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 222
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error '}' should be on the same line. 224
Error 'catch' is not followed by whitespace. 225
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error '{' should be on the previous line. 226
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error '}' should be on the same line. 228
Error 'catch' is not followed by whitespace. 229
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error '{' should be on the previous line. 230
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error Line has trailing spaces. 238
Error Line has trailing spaces. 239
Error Method 'clickElementById' is not designed for extension - needs to be abstract, final or empty. 243
Error '(' is followed by whitespace. 243
Error Parameter pId should be final. 243
Error Parameter pDescription should be final. 243
Error ')' is preceded with whitespace. 243
Error '{' should be on the previous line. 244
Error 'if' is not followed by whitespace. 245
Error '(' is followed by whitespace. 245
Error ')' is preceded with whitespace. 245
Error '{' should be on the previous line. 246
Error '{' should be on the previous line. 248
Error Line is longer than 80 characters. 249
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error '(' is followed by whitespace. 250
Error ')' is preceded with whitespace. 250
Error '}' should be on the same line. 251
Error 'catch' is not followed by whitespace. 252
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error '{' should be on the previous line. 253
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error '}' should be on the same line. 255
Error 'catch' is not followed by whitespace. 256
Error '(' is followed by whitespace. 256
Error ')' is preceded with whitespace. 256
Error '{' should be on the previous line. 257
Error '(' is followed by whitespace. 258
Error ')' is preceded with whitespace. 258
Error '}' should be on the same line. 260
Error '{' should be on the previous line. 262
Error ')' is preceded with whitespace. 264
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error Line has trailing spaces. 268
Error First sentence should end with a period. 269
Error Line has trailing spaces. 270
Error Line has trailing spaces. 271
Error Method 'clickButton' is not designed for extension - needs to be abstract, final or empty. 275
Error '(' is followed by whitespace. 275
Error Parameter pButtonID should be final. 275
Error Parameter pButtonDesc should be final. 275
Error ')' is preceded with whitespace. 275
Error '{' should be on the previous line. 276
Error '(' is followed by whitespace. 277
Error ')' is preceded with whitespace. 277
Error 'if' is not followed by whitespace. 278
Error '(' is followed by whitespace. 278
Error ')' is preceded with whitespace. 278
Error '{' should be on the previous line. 279
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error '(' is followed by whitespace. 281
Error ')' is preceded with whitespace. 281
Error '}' should be on the same line. 282
Error 'if' is not followed by whitespace. 283
Error '(' is followed by whitespace. 283
Error ')' is preceded with whitespace. 283
Error '{' should be on the previous line. 284
Error '(' is followed by whitespace. 285
Error ')' is preceded with whitespace. 285
Error First sentence should end with a period. 289
Error Line has trailing spaces. 290
Error Line has trailing spaces. 291
Error Method 'clickLinkWithImage' is not designed for extension - needs to be abstract, final or empty. 295
Error '(' is followed by whitespace. 295
Error Parameter pLinkImg should be final. 295
Error Parameter pLinkDesc should be final. 295
Error ')' is preceded with whitespace. 295
Error '{' should be on the previous line. 296
Error '(' is followed by whitespace. 297
Error ')' is preceded with whitespace. 297
Error 'if' is not followed by whitespace. 298
Error '(' is followed by whitespace. 298
Error ')' is preceded with whitespace. 298
Error '{' should be on the previous line. 299
Error '(' is followed by whitespace. 300
Error ')' is preceded with whitespace. 300
Error '}' should be on the same line. 301
Error 'if' is not followed by whitespace. 302
Error '(' is followed by whitespace. 302
Error ')' is preceded with whitespace. 302
Error '{' should be on the previous line. 303
Error Line is longer than 80 characters. 305
Error ')' is preceded with whitespace. 305
Error '(' is followed by whitespace. 307
Error ')' is preceded with whitespace. 307
Error First sentence should end with a period. 310
Error Line has trailing spaces. 312
Error Method 'clickLinkWithText' is not designed for extension - needs to be abstract, final or empty. 316
Error '(' is followed by whitespace. 316
Error Parameter pLinkText should be final. 316
Error Parameter pLinkDesc should be final. 316
Error ')' is preceded with whitespace. 316
Error '{' should be on the previous line. 317
Error 'if' is not followed by whitespace. 318
Error '(' is followed by whitespace. 318
Error ')' is preceded with whitespace. 318
Error '{' should be on the previous line. 319
Error '(' is followed by whitespace. 320
Error ')' is preceded with whitespace. 320
Error '}' should be on the same line. 321
Error 'if' is not followed by whitespace. 322
Error '(' is followed by whitespace. 322
Error ')' is preceded with whitespace. 322
Error '{' should be on the previous line. 323
Error '(' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error '{' should be on the previous line. 326
Error Line is longer than 80 characters. 327
Error '(' is followed by whitespace. 327
Error '(' is followed by whitespace. 327
Error ')' is preceded with whitespace. 327
Error '(' is followed by whitespace. 327
Error ')' is preceded with whitespace. 327
Error ')' is preceded with whitespace. 327
Error '}' should be on the same line. 328
Error 'catch' is not followed by whitespace. 329
Error '(' is followed by whitespace. 329
Error ')' is preceded with whitespace. 329
Error '{' should be on the previous line. 330
Error '(' is followed by whitespace. 331
Error ')' is preceded with whitespace. 331
Error '}' should be on the same line. 332
Error 'catch' is not followed by whitespace. 333
Error '(' is followed by whitespace. 333
Error ')' is preceded with whitespace. 333
Error '{' should be on the previous line. 334
Error '(' is followed by whitespace. 335
Error ')' is preceded with whitespace. 335
Error '(' is followed by whitespace. 337
Error ')' is preceded with whitespace. 337
Error Line has trailing spaces. 339
Error First sentence should end with a period. 342
Error Line has trailing spaces. 344
Error Method 'clickLinkWithText' is not designed for extension - needs to be abstract, final or empty. 349
Error '(' is followed by whitespace. 349
Error Parameter pLinkText should be final. 349
Error Parameter pIndex should be final. 349
Error Parameter pLinkDesc should be final. 350
Error ')' is preceded with whitespace. 350
Error '{' should be on the previous line. 351
Error '(' is followed by whitespace. 352
Error ')' is preceded with whitespace. 352
Error 'if' is not followed by whitespace. 353
Error '(' is followed by whitespace. 353
Error ')' is preceded with whitespace. 353
Error '{' should be on the previous line. 354
Error '(' is followed by whitespace. 355
Error ')' is preceded with whitespace. 355
Error '}' should be on the same line. 356
Error 'if' is not followed by whitespace. 357
Error '(' is followed by whitespace. 357
Error ')' is preceded with whitespace. 357
Error '{' should be on the previous line. 358
Error Line is longer than 80 characters. 360
Error ')' is preceded with whitespace. 360
Error '(' is followed by whitespace. 362
Error ')' is preceded with whitespace. 362
Error Line has trailing spaces. 367
Error Method 'submit' is not designed for extension - needs to be abstract, final or empty. 370
Error '(' is followed by whitespace. 370
Error Parameter pSubmitDesc should be final. 370
Error ')' is preceded with whitespace. 370
Error '{' should be on the previous line. 371
Error '(' is followed by whitespace. 372
Error ')' is preceded with whitespace. 372
Error 'if' is not followed by whitespace. 373
Error '(' is followed by whitespace. 373
Error ')' is preceded with whitespace. 373
Error '{' should be on the previous line. 374
Error '}' should be on the same line. 376
Error 'if' is not followed by whitespace. 377
Error '(' is followed by whitespace. 377
Error ')' is preceded with whitespace. 377
Error '{' should be on the previous line. 378
Error '{' should be on the previous line. 380
Error '(' is followed by whitespace. 381
Error ')' is preceded with whitespace. 381
Error '}' should be on the same line. 383
Error 'catch' is not followed by whitespace. 384
Error '(' is followed by whitespace. 384
Error ')' is preceded with whitespace. 384
Error '{' should be on the previous line. 385
Error '(' is followed by whitespace. 386
Error ')' is preceded with whitespace. 386
Error '(' is followed by whitespace. 389
Error ')' is preceded with whitespace. 389
Error First sentence should end with a period. 392
Error Method 'submit' is not designed for extension - needs to be abstract, final or empty. 397
Error '(' is followed by whitespace. 397
Error Parameter pFormName should be final. 397
Error Parameter pSubmitDesc should be final. 397
Error ')' is preceded with whitespace. 397
Error '{' should be on the previous line. 398
Error '(' is followed by whitespace. 399
Error ')' is preceded with whitespace. 399
Error 'if' is not followed by whitespace. 400
Error '(' is followed by whitespace. 400
Error ')' is preceded with whitespace. 400
Error '{' should be on the previous line. 401
Error '(' is followed by whitespace. 402
Error ')' is preceded with whitespace. 402
Error '(' is followed by whitespace. 403
Error ')' is preceded with whitespace. 403
Error '}' should be on the same line. 404
Error 'if' is not followed by whitespace. 405
Error '(' is followed by whitespace. 405
Error ')' is preceded with whitespace. 405
Error '{' should be on the previous line. 406
Error '(' is followed by whitespace. 407
Error ')' is preceded with whitespace. 407
Error '(' is followed by whitespace. 408
Error ')' is preceded with whitespace. 408
Error Line has trailing spaces. 411
Error First sentence should end with a period. 412
Error Method 'assertTextPresent' is not designed for extension - needs to be abstract, final or empty. 416
Error '(' is followed by whitespace. 416
Error Parameter pText should be final. 416
Error ')' is preceded with whitespace. 416
Error '{' should be on the previous line. 417
Error Line is longer than 80 characters. 419
Error '(' is followed by whitespace. 419
Error '(' is followed by whitespace. 419
Error ')' is preceded with whitespace. 419
Error ')' is preceded with whitespace. 419
Error First sentence should end with a period. 422
Error Incomplete HTML tag found: * @param pFormName - value from html <form name="" 424
Error Method 'setCurrentForm' is not designed for extension - needs to be abstract, final or empty. 426
Error '(' is followed by whitespace. 426
Error Parameter pFormName should be final. 426
Error ')' is preceded with whitespace. 426
Error '{' should be on the previous line. 427
Error Line is longer than 80 characters. 428
Error '(' is followed by whitespace. 428
Error ')' is preceded with whitespace. 428
Error '(' is followed by whitespace. 428
Error ')' is preceded with whitespace. 428
Error Line has trailing spaces. 430
Error First sentence should end with a period. 431
Error Line has trailing spaces. 433
Error '(' is followed by whitespace. 439
Error Parameter pPageName should be final. 439
Error Parameter pPageDesc should be final. 439
Error ')' is preceded with whitespace. 439
Error '{' should be on the previous line. 440
Error '{' should be on the previous line. 443
Error 'if' is not followed by whitespace. 444
Error '(' is followed by whitespace. 444
Error ')' is preceded with whitespace. 444
Error '{' should be on the previous line. 445
Error '(' is followed by whitespace. 446
Error ')' is preceded with whitespace. 446
Error 'if' is not followed by whitespace. 447
Error '(' is followed by whitespace. 447
Error ')' is preceded with whitespace. 447
Error '{' should be on the previous line. 448
Error '(' is followed by whitespace. 452
Error ')' is preceded with whitespace. 453
Error '(' is followed by whitespace. 455
Error ')' is preceded with whitespace. 456
Error '(' is followed by whitespace. 458
Error ')' is preceded with whitespace. 458
Error '}' should be on the same line. 462
Error 'catch' is not followed by whitespace. 463
Error '(' is followed by whitespace. 463
Error ')' is preceded with whitespace. 463
Error '{' should be on the previous line. 464
Error '(' is followed by whitespace. 465
Error ')' is preceded with whitespace. 465
Error First sentence should end with a period. 470
Error Line has trailing spaces. 472
Error Line is longer than 80 characters. 480
Error '(' is followed by whitespace. 480
Error Parameter pURL should be final. 480
Error Parameter pPageName should be final. 480
Error Parameter pPageDesc should be final. 480
Error ')' is preceded with whitespace. 480
Error '(' is followed by whitespace. 482
Error ')' is preceded with whitespace. 482
Error '(' is followed by whitespace. 483
Error ')' is preceded with whitespace. 483
Error '(' is followed by whitespace. 484
Error ')' is preceded with whitespace. 484
Error '(' is followed by whitespace. 485
Error ')' is preceded with whitespace. 485
Error '(' is followed by whitespace. 486
Error ')' is preceded with whitespace. 486
Error '(' is followed by whitespace. 487
Error ')' is preceded with whitespace. 487
Error '(' is followed by whitespace. 488
Error ')' is preceded with whitespace. 488
Error 'if' is not followed by whitespace. 489
Error '(' is followed by whitespace. 489
Error ')' is preceded with whitespace. 489
Error '{' should be on the previous line. 490
Error '(' is followed by whitespace. 491
Error ')' is preceded with whitespace. 491
Error '(' is followed by whitespace. 492
Error ')' is preceded with whitespace. 492
Error '(' is followed by whitespace. 493
Error ')' is preceded with whitespace. 493
Error First sentence should end with a period. 497
Error Line has trailing spaces. 499
Error Method 'dumpResponseToFile' is not designed for extension - needs to be abstract, final or empty. 503
Error '(' is followed by whitespace. 503
Error Parameter pFile should be final. 503
Error ')' is preceded with whitespace. 503
Error '{' should be on the previous line. 504
Error '{' should be on the previous line. 507
Error '(' is followed by whitespace. 508
Error '(' is followed by whitespace. 509
Error ')' is preceded with whitespace. 509
Error ')' is preceded with whitespace. 509
Error ')' is preceded with whitespace. 509
Error 'if' is not followed by whitespace. 510
Error '(' is followed by whitespace. 510
Error ')' is preceded with whitespace. 510
Error '{' should be on the previous line. 511
Error '(' is followed by whitespace. 512
Error ')' is preceded with whitespace. 512
Error '}' should be on the same line. 513
Error 'if' is not followed by whitespace. 514
Error '(' is followed by whitespace. 514
Error ')' is preceded with whitespace. 514
Error '{' should be on the previous line. 515
Error 'if' is not followed by whitespace. 517
Error '(' is followed by whitespace. 517
Error ')' is preceded with whitespace. 517
Error '{' should be on the previous line. 518
Error '(' is followed by whitespace. 519
Error '(' is followed by whitespace. 519
Error ')' is preceded with whitespace. 519
Error ')' is preceded with whitespace. 519
Error '}' should be on the same line. 520
Error '{' should be on the previous line. 522
Error '(' is followed by whitespace. 523
Error ')' is preceded with whitespace. 523
Error '}' should be on the same line. 526
Error 'catch' is not followed by whitespace. 527
Error '(' is followed by whitespace. 527
Error ')' is preceded with whitespace. 527
Error '{' should be on the previous line. 528
Error '(' is followed by whitespace. 529
Error ')' is preceded with whitespace. 529
Error '}' should be on the same line. 530
Error '{' should be on the previous line. 532
Error '{' should be on the previous line. 534
Error '}' should be on the same line. 537
Error 'catch' is not followed by whitespace. 538
Error '(' is followed by whitespace. 538
Error ')' is preceded with whitespace. 538
Error '{' should be on the previous line. 539
Error Must have at least one statement. 539
Error First sentence should end with a period. 545
Error Line has trailing spaces. 547
Error Method 'dumpResponseToString' is not designed for extension - needs to be abstract, final or empty. 550
Error '{' should be on the previous line. 551
Error '{' should be on the previous line. 555
Error '(' is followed by whitespace. 556
Error ')' is preceded with whitespace. 556
Error '(' is followed by whitespace. 557
Error ')' is preceded with whitespace. 557
Error '(' is followed by whitespace. 559
Error ')' is preceded with whitespace. 559
Error '}' should be on the same line. 563
Error 'catch' is not followed by whitespace. 564
Error '(' is followed by whitespace. 564
Error ')' is preceded with whitespace. 564
Error '{' should be on the previous line. 565
Error '(' is followed by whitespace. 566
Error ')' is preceded with whitespace. 567
Error '(' is followed by whitespace. 569
Error ')' is preceded with whitespace. 569

com/flexiblewebsolutions/xdriveunit/XDriveDecorator.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xdriveunit/XDriveDecorator.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 8
Error Line has trailing spaces. 10
Error '{' should be on the previous line. 14
Error Missing a Javadoc comment. 15
Error Variable 'logger' must be private and have accessor methods. 15
Error '(' is followed by whitespace. 15
Error ')' is preceded with whitespace. 15
Error First sentence should end with a period. 17
Error Line has trailing spaces. 19
Error '(' is followed by whitespace. 25
Error Parameter pTest should be final. 25
Error Parameter pParameterData should be final. 25
Error ')' is preceded with whitespace. 25
Error '{' should be on the previous line. 26
Error '(' is followed by whitespace. 27
Error ')' is preceded with whitespace. 27

com/flexiblewebsolutions/xdriveunit/XDriveTest.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xdriveunit/XDriveTest.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 7
Error Line contains a tab character. 11
Error Missing a Javadoc comment. 11
Error Redundant 'public' modifier. 11
Error Line contains a tab character. 13
Error Missing a Javadoc comment. 13
Error Redundant 'public' modifier. 13
Error Line contains a tab character. 15
Error Missing a Javadoc comment. 15
Error Redundant 'public' modifier. 15

com/flexiblewebsolutions/xdriveunit/XDriveTestCase.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xdriveunit/XDriveTestCase.java

ErrorLine
Error Line does not match expected header line of 'GNU Lesser General Public License'. 1
Error First sentence should end with a period. 16
Error Line has trailing spaces. 18
Error '{' should be on the previous line. 23
Error Missing a Javadoc comment. 24
Error Variable 'logger' must be private and have accessor methods. 24
Error '(' is followed by whitespace. 24
Error ')' is preceded with whitespace. 24
Error Name '_TestInput' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Error Variable '_TestInput' must be private and have accessor methods. 29
Error Name '_ThreadName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Variable '_ThreadName' must be private and have accessor methods. 34
Error First sentence should end with a period. 36
Error Name '_TestOptions' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error First sentence should end with a period. 41
Error Line has trailing spaces. 43
Error Unused @param tag for 'pTheadName'. 50
Error '(' is followed by whitespace. 53
Error Parameter pName should be final. 53
Error Parameter pTestInput should be final. 53
Error Parameter pTestOptions should be final. 54
Error Parameter pThreadName should be final. 54
Error Expected @param tag for 'pThreadName'. 54
Error ')' is preceded with whitespace. 54
Error '{' should be on the previous line. 55
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error 'if' is not followed by whitespace. 59
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '{' should be on the previous line. 60
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error Line has trailing spaces. 65
Error Method 'getTestOptions' is not designed for extension - needs to be abstract, final or empty. 66
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error 'if' is not followed by whitespace. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '{' should be on the previous line. 69
Error 'return' is not followed by whitespace. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error Line has trailing spaces. 77
Error '{' should be on the previous line. 80
Error First sentence should end with a period. 84
Error Line has trailing spaces. 87
Error Method 'setupTestOptions' is not designed for extension - needs to be abstract, final or empty. 91
Error '(' is followed by whitespace. 91
Error Parameter pTestOptions should be final. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 95
Error 'if' is not followed by whitespace. 96
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 97
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error 'for' is not followed by whitespace. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '{' should be on the previous line. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 108
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 112
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error First sentence should end with a period. 119
Error Line has trailing spaces. 121
Error Method 'checkBooleanParameter' is not designed for extension - needs to be abstract, final or empty. 125
Error '(' is followed by whitespace. 125
Error Parameter pPropName should be final. 125
Error Expected @param tag for 'pPropName'. 125
Error ')' is preceded with whitespace. 125
Error '{' should be on the previous line. 126
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error 'if' is not followed by whitespace. 130
Error '(' is followed by whitespace. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 131
Error '}' should be on the same line. 133
Error '{' should be on the previous line. 135
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error Line has trailing spaces. 144
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 150
Error '(' is followed by whitespace. 150
Error Parameter pConfigFile should be final. 150
Error ')' is preceded with whitespace. 150
Error Expected @throws tag for 'MissingConfigException'. 150
Error '{' should be on the previous line. 151
Error 'if' is not followed by whitespace. 152
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '{' should be on the previous line. 153
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error ')' is preceded with whitespace. 156
Error '{' should be on the previous line. 159
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '(' is followed by whitespace. 163
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error ')' is preceded with whitespace. 163
Error '}' should be on the same line. 164
Error 'catch' is not followed by whitespace. 165
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error '{' should be on the previous line. 166
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error First sentence should end with a period. 172
Error Line has trailing spaces. 175
Error Method 'getFile' is not designed for extension - needs to be abstract, final or empty. 181
Error '(' is followed by whitespace. 181
Error Parameter pFilePath should be final. 181
Error ')' is preceded with whitespace. 181
Error Expected @throws tag for 'FileNotFoundException'. 181
Error '{' should be on the previous line. 182
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error 'if' is not followed by whitespace. 185
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error '{' should be on the previous line. 186
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error 'if' is not followed by whitespace. 188
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error '{' should be on the previous line. 189
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 192
Error '}' should be on the same line. 193
Error '{' should be on the previous line. 195
Error '}' should be on the same line. 199
Error '{' should be on the previous line. 201
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error Line has trailing spaces. 210
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 218
Error '(' is followed by whitespace. 218
Error Parameter pConfigInfo should be final. 218
Error Parameter pThreadName should be final. 218
Error ')' is preceded with whitespace. 218
Error '{' should be on the previous line. 219
Error '{' should be on the previous line. 224
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 226
Error '}' should be on the same line. 227
Error 'catch' is not followed by whitespace. 228
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '{' should be on the previous line. 229
Error Line is longer than 80 characters. 230
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233

com/flexiblewebsolutions/xdriveunit/loadtest/PrefixFilter.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xdriveunit/loadtest/PrefixFilter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 10
Error Missing a Javadoc comment. 11
Error Name '_FilePrefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Error Missing a Javadoc comment. 13
Error '(' is followed by whitespace. 13
Error Parameter pFilePrefix should be final. 13
Error ')' is preceded with whitespace. 13
Error '{' should be on the previous line. 14
Error Expected an @return tag. 21
Error Method 'accept' is not designed for extension - needs to be abstract, final or empty. 21
Error '(' is followed by whitespace. 21
Error Parameter pDirectory should be final. 21
Error Expected @param tag for 'pDirectory'. 21
Error Parameter pFileName should be final. 21
Error Expected @param tag for 'pFileName'. 21
Error ')' is preceded with whitespace. 21
Error '{' should be on the previous line. 22
Error Conditional logic can be removed. 23
Error 'if' is not followed by whitespace. 23
Error '(' is followed by whitespace. 23
Error '(' is followed by whitespace. 23
Error ')' is preceded with whitespace. 23
Error ')' is preceded with whitespace. 23
Error '{' should be on the previous line. 24
Error '}' should be on the same line. 26
Error '{' should be on the previous line. 28

com/flexiblewebsolutions/xdriveunit/loadtest/TestInputBuilder.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xdriveunit/loadtest/TestInputBuilder.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 13
Error Missing a Javadoc comment. 14
Error Variable 'logger' must be private and have accessor methods. 14
Error '(' is followed by whitespace. 14
Error ')' is preceded with whitespace. 14
Error Missing a Javadoc comment. 15
Error Method 'writeFile' is not designed for extension - needs to be abstract, final or empty. 17
Error Missing a Javadoc comment. 17
Error '(' is followed by whitespace. 17
Error Parameter pFile should be final. 17
Error Parameter pData should be final. 17
Error ')' is preceded with whitespace. 17
Error '{' should be on the previous line. 18
Error '(' is followed by whitespace. 20
Error ')' is preceded with whitespace. 20
Error Missing a Javadoc comment. 24

com/flexiblewebsolutions/xdriveunit/loadtest/TestThread.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xdriveunit/loadtest/TestThread.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 15
Error Line contains a tab character. 19
Error Missing a Javadoc comment. 19
Error Variable 'logger' must be private and have accessor methods. 19
Error Line contains a tab character. 21
Error Missing a Javadoc comment. 21
Error Name '_TestConfig' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Error Line contains a tab character. 23
Error Missing a Javadoc comment. 23
Error Name '_ThreadName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Name '_TestCase' must match pattern '^[a-z][a-zA-Z0-9]*$'. 25
Error Line contains a tab character. 27
Error Missing a Javadoc comment. 27
Error Name '_TT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Error First sentence should end with a period. 29
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line has trailing spaces. 31
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Parameter pTestCase should be final. 41
Error Parameter pThreadName should be final. 41
Error Line contains a tab character. 42
Error Parameter pTestConfig should be final. 42
Error Parameter pTT should be final. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error First sentence should end with a period. 49
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Method 'run' is not designed for extension - needs to be abstract, final or empty. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line is longer than 80 characters. 62
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line is longer than 80 characters. 64
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83

com/flexiblewebsolutions/xdriveunit/loadtest/ThreadCallback.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xdriveunit/loadtest/ThreadCallback.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 17
Error Missing a Javadoc comment. 18
Error Variable 'logger' must be private and have accessor methods. 18
Error '(' is followed by whitespace. 18
Error ')' is preceded with whitespace. 18
Error Missing a Javadoc comment. 20
Error Name '_TmpDir' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Error Missing a Javadoc comment. 22
Error Name '_TestMode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Error Line has trailing spaces. 26
Error Method 'setTestMode' is not designed for extension - needs to be abstract, final or empty. 30
Error '(' is followed by whitespace. 30
Error Parameter pTestMode should be final. 30
Error ')' is preceded with whitespace. 30
Error '{' should be on the previous line. 31
Error Line has trailing spaces. 37
Error Method 'getTestMode' is not designed for extension - needs to be abstract, final or empty. 40
Error '{' should be on the previous line. 41
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error First sentence should end with a period. 45
Error Line has trailing spaces. 47
Error Method 'getTmpDir' is not designed for extension - needs to be abstract, final or empty. 50
Error '{' should be on the previous line. 51
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error First sentence should end with a period. 55
Error Line has trailing spaces. 57
Error Method 'setTmpDir' is not designed for extension - needs to be abstract, final or empty. 61
Error '(' is followed by whitespace. 61
Error Parameter pTmpDir should be final. 61
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 62
Error First sentence should end with a period. 66
Error Line has trailing spaces. 68
Error '(' is followed by whitespace. 72
Error Parameter pThreadNames should be final. 72
Error ')' is preceded with whitespace. 72
Error First sentence should end with a period. 74
Error Line has trailing spaces. 76
Error Method 'writeStatsFile' is not designed for extension - needs to be abstract, final or empty. 80
Error '(' is followed by whitespace. 80
Error Parameter pThreadNames should be final. 80
Error ')' is preceded with whitespace. 80
Error '{' should be on the previous line. 81
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error ')' is preceded with whitespace. 87
Error 'for' is not followed by whitespace. 88
Error '(' is followed by whitespace. 88
Error ';' is followed by whitespace. 88
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error 'for' is not followed by whitespace. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '{' should be on the previous line. 102
Error 'if' is not followed by whitespace. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 104
Error ')' is preceded with whitespace. 104
Error '{' should be on the previous line. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 119
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121

com/flexiblewebsolutions/xdriveunit/loadtest/ThreadTestLoadUtils.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xdriveunit/loadtest/ThreadTestLoadUtils.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 13
Error Line is longer than 80 characters. 14
Error Missing a Javadoc comment. 14
Error Variable 'logger' must be private and have accessor methods. 14
Error '(' is followed by whitespace. 14
Error ')' is preceded with whitespace. 14
Error Line has trailing spaces. 15
Error First sentence should end with a period. 16
Error Line is longer than 80 characters. 17
Error Line has trailing spaces. 19
Error Expected an @return tag. 23
Error Method 'createConfigFile' is not designed for extension - needs to be abstract, final or empty. 23
Error '(' is followed by whitespace. 23
Error Parameter pConfigTemplate should be final. 23
Error Parameter pInputFile should be final. 24
Error ')' is preceded with whitespace. 24
Error '{' should be on the previous line. 25
Error '(' is followed by whitespace. 28
Error ')' is preceded with whitespace. 29
Error ')' is preceded with whitespace. 29
Error 'while' is not followed by whitespace. 32
Error '(' is followed by whitespace. 32
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error ')' is preceded with whitespace. 32
Error '{' should be on the previous line. 33
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40

com/flexiblewebsolutions/xdriveunit/loadtest/ThreadTracker.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xdriveunit/loadtest/ThreadTracker.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 9
Error '{' should be on the previous line. 13
Error Missing a Javadoc comment. 14
Error Variable 'logger' must be private and have accessor methods. 14
Error '(' is followed by whitespace. 14
Error ')' is preceded with whitespace. 14
Error Missing a Javadoc comment. 15
Error Name '_RunningThreads' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Error Missing a Javadoc comment. 17
Error Name '_ThreadNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Error Missing a Javadoc comment. 19
Error Name '_Registered' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Error Missing a Javadoc comment. 21
Error Name '_NumToRegister' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Error Missing a Javadoc comment. 23
Error Name '_Traceback' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error First sentence should end with a period. 25
Error Line has trailing spaces. 27
Error Method 'registerThread' is not designed for extension - needs to be abstract, final or empty. 31
Error '(' is followed by whitespace. 31
Error Parameter pThreadName should be final. 31
Error ')' is preceded with whitespace. 31
Error '{' should be on the previous line. 32
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error 'if' is not followed by whitespace. 34
Error '(' is followed by whitespace. 34
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error ')' is preceded with whitespace. 34
Error '{' should be on the previous line. 35
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error First sentence should end with a period. 42
Error Line has trailing spaces. 44
Error Method 'deregisterThread' is not designed for extension - needs to be abstract, final or empty. 48
Error '(' is followed by whitespace. 48
Error Parameter pThreadName should be final. 48
Error ')' is preceded with whitespace. 48
Error '{' should be on the previous line. 49
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error 'if' is not followed by whitespace. 52
Error '(' is followed by whitespace. 52
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error ')' is preceded with whitespace. 52
Error '{' should be on the previous line. 53
Error '{' should be on the previous line. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error First sentence should end with a period. 68
Error Line has trailing spaces. 70
Error '(' is followed by whitespace. 77
Error Parameter pNumToRegister should be final. 77
Error Parameter pTT should be final. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78

com/flexiblewebsolutions/xdriveunit/loadtest/ThreadedTestRunner.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xdriveunit/loadtest/ThreadedTestRunner.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 15
Error '{' should be on the previous line. 19
Error Line is longer than 80 characters. 20
Error Missing a Javadoc comment. 20
Error Variable 'logger' must be private and have accessor methods. 20
Error '(' is followed by whitespace. 20
Error ')' is preceded with whitespace. 20
Error Name '_TestMode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Error First sentence should end with a period. 26
Error Name '_AllThreads' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Error Variable '_AllThreads' must be private and have accessor methods. 29
Error First sentence should end with a period. 31
Error Line has trailing spaces. 31
Error Name '_RunTest' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Variable '_RunTest' must be private and have accessor methods. 34
Error First sentence should end with a period. 36
Error Name '_DelayTimer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Variable '_DelayTimer' must be private and have accessor methods. 39
Error Line has trailing spaces. 41
Error Line has trailing spaces. 50
Error Unused @param tag for 'pClassName'. 53
Error Line is longer than 80 characters. 58
Error Method 'runLoadTest' is not designed for extension - needs to be abstract, final or empty. 58
Error '(' is followed by whitespace. 58
Error Parameter pXML should be final. 58
Error Parameter pTestCase should be final. 58
Error Expected @param tag for 'pTestCase'. 58
Error Parameter pConfigTemplate should be final. 59
Error Parameter pTracer should be final. 59
Error Expected @param tag for 'pTracer'. 59
Error ')' is preceded with whitespace. 59
Error '{' should be on the previous line. 60
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error 'for' is not followed by whitespace. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '{' should be on the previous line. 68
Error '(' is followed by whitespace. 71
Error '4' is a magic number. 71
Error ')' is preceded with whitespace. 72
Error Line has trailing spaces. 75
Error '(' is followed by whitespace. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error ')' is preceded with whitespace. 79
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 84
Error 'if' is not followed by whitespace. 88
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 92
Error First sentence should end with a period. 100
Error Line has trailing spaces. 102
Error Method 'getTestMode' is not designed for extension - needs to be abstract, final or empty. 105
Error '{' should be on the previous line. 106
Error First sentence should end with a period. 110
Error Line has trailing spaces. 112
Error Method 'setTestMode' is not designed for extension - needs to be abstract, final or empty. 116
Error '(' is followed by whitespace. 116
Error Parameter pTestMode should be final. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 117

com/flexiblewebsolutions/xdriveunit/loadtest/package.html

ErrorLine
Error Missing package documentation file.0

com/flexiblewebsolutions/xdriveunit/package.html

ErrorLine
Error Missing package documentation file.0

com/flexiblewebsolutions/xml/util/XMLStringParser.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xml/util/XMLStringParser.java

ErrorLine
Error Line does not match expected header line of 'GNU Lesser General Public License'. 1
Error Line has trailing spaces. 10
Error Utility classes should not have a public or default constructor. 13
Error '{' should be on the previous line. 14
Error Line has trailing spaces. 17
Error '(' is followed by whitespace. 24
Error Parameter pString should be final. 24
Error Parameter pTag should be final. 24
Error ')' is preceded with whitespace. 24
Error '{' should be on the previous line. 25
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30
Error 'if' is not followed by whitespace. 31
Error '(' is followed by whitespace. 31
Error ')' is preceded with whitespace. 31
Error '{' should be on the previous line. 32
Error Line contains a tab character. 33
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error Line contains a tab character. 34
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Line has trailing spaces. 35
Error Line contains a tab character. 35
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 37
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 40
Error Line is longer than 80 characters. 41
Error '(' is followed by whitespace. 41
Error '(' is followed by whitespace. 41
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error ')' is preceded with whitespace. 41
Error ')' is preceded with whitespace. 41
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error First sentence should end with a period. 46
Error Line has trailing spaces. 48
Error '(' is followed by whitespace. 59
Error Parameter pXML should be final. 59
Error Parameter pStartIndex should be final. 59
Error Parameter pEndTag should be final. 60
Error Parameter pStartTag should be final. 60
Error ')' is preceded with whitespace. 60
Error '{' should be on the previous line. 61
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '(' is followed by whitespace. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error ')' is preceded with whitespace. 80
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Line has trailing spaces. 89
Error '(' is followed by whitespace. 98
Error Parameter pXML should be final. 98
Error Parameter pStartIndex should be final. 98
Error Parameter pStartTag should be final. 99
Error ')' is preceded with whitespace. 99
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '(' is followed by whitespace. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error ')' is preceded with whitespace. 105
Error First sentence should end with a period. 108
Error '(' is followed by whitespace. 113
Error Parameter pXML should be final. 113
Error ')' is preceded with whitespace. 113
Error '{' should be on the previous line. 114
Error Line contains a tab character. 115
Error 'return' is not followed by whitespace. 115
Error '(' is followed by whitespace. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error ')' is preceded with whitespace. 115
Error Line has trailing spaces. 117
Error First sentence should end with a period. 118
Error Line has trailing spaces. 120
Error '(' is followed by whitespace. 125
Error Parameter pXML should be final. 125
Error ')' is preceded with whitespace. 125
Error '{' should be on the previous line. 126
Error Line contains a tab character. 127
Error 'return' is not followed by whitespace. 127
Error '(' is followed by whitespace. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error ')' is preceded with whitespace. 127
Error Line has trailing spaces. 129
Error First sentence should end with a period. 130
Error '(' is followed by whitespace. 136
Error Parameter pXML should be final. 136
Error Parameter pChar should be final. 136
Error ')' is preceded with whitespace. 136
Error 'for' is not followed by whitespace. 139
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '{' should be on the previous line. 140
Error 'if' is not followed by whitespace. 141
Error '(' is followed by whitespace. 141
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error ')' is preceded with whitespace. 141
Error '{' should be on the previous line. 142
Error '(' is followed by whitespace. 143
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error ')' is preceded with whitespace. 143
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error Line is longer than 80 characters. 150
Error Line has trailing spaces. 151
Error Line is longer than 80 characters. 156
Error '(' is followed by whitespace. 156
Error Parameter pXmlString should be final. 156
Error Parameter pTag should be final. 156
Error ')' is preceded with whitespace. 156
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error 'for' is not followed by whitespace. 163
Error '(' is followed by whitespace. 163
Error ';' is followed by whitespace. 163
Error '{' should be on the previous line. 164
Error 'if' is not followed by whitespace. 166
Error '(' is followed by whitespace. 166
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error ')' is preceded with whitespace. 166
Error '{' should be on the previous line. 167
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error Line has trailing spaces. 177
Error '(' is followed by whitespace. 181
Error Parameter pXmlString should be final. 181
Error ')' is preceded with whitespace. 181
Error '{' should be on the previous line. 182
Error Line is longer than 80 characters. 183
Error '(' is followed by whitespace. 183
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error ')' is preceded with whitespace. 183
Error 'while' is not followed by whitespace. 186
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error '{' should be on the previous line. 187
Error '(' is followed by whitespace. 188
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error ')' is preceded with whitespace. 189
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error '(' is followed by whitespace. 192
Error ')' is preceded with whitespace. 192
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error Line has trailing spaces. 200
Error '(' is followed by whitespace. 204
Error Parameter pXmlString should be final. 204
Error ')' is preceded with whitespace. 204
Error '{' should be on the previous line. 205
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error '(' is followed by whitespace. 207
Error ')' is preceded with whitespace. 207

com/flexiblewebsolutions/xml/util/XSLUtils.java

ErrorLine
Error File does not end with a newline. 0

com/flexiblewebsolutions/xml/util/XSLUtils.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 15
Error Line has trailing spaces. 17
Error '{' should be on the previous line. 20
Error Line has trailing spaces. 23
Error Method 'transform' is not designed for extension - needs to be abstract, final or empty. 28
Error '(' is followed by whitespace. 28
Error Parameter pXSL should be final. 28
Error Parameter pXMLPath should be final. 28
Error Parameter pOutFile should be final. 28
Error ')' is preceded with whitespace. 28
Error '{' should be on the previous line. 29
Error '{' should be on the previous line. 34
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 36
Error ')' is preceded with whitespace. 36
Error '(' is followed by whitespace. 37
Error '(' is followed by whitespace. 37
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error ')' is preceded with whitespace. 37
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error ')' is preceded with whitespace. 38
Error '}' should be on the same line. 39
Error 'catch' is not followed by whitespace. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error '{' should be on the previous line. 41
Error '}' should be on the same line. 43
Error 'catch' is not followed by whitespace. 44
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error '{' should be on the previous line. 45
Error '}' should be on the same line. 47
Error '{' should be on the previous line. 49
Error '{' should be on the previous line. 51
Error '}' should be on the same line. 53
Error 'catch' is not followed by whitespace. 54
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '{' should be on the previous line. 55
Error Must have at least one statement. 55

com/flexiblewebsolutions/xml/util/package.html

ErrorLine
Error Missing package documentation file.0