Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
70050

Files

FilesIWE
com/sun/syndication/samples/FeedAggregator.java 0023
com/sun/syndication/samples/FeedConverter.java 0015
com/sun/syndication/samples/FeedReader.java 0011
com/sun/syndication/samples/package.html 001

com/sun/syndication/samples/FeedAggregator.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Unused import - com.sun.syndication.feed.synd.SyndEntryI. 25
Error Utility classes should not have a public or default constructor. 36
Error Missing a Javadoc comment. 38
Error Parameter args should be final. 38
Error '>=' is not preceded with whitespace. 40
Error '>=' is not followed by whitespace. 40
Error Line has trailing spaces. 52
Error '=' is not preceded with whitespace. 53
Error '=' is not followed by whitespace. 53
Error ';' is not followed by whitespace. 53
Error '<' is not preceded with whitespace. 53
Error '<' is not followed by whitespace. 53
Error ';' is not followed by whitespace. 53
Error ',' is not followed by whitespace. 64
Error '}' should be on the same line. 67
Error '+' is not preceded with whitespace. 69
Error '+' is not followed by whitespace. 69
Error Line is longer than 80 characters. 75
Error Line is longer than 80 characters. 76
Error Line is longer than 80 characters. 77
Error Line is longer than 80 characters. 78
Error Line is longer than 80 characters. 79

com/sun/syndication/samples/FeedConverter.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Utility classes should not have a public or default constructor. 31
Error Missing a Javadoc comment. 33
Error Parameter args should be final. 33
Error '==' is not preceded with whitespace. 35
Error '==' is not followed by whitespace. 35
Error ',' is not followed by whitespace. 45
Error '}' should be on the same line. 48
Error '+' is not preceded with whitespace. 50
Error '+' is not followed by whitespace. 50
Error Line is longer than 80 characters. 56
Error Line is longer than 80 characters. 57
Error Line is longer than 80 characters. 58
Error Line is longer than 80 characters. 59
Error Line is longer than 80 characters. 60

com/sun/syndication/samples/FeedReader.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Utility classes should not have a public or default constructor. 29
Error Missing a Javadoc comment. 31
Error Parameter args should be final. 31
Error '==' is not preceded with whitespace. 33
Error '==' is not followed by whitespace. 33
Error '}' should be on the same line. 43
Error '+' is not preceded with whitespace. 45
Error '+' is not followed by whitespace. 45
Error Line is longer than 80 characters. 51
Error Line is longer than 80 characters. 52

com/sun/syndication/samples/package.html

ErrorLine
Error Missing package documentation file.0