Skip to content

Releases: jshiell/checkstyle-idea

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.

4.17.1

12 Jul 10:03
Compare
Choose a tag to compare

Fixed: Java source files that are marked as generated are no longer scanned (#172).
Fixed: Properties are properly reloaded after hitting previous in the add file wizard (#170).

4.17.0

03 Jul 20:13
Compare
Choose a tag to compare

New: Updated to CheckStyle 6.8.1.

Fixed: TreeWalker logs are now suppressed, reducing event log spam when editing files (#169).
Fixed: Inspection no longer overrides getShortName as per the IDEA source docs - this has resulted in a ShortName change (#173).
Fixed: Only files in the project content source are scanned (#172).
Fixed: Mirrored JAR files are now used when available (#141).
Fixed: Modernised resource bundle usage.

4.16.0

01 Jul 21:45
Compare
Choose a tag to compare

New: Updated to CheckStyle 6.7 (#168).

4.15.0

27 Apr 17:28
Compare
Choose a tag to compare

New: Updated to CheckStyle 6.6 (#150).

4.14.2

23 Apr 18:12
Compare
Choose a tag to compare
  • Fixed: Cached checkers are now cleaned by a background task (#141).
  • Fixed: Updated icons to more closely resemble current CheckStyle icon.
  • Fixed: File writes are now forced to UTF-8 (#84).