Releases: tsantalis/JDeodorant
Releases · tsantalis/JDeodorant
v5.0.75
v5.0.74
v5.0.73
v5.0.72
v5.0.71
v5.0.70
Fixed compilation errors in Replace Conditional with Polymorphism refactoring occurring
when the variable to be returned is declared and return inside the type-checking code fragments.
In case of composite conditionals an else branch is added with a super method invocation to execute the default functionality.
v5.0.69
v5.0.68
v5.0.67
v5.0.66
- Fixed bug reported by Sven Peldszus in class MyAbstractStatement
Method recurseDelegations() falls into infinite recursion when two methods delegate to each other.
The bug was replicated in project Lucene 1.4.3 and class org.apache.lucene.analysis.Analyzer where the following methods delegate to each other.
public TokenStream tokenStream(String fieldName, Reader reader)
public TokenStream tokenStream(Reader reader)
- Fixed erroneous pull up of additional methods called within the clones that already exist in the common superclass.