Share

JRefactory

File Release Notes and Changelog

Release Name: 2.9.18

Notes:
This is very close to being a candidate for the last release in the 2.9.xx series. I think I've only got a couple of small problems to fix.

The findbugs tool now requires JDK 1.5, so is not available if executed in a 1.4 environment.



Changes: * Version 2.9.18 o Fixed JRefactory bugs: + 944638 "javadoc with embedded // comments". The fix ensures that 'C' style comments are preserved within javadoc comments. o Added refactorings to Netbeans plugin. o Added file being pretty printed to Ant task exception output. o Fix bug in pretty printing: public @interface Preliminary { } o Updated to version 0.7.2 of FindBugs. o More sophisticated searching for findbugs plugins. o Coding Standards viewer now has separate subtrees for bugs that can be fixed with refactorings. o jEdit plugin now a single Jar file. o Fix selections from cut and paste detector from Netbeans.