
| Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
|
Files
|
Infos
|
Warnings
|
Errors
|
|
81
|
0
|
0
|
1341
|
Files com/cyclopsgroup/courselist/entity/CourseBase.java
|
Error
|
Line
|
|
Missing a header - not enough lines in file.
|
1
|
|
'public' modifier out of order with the JLS suggestions.
|
10
|
|
First sentence should end with a period.
|
12
|
|
First sentence should end with a period.
|
15
|
|
First sentence should end with a period.
|
18
|
|
First sentence should end with a period.
|
21
|
|
First sentence should end with a period.
|
24
|
|
First sentence should end with a period.
|
27
|
|
First sentence should end with a period.
|
30
|
|
First sentence should end with a period.
|
33
|
|
First sentence should end with a period.
|
36
|
|
First sentence should end with a period.
|
39
|
|
First sentence should end with a period.
|
42
|
|
First sentence should end with a period.
|
45
|
|
Line is longer than 80 characters.
|
46
|
|
More than 7 parameters.
|
46
|
|
Parameter prefix should be final.
|
46
|
|
'prefix' hides a field.
|
46
|
|
Expected @param tag for 'prefix'.
|
46
|
|
Parameter courseCode should be final.
|
46
|
|
'courseCode' hides a field.
|
46
|
|
Expected @param tag for 'courseCode'.
|
46
|
|
Parameter name should be final.
|
46
|
|
'name' hides a field.
|
46
|
|
Expected @param tag for 'name'.
|
46
|
|
Parameter description should be final.
|
46
|
|
'description' hides a field.
|
46
|
|
Expected @param tag for 'description'.
|
46
|
|
Parameter coRequisites should be final.
|
46
|
|
'coRequisites' hides a field.
|
46
|
|
Expected @param tag for 'coRequisites'.
|
46
|
|
Parameter isDisabled should be final.
|
46
|
|
'isDisabled' hides a field.
|
46
|
|
Expected @param tag for 'isDisabled'.
|
46
|
|
Parameter teacherId should be final.
|
46
|
|
'teacherId' hides a field.
|
46
|
|
Expected @param tag for 'teacherId'.
|
46
|
|
Parameter credit should be final.
|
46
|
|
'credit' hides a field.
|
46
|
|
Expected @param tag for 'credit'.
|
46
|
|
Parameter teacher should be final.
|
46
|
|
'teacher' hides a field.
|
46
|
|
Expected @param tag for 'teacher'.
|
46
|
|
Parameter prerequisites should be final.
|
46
|
|
'prerequisites' hides a field.
|
46
|
|
Expected @param tag for 'prerequisites'.
|
46
|
|
First sentence should end with a period.
|
59
|
|
First sentence should end with a period.
|
63
|
|
Line is longer than 80 characters.
|
64
|
|
Parameter prefix should be final.
|
64
|
|
'prefix' hides a field.
|
64
|
|
Expected @param tag for 'prefix'.
|
64
|
|
Parameter courseCode should be final.
|
64
|
|
'courseCode' hides a field.
|
64
|
|
Expected @param tag for 'courseCode'.
|
64
|
|
Parameter name should be final.
|
64
|
|
'name' hides a field.
|
64
|
|
Expected @param tag for 'name'.
|
64
|
|
Parameter prerequisites should be final.
|
64
|
|
'prerequisites' hides a field.
|
64
|
|
Expected @param tag for 'prerequisites'.
|
64
|
|
Method 'getId' is not designed for extension - needs to be abstract, final or empty.
|
71
|
|
Missing a Javadoc comment.
|
71
|
|
Method 'setId' is not designed for extension - needs to be abstract, final or empty.
|
75
|
|
Missing a Javadoc comment.
|
75
|
|
Parameter id should be final.
|
75
|
|
'id' hides a field.
|
75
|
|
Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty.
|
79
|
|
Missing a Javadoc comment.
|
79
|
|
Method 'setPrefix' is not designed for extension - needs to be abstract, final or empty.
|
83
|
|
Missing a Javadoc comment.
|
83
|
|
Parameter prefix should be final.
|
83
|
|
'prefix' hides a field.
|
83
|
|
Method 'getCourseCode' is not designed for extension - needs to be abstract, final or empty.
|
87
|
|
Missing a Javadoc comment.
|
87
|
|
Method 'setCourseCode' is not designed for extension - needs to be abstract, final or empty.
|
91
|
|
Missing a Javadoc comment.
|
91
|
|
Parameter courseCode should be final.
|
91
|
|
'courseCode' hides a field.
|
91
|
|
Method 'getName' is not designed for extension - needs to be abstract, final or empty.
|
95
|
|
Missing a Javadoc comment.
|
95
|
|
Method 'setName' is not designed for extension - needs to be abstract, final or empty.
|
99
|
|
Missing a Javadoc comment.
|
99
|
|
Parameter name should be final.
|
99
|
|
'name' hides a field.
|
99
|
|
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty.
|
103
|
|
Missing a Javadoc comment.
|
103
|
|
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty.
|
107
|
|
Missing a Javadoc comment.
|
107
|
|
Parameter description should be final.
|
107
|
|
'description' hides a field.
|
107
|
|
Method 'getCoRequisites' is not designed for extension - needs to be abstract, final or empty.
|
111
|
|
Missing a Javadoc comment.
|
111
|
|
Method 'setCoRequisites' is not designed for extension - needs to be abstract, final or empty.
|
115
|
|
Missing a Javadoc comment.
|
115
|
|
Parameter coRequisites should be final.
|
115
|
|
'coRequisites' hides a field.
|
115
|
|
Method 'getIsDisabled' is not designed for extension - needs to be abstract, final or empty.
|
119
|
|
Missing a Javadoc comment.
|
119
|
|
Method 'setIsDisabled' is not designed for extension - needs to be abstract, final or empty.
|
123
|
|
Missing a Javadoc comment.
|
123
|
|
Parameter isDisabled should be final.
|
123
|
|
'isDisabled' hides a field.
|
123
|
|
Method 'getTeacherId' is not designed for extension - needs to be abstract, final or empty.
|
127
|
|
Missing a Javadoc comment.
|
127
|
|
Method 'setTeacherId' is not designed for extension - needs to be abstract, final or empty.
|
131
|
|
Missing a Javadoc comment.
|
131
|
|
Parameter teacherId should be final.
|
131
|
|
'teacherId' hides a field.
|
131
|
|
Method 'getCredit' is not designed for extension - needs to be abstract, final or empty.
|
135
|
|
Missing a Javadoc comment.
|
135
|
|
Method 'setCredit' is not designed for extension - needs to be abstract, final or empty.
|
139
|
|
Missing a Javadoc comment.
|
139
|
|
Parameter credit should be final.
|
139
|
|
'credit' hides a field.
|
139
|
|
Method 'getTeacher' is not designed for extension - needs to be abstract, final or empty.
|
143
|
|
Missing a Javadoc comment.
|
143
|
|
Method 'setTeacher' is not designed for extension - needs to be abstract, final or empty.
|
147
|
|
Missing a Javadoc comment.
|
147
|
|
Parameter teacher should be final.
|
147
|
|
'teacher' hides a field.
|
147
|
|
Method 'getPrerequisites' is not designed for extension - needs to be abstract, final or empty.
|
151
|
|
Missing a Javadoc comment.
|
151
|
|
Method 'setPrerequisites' is not designed for extension - needs to be abstract, final or empty.
|
155
|
|
Missing a Javadoc comment.
|
155
|
|
Parameter prerequisites should be final.
|
155
|
|
'prerequisites' hides a field.
|
155
|
|
Method 'toString' is not designed for extension - needs to be abstract, final or empty.
|
159
|
|
Missing a Javadoc comment.
|
159
|
com/cyclopsgroup/courselist/entity/CoursePrerequisite.java
|
Error
|
Line
|
|
Missing a header - not enough lines in file.
|
1
|
|
'{' should be on the previous line.
|
27
|
com/cyclopsgroup/courselist/entity/StudentCourseBase.java
|
Error
|
Line
|
|
Missing a header - not enough lines in file.
|
1
|
|
'public' modifier out of order with the JLS suggestions.
|
9
|
|
First sentence should end with a period.
|
11
|
|
First sentence should end with a period.
|
14
|
|
First sentence should end with a period.
|
17
|
|
First sentence should end with a period.
|
20
|
|
First sentence should end with a period.
|
23
|
|
First sentence should end with a period.
|
26
|
|
First sentence should end with a period.
|
29
|
|
First sentence should end with a period.
|
32
|
|
Line is longer than 80 characters.
|
33
|
|
Parameter courseId should be final.
|
33
|
|
'courseId' hides a field.
|
33
|
|
Expected @param tag for 'courseId'.
|
33
|
|
Parameter studentId should be final.
|
33
|
|
'studentId' hides a field.
|
33
|
|
Expected @param tag for 'studentId'.
|
33
|
|
Parameter score should be final.
|
33
|
|
'score' hides a field.
|
33
|
|
Expected @param tag for 'score'.
|
33
|
|
Parameter relationType should be final.
|
33
|
|
'relationType' hides a field.
|
33
|
|
Expected @param tag for 'relationType'.
|
33
|
|
Parameter course should be final.
|
33
|
|
'course' hides a field.
|
33
|
|
Expected @param tag for 'course'.
|
33
|
|
Parameter student should be final.
|
33
|
|
'student' hides a field.
|
33
|
|
Expected @param tag for 'student'.
|
33
|
|
First sentence should end with a period.
|
42
|
|
First sentence should end with a period.
|
46
|
|
Line is longer than 80 characters.
|
47
|
|
Parameter courseId should be final.
|
47
|
|
'courseId' hides a field.
|
47
|
|
Expected @param tag for 'courseId'.
|
47
|
|
Parameter studentId should be final.
|
47
|
|
'studentId' hides a field.
|
47
|
|
Expected @param tag for 'studentId'.
|
47
|
|
Parameter relationType should be final.
|
47
|
|
'relationType' hides a field.
|
47
|
|
Expected @param tag for 'relationType'.
|
47
|
|
Method 'getId' is not designed for extension - needs to be abstract, final or empty.
|
53
|
|
Missing a Javadoc comment.
|
53
|
|
Method 'setId' is not designed for extension - needs to be abstract, final or empty.
|
57
|
|
Missing a Javadoc comment.
|
57
|
|
Parameter id should be final.
|
57
|
|
'id' hides a field.
|
57
|
|
Method 'getCourseId' is not designed for extension - needs to be abstract, final or empty.
|
61
|
|
Missing a Javadoc comment.
|
61
|
|
Method 'setCourseId' is not designed for extension - needs to be abstract, final or empty.
|
65
|
|
Missing a Javadoc comment.
|
65
|
|
Parameter courseId should be final.
|
65
|
|
'courseId' hides a field.
|
65
|
|
Method 'getStudentId' is not designed for extension - needs to be abstract, final or empty.
|
69
|
|
Missing a Javadoc comment.
|
69
|
|
Method 'setStudentId' is not designed for extension - needs to be abstract, final or empty.
|
73
|
|
Missing a Javadoc comment.
|
73
|
|
Parameter studentId should be final.
|
73
|
|
'studentId' hides a field.
|
73
|
|
Method 'getScore' is not designed for extension - needs to be abstract, final or empty.
|
77
|
|
Missing a Javadoc comment.
|
77
|
|
Method 'setScore' is not designed for extension - needs to be abstract, final or empty.
|
81
|
|
Missing a Javadoc comment.
|
81
|
|
Parameter score should be final.
|
81
|
|
'score' hides a field.
|
81
|
|
Method 'getRelationType' is not designed for extension - needs to be abstract, final or empty.
|
85
|
|
Missing a Javadoc comment.
|
85
|
|
Method 'setRelationType' is not designed for extension - needs to be abstract, final or empty.
|
89
|
|
Missing a Javadoc comment.
|
89
|
|
Parameter relationType should be final.
|
89
|
|
'relationType' hides a field.
|
89
|
|
Method 'getCourse' is not designed for extension - needs to be abstract, final or empty.
|
93
|
|
Missing a Javadoc comment.
|
93
|
|
Method 'setCourse' is not designed for extension - needs to be abstract, final or empty.
|
97
|
|
Missing a Javadoc comment.
|
97
|
|
Parameter course should be final.
|
97
|
|
'course' hides a field.
|
97
|
|
Method 'getStudent' is not designed for extension - needs to be abstract, final or empty.
|
101
|
|
Missing a Javadoc comment.
|
101
|
|
Method 'setStudent' is not designed for extension - needs to be abstract, final or empty.
|
105
|
|
Missing a Javadoc comment.
|
105
|
|
Parameter student should be final.
|
105
|
|
'student' hides a field.
|
105
|
|
Method 'toString' is not designed for extension - needs to be abstract, final or empty.
|
109
|
|
Missing a Javadoc comment.
|
109
|
com/cyclopsgroup/courselist/entity/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclopsgroup/courselist/impl/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclopsgroup/courselist/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclopsgroup/courselist/ui/action/course/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclopsgroup/courselist/ui/action/student/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclopsgroup/courselist/ui/action/teacher/FinishCourseAction.java
|
Error
|
Line
|
|
File does not end with a newline.
|
0
|
com/cyclopsgroup/courselist/ui/action/teacher/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclopsgroup/courselist/ui/view/course/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclopsgroup/courselist/ui/view/student/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclopsgroup/courselist/ui/view/teacher/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
| All rights reserved, 2002 ~ 2004, Cyclops Group. Last published: 10 February 2007 | |
|