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

Releasebuild 0.8.2 for IntelliJ Idea 11

Compare
Choose a tag to compare
  • 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