Skip to content

0.33 Release for IntelliJ 2018.1-2019.1

Compare
Choose a tag to compare

Implemented new intention actions to replace explicit getter and setter by lombok annotation
Fixed #799: @SneakyThrows mistakenly swallow checked exception in lambda without "throws"
Fixed #838: @Builder.Default and final keyword: erroneous ConstantConditions warning
Fixed #938: @SneakyThrows hides compilation error: Variable might not have been not initialized
Fixed #964: @with + @Builder.Default on Field doesn't work well with @value on Class