SpartanRefactoring / Main

Eclipse plugin that performs automatic refactoring of Java source code, making it shorter, more idiomatic and more readable
https://www.spartan.org.il
100 stars 56 forks source link

Perhaps bug in wizard.live() #1623

Open yuvalsimon opened 7 years ago

yuvalsimon commented 7 years ago

It accepts a collection of declaration fragments and considers fragments without initializers as dead variables (without checking the following code). Maybe need better name for this method? Check out 48090bbb5cd93c8987ed9033751bcd623f2301eb for a bug resulted from this.