TorqueWrench Changelog
- 1.2.5 - December 18, 2007
- Much improved report generation.
- 1.2.4 - September 14, 2007
- Fix off by one error in wolv warning.
- Port to Java 1.5.
- Make the report generation much more pleasant to look at.
- 1.1.40 - January 2, 2007
- 1.1.37 - September 1, 2006
- Add fpr warning.
- Add fslc warning.
- Add mnlc warning.
- Add ccd warning.
- Add cnuc warning.
- Add dcic warning.
- 1.1.34 - July 7, 2006
- Make snvc enabled by default.
- Disable sndc by default.
- 1.1.32 - June 23, 2006
- New warning, Serializable has non-Serializable fields (snsf).
- New warning, Serializable has no valid constructor (snvc).
- New warning, Serializable has no serialVersionUID (snvi).
- New warning, Serializable has wrong modifiers for serialVersionUID (svwm).
- Add XML warning output.
- Make the lvao warning able to detect overwritten increments.
- Added EAR and RAR support to the Ant adapter.
- 1.1.31 - June 21, 2006
- Removed limitation that kept TorqueWrench from traversing nested JAR and WAR files (any JAR-like file).
- Added support for EAR and RAR files by treating them like WAR files.
- 1.1.30 - June 20, 2006
- Fixes to provide compatibility with older versions of Ant.
- Fix bug in users guide regarding Ant attributes and make Ant task documentation clearer.
- Improve debugging when there are problems reading the license file.
- 1.1.29 - June 19, 2006
- Improvements to the wolv warning to decrease false positives.
- New warning, mrna (method returns null array), for methods that return
null instead of a zero-length array.
- New warning, unv (unnecessary visibility), for methods that are more visible than are necessary. Initially, this only looks for
public constructors in abstract classes.
- 1.1.28 - June 16, 2006
First public release.