Releases: tsantalis/JDeodorant
Releases · tsantalis/JDeodorant
v5.0.65
v5.0.64
v5.0.63
- Extract Class Refactoring implementation tested with 1475 refactorings applied in JFreeChart-1.0.19 and 1149 refactorings applied in JFreeChart-1.0.10
- Move Method Refactoring implementation tested with 99 refactorings applied in JFreeChart-1.0.19 and 65 refactorings applied in JFreeChart-1.0.10
- Extract Class and Move Method candidate refactorings are no longer virtually applied. This makes the detection of refactoring opportunities much faster.
- Redundant Extract Method refactoring opportunities are no longer reported by eliminating identical slices expanding in different blocks.
v5.0.62
v5.0.61
v5.0.60
v5.0.59
v5.0.57
Bug fixes and improvements:
- Improved the detection of method declarations with a type parameter from method invocations.
- Fixed a common bug in Extract Class and Move Method refactorings related to Enums.
- Refactored the common logic for finding topics to class TopicFinder.
- Added a right-click pop-up menu to show the code smell visualization on user demand.
- Added a check box for the filtering of clone groups based on the Java files currently opened in the editor.