The QDox team is pleased to announce the release of QDox-1.12.1
 
QDox is a high speed, small footprint parser for extracting 
class/interface/method definitions from source files complete with JavaDoc 
@tags. It is designed to be used by active code generators or documentation 
tools.
 
Visit http://qdox.codehaus.org/ for further details.
 
To use this version of QDox, add the following to your POM's dependencies 
section:
 
<dependency>
  <groupId>com.thoughtworks.qdox</groupId>
  <artifactId>qdox</artifactId>
  <version>1.12.1</version>
</dependency>

 
Release Notes - QDox - Version 1.12.1 ** Bug
    * [QDOX-214] - returns is null for Constructors, which makes several 
methods fail.
    * [QDOX-218] - Illegal escape character
    * [QDOX-221] - QDox leaks file handler if a parser exception occurs
    * [QDOX-225] - JavaSource.getImports() returns static imports as standard 
imports
    * [QDOX-232] - DefaultJavaMethod#equals incorrect code 
Enjoy,
 
- The QDox team
                                          

Reply via email to