Age | Commit message (Collapse) | Author |
|
the outer and the inner class have generics, the inner is non-static, and you generate equals/hashcode on the inner.
Note that in general this is just broken; do not put non-static inner classes in generics-carrying classes in the first place!
|
|
versioning by oracle.
|
|
|
|
editions of the Builder and Value annotations… but in case you install lombok v2 into eclipse but use an older lombok as dep in your project, we still do want to process the old annotations. Had to stringly-type a few things to make that happen, but, works now.
|
|
* var is promoted to the main package.
* It is no longer an opt-in thing.
* bug: var (unlike val) is allowed in old-style for loops, but if you multi-init: for (var i = 0, j="Foo";;), you now get an error that you can't do that.
* tests both for the multi-for situation and the new main package variant.
|
|
(FilerException on creating the new round).
|
|
|
|
|
|
is slapped together by a tuple based on the position (as gleaned from the JCTree object) and the source file (as gleaned from.. Log. *facepalm*). We didn’t update log when resolving for i.e. ‘val’, so the caches get all jumbled up. Fixed by setting the Log’s ‘useSource’ method.
|
|
intentionally haven’t set yet. To avoid NPEs, let’s set it.
|
|
|
|
See bazelbuild/bazel#4393
|
|
|
|
|
|
Javac9.
|
|
|
|
instead of default on.
|
|
#1518
|
|
|
|
compiler errors, not stack traces.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #869, fixes #1018
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
appropriate.
|
|
|
|
hashCode and toString from Data and Value
|
|
|
|
support.
|
|
|
|
|
|
|
|
|
|
|
|
|