aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/bytecode
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2011-03-18 19:30:02 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2011-03-18 19:30:02 +0100
commit04e9397971d3689e0710df026f673f8b0a6cb685 (patch)
tree3ca47a3bc926a5171f5e939743f6b2d3daea63e1 /src/core/lombok/bytecode
parent38b4128f899e81d8a5d19dca8b6cd1357ca3bd1a (diff)
downloadlombok-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