Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
70020

Files

FilesIWE
sample/annotations/BankService.java 001
sample/annotations/BankServiceImpl.java 008
sample/annotations/Main.java 0010
sample/annotations/package.html 001

sample/annotations/BankService.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

sample/annotations/BankServiceImpl.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 20
Error Method 'balance' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Parameter accountNumber should be final. 27
Error '42000000' is a magic number. 28
Error Method 'listAccounts' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31

sample/annotations/Main.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 15
Error Utility classes should not have a public or default constructor. 19
Error Missing a Javadoc comment. 22
Error Parameter args should be final. 22
Error Redundant throws: 'Exception' is unchecked exception. 22
Error Line is longer than 80 characters. 25
Error Line is longer than 80 characters. 35
Error Line is longer than 80 characters. 51
Error Missing a Javadoc comment. 57

sample/annotations/package.html

ErrorLine
Error Missing package documentation file.0