Closed GoogleCodeExporter closed 9 years ago
Setting very low priority for NonNullHandler (by adding
@HandlerPriority(-65536) annotation) seems to solve this problem.
But I am not familiar with lombok's source code so I am not sure that this
modification do not break something else :)
Original comment by Vyachesl...@gmail.com
on 10 Oct 2013 at 12:21
We actually upped the priority level of the HandleNonNull class (running it
AFTER @Setter and the like), and then upped the priority level of
HandleSynchronized and HandleSneakyThrows even more. That and some new tests
and fixes to existing tests. Thanks for spotting it! Will be in 1.12.2 which
will be released later today.
Original comment by reini...@gmail.com
on 10 Oct 2013 at 8:35
Issue 617 has been merged into this issue.
Original comment by reini...@gmail.com
on 20 Dec 2013 at 3:17
Original issue reported on code.google.com by
Vyachesl...@gmail.com
on 9 Oct 2013 at 12:05