Age | Commit message (Collapse) | Author |
|
aren't initialized with a position.
The odds that the 'check if positions of every node is set to something useful' check is not going to find any
actual bugs in the idempotency phase, so, just turn it off entirely there.
|
|
|
|
The `test.javac6` job causes a ton of errors because many tests use java8+ features. Marking them off as java8+ targeted only.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add/addAll do not work in j6.
|
|
|
|
|
|
|
|
Mark generated UtilityClass constructor as generated
|
|
Save problem handler state for postponed error handling
|
|
Fix compilation using ecj
|
|
Handle inner method invocations first
|
|
|
|
|
|
|
|
|
|
|
|
SuperBuilder now skips initializers while gathering types
|
|
|
|
Add missing checker annotations in SuperBuilder
|
|
Only show super()-warning if lombok generates a method
|
|
|
|
This may fix 'IllegalArgumentException' errors when using google errorprone.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and issue #2693
|
|
Do not lose generic arguments when adding annotations
|
|
|
|
|
|
|