Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-02 | [tests] all tests involving ‘var’ should not be run on j10+. | Reinier Zwitserloot | |
2018-02-07 | [var] various upgrades to var: | Reinier Zwitserloot | |
* 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. | |||
2016-11-12 | a initialization of variable like "var o = null;" will throw the compile ↵ | Bulgakov Alexander | |
time error "variable initializer is 'null'" | |||
2016-10-27 | Use of the 'var' feature is disabled by default. | Bulgakov Alexander | |
Include lombok.var.flagUsage = ALLOW in lombok.config to enable var | |||
2016-10-26 | The @var annotation has been moved to the experimental package. | Bulgakov Alexander | |
Added a test of a @var variable with null initialization. |