diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-18 19:30:02 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-18 19:30:02 +0100 |
commit | 04e9397971d3689e0710df026f673f8b0a6cb685 (patch) | |
tree | 3ca47a3bc926a5171f5e939743f6b2d3daea63e1 /src/core/lombok/bytecode | |
parent | 38b4128f899e81d8a5d19dca8b6cd1357ca3bd1a (diff) | |
download | lombok-04e9397971d3689e0710df026f673f8b0a6cb685.tar.gz lombok-04e9397971d3689e0710df026f673f8b0a6cb685.tar.bz2 lombok-04e9397971d3689e0710df026f673f8b0a6cb685.zip |
Rewritten @Cleanup's new null analysis prevention to not use
Lombok.preventNullAnalysis but go with Collections.singletonList(expr).get(0)
instead; while this does create a pointless object, it doesn't cause a clash
when eclipse has lombok 0.10 installed but the project uses 0.9, which doesn't
have preventNullAnalysis. Eventually, once 0.9 is long forgotten, this can be reverted.
Diffstat (limited to 'src/core/lombok/bytecode')
0 files changed, 0 insertions, 0 deletions