Skip to content

Releases: jshiell/checkstyle-idea

4.21.1

16 Nov 18:28
Compare
Choose a tag to compare

Fixed: Now properly swallows parse errors from Checkstyle 6.12.

4.21.0

14 Nov 14:30
Compare
Choose a tag to compare

New: Updated to Checkstyle 6.12.1. Thanks to @tsjensen.

4.20.1

19 Oct 18:13
Compare
Choose a tag to compare

Fixed: Inspection now checks for cancellation (#192).
Fixed: Rules accessed via HTTP no longer use temporary files (#67).

4.20.0

19 Oct 18:12
Compare
Choose a tag to compare

New: Updated to CheckStyle 6.11.2 (#189).

4.19.1

12 Sep 13:10
Compare
Choose a tag to compare

Fixed: Improved handling of unparsable files (#185).

4.19.0

12 Sep 13:09
Compare
Choose a tag to compare

New: Updated to CheckStyle 6.10.1.

4.18.1

12 Sep 13:09
Compare
Choose a tag to compare

Fixed: Prefix added to inspection messages (#181).

4.18.0

08 Aug 15:51
Compare
Choose a tag to compare

New: Updated to CheckStyle 6.9.

4.17.3

04 Aug 19:58
Compare
Choose a tag to compare

Fixed: Temporary suppression of exception in #127 until it's fixed in CheckStyle.
Fixed: Started reducing the embarrassing amount of duplicated code.

4.17.2

12 Jul 10:04
Compare
Choose a tag to compare

Fixed: Errors are also now entered in the event log, so they can be read after the balloon popup closes.
Fixed: Modernised how notifications are raised.