spring-boot/spring-boot-cli
Dave Syer baf7dda05a Accumulate state in a local variable, not a field in the instance
State is accumulating unnecessarily in AST tranformation instances.
We can fix the ones we have implemented so far just by using a
local variable and passing it into the methods where it is used.
All the methods are private so this change is safe in a point release.

Fixes gh-5283
2016-02-29 16:46:53 +00:00
..
2015-11-18 11:40:19 +00:00
2016-02-26 01:06:16 -08:00