• Dave Syer's avatar
    Accumulate state in a local variable, not a field in the instance · baf7dda0
    Dave Syer authored
    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
    baf7dda0
Name
Last commit
Last update
..
samples Loading commit data...
src Loading commit data...
test-samples Loading commit data...
pom.xml Loading commit data...