Skip to content

Releases: jshiell/checkstyle-idea

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