CheckStyle Audit

Designed for use with CheckStyle and Ant.

Summary

FilesErrors
114

Files

NameErrors
C:\core-agent\_work\2\s\src\main\java\com\mycompany\app\App.java14

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

Error DescriptionLine
Missing package-info.java file.0
Line has trailing spaces.7
Utility classes should not have a public or default constructor.7
'{' should be on the previous line.8
Missing a Javadoc comment.9
'(' is followed by whitespace.9
Parameter args should be final.9
')' is preceded with whitespace.9
'{' should be on the previous line.10
'(' is followed by whitespace.11
')' is preceded with whitespace.11
Missing a Javadoc comment.14
Name 'Foo' must match pattern '^[a-z][a-zA-Z0-9]*$'.14
'{' should be on the previous line.15
Back to top