Releases: jshiell/checkstyle-idea
Releases · jshiell/checkstyle-idea
4.14.2
- 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
- Fixed: HTTP rules files should result in fewer temporary files (#149).
- Fixed: findFile now uses ReadAction (#140).
4.14.0
- 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
- 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
- Fixed: Became paranoid about ToolWindow implementation classes to avoid ClassCastExceptions (#131).