Skip to content

Releases: tsantalis/JDeodorant

v5.0.85

05 Jan 20:14
Compare
Choose a tag to compare

Fixes issues #87 and #88

v5.0.84

27 Feb 02:04
Compare
Choose a tag to compare

Exclude RuntimeException from precondition checks

v5.0.83

30 Jan 01:30
Compare
Choose a tag to compare

Use AST.getJLSLatest() to remain compatible with the latest Java Parser.
Add org.eclipse.jdt.core.manipulation to the project dependencies

v5.0.82

20 Nov 13:37
Compare
Choose a tag to compare

Fix for issue #83
TryStatement.RESOURCES_PROPERTY has been deprecated
breadthFirstEnumeration() returns Enumeration<TreeNode> instead of Enumeration<DefaultMutableTreeNode>

v5.0.81

03 Oct 20:34
Compare
Choose a tag to compare

Fix for issue #81

v5.0.80

26 Sep 14:33
Compare
Choose a tag to compare

Fix for issue #80

v5.0.79

18 Sep 20:47
Compare
Choose a tag to compare

SwitchCase.EXPRESSION_PROPERTY has been deprecated
Replaced the generation of switch statement with a sequence of if statements in ReplaceTypeCodeWithStateStrategy

v5.0.78

17 Aug 02:24
Compare
Choose a tag to compare

Updated JLS to version 14 for ASTParser

v5.0.77

17 Aug 02:10
Compare
Choose a tag to compare

Fix for issues #77 and #78

v5.0.76

19 Jan 01:03
Compare
Choose a tag to compare

Fix for issues #74 #75 #76