Releases: tsantalis/JDeodorant
Releases · tsantalis/JDeodorant
v5.0.84
Exclude RuntimeException
from precondition checks
v5.0.83
Use AST.getJLSLatest()
to remain compatible with the latest Java Parser.
Add org.eclipse.jdt.core.manipulation
to the project dependencies
v5.0.82
Fix for issue #83
TryStatement.RESOURCES_PROPERTY
has been deprecated
breadthFirstEnumeration()
returns Enumeration<TreeNode>
instead of Enumeration<DefaultMutableTreeNode>
v5.0.79
SwitchCase.EXPRESSION_PROPERTY
has been deprecated
Replaced the generation of switch statement with a sequence of if statements in ReplaceTypeCodeWithStateStrategy
v5.0.78
Updated JLS to version 14 for ASTParser