CheckStyle Audit |
|
Designed for use with CheckStyle and Ant. |
Files | Errors |
---|---|
3 | 8 |
Name | Errors | Score |
---|---|---|
C:\kazuro\stageCheckStyle\env\src\sample\Person.java | 3 | 642 |
C:\kazuro\stageCheckStyle\env\src\sample\PersonFinder.java | 3 | 725 |
C:\kazuro\stageCheckStyle\env\src\sample\PersonPair.java | 2 | 600 |
Error Description | Line | Score |
---|---|---|
ファイルが 142 行あります(最大 100 行まで)。 | 1 | 242 |
Class should define a constructor. | 3 | 100 |
File contains tab characters (this is the first instance). | 68 | 300 |
Error Description | Line | Score |
---|---|---|
Class should define a constructor. | 7 | 100 |
Utility classes should not have a public or default constructor. | 7 | 300 |
Cyclomatic Complexity is 15 (max allowed is 10). | 21 | 325 |
Error Description | Line | Score |
---|---|---|
メソッド 'getLeader' は拡張するように設計されていません - abstract か final か空である必要があります。 | 17 | 300 |
メソッド 'getPartner' は拡張するように設計されていません - abstract か final か空である必要があります。 | 21 | 300 |