Releases: mplushnikov/lombok-intellij-plugin
Releasebuild 0.14 for IntelliJ Idea
New version of lombok-intellij-plugin for IntelliJ 14, 15 and 2016!
Fixed #209: Fixed @EqualsAndHashCode unnecessary warning
Fixed #212: Fixed Inspection "Field may be 'final'" triggers in spite of @Setter
Fixed #253: Fixed Refactor "Default @Getter" removes annotation on JPA entity classes</
Fixed #302: Changed linked text in "Lombok Requires Annotation Processing" notification
Fixed #304: Fixed @FieldDefaults`s access level 'PUBLIC' doesn't work
Fixed #306: Problem with @builder and generics
Fixed #308: Write access is allowed from write-safe contexts only
Fixed #313: Missed substitution when class and builder have generics
Fixed #320: Fixed No availability to generate any constructor
Fixed #322: Added support of lombok.experimental.var
Fixed #332: @value(staticConstructor = "of") breaks intellij's type inference
Fixed #334: Added support for inlining getters/setters
Preview plugin release 0.14
Current plugin state with fixed for issue #308
Releasebuild 0.13 for IntelliJ Idea
New version of lombok-intellij-plugin for IntelliJ 14, 15 and 2016!
Fixed #226: @Setter(AccessLevel.NONE) triggers error and not just warning on final fields
Fixed #254: Properties from lombok.config does not involve on suggestion list
Fixed #259: Support JBoss Logging (new in Lombok 1.16.10)
Fixed #262: When lombok.accessors.chain=true setters show void return value
Fixed #268: Lombok Dependency is possible outdated' message even when 'Enable lombok version warning' is unchecked.
Releasebuild 0.12 for IntelliJ Idea
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
Releasebuild 0.11 for IntelliJ Idea
Releasebuild 0.10 for IntelliJ Idea
New version of lombok-intellij-plugin for IntelliJ 11, 12,13,14, 15 and 2016!
Fixed #184: Linter suggests to add @EqualsAndHashCode to declare callSuper, but already overriden enhancement
Fixed #183: val can not work when method has Generic return duplicate Val
Fixed #180: Low performance of @builder analysis bug enhancement
Fixed #176: Unchecked warning when using static constructor for @DaTa and @value on parameterized class enhancement Generics
Fixed #168: val does not work with generic method calls as the initializer expression enhancement Val
Fixed #157: Intellij fails to infer type for constructor defined with @requiredargsconstructor duplicate Generics
Fixed #142: IDE highlights val as an error if it had reparsed code before the line was completed Val
Fixed #136: "Cannot infer arguments" with @requiredargsconstructor enhancement Generics
Fixed #105: val sometimes fails to be parsed correctly enhancement Val
Fixed #88: Delegating to class with generics using @DeleGate annotation enhancement Generics
Releasebuild 0.9.8 for IntelliJ Idea
New version of lombok-intellij-plugin for IntelliJ 12,13,14 and 15
Multiple bug fixes
Fixed #151: Builder issues with Accessors
Fixed #153: IntelliJ produces warning when specifying generic type on val declaration
Fixed #156: Exception in @Singular handling
Fixed #165: Can't correctly resolve multiple @builder methods in same class having partial implementations
Fixed #172: "Lombok needs a default constructor in the base class" error in enum
Fixed #175: Added support for @Tolerate for @Getter and @Setter
Fixed #177: Null pointer in intellij version 15.0.3
Releasebuild 0.9.7 for IntelliJ Idea
Releasebuild 0.9.7 for IntelliJ Idea 12.1, 13.1, 14.1 and 15.0.2
New Version (0.9.7) of plugin for Lombok and IntelliJ IDEA 12, 13, 14 and 15
Last changes:
Added caching of produced PsiElements to reduce probability of recursive invocation like: #112, #123, #126, #129
Fixed #130: @XArgsConstructor don't show error when used on a subclass that requires non-empty super call
Fixed #132: Make quickfix suggestion for @EqualsAndHashCode(callSuper = true) default
Fixed #135: Feature request: support for @NoArgsConstructor(force = true)
Fixed #149: Idea cannot generate another constructor when @NoArgsConstructor is used
Test CachedValuesManager
Releasebuild 0.9.6 for IntelliJ Idea
Releasebuild 0.9.6 for IntelliJ Idea 12.1, 13.1 and 14.1
New Version (0.9.6) of plugin for Lombok and IntelliJ IDEA 12, 13 and 14.1
Last changes:
Fixed #47: Feature request: support onX annotations via @__
Added #77: Support new @Singular annotation for @builder collection fields
Fixed #123: SpinAllocator has exhausted! Too many threads or you're going to get StackOverflow