Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Releasebuild 0.12 for IntelliJ Idea

Compare
Choose a tag to compare
@mplushnikov mplushnikov released this 23 Jul 14:17

New version of lombok-intellij-plugin for IntelliJ 14, 15 and 2016!

Added support for transparent changing of visibility of existing fields and variables in IntelliJ 2016.2
Fixed #103: Lombok plugin should tell developer that old lombok.jar is used on classpath
Fixed #137:IntelliJ 2016.2 Private visibility added by @value not respected by IDE.
Fixed #143: IntelliJ 2016.2: Support UtilityClass
Fixed #147: IntelliJ 2016.2: @FieldDefaults(makeFinal = true) and bitwise operators produce an error message
Fixed #158: val causes intellij to show an invalid error when used alongside an anonymous class
Fixed #192: Updated support for Builder enhancements in lombok 1.16.8
Fixed #202: @builder supports setter for final field (@value)
Fixed #225: @Singular clearXXX not recognized
Fixed #230: @value / @EqualsAndHashCode callSuper false warning: lombok.config ignored
Fixed #247: Notifications: Project already disposed