Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
| Files | Infos | Warnings | Errors |
| 106 | 0 | 0 | 1029 |
Files
uba/db/sql/language/AndSelectionCriteria.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
8
|
| Line is longer than 80 characters. |
16
|
| Parameter left should be final. |
16
|
| Parameter right should be final. |
16
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
23
|
| Parameter visitor should be final. |
23
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Parameter obj should be final. |
30
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Line is longer than 80 characters. |
42
|
| Method 'operatorAsString' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Line is longer than 80 characters. |
49
|
| Method 'valueWith' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Parameter context should be final. |
51
|
| Line is longer than 80 characters. |
54
|
uba/db/sql/language/BinarySelectionCriteriaBehavior.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
6
|
| Line is longer than 80 characters. |
9
|
| Missing a Javadoc comment. |
10
|
| Missing a Javadoc comment. |
11
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
20
|
| Parameter left should be final. |
20
|
| 'left' hides a field. |
20
|
| Parameter right should be final. |
20
|
| 'right' hides a field. |
20
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
28
|
| Line is longer than 80 characters. |
29
|
| Expected an @return tag. |
35
|
| Method 'left' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Expected an @return tag. |
42
|
| Method 'right' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Expected an @return tag. |
50
|
uba/db/sql/language/BooleanValue.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
11
|
| Line has trailing spaces. |
14
|
uba/db/sql/language/CharColumnDeclaration.java
| Error | Line |
| File does not end with a newline. |
0
|
uba/db/sql/language/CharColumnDeclaration.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
13
|
| Line has trailing spaces. |
17
|
| Parameter columnName should be final. |
30
|
| Parameter maxChars should be final. |
30
|
| 'maxChars' hides a field. |
30
|
| Parameter constraint should be final. |
31
|
| Parameter columnName should be final. |
39
|
| Parameter maxChars should be final. |
39
|
| 'maxChars' hides a field. |
39
|
| Parameter columnName should be final. |
47
|
| Line has trailing spaces. |
54
|
| Parameter columnName should be final. |
60
|
| Parameter constraint should be final. |
61
|
| Method 'columnTypeAsString' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Parameter obj should be final. |
75
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Parameter visitor should be final. |
89
|
| Expected an @return tag. |
96
|
| Method 'maxChars' is not designed for extension - needs to be abstract, final or empty. |
96
|
uba/db/sql/language/ColumnConstraintDeclaration.java
| Error | Line |
| File does not end with a newline. |
0
|
uba/db/sql/language/ColumnConstraintDeclaration.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
13
|
| Line is longer than 80 characters. |
16
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
23
|
| First sentence should end with a period. |
26
|
| Line is longer than 80 characters. |
29
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Line is longer than 80 characters. |
36
|
| Missing a Javadoc comment. |
36
|
| Parameter notNull should be final. |
36
|
| 'notNull' hides a field. |
36
|
| Parameter unique should be final. |
36
|
| 'unique' hides a field. |
36
|
| Parameter primaryKey should be final. |
36
|
| 'primaryKey' hides a field. |
36
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Parameter obj should be final. |
49
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Expected an @return tag. |
81
|
| Method 'notNull' is not designed for extension - needs to be abstract, final or empty. |
81
|
uba/db/sql/language/ColumnDeclaration.java
| Error | Line |
| File does not end with a newline. |
0
|
uba/db/sql/language/ColumnDeclaration.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
6
|
| Expected an @return tag. |
13
|
| Expected an @return tag. |
19
|
uba/db/sql/language/ColumnDeclarationBehavior.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
5
|
| Missing a Javadoc comment. |
9
|
| Missing a Javadoc comment. |
10
|
| Parameter columnName should be final. |
16
|
| 'columnName' hides a field. |
16
|
| Parameter columnName should be final. |
26
|
| 'columnName' hides a field. |
26
|
| Parameter constraint should be final. |
27
|
| 'constraint' hides a field. |
27
|
| Method 'columnName' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Method 'constraint' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Expected an @return tag. |
64
|
uba/db/sql/language/ColumnName.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
8
|
| Missing a Javadoc comment. |
12
|
| Line has trailing spaces. |
16
|
| Parameter columnName should be final. |
20
|
| 'columnName' hides a field. |
20
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
27
|
| Parameter obj should be final. |
27
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Parameter visitor should be final. |
41
|
| Line is longer than 80 characters. |
46
|
| Method 'valueWith' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Parameter context should be final. |
48
|
| Expected an @return tag. |
55
|
| Method 'nameAsString' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Line has trailing spaces. |
60
|
| Line is longer than 80 characters. |
60
|
| Line is longer than 80 characters. |
61
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
66
|
uba/db/sql/language/ColumnReference.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
uba/db/sql/language/ComparisonBehavior.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
6
|
| Missing a Javadoc comment. |
10
|
| Missing a Javadoc comment. |
11
|
| Line has trailing spaces. |
15
|
| Parameter left should be final. |
21
|
| 'left' hides a field. |
21
|
| Parameter right should be final. |
21
|
| 'right' hides a field. |
21
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Expected an @return tag. |
37
|
| Line has trailing spaces. |
44
|
| Line has trailing spaces. |
47
|
| Method 'valueWith' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Parameter context should be final. |
51
|
| Line has trailing spaces. |
59
|
| Method 'isTrueWith' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Parameter context should be final. |
62
|
| Line is longer than 80 characters. |
63
|
| Expected an @return tag. |
70
|
| Method 'left' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Expected an @return tag. |
77
|
| Method 'right' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Line has trailing spaces. |
83
|
| Line has trailing spaces. |
85
|
| Line has trailing spaces. |
90
|
| Line is longer than 80 characters. |
93
|
| Parameter leftValue should be final. |
93
|
| Parameter rightValue should be final. |
93
|
uba/db/sql/language/CreateIndex.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
10
|
| Missing a Javadoc comment. |
12
|
| Missing a Javadoc comment. |
14
|
| Parameter name should be final. |
14
|
| 'name' hides a field. |
14
|
| Parameter column should be final. |
14
|
| 'column' hides a field. |
14
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
22
|
| Parameter visitor should be final. |
22
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Parameter obj should be final. |
29
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Method 'name' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| Method 'column' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
uba/db/sql/language/CreateTable.java
| Error | Line |
| File does not end with a newline. |
0
|
uba/db/sql/language/CreateTable.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
14
|
| Missing a Javadoc comment. |
16
|
| Missing a Javadoc comment. |
18
|
| Missing a Javadoc comment. |
20
|
| Parameter tableName should be final. |
20
|
| 'tableName' hides a field. |
20
|
| Parameter columnDeclarations should be final. |
20
|
| 'columnDeclarations' hides a field. |
20
|
| Parameter primaryKeyColumns should be final. |
21
|
| 'primaryKeyColumns' hides a field. |
21
|
| Missing a Javadoc comment. |
27
|
| Parameter tableName should be final. |
27
|
| 'tableName' hides a field. |
27
|
| Parameter columnDeclarations should be final. |
27
|
| 'columnDeclarations' hides a field. |
27
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Parameter visitor should be final. |
34
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Parameter obj should be final. |
41
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Method 'columnDeclarations' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Method 'primaryKeyColumns' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Method 'tableName' is not designed for extension - needs to be abstract, final or empty. |
88
|
uba/db/sql/language/DisplayAllColumns.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line is longer than 80 characters. |
8
|
| Method 'append' is not designed for extension - needs to be abstract, final or empty. |
10
|
| Parameter other should be final. |
10
|
| Line is longer than 80 characters. |
15
|
| Method 'appendTo' is not designed for extension - needs to be abstract, final or empty. |
17
|
| Parameter columns should be final. |
17
|
| Line is longer than 80 characters. |
22
|
| Method 'appendTo' is not designed for extension - needs to be abstract, final or empty. |
24
|
| Parameter columns should be final. |
24
|
| Line is longer than 80 characters. |
29
|
| Method 'appendTo' is not designed for extension - needs to be abstract, final or empty. |
31
|
| Parameter oneColumn should be final. |
31
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Parameter obj should be final. |
38
|
| Line is longer than 80 characters. |
39
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Parameter visitor should be final. |
59
|
uba/db/sql/language/DisplayColumns.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line is longer than 80 characters. |
4
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
27
|
| Line has trailing spaces. |
31
|
| Line is longer than 80 characters. |
33
|
| Line has trailing spaces. |
36
|
uba/db/sql/language/DisplayMultipleColumns.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
15
|
| Line has trailing spaces. |
19
|
| Line is longer than 80 characters. |
25
|
| Parameter column should be final. |
25
|
| Parameter otherColumn should be final. |
25
|
| Line has trailing spaces. |
33
|
| Parameter columns should be final. |
37
|
| 'columns' hides a field. |
37
|
| Line is longer than 80 characters. |
42
|
| Method 'append' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Parameter other should be final. |
44
|
| Missing a Javadoc comment. |
48
|
| Parameter oneColumn should be final. |
48
|
| Line has trailing spaces. |
58
|
| Line has trailing spaces. |
61
|
| Method 'appendAsOne' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Parameter column should be final. |
65
|
| Line is longer than 80 characters. |
73
|
| Method 'appendTo' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Parameter allColumns should be final. |
75
|
| Line is longer than 80 characters. |
80
|
| Line is longer than 80 characters. |
82
|
| Method 'appendTo' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Parameter otherDisplayMultipleColumns should be final. |
82
|
| Line is longer than 80 characters. |
83
|
| Line is longer than 80 characters. |
90
|
| Method 'appendTo' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Parameter oneColumn should be final. |
92
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Parameter obj should be final. |
99
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Parameter visitor should be final. |
129
|
| Expected an @return tag. |
136
|
| Method 'columns' is not designed for extension - needs to be abstract, final or empty. |
136
|
uba/db/sql/language/DisplayOneColumn.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
8
|
| Missing a Javadoc comment. |
12
|
| Line has trailing spaces. |
16
|
| Parameter expression should be final. |
20
|
| 'expression' hides a field. |
20
|
| Line is longer than 80 characters. |
25
|
| Method 'append' is not designed for extension - needs to be abstract, final or empty. |
27
|
| Parameter columns should be final. |
27
|
| Line is longer than 80 characters. |
32
|
| Method 'appendTo' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Parameter columns should be final. |
34
|
| Line is longer than 80 characters. |
39
|
| Method 'appendTo' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Parameter columns should be final. |
41
|
| Line is longer than 80 characters. |
46
|
| Method 'appendTo' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Parameter oneColumn should be final. |
48
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Parameter obj should be final. |
55
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter visitor should be final. |
76
|
| Expected an @return tag. |
83
|
| Method 'expression' is not designed for extension - needs to be abstract, final or empty. |
83
|
uba/db/sql/language/EqualComparison.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
15
|
| Parameter left should be final. |
21
|
| Parameter right should be final. |
21
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
28
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Parameter obj should be final. |
35
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Parameter visitor should be final. |
42
|
| Method 'operatorAsString' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Line is longer than 80 characters. |
57
|
| Method 'compareValues' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Parameter leftValue should be final. |
57
|
| Parameter rightValue should be final. |
57
|
uba/db/sql/language/EvaluationContext.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
7
|
| Missing a Javadoc comment. |
9
|
uba/db/sql/language/GreatherThanComparison.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
10
|
| Parameter left should be final. |
10
|
| Parameter right should be final. |
10
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
17
|
| Parameter visitor should be final. |
17
|
| Method 'operatorAsString' is not designed for extension - needs to be abstract, final or empty. |
24
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
31
|
| Parameter obj should be final. |
31
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Line is longer than 80 characters. |
46
|
| Method 'compareValues' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Parameter leftValue should be final. |
46
|
| Parameter rightValue should be final. |
46
|
uba/db/sql/language/GreatherThanEqualsComparison.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
10
|
| Parameter left should be final. |
10
|
| Parameter right should be final. |
10
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
17
|
| Parameter visitor should be final. |
17
|
| Method 'operatorAsString' is not designed for extension - needs to be abstract, final or empty. |
24
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
31
|
| Parameter obj should be final. |
31
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Line is longer than 80 characters. |
46
|
| Method 'compareValues' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Parameter leftValue should be final. |
46
|
| Parameter rightValue should be final. |
46
|
uba/db/sql/language/InSelectionCriteria.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
11
|
| Missing a Javadoc comment. |
15
|
| Missing a Javadoc comment. |
17
|
| First sentence should end with a period. |
19
|
| Line has trailing spaces. |
21
|
| Parameter valueToFind should be final. |
27
|
| 'valueToFind' hides a field. |
27
|
| Parameter valueList should be final. |
27
|
| 'valueList' hides a field. |
27
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Parameter visitor should be final. |
35
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Parameter obj should be final. |
42
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Expected an @return tag. |
56
|
| Method 'valueList' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Expected an @return tag. |
63
|
| Method 'valueToFind' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Line is longer than 80 characters. |
75
|
| Method 'valueWith' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Missing a Javadoc comment. |
77
|
| Parameter context should be final. |
77
|
uba/db/sql/language/IndexName.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line contains a tab character. |
10
|
| Missing a Javadoc comment. |
10
|
| Line contains a tab character. |
12
|
| Missing a Javadoc comment. |
12
|
| Parameter indexName should be final. |
12
|
| 'indexName' hides a field. |
12
|
| Line contains a tab character. |
13
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
16
|
| Line is longer than 80 characters. |
17
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
19
|
| Parameter visitor should be final. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
26
|
| Parameter obj should be final. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
37
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
uba/db/sql/language/Insert.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
10
|
| Missing a Javadoc comment. |
14
|
| Missing a Javadoc comment. |
15
|
| First sentence should end with a period. |
17
|
| Line has trailing spaces. |
20
|
| Parameter tableName should be final. |
26
|
| 'tableName' hides a field. |
26
|
| Parameter values should be final. |
26
|
| 'values' hides a field. |
26
|
| First sentence should end with a period. |
30
|
| Line has trailing spaces. |
33
|
| Parameter tableName should be final. |
40
|
| 'tableName' hides a field. |
40
|
| Parameter values should be final. |
40
|
| 'values' hides a field. |
40
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Parameter visitor should be final. |
48
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Parameter obj should be final. |
55
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Expected an @return tag. |
69
|
| Method 'tableName' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Expected an @return tag. |
77
|
| Method 'values' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
84
|
uba/db/sql/language/IntegerColumnDeclaration.java
| Error | Line |
| File does not end with a newline. |
0
|
uba/db/sql/language/IntegerColumnDeclaration.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
6
|
| Missing a Javadoc comment. |
7
|
| Parameter columnName should be final. |
7
|
| Parameter constraint should be final. |
8
|
| Missing a Javadoc comment. |
12
|
| Parameter columnName should be final. |
12
|
| Method 'columnTypeAsString' is not designed for extension - needs to be abstract, final or empty. |
19
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
26
|
| Parameter obj should be final. |
26
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| Parameter visitor should be final. |
40
|
uba/db/sql/language/IntegerValue.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
10
|
| Parameter s should be final. |
10
|
| Missing a Javadoc comment. |
14
|
| Parameter i should be final. |
14
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
21
|
| Parameter visitor should be final. |
21
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
28
|
| Parameter obj should be final. |
28
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
42
|
uba/db/sql/language/Join.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
13
|
| Missing a Javadoc comment. |
14
|
| Line has trailing spaces. |
18
|
| Parameter left should be final. |
24
|
| 'left' hides a field. |
24
|
| Parameter right should be final. |
24
|
| 'right' hides a field. |
24
|
| Method 'left' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Missing a Javadoc comment. |
29
|
| Method 'right' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Missing a Javadoc comment. |
33
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Parameter visitor should be final. |
40
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Parameter obj should be final. |
47
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
61
|
uba/db/sql/language/LessThanComparison.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
10
|
| Parameter left should be final. |
10
|
| Parameter right should be final. |
10
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
17
|
| Parameter visitor should be final. |
17
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
24
|
| Parameter obj should be final. |
24
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
31
|
| Method 'operatorAsString' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Line is longer than 80 characters. |
46
|
| Method 'compareValues' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Parameter leftValue should be final. |
46
|
| Parameter rightValue should be final. |
46
|
uba/db/sql/language/LessThanEqualsComparison.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
10
|
| Parameter left should be final. |
10
|
| Parameter right should be final. |
10
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
17
|
| Parameter visitor should be final. |
17
|
| Method 'operatorAsString' is not designed for extension - needs to be abstract, final or empty. |
24
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
31
|
| Parameter obj should be final. |
31
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Line is longer than 80 characters. |
46
|
| Method 'compareValues' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Parameter leftValue should be final. |
46
|
| Parameter rightValue should be final. |
46
|
uba/db/sql/language/LiteralBehavior.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
7
|
| Missing a Javadoc comment. |
9
|
| Parameter value should be final. |
9
|
| 'value' hides a field. |
9
|
| Method 'value' is not designed for extension - needs to be abstract, final or empty. |
13
|
| Missing a Javadoc comment. |
13
|
| Line is longer than 80 characters. |
18
|
| Method 'valueWith' is not designed for extension - needs to be abstract, final or empty. |
20
|
| Parameter context should be final. |
20
|
uba/db/sql/language/NegatedSelectionCriteria.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
6
|
| Missing a Javadoc comment. |
7
|
| Missing a Javadoc comment. |
9
|
| Parameter selectionCriteria should be final. |
9
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
16
|
| Parameter visitor should be final. |
16
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
23
|
| Parameter obj should be final. |
23
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Line has trailing spaces. |
43
|
| Line is longer than 80 characters. |
44
|
| Method 'valueWith' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Parameter context should be final. |
46
|
uba/db/sql/language/NotInSelectionCriteria.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
10
|
| Missing a Javadoc comment. |
12
|
| Missing a Javadoc comment. |
14
|
| Parameter value should be final. |
14
|
| 'value' hides a field. |
14
|
| Parameter valueList should be final. |
14
|
| 'valueList' hides a field. |
14
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
22
|
| Parameter visitor should be final. |
22
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Parameter obj should be final. |
29
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Line is longer than 80 characters. |
41
|
| Method 'valueWith' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter context should be final. |
43
|
uba/db/sql/language/NullSelectionCriteria.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Unused import - com.sun.org.apache.xalan.internal.xsltc.compiler.util.BooleanType. |
3
|
| Line has trailing spaces. |
8
|
| Parameter obj should be final. |
22
|
| Line is longer than 80 characters. |
23
|
| Parameter visitor should be final. |
36
|
| '{' is not followed by whitespace. |
36
|
| '}' is not preceded with whitespace. |
36
|
| Line is longer than 80 characters. |
39
|
| Parameter otherSelectionCriteria should be final. |
41
|
| Line is longer than 80 characters. |
46
|
| Parameter otherSelectionCriteria should be final. |
48
|
| Line is longer than 80 characters. |
60
|
| Parameter other should be final. |
62
|
| Line is longer than 80 characters. |
67
|
| Parameter other should be final. |
69
|
| Line is longer than 80 characters. |
74
|
| Parameter context should be final. |
76
|
| Line is longer than 80 characters. |
81
|
| Parameter context should be final. |
83
|
uba/db/sql/language/NullSelectionSource.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
3
|
| Missing a Javadoc comment. |
4
|
| Parameter visitor should be final. |
4
|
| '{' is not followed by whitespace. |
4
|
| '}' is not preceded with whitespace. |
4
|
uba/db/sql/language/OrSelectionCriteria.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
8
|
| Line is longer than 80 characters. |
18
|
| Parameter left should be final. |
18
|
| Parameter right should be final. |
18
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
25
|
| Parameter visitor should be final. |
25
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Parameter obj should be final. |
32
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Method 'operatorAsString' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Line is longer than 80 characters. |
48
|
| Method 'valueWith' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Parameter context should be final. |
50
|
| Line is longer than 80 characters. |
53
|
uba/db/sql/language/QualifiedColumnName.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
13
|
| Missing a Javadoc comment. |
14
|
| Line has trailing spaces. |
19
|
| Parameter tableName should be final. |
25
|
| 'tableName' hides a field. |
25
|
| Parameter columnName should be final. |
25
|
| 'columnName' hides a field. |
25
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Parameter obj should be final. |
40
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Parameter visitor should be final. |
54
|
| Line is longer than 80 characters. |
59
|
| Method 'valueWith' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter context should be final. |
61
|
| Method 'tableName' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Method 'columnName' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
uba/db/sql/language/Select.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
8
|
| Missing a Javadoc comment. |
12
|
| Missing a Javadoc comment. |
13
|
| Missing a Javadoc comment. |
14
|
| First sentence should end with a period. |
16
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Line is longer than 80 characters. |
29
|
| Parameter displayColumns should be final. |
29
|
| 'displayColumns' hides a field. |
29
|
| Parameter selectionSource should be final. |
29
|
| Parameter selectionCriteria should be final. |
30
|
| First sentence should end with a period. |
36
|
| Line has trailing spaces. |
39
|
| Line is longer than 80 characters. |
42
|
| Parameter displayColumns should be final. |
42
|
| 'displayColumns' hides a field. |
42
|
| Parameter selectionSource should be final. |
42
|
| First sentence should end with a period. |
46
|
| Line has trailing spaces. |
49
|
| Parameter selectionSource should be final. |
52
|
| First sentence should end with a period. |
56
|
| Line has trailing spaces. |
59
|
| Line is longer than 80 characters. |
62
|
| Parameter selectionSource should be final. |
62
|
| Parameter selectionCriteria should be final. |
62
|
| Expected an @return tag. |
69
|
| Method 'displayColumns' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Expected an @return tag. |
76
|
| Method 'criteria' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Expected an @return tag. |
83
|
| Method 'source' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Parameter obj should be final. |
97
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Parameter visitor should be final. |
120
|
uba/db/sql/language/SelectionCriteria.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
6
|
| First sentence should end with a period. |
10
|
| Line has trailing spaces. |
12
|
| Expected an @return tag. |
16
|
| First sentence should end with a period. |
18
|
| Line has trailing spaces. |
20
|
| Expected an @return tag. |
24
|
| First sentence should end with a period. |
26
|
| Expected an @return tag. |
29
|
| Line has trailing spaces. |
33
|
| Line has trailing spaces. |
40
|
| Missing a Javadoc comment. |
45
|
| Line has trailing spaces. |
46
|
| Missing a Javadoc comment. |
47
|
uba/db/sql/language/SelectionCriteriaBehavior.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
5
|
| Line is longer than 80 characters. |
10
|
| Method 'and' is not designed for extension - needs to be abstract, final or empty. |
12
|
| Parameter other should be final. |
12
|
| Line is longer than 80 characters. |
17
|
| Method 'andAfter' is not designed for extension - needs to be abstract, final or empty. |
19
|
| Parameter other should be final. |
19
|
| Line is longer than 80 characters. |
24
|
| Method 'orAfter' is not designed for extension - needs to be abstract, final or empty. |
26
|
| Parameter other should be final. |
26
|
| Method 'not' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Line is longer than 80 characters. |
38
|
| Method 'or' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Parameter other should be final. |
40
|
| Line has trailing spaces. |
43
|
| Line is longer than 80 characters. |
45
|
| Method 'isTrueWith' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Parameter context should be final. |
47
|
uba/db/sql/language/SelectionSource.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
7
|
uba/db/sql/language/Sentence.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| '{' is not followed by whitespace. |
6
|
| '}' is not preceded with whitespace. |
6
|
uba/db/sql/language/SingleSelectionCriteria.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
10
|
| Missing a Javadoc comment. |
14
|
| Line has trailing spaces. |
18
|
| Parameter expression should be final. |
22
|
| 'expression' hides a field. |
22
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Parameter obj should be final. |
36
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Parameter visitor should be final. |
50
|
| Expected an @return tag. |
57
|
| Method 'expression' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Line is longer than 80 characters. |
62
|
| Method 'valueWith' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter context should be final. |
64
|
uba/db/sql/language/SingleValue.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
16
|
uba/db/sql/language/StringValue.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
10
|
| Parameter value should be final. |
10
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
17
|
| Parameter visitor should be final. |
17
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
24
|
| Parameter obj should be final. |
24
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
31
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
38
|
uba/db/sql/language/TableName.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
10
|
| Line has trailing spaces. |
15
|
| Parameter tableName should be final. |
19
|
| 'tableName' hides a field. |
19
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
26
|
| Parameter obj should be final. |
26
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Parameter visitor should be final. |
40
|
| Method 'column' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Parameter columnName should be final. |
44
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
uba/db/sql/language/TableSelectionSource.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
10
|
| Missing a Javadoc comment. |
14
|
| First sentence should end with a period. |
16
|
| Line has trailing spaces. |
19
|
| Parameter tableName should be final. |
22
|
| 'tableName' hides a field. |
22
|
| Line has trailing spaces. |
29
|
| Parameter tableName should be final. |
33
|
| 'tableName' hides a field. |
33
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Parameter obj should be final. |
47
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter visitor should be final. |
61
|
| First sentence should end with a period. |
65
|
| Line has trailing spaces. |
67
|
| Expected an @return tag. |
71
|
| Method 'join' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Parameter otherSelectionSource should be final. |
71
|
| Method 'tableName' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
uba/db/sql/language/ValueEnumeration.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
13
|
| Missing a Javadoc comment. |
15
|
| Parameter values should be final. |
15
|
| 'values' hides a field. |
15
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
22
|
| Parameter obj should be final. |
22
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Method 'values' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter visitor should be final. |
53
|
uba/db/sql/language/ValueList.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
uba/db/sql/language/Visitable.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
13
|
uba/db/sql/language/Visitor.java
| Error | Line |
| File does not end with a newline. |
0
|
uba/db/sql/language/Visitor.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
11
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
142
|
| Line contains a tab character. |
143
|
| Line contains a tab character. |
144
|
| Line contains a tab character. |
146
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
148
|
| Line is longer than 80 characters. |
149
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
151
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| Line contains a tab character. |
154
|
| Line contains a tab character. |
156
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
158
|
| Line contains a tab character. |
159
|
uba/db/sql/language/VisitorBehavior.java
| Error | Line |
| File does not end with a newline. |
0
|
uba/db/sql/language/VisitorBehavior.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
10
|
| Line has trailing spaces. |
17
|
| Method 'visitAndSelectionCriteria' is not designed for extension - needs to be abstract, final or empty. |
21
|
| Parameter criteria should be final. |
21
|
| Line is longer than 80 characters. |
26
|
| Parameter columnName should be final. |
28
|
| '{' is not followed by whitespace. |
28
|
| '}' is not preceded with whitespace. |
28
|
| Line is longer than 80 characters. |
31
|
| Method 'visitCreateTable' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Parameter table should be final. |
33
|
| Method 'visitCreateIndex' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter index should be final. |
39
|
| Missing a Javadoc comment. |
44
|
| Parameter columns should be final. |
44
|
| '{' is not followed by whitespace. |
44
|
| '}' is not preceded with whitespace. |
44
|
| Line has trailing spaces. |
48
|
| Method 'visitDisplayMultipleColumns' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Parameter columns should be final. |
52
|
| Method 'visitDisplayOneColumn' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Parameter column should be final. |
56
|
| Method 'visitEqualComparison' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Parameter comparison should be final. |
60
|
| Method 'visitGreatherThanComparison' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter comparison should be final. |
64
|
| Line is longer than 80 characters. |
68
|
| Method 'visitGreatherThanEqualsComparison' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Missing a Javadoc comment. |
68
|
| Parameter comparison should be final. |
68
|
| Method 'visitInSelectionCriteria' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| Parameter criteria should be final. |
72
|
| Method 'visitInsert' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Parameter insert should be final. |
80
|
| Missing a Javadoc comment. |
85
|
| Parameter value should be final. |
85
|
| '{' is not followed by whitespace. |
85
|
| '}' is not preceded with whitespace. |
85
|
| Method 'visitJoin' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Missing a Javadoc comment. |
87
|
| Parameter join should be final. |
87
|
| Method 'visitLessThanComparison' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Missing a Javadoc comment. |
92
|
| Parameter comparison should be final. |
92
|
| Line is longer than 80 characters. |
96
|
| Method 'visitLessThanEqualsComparison' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| Parameter comparison should be final. |
96
|
| Line is longer than 80 characters. |
101
|
| Line is longer than 80 characters. |
103
|
| Parameter criteria should be final. |
103
|
| '{' is not followed by whitespace. |
103
|
| '}' is not preceded with whitespace. |
103
|
| Missing a Javadoc comment. |
105
|
| Parameter criteria should be final. |
105
|
| '{' is not followed by whitespace. |
105
|
| '}' is not preceded with whitespace. |
105
|
| Line has trailing spaces. |
110
|
| Method 'visitOrSelectionCriteria' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Parameter criteria should be final. |
114
|
| Line is longer than 80 characters. |
120
|
| Parameter name should be final. |
122
|
| '{' is not followed by whitespace. |
122
|
| '}' is not preceded with whitespace. |
122
|
| Line has trailing spaces. |
127
|
| Method 'visitSelect' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Parameter select should be final. |
131
|
| Method 'visitSingleSelectionCriteria' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Missing a Javadoc comment. |
137
|
| Parameter criteria should be final. |
137
|
| Missing a Javadoc comment. |
141
|
| Parameter value should be final. |
141
|
| '{' is not followed by whitespace. |
141
|
| '}' is not preceded with whitespace. |
141
|
| Line is longer than 80 characters. |
144
|
| Parameter name should be final. |
146
|
| '{' is not followed by whitespace. |
146
|
| '}' is not preceded with whitespace. |
146
|
| Method 'visitTableSelectionSource' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Missing a Javadoc comment. |
148
|
| Parameter source should be final. |
148
|
| Missing a Javadoc comment. |
152
|
| Parameter declaration should be final. |
152
|
| '{' is not followed by whitespace. |
152
|
| '}' is not preceded with whitespace. |
152
|
| Line is longer than 80 characters. |
154
|
| Missing a Javadoc comment. |
154
|
| Parameter declaration should be final. |
154
|
| '{' is not followed by whitespace. |
154
|
| '}' is not preceded with whitespace. |
154
|
| Method 'visitValueEnumeration' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Missing a Javadoc comment. |
156
|
| Parameter enumeration should be final. |
156
|
| Missing a Javadoc comment. |
160
|
| Parameter objs should be final. |
160
|
| '{' is followed by whitespace. |
163
|
| '{' is followed by whitespace. |
164
|
| Line is longer than 80 characters. |
167
|
| Missing a Javadoc comment. |
167
|
| Parameter criteria should be final. |
167
|
| Missing a Javadoc comment. |
172
|
| Parameter comparison should be final. |
172
|
| Missing a Javadoc comment. |
177
|
| Parameter index should be final. |
177
|
| '{' is not followed by whitespace. |
177
|
| '}' is not preceded with whitespace. |
177
|
uba/db/sql/language/package.html
| Error | Line |
| Missing package documentation file. | 0 |
uba/db/sql/parser/SQLParser.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
10
|
| Line has trailing spaces. |
17
|
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. |
25
|
| Parameter sqlCommand should be final. |
25
|
| Line is longer than 80 characters. |
27
|
uba/db/sql/parser/SQLParserException.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line is longer than 80 characters. |
4
|
| Line has trailing spaces. |
7
|
| Missing a Javadoc comment. |
11
|
| Missing a Javadoc comment. |
13
|
| Line has trailing spaces. |
18
|
| Parameter input should be final. |
24
|
| 'input' hides a field. |
24
|
| Parameter cause should be final. |
24
|
| Expected an @return tag. |
33
|
| Method 'input' is not designed for extension - needs to be abstract, final or empty. |
33
|
uba/db/sql/parser/package.html
| Error | Line |
| Missing package documentation file. | 0 |