CheckStyle Audit

Designed for use with CheckStyle and Ant.

Summary

FilesErrors
121

Files

NameErrors
C:\core-agent\_work\2\s\src\test\java\com\mycompany\app\AppTest.java21

File C:\core-agent\_work\2\s\src\test\java\com\mycompany\app\AppTest.java

Error DescriptionLine
Missing package-info.java file.0
Line has trailing spaces.10
'{' should be on the previous line.12
First sentence should end with a period.13
'(' is followed by whitespace.18
Parameter testName should be final.18
')' is preceded with whitespace.18
'{' should be on the previous line.19
'(' is followed by whitespace.20
')' is preceded with whitespace.20
'{' should be on the previous line.27
'(' is followed by whitespace.28
')' is preceded with whitespace.28
First sentence should end with a period.31
Method 'testApp' is not designed for extension - needs to be abstract, final or empty.34
'{' should be on the previous line.35
'(' is followed by whitespace.36
')' is preceded with whitespace.36
Method 'testApp2' is not designed for extension - needs to be abstract, final or empty.39
Missing a Javadoc comment.39
'{' should be on the previous line.40
Back to top