Skip to content

Releases: jshiell/checkstyle-idea

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).

4.14.1

23 Apr 18:12
Compare
Choose a tag to compare
  • Fixed: HTTP rules files should result in fewer temporary files (#149).
  • Fixed: findFile now uses ReadAction (#140).

4.14.0

23 Apr 18:13
Compare
Choose a tag to compare
  • New: Moved to CheckStyle 6.5, which requires Java 7 or above.
  • New: Moved to Java 8. Please make sure IDEA is running on JDK 8. OS X users must use the 14.1 build with the bundled JDK.
  • New: As such, we now use the IDEA 14.1 SDK.

4.13.2

23 Apr 18:13
Compare
Choose a tag to compare
  • Reverted to IDEA 13 SDK, as when IDEA 14.1 drops with Java 8 for OS X users there's going to be an SDK update anyway.
  • Fixed: Third party classes were not available in dialogue editors. (#133).

4.13.1

23 Apr 18:14
Compare
Choose a tag to compare
  • Fixed: Became paranoid about ToolWindow implementation classes to avoid ClassCastExceptions (#131).