This changelog is no longer maintained. Follow the release notes at the GitHub releases for latest changes
- 47: Allow to exclude source roots
- 42: Add some more configuration consistency checks
- Update section about Versioning and Compatibility
- #39: Handle double semicolon after import statement
- #37: Fix version incompatibility
- Display analysis duration
- #35: Recognize multiple import statements on same line in groovy sources
- Remove
commentLineBufferSize
- Fix possible file resource leak while iterating source files
- Remove
sourceFileCharset
- Soft-Remove
commentLineBufferSize
- #34: Recognize multiple import statements on same line in java sources
- #33: Possibility to forbid wildcard imports
- #31: Results show whether a match occurred in a test file
- #30: Separate import parsing and banned import analysis
- #29: SPI for
SourceLineParser
implementations - #27: Introduce
failBuild
andskip
options - Fix mysterious case where
"*
would be recognized as the beginning of a block comment - Introduce changelog to readme
- Add contribution guide lines