This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
Releases: mplushnikov/lombok-intellij-plugin
Releases · mplushnikov/lombok-intellij-plugin
Releasebuild 0.8.3 for IntelliJ Idea 12
Releasebuild 0.8.3 for IntelliJ Idea 11
Releasebuild 0.8.3 for IntelliJ Idea 10
Alpha-Release 0.8.3
releasebuild_0.8.3_intellij_12 Try to prevent recursion calls for issue #17 and issue #34
Releasebuild 0.8.2 for IntelliJ Idea 12 and 13
- Added support for "topic" annotation value of all @log annotations (Lombok >= 1.12.6)
- Added validation of static fields/methods of @DeleGate annotation (@DeleGate is legal only on instance fields or no-argument instance methods)
- Fixed #19: Slf4j in static context
- Fixed #29: Renaming a class with the @log* annotation adds extra qualification to calls
- Fixed #31: Prevent errors with invalid identifiers for builderClassName in @builder annotation
- Fixed #32: Refactor -> Extract -> Parameter Object || Change Signature broken
- Fixed (on GoogleCode) 83: @slf4j does not work when added for first time
- Fixed (on GoogleCode) 100: Refactor Change Signature || Extract - Parameter Object
Releasebuild 0.8.2 for IntelliJ Idea 11
- Added support for "topic" annotation value of all @log annotations (Lombok >= 1.12.6)
- Added validation of static fields/methods of @DeleGate annotation (@DeleGate is legal only on instance fields or no-argument instance methods)
- Fixed #19: Slf4j in static context
- Fixed #29: Renaming a class with the @log* annotation adds extra qualification to calls
- Fixed #31: Prevent errors with invalid identifiers for builderClassName in @builder annotation
- Fixed #32: Refactor -> Extract -> Parameter Object || Change Signature broken
- Fixed (on GoogleCode) 83: @slf4j does not work when added for first time
- Fixed (on GoogleCode) 100: Refactor Change Signature || Extract - Parameter Object
Releasebuild 0.8.2 for IntelliJ Idea 10
- Added support for "topic" annotation value of all @log annotations (Lombok >= 1.12.6)
- Added validation of static fields/methods of @DeleGate annotation (@DeleGate is legal only on instance fields or no-argument instance methods)
- Fixed #19: Slf4j in static context
- Fixed #29: Renaming a class with the @log* annotation adds extra qualification to calls
- Fixed #31: Prevent errors with invalid identifiers for builderClassName in @builder annotation
- Fixed #32: Refactor -> Extract -> Parameter Object || Change Signature broken
- Fixed (on GoogleCode) 83: @slf4j does not work when added for first time
- Fixed (on GoogleCode) 100: Refactor Change Signature || Extract - Parameter Object