- Support for IntelliJ IDEA 2022.1
- Support for IntelliJ IDEA 2022.2
- Update supported PMD versions to 6.48
- Support for IntelliJ IDEA 2020.3
- Support for IntelliJ IDEA 2021.3
- Update supported PMD versions to 6.41
- Drop support for IntelliJ IDEA < 2020.3
- Update supported PMD versions to 6.38.0
- Update supported PMD versions to 6.35.0
- Add pmd-xml rules
- Support IntelliJ IDEA 2021.1
- More quickfixes, see QUICKFIXES for a complete List
- Update supported PMD versions to 6.34.0
- Support IntelliJ IDEA 2021.1
- Remove non-existing files from aux-classpath, see #15
- Fix IndexOutOfBoundsException while running inspection
- Fix NullPointerException while running inspection
- Add support for PMD 6.30
- More quickfixes, see QUICKFIXES for a complete List
- Show description for rule violation instead generic rule description
- More quickfixes, see QUICKFIXES for a complete List
- Quick Fix to suppress warnings for members and class
- Add option to disable on-the-fly inspections
- Run inspection only on java files
- Fix possible race-condition while loading pmd rules
- Fix possible exception while running inspection
- Set auxiliary classpath for pmd
- Inspections to show violations directly in editor and while inspect code
- Quick Fixes for some inspections, see QUICKFIXES for a complete List
- Hide PMD log messages
- Display the violated rule before the message in the toolwindow, so that it is always visible without scrolling
- Fix incompatibility with older PMD versions
- Basic functionality
- Initial scaffold created from IntelliJ Platform Plugin Template