Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Total Infos Warnings Errors
1015 0 0 1015

Checkstyle error summary

Error Count
Missing a Javadoc comment. 994
Avoid inline conditionals. 98
First sentence should end with a period. 94
'||' should be on a new line. 9
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 9
Method 'setType' is not designed for extension - needs to be abstract, final or empty. 9
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 9
Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9
Parameter beanClass should be final. 9
Parameter description should be final. 9
Parameter eChannel should be final. 9
Parameter name should be final. 9
Parameter root should be final. 9
Parameter url should be final. 9
Parameter version should be final. 9
'6' is a magic number. 8
Expected @param tag for 'rssRoot'. 8
Method 'createSyndEntry' is not designed for extension - needs to be abstract, final or empty. 8
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 8
Method 'isMyType' is not designed for extension - needs to be abstract, final or empty. 8
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 8
Name '_description' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8
Parameter bomEnc should be final. 8
Parameter prefix should be final. 8
Parameter sEntry should be final. 8
Method '_testItem' is not designed for extension - needs to be abstract, final or empty. 7
Method 'copyFrom' is not designed for extension - needs to be abstract, final or empty. 7
Method 'createRealFeed' is not designed for extension - needs to be abstract, final or empty. 7
Method 'getInterface' is not designed for extension - needs to be abstract, final or empty. 7
Method 'getLink' is not designed for extension - needs to be abstract, final or empty. 7
Method 'getModule' is not designed for extension - needs to be abstract, final or empty. 7
Method 'getModules' is not designed for extension - needs to be abstract, final or empty. 7
Method 'getUri' is not designed for extension - needs to be abstract, final or empty. 7
Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. 7
Method 'populateItem' is not designed for extension - needs to be abstract, final or empty. 7
Method 'setLink' is not designed for extension - needs to be abstract, final or empty. 7
Method 'setModules' is not designed for extension - needs to be abstract, final or empty. 7
Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. 7
Name '_link' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7
Name '_modules' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7
Name '_testItem' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7
Name '_uri' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7
Redundant 'public' modifier. 63
Method 'copyInto' is not designed for extension - needs to be abstract, final or empty. 6
Method 'createRSSItem' is not designed for extension - needs to be abstract, final or empty. 6
Method 'getCategories' is not designed for extension - needs to be abstract, final or empty. 6
Method 'parseChannel' is not designed for extension - needs to be abstract, final or empty. 6
Method 'parseItem' is not designed for extension - needs to be abstract, final or empty. 6
Method 'setCategories' is not designed for extension - needs to be abstract, final or empty. 6
Method 'setUri' is not designed for extension - needs to be abstract, final or empty. 6
Name '_url' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6
Parameter categories should be final. 6
Parameter eEntry should be final. 6
Parameter eFeed should be final. 6
Parameter eImage should be final. 6
Parameter encoding should be final. 6
Parameter foreignMarkup should be final. 6
Parameter httpContentType should be final. 6
Parameter msg should be final. 6
Parameter xmlDoc should be final. 6
Redundant 'final' modifier. 6
Unused @param tag for 'author'. 6
Parameter type should be final. 57
'23' is a magic number. 5
'?' is not followed by whitespace. 5
'?' is not preceded with whitespace. 5
Method 'createDocument' is not designed for extension - needs to be abstract, final or empty. 5
Method 'getAuthor' is not designed for extension - needs to be abstract, final or empty. 5
Method 'getContributors' is not designed for extension - needs to be abstract, final or empty. 5
Method 'getFeedNamespace' is not designed for extension - needs to be abstract, final or empty. 5
Method 'getForeignMarkup' is not designed for extension - needs to be abstract, final or empty. 5
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. 5
Method 'getRSSVersion' is not designed for extension - needs to be abstract, final or empty. 5
Method 'isHourFormat24' is not designed for extension - needs to be abstract, final or empty. 5
Method 'parse' is not designed for extension - needs to be abstract, final or empty. 5
Method 'parseItemDescription' is not designed for extension - needs to be abstract, final or empty. 5
Method 'populateChannel' is not designed for extension - needs to be abstract, final or empty. 5
Method 'setContributors' is not designed for extension - needs to be abstract, final or empty. 5
Method 'setForeignMarkup' is not designed for extension - needs to be abstract, final or empty. 5
Name '_categories' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5
Name '_contributors' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5
Name '_foreignMarkup' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5
Name '_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5
Parameter args should be final. 5
Parameter contributors should be final. 5
Parameter e should be final. 5
Parameter eDesc should be final. 5
Parameter eLinks should be final. 5
Parameter eTextInput should be final. 5
Parameter element should be final. 5
Parameter enclosures should be final. 5
Parameter file should be final. 5
Parameter lenient should be final. 5
Parameter prologEnc should be final. 5
Parameter s should be final. 5
Parameter source should be final. 5
Parameter streamEnc should be final. 5
Parameter validate should be final. 5
Inner assignments should be avoided. 43
'-' is not followed by whitespace. 4
'-' is not preceded with whitespace. 4
'19' is a magic number. 4
'2005' is a magic number. 4
'51' is a magic number. 4
';' is followed by whitespace. 4
'{' is not preceded with whitespace. 4
Expected @param tag for 'authors'. 4
Method 'checkChannelConstraints' is not designed for extension - needs to be abstract, final or empty. 4
Method 'checkImageConstraints' is not designed for extension - needs to be abstract, final or empty. 4
Method 'checkTextInputConstraints' is not designed for extension - needs to be abstract, final or empty. 4
Method 'createRootElement' is not designed for extension - needs to be abstract, final or empty. 4
Method 'generate' is not designed for extension - needs to be abstract, final or empty. 4
Method 'getAuthors' is not designed for extension - needs to be abstract, final or empty. 4
Method 'getGenerator' is not designed for extension - needs to be abstract, final or empty. 4
Method 'getImage' is not designed for extension - needs to be abstract, final or empty. 4
Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. 4
Method 'getLength' is not designed for extension - needs to be abstract, final or empty. 4
Method 'getName' is not designed for extension - needs to be abstract, final or empty. 4
Method 'getRSSNamespace' is not designed for extension - needs to be abstract, final or empty. 4
Method 'getSupportedFeedTypes' is not designed for extension - needs to be abstract, final or empty. 4
Method 'getTextInputLabel' is not designed for extension - needs to be abstract, final or empty. 4
Method 'getTitleEx' is not designed for extension - needs to be abstract, final or empty. 4
Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 4
Method 'output' is not designed for extension - needs to be abstract, final or empty. 4
Method 'populateFeed' is not designed for extension - needs to be abstract, final or empty. 4
Method 'setAuthors' is not designed for extension - needs to be abstract, final or empty. 4
Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. 4
Method 'setLength' is not designed for extension - needs to be abstract, final or empty. 4
Method 'setName' is not designed for extension - needs to be abstract, final or empty. 4
Method 'setTitleEx' is not designed for extension - needs to be abstract, final or empty. 4
Name '_authors' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4
Name '_length' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4
Parameter authors should be final. 4
Parameter baseInterface should be final. 4
Parameter content should be final. 4
Parameter garbish should be final. 4
Parameter generator should be final. 4
Parameter image should be final. 4
Parameter language should be final. 4
Parameter length should be final. 4
Parameter propertyKey should be final. 4
Parameter rights should be final. 4
Parameter sContent should be final. 4
Parameter sDate should be final. 4
Parameter xmlEnc should be final. 4
Parameter xmlGuessEnc should be final. 4
Utility classes should not have a public or default constructor. 4
Line has trailing spaces. 396
'3' is a magic number. 39
Parameter feed should be final. 38
'+' is not preceded with whitespace. 300
Parameter rssRoot should be final. 30
'0x3C' is a magic number. 3
'0x3F' is a magic number. 3
'255' is a magic number. 3
'40' is a magic number. 3
'5' is a magic number. 3
':' is not followed by whitespace. 3
'for' is not followed by whitespace. 3
Empty statement. 3
Expected @param tag for 'beanClass'. 3
Method '_testDCModule' is not designed for extension - needs to be abstract, final or empty. 3
Method 'checkItemConstraints' is not designed for extension - needs to be abstract, final or empty. 3
Method 'createSyndEntries' is not designed for extension - needs to be abstract, final or empty. 3
Method 'generateSimpleElement' is not designed for extension - needs to be abstract, final or empty. 3
Method 'getCopyright' is not designed for extension - needs to be abstract, final or empty. 3
Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. 3
Method 'getItems' is not designed for extension - needs to be abstract, final or empty. 3
Method 'getRights' is not designed for extension - needs to be abstract, final or empty. 3
Method 'getSource' is not designed for extension - needs to be abstract, final or empty. 3
Method 'getTextInput' is not designed for extension - needs to be abstract, final or empty. 3
Method 'read' is not designed for extension - needs to be abstract, final or empty. 3
Method 'setAuthor' is not designed for extension - needs to be abstract, final or empty. 3
Method 'setCopyright' is not designed for extension - needs to be abstract, final or empty. 3
Method 'setRights' is not designed for extension - needs to be abstract, final or empty. 3
Method 'setSource' is not designed for extension - needs to be abstract, final or empty. 3
Method 'testCopyright' is not designed for extension - needs to be abstract, final or empty. 3
Method 'testLink' is not designed for extension - needs to be abstract, final or empty. 3
Method 'testPublishedDate' is not designed for extension - needs to be abstract, final or empty. 3
Method 'testTitle' is not designed for extension - needs to be abstract, final or empty. 3
Name '_encoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3
Name '_language' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3
Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3
Name '_obj' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3
Name '_rights' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3
Name '_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3
Name '_testDCModule' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3
Parameter array should be final. 3
Parameter author should be final. 3
Parameter cT should be final. 3
Parameter copyright should be final. 3
Parameter date should be final. 3
Parameter dc should be final. 3
Parameter eList should be final. 3
Parameter key should be final. 3
Parameter rel should be final. 3
Parameter subject should be final. 3
Parameter tagline should be final. 3
Unused @param tag for 'type'. 3
Unused import - java.util.ArrayList. 3
Unused import - java.util.Iterator. 3
Unused import - java.util.List. 3
Using the '.*' form of import should be avoided - java.io.*. 3
Method 'clone' is not designed for extension - needs to be abstract, final or empty. 29
Method 'equals' is not designed for extension - needs to be abstract, final or empty. 29
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 29
Method 'toString' is not designed for extension - needs to be abstract, final or empty. 29
Parameter other should be final. 29
'+' is not followed by whitespace. 289
Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
'!=' is not followed by whitespace. 276
'!=' is not preceded with whitespace. 276
Line contains a tab character. 270
'if' construct must use '{}'s. 26
Parameter parent should be final. 25
Parameter feedType should be final. 24
Expected an @return tag. 22
Parameter obj should be final. 22
Redundant throws: 'IllegalArgumentException' is unchecked exception. 21
'*' is not followed by whitespace. 2
'*' is not preceded with whitespace. 2
'0xFE' is a magic number. 2
'0xFF' is a magic number. 2
'1024' is a magic number. 2
'15' is a magic number. 2
'20' is a magic number. 2
'24' is a magic number. 2
'256' is a magic number. 2
'64' is a magic number. 2
':' is not preceded with whitespace. 2
'if' is not followed by whitespace. 2
'static' modifier out of order with the JLS suggestions. 2
Expected @param tag for 'contributors'. 2
Expected @param tag for 'mode'. 2
Expected @param tag for 'obj'. 2
Expected @param tag for 's'. 2
File does not end with a newline. 2
Method '_testEntry' is not designed for extension - needs to be abstract, final or empty. 2
Method '_testItemDCModule' is not designed for extension - needs to be abstract, final or empty. 2
Method 'addChannel' is not designed for extension - needs to be abstract, final or empty. 2
Method 'addEntries' is not designed for extension - needs to be abstract, final or empty. 2
Method 'addEntry' is not designed for extension - needs to be abstract, final or empty. 2
Method 'addFeed' is not designed for extension - needs to be abstract, final or empty. 2
Method 'close' is not designed for extension - needs to be abstract, final or empty. 2
Method 'createAtomEntries' is not designed for extension - needs to be abstract, final or empty. 2
Method 'createAtomEntry' is not designed for extension - needs to be abstract, final or empty. 2
Method 'createItemDescription' is not designed for extension - needs to be abstract, final or empty. 2
Method 'createRSSImage' is not designed for extension - needs to be abstract, final or empty. 2
Method 'createSyndImage' is not designed for extension - needs to be abstract, final or empty. 2
Method 'createWireFeed' is not designed for extension - needs to be abstract, final or empty. 2
Method 'fillContentElement' is not designed for extension - needs to be abstract, final or empty. 2
Method 'fillPersonElement' is not designed for extension - needs to be abstract, final or empty. 2
Method 'generateCategoryElement' is not designed for extension - needs to be abstract, final or empty. 2
Method 'generateGeneratorElement' is not designed for extension - needs to be abstract, final or empty. 2
Method 'generateLinkElement' is not designed for extension - needs to be abstract, final or empty. 2
Method 'generateTagLineElement' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getAlternateLinks' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getAtomNamespace' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getContentNamespace' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getContents' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getEnclosures' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getEntries' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getFeedType' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getHref' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getHreflang' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getId' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getLinks' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getMode' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getModified' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getModuleNamespaces' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getNumberOfEnclosures' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getOtherLinks' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getPubDate' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getPublishedDate' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getRDFNamespace' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getRel' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getSubject' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getTaxonomyUri' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getUpdated' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getXmlBase' is not designed for extension - needs to be abstract, final or empty. 2
Method 'getXmlHealerOn' is not designed for extension - needs to be abstract, final or empty. 2
Method 'outputJDom' is not designed for extension - needs to be abstract, final or empty. 2
Method 'outputString' is not designed for extension - needs to be abstract, final or empty. 2
Method 'outputW3CDom' is not designed for extension - needs to be abstract, final or empty. 2
Method 'parseFeed' is not designed for extension - needs to be abstract, final or empty. 2
Method 'parseImage' is not designed for extension - needs to be abstract, final or empty. 2
Method 'populateEntry' is not designed for extension - needs to be abstract, final or empty. 2
Method 'populateFeedHeader' is not designed for extension - needs to be abstract, final or empty. 2
Method 'populateImage' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setAlternateLinks' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setContents' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setDomain' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setEnclosures' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setEntries' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setFeedType' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setGenerator' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setHref' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setHreflang' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setId' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setImage' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setLinks' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setMode' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setModified' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setOtherLinks' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setPubDate' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setPublishedDate' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setRel' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setTaxonomyUri' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setUpdated' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setXmlBase' is not designed for extension - needs to be abstract, final or empty. 2
Method 'setXmlHealerOn' is not designed for extension - needs to be abstract, final or empty. 2
Method 'testChannelDCModule' is not designed for extension - needs to be abstract, final or empty. 2
Method 'testEntry0' is not designed for extension - needs to be abstract, final or empty. 2
Method 'testEntry1' is not designed for extension - needs to be abstract, final or empty. 2
Method 'testEntry1URI' is not designed for extension - needs to be abstract, final or empty. 2
Method 'testEntry2URI' is not designed for extension - needs to be abstract, final or empty. 2
Method 'testFeedURI' is not designed for extension - needs to be abstract, final or empty. 2
Method 'testImageLink' is not designed for extension - needs to be abstract, final or empty. 2
Method 'testImageTitle' is not designed for extension - needs to be abstract, final or empty. 2
Method 'testImageUrl' is not designed for extension - needs to be abstract, final or empty. 2
Method 'testItemsDCModule' is not designed for extension - needs to be abstract, final or empty. 2
Name '_alternateLinks' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_beanClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_contents' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_domain' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_email' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_enclosures' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_entries' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_feedType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_generator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_href' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_hreflang' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_image' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_links' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_otherLinks' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_pubDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_rel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_subject' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_testDescriptionType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_testEntry' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_testItemDCModule' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_updated' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_validate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name '_xmlBase' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Parameter alternateLinks should be final. 2
Parameter atomEntries should be final. 2
Parameter childName should be final. 2
Parameter cloud should be final. 2
Parameter collection should be final. 2
Parameter contentElement should be final. 2
Parameter contents should be final. 2
Parameter convenienceProperties should be final. 2
Parameter domain should be final. 2
Parameter eEntries should be final. 2
Parameter eLink should be final. 2
Parameter ePerson should be final. 2
Parameter ePersons should be final. 2
Parameter email should be final. 2
Parameter entries should be final. 2
Parameter heals should be final. 2
Parameter href should be final. 2
Parameter hreflang should be final. 2
Parameter id should be final. 2
Parameter ignoreProperties should be final. 2
Parameter klass should be final. 2
Parameter len should be final. 2
Parameter links should be final. 2
Parameter map should be final. 2
Parameter maxLen should be final. 2
Parameter mime should be final. 2
Parameter minLen should be final. 2
Parameter mode should be final. 2
Parameter modified should be final. 2
Parameter module should be final. 2
Parameter offset should be final. 2
Parameter otherLinks should be final. 2
Parameter parentGenerator should be final. 2
Parameter parentParser should be final. 2
Parameter person should be final. 2
Parameter pubDate should be final. 2
Parameter publishedDate should be final. 2
Parameter reader should be final. 2
Parameter rootCause should be final. 2
Parameter rssImage should be final. 2
Parameter sImage should be final. 2
Parameter sb should be final. 2
Parameter setters should be final. 2
Parameter subjects should be final. 2
Parameter syndEntries should be final. 2
Parameter taxonomyUri should be final. 2
Parameter textInput should be final. 2
Parameter updated should be final. 2
Parameter vClass should be final. 2
Parameter wFeed should be final. 2
Parameter writer should be final. 2
Parameter xmlBase should be final. 2
Redundant import from the same package - com.sun.syndication.io.FeedException. 2
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 2
Redundant throws: 'XmlReaderException' is subclass of 'IOException'. 2
Unused import - com.sun.syndication.feed.WireFeed. 2
Using the '.*' form of import should be avoided - com.sun.syndication.feed.atom.*. 2
Using the '.*' form of import should be avoided - com.sun.syndication.feed.module.*. 2
Using the '.*' form of import should be avoided - com.sun.syndication.feed.rss.*. 2
'cast' is not followed by whitespace. 190
Parameter document should be final. 19
Parameter uri should be final. 19
Parameter value should be final. 18
'500' is a magic number. 17
Parameter eItem should be final. 17
';' is not followed by whitespace. 164
Parameter is should be final. 16
Parameter title should be final. 16
'+' should be on a new line. 15
'?' should be on a new line. 15
Parameter item should be final. 15
')' is preceded with whitespace. 14
'100' is a magic number. 14
Method 'getType' is not designed for extension - needs to be abstract, final or empty. 14
Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Parameter channel should be final. 14
Parameter feedFileName should be final. 14
Parameter i should be final. 14
'(' is followed by whitespace. 13
'4' is a magic number. 13
Parameter entry should be final. 13
Parameter index should be final. 13
Parameter syndFeed should be final. 13
Using the '.*' form of import should be avoided - java.util.*. 13
'}' should be on the same line. 123
'/' is not followed by whitespace. 12
'/' is not preceded with whitespace. 12
Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 12
Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. 12
Name '_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Parameter modules should be final. 12
',' is not followed by whitespace. 1192
'=' is not followed by whitespace. 110
Missing package documentation file. 11
Must have at least one statement. 11
Parameter link should be final. 11
Line is longer than 80 characters. 1096
'==' is not followed by whitespace. 108
'==' is not preceded with whitespace. 108
'=' is not preceded with whitespace. 107
'1000' is a magic number. 10
Comment matches to-do format 'TODO:'. 10
Method 'build' is not designed for extension - needs to be abstract, final or empty. 10
Parameter baseURI should be final. 10
'%' is not followed by whitespace. 1
'%' is not preceded with whitespace. 1
'+=' is not followed by whitespace. 1
'+=' is not preceded with whitespace. 1
'0x6D' is a magic number. 1
'0x78' is a magic number. 1
'0xBB' is a magic number. 1
'0xBF' is a magic number. 1
'0xEF' is a magic number. 1
'10000' is a magic number. 1
'128' is a magic number. 1
'2000' is a magic number. 1
'63' is a magic number. 1
'catch' is not followed by whitespace. 1
'catch' is not preceded with whitespace. 1
'else' construct must use '{}'s. 1
'in' hides a field. 1
'masks' hides a field. 1
'try' is not followed by whitespace. 1
'{' should be on the previous line. 1
'|' is not followed by whitespace. 1
'|' is not preceded with whitespace. 1
'}' is not followed by whitespace. 1
Class DateParser should be declared as final. 1
Class PropertiesLoader should be declared as final. 1
Duplicate import to line 19 - com.sun.syndication.feed.impl.ObjectBean. 1
Expected @param tag for 'email'. 1
Expected @param tag for 'label'. 1
Expected @param tag for 'name'. 1
Expected @param tag for 'prologEnc'. 1
Expected @param tag for 'scheme'. 1
Expected @param tag for 'streamEnc'. 1
Expected @param tag for 'term'. 1
Expected @param tag for 'type'. 1
Expected @param tag for 'updatedDate'. 1
Expected @param tag for 'uri'. 1
Expected @throws tag for 'IOException'. 1
Expected @throws tag for 'MalformedURLException'. 1
Method '_testCategories' is not designed for extension - needs to be abstract, final or empty. 1
Method '_testDescriptionType' is not designed for extension - needs to be abstract, final or empty. 1
Method '_testEnclosures' is not designed for extension - needs to be abstract, final or empty. 1
Method '_testEntryDCModule' is not designed for extension - needs to be abstract, final or empty. 1
Method '_testHttpInvalid' is not designed for extension - needs to be abstract, final or empty. 1
Method '_testHttpLenient' is not designed for extension - needs to be abstract, final or empty. 1
Method '_testHttpValid' is not designed for extension - needs to be abstract, final or empty. 1
Method '_testInvalidEntities' is not designed for extension - needs to be abstract, final or empty. 1
Method '_testInvalidTrim' is not designed for extension - needs to be abstract, final or empty. 1
Method '_testRawBomInvalid' is not designed for extension - needs to be abstract, final or empty. 1
Method '_testRawBomValid' is not designed for extension - needs to be abstract, final or empty. 1
Method '_testRawNoBomInvalid' is not designed for extension - needs to be abstract, final or empty. 1
Method '_testRawNoBomValid' is not designed for extension - needs to be abstract, final or empty. 1
Method '_testValidEntities' is not designed for extension - needs to be abstract, final or empty. 1
Method '_testValidTrim' is not designed for extension - needs to be abstract, final or empty. 1
Method '_testXmlParse' is not designed for extension - needs to be abstract, final or empty. 1
Method 'addImage' is not designed for extension - needs to be abstract, final or empty. 1
Method 'addItem' is not designed for extension - needs to be abstract, final or empty. 1
Method 'addItems' is not designed for extension - needs to be abstract, final or empty. 1
Method 'addTextInput' is not designed for extension - needs to be abstract, final or empty. 1
Method 'assertProperty' is not designed for extension - needs to be abstract, final or empty. 1
Method 'beanClone' is not designed for extension - needs to be abstract, final or empty. 1
Method 'beanEquals' is not designed for extension - needs to be abstract, final or empty. 1
Method 'beanHashCode' is not designed for extension - needs to be abstract, final or empty. 1
Method 'checkItemsConstraints' is not designed for extension - needs to be abstract, final or empty. 1
Method 'checkLength' is not designed for extension - needs to be abstract, final or empty. 1
Method 'checkNotNullAndLength' is not designed for extension - needs to be abstract, final or empty. 1
Method 'copy' is not designed for extension - needs to be abstract, final or empty. 1
Method 'createAtomContent' is not designed for extension - needs to be abstract, final or empty. 1
Method 'createAtomContents' is not designed for extension - needs to be abstract, final or empty. 1
Method 'createEnclosures' is not designed for extension - needs to be abstract, final or empty. 1
Method 'createItemContent' is not designed for extension - needs to be abstract, final or empty. 1
Method 'createParser' is not designed for extension - needs to be abstract, final or empty. 1
Method 'createRSSCategories' is not designed for extension - needs to be abstract, final or empty. 1
Method 'createRSSItems' is not designed for extension - needs to be abstract, final or empty. 1
Method 'createSAXBuilder' is not designed for extension - needs to be abstract, final or empty. 1
Method 'createSyndCategories' is not designed for extension - needs to be abstract, final or empty. 1
Method 'createSyndContent' is not designed for extension - needs to be abstract, final or empty. 1
Method 'createSyndEnclosure' is not designed for extension - needs to be abstract, final or empty. 1
Method 'createSyndEnclosures' is not designed for extension - needs to be abstract, final or empty. 1
Method 'createSyndLink' is not designed for extension - needs to be abstract, final or empty. 1
Method 'createSyndLinks' is not designed for extension - needs to be abstract, final or empty. 1
Method 'extractForeignMarkup' is not designed for extension - needs to be abstract, final or empty. 1
Method 'generateCloud' is not designed for extension - needs to be abstract, final or empty. 1
Method 'generateEnclosure' is not designed for extension - needs to be abstract, final or empty. 1
Method 'generateFeedModules' is not designed for extension - needs to be abstract, final or empty. 1
Method 'generateForeignMarkup' is not designed for extension - needs to be abstract, final or empty. 1
Method 'generateItemModules' is not designed for extension - needs to be abstract, final or empty. 1
Method 'generateModuleNamespaceDefs' is not designed for extension - needs to be abstract, final or empty. 1
Method 'generateModules' is not designed for extension - needs to be abstract, final or empty. 1
Method 'generateSkipDaysElement' is not designed for extension - needs to be abstract, final or empty. 1
Method 'generateSkipHoursElement' is not designed for extension - needs to be abstract, final or empty. 1
Method 'generateSourceElement' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getAllNamespaces' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getBomEncoding' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getCachedJDomDoc' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getCachedSyndFeed' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getCachedWireFeed' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getCloud' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getColumnNumber' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getComments' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getContentTypeEncoding' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getContentTypeMime' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getContributor' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getConverter' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getCoverage' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getCoverages' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getCreated' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getCreator' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getCreators' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getDates' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getDescriptionEx' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getDescriptions' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getDocs' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getFeedFileName' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getFeedReader' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getFormat' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getFormats' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getGuid' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getIcon' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getIdentifiers' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getInfo' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getIssued' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getJDomDoc' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getKeys' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getLanguages' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getLastBuildDate' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getLineNumber' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getLogo' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getManagingEditor' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getNamespaces' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getParserFor' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getPath' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getPlugin' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getPluginMap' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getPlugins' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getProtocol' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getPublished' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getPublisher' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getPublishers' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getRating' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getRegisterProcedure' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getRelation' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getRelations' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getRightsList' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getScheme' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getSkipDays' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getSkipHours' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getSources' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getSrc' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getStream' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getSubjects' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getSubtitle' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getSummary' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getSyndFeed' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getTagline' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getTerm' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getTitles' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getTtl' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getTypes' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getUpdateBase' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getUpdateFrequency' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getUpdatePeriod' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getUpdatedDate' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getWebMaster' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getWireFeed' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getXmlEncoding' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getXmlGuessEncoding' is not designed for extension - needs to be abstract, final or empty. 1
Method 'getXmlStream' is not designed for extension - needs to be abstract, final or empty. 1
Method 'isPermaLink' is not designed for extension - needs to be abstract, final or empty. 1
Method 'mark' is not designed for extension - needs to be abstract, final or empty. 1
Method 'markSupported' is not designed for extension - needs to be abstract, final or empty. 1
Method 'parseCategories' is not designed for extension - needs to be abstract, final or empty. 1
Method 'parseEntries' is not designed for extension - needs to be abstract, final or empty. 1
Method 'parseEntry' is not designed for extension - needs to be abstract, final or empty. 1
Method 'parseFeedModules' is not designed for extension - needs to be abstract, final or empty. 1
Method 'parseItemModules' is not designed for extension - needs to be abstract, final or empty. 1
Method 'parseItems' is not designed for extension - needs to be abstract, final or empty. 1
Method 'parseModules' is not designed for extension - needs to be abstract, final or empty. 1
Method 'parseTextInput' is not designed for extension - needs to be abstract, final or empty. 1
Method 'populateTextInput' is not designed for extension - needs to be abstract, final or empty. 1
Method 'processHtmlEntities' is not designed for extension - needs to be abstract, final or empty. 1
Method 'ready' is not designed for extension - needs to be abstract, final or empty. 1
Method 'reset' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setCloud' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setComments' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setContent' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setContributor' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setCoverage' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setCoverages' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setCreated' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setCreator' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setCreators' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setDate' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setDates' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setDescriptionEx' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setDescriptions' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setDocs' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setFormat' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setFormats' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setGuid' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setHeight' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setIdentifier' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setIdentifiers' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setInfo' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setIssued' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setItems' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setLanguages' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setLastBuildDate' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setLogo' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setManagingEditor' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setPath' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setPermaLink' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setPort' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setProtocol' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setPublished' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setPublisher' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setPublishers' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setRating' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setRegisterProcedure' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setRelation' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setRelations' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setRightsList' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setScheme' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setSkipDays' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setSkipHours' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setSources' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setSrc' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setSubject' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setSubjects' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setSubtitle' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setSummary' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setTagline' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setTerm' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setTextInput' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setTitles' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setTtl' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setTypes' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setUpdateBase' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setUpdateFrequency' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setUpdatePeriod' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setUpdatedDate' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setWebMaster' is not designed for extension - needs to be abstract, final or empty. 1
Method 'setWidth' is not designed for extension - needs to be abstract, final or empty. 1
Method 'skip' is not designed for extension - needs to be abstract, final or empty. 1
Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testAuthor' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testCategories' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testChannelSyModule' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testDescription' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testEntriesDCModule' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testFeedDCModule' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testFeedSyModule' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testForeignMarkup' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testHtmlEntities' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testHttp' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testImageDescription' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testItem0' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testItem1' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testLanguage' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testModules' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testParse' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testRawBom' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testRawNoBom' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testSyndFeedCloning' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testSyndFeedEquals' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testSyndFeedNotEqual' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testSyndFeedSerialization' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testTrim' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testType' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testUri' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testWireFeedCloning' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testWireFeedEquals' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testWireFeedNotEqual' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testWireFeedSerialization' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testWireFeedSyndFeedConversion' is not designed for extension - needs to be abstract, final or empty. 1
Method 'testXmlBaseConformance' is not designed for extension - needs to be abstract, final or empty. 1
Method length is 157 lines (max allowed is 150). 1
Name 'ADDITIONAL_MASKS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'BOMs' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1
Name 'CODED_ENTITIES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'ENTITIES_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'FEED_PARSERS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'PROPERTIES_LOADER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'RSS20_URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'XMLs' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1
Name '_allModuleNamespaces' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_allNamespaces' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_author' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_baseImplMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_baseInterfaceMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_beanInterfaceClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_bomEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_bufferPos' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_cloneableBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_cloud' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_comments' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_content' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_contentTypeEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_contentTypeMime' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_copyright' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_coverage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_created' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_creator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_date' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_docs' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_equalsBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_expirationDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_feedFileName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_feedInput' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_feedModuleGenerators' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_feedModuleParsers' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_feedOutput' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_format' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_guid' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_height' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_icon' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_identifier' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_ignoreProperties' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_introspected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1
Name '_is' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_itemModuleGenerators' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_itemModuleParsers' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_items' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_jDomDoc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_keys' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_label' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_lastBuildDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_logo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_managingEditor' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_parentGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_parentParser' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_permaLink' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_pluginsList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_pluginsMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_port' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_propertyValues' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_protocol' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_published' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_publisher' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_rating' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_reader' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_registerProcedure' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_relation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_scheme' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_skipDays' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_skipHours' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_src' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_state' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_subjects' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_subtitle' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_summary' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_syndFeed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_taxonomyUri' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_term' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_testCategories' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_testEnclosures' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_testEntryDCModule' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_testHttpInvalid' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_testHttpLenient' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_testHttpValid' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_testInvalidEntities' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_testInvalidTrim' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_testRawBomInvalid' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_testRawBomValid' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_testRawNoBomInvalid' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_testRawNoBomValid' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_testValidEntities' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_testValidTrim' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_testXmlParse' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_textInput' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_toStringBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_ttl' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_updateBase' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_updateFrequency' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_updatePeriod' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_updatedDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_webMaster' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_width' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_wireFeed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_xmlEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_xmlGuessEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name '_xmlHealerOn' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'masks' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1
Parameter _validate should be final. 1
Parameter aLinks should be final. 1
Parameter aPersons should be final. 1
Parameter alternate should be final. 1
Parameter append should be final. 1
Parameter array1 should be final. 1
Parameter array2 should be final. 1
Parameter base should be final. 1
Parameter basePropClassImplMap should be final. 1
Parameter basePropInterfaceMap should be final. 1
Parameter basens should be final. 1
Parameter beanInterfaceClass should be final. 1
Parameter bomType should be final. 1
Parameter buf should be final. 1
Parameter buffer should be final. 1
Parameter cList should be final. 1
Parameter cTEnc should be final. 1
Parameter cTMime should be final. 1
Parameter cat should be final. 1
Parameter category should be final. 1
Parameter cats should be final. 1
Parameter comments should be final. 1
Parameter conn should be final. 1
Parameter contributor should be final. 1
Parameter coverage should be final. 1
Parameter coverages should be final. 1
Parameter created should be final. 1
Parameter creator should be final. 1
Parameter creators should be final. 1
Parameter ctEnc should be final. 1
Parameter ctMime should be final. 1
Parameter dData should be final. 1
Parameter dates should be final. 1
Parameter days should be final. 1
Parameter dcRoot should be final. 1
Parameter desc should be final. 1
Parameter descriptions should be final. 1
Parameter docs should be final. 1
Parameter eCategories should be final. 1
Parameter eCategory should be final. 1
Parameter eCats should be final. 1
Parameter eData should be final. 1
Parameter enclosure should be final. 1
Parameter encs should be final. 1
Parameter ex should be final. 1
Parameter expirationDate should be final. 1
Parameter ext should be final. 1
Parameter extraFileLocation should be final. 1
Parameter feedElement should be final. 1
Parameter format should be final. 1
Parameter formats should be final. 1
Parameter getters should be final. 1
Parameter guessedEnc should be final. 1
Parameter guid should be final. 1
Parameter height should be final. 1
Parameter hours should be final. 1
Parameter icon should be final. 1
Parameter identifier should be final. 1
Parameter identifiers should be final. 1
Parameter in should be final. 1
Parameter info should be final. 1
Parameter interfaceClass should be final. 1
Parameter isEntry should be final. 1
Parameter issued should be final. 1
Parameter itemElement should be final. 1
Parameter items should be final. 1
Parameter label should be final. 1
Parameter languages should be final. 1
Parameter lastBuildDate should be final. 1
Parameter logo should be final. 1
Parameter managingEditor should be final. 1
Parameter masks should be final. 1
Parameter masterFileLocation should be final. 1
Parameter methods should be final. 1
Parameter n should be final. 1
Parameter namespace should be final. 1
Parameter obj1 should be final. 1
Parameter obj2 should be final. 1
Parameter path should be final. 1
Parameter permaLink should be final. 1
Parameter port should be final. 1
Parameter property should be final. 1
Parameter protocol should be final. 1
Parameter publicId should be final. 1
Parameter published should be final. 1
Parameter publisher should be final. 1
Parameter publishers should be final. 1
Parameter rating should be final. 1
Parameter readAheadLimit should be final. 1
Parameter registerProcedure should be final. 1
Parameter relation should be final. 1
Parameter relations should be final. 1
Parameter rssCats should be final. 1
Parameter rssItems should be final. 1
Parameter sCats should be final. 1
Parameter sEnclosures should be final. 1
Parameter sEntries should be final. 1
Parameter sPersons should be final. 1
Parameter scheme should be final. 1
Parameter separator should be final. 1
Parameter shouldbe should be final. 1
Parameter skipDays should be final. 1
Parameter skipHours should be final. 1
Parameter sources should be final. 1
Parameter src should be final. 1
Parameter subtitle should be final. 1
Parameter summary should be final. 1
Parameter syndContents should be final. 1
Parameter syndImage should be final. 1
Parameter syndRoot should be final. 1
Parameter systemId should be final. 1
Parameter target should be final. 1
Parameter term should be final. 1
Parameter titles should be final. 1
Parameter ttl should be final. 1
Parameter types should be final. 1
Parameter updateBase should be final. 1
Parameter updateFrequency should be final. 1
Parameter updatePeriod should be final. 1
Parameter updatedDate should be final. 1
Parameter webMaster should be final. 1
Parameter width should be final. 1
Parameter xmlType should be final. 1
Redundant import from the same package - com.sun.syndication.feed.impl.BeanIntrospector. 1
Redundant import from the same package - com.sun.syndication.feed.impl.CloneableBean. 1
Redundant import from the same package - com.sun.syndication.feed.impl.EqualsBean. 1
Redundant import from the same package - com.sun.syndication.feed.synd.SyndFeed. 1
Unused @param tag for 'Label'. 1
Unused @param tag for 'Scheme'. 1
Unused @param tag for 'Term'. 1
Unused @param tag for 'publishedDate'. 1
Unused @throws tag for 'java.lang.IllegalArgumentException'. 1
Unused import - com.sun.syndication.feed.module.DCSubject. 1
Unused import - com.sun.syndication.feed.module.DCSubjectImpl. 1
Unused import - com.sun.syndication.feed.synd.SyndPerson. 1
Unused import - com.sun.syndication.io.WireFeedParser. 1
Unused import - java.net.URL. 1
Unused import - java.util.AbstractList. 1
Using the '.*' form of import should be avoided - com.sun.syndication.feed.synd.*. 1
Using the '.*' form of import should be avoided - org.jdom.*. 1
Variable 'absoluteURIPattern' must be private and have accessor methods. 1
Variable 'in' must be private and have accessor methods. 1
Variable 'ns' must be private and have accessor methods. 1
switch without "default" clause. 1
'&&' should be on a new line. 0
'&' is not followed by whitespace. 0
'&' is not preceded with whitespace. 0
'<' is not followed by whitespace. 0
'<' is not preceded with whitespace. 0
'<<' is not followed by whitespace. 0
'<<' is not preceded with whitespace. 0
'<=' is not followed by whitespace. 0
'<=' is not preceded with whitespace. 0
'>' is not followed by whitespace. 0
'>' is not preceded with whitespace. 0
'>=' is not followed by whitespace. 0
'>=' is not preceded with whitespace. 0
'>>' is not followed by whitespace. 0
'>>' is not preceded with whitespace. 0

Checkstyle warning summary

Error Count

Checkstyle info summary

Error Count