[Clirr-devel] CVS: clirr/core/xdocs changes.xml,1.8,1.9
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2005-08-26 05:36:01
|
Update of /cvsroot/clirr/clirr/core/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8502/xdocs Modified Files: changes.xml Log Message: moved clirr implementation to new SPI infrastructure Index: changes.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/xdocs/changes.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- changes.xml 7 Aug 2005 13:54:03 -0000 1.8 +++ changes.xml 26 Aug 2005 05:35:53 -0000 1.9 @@ -7,6 +7,20 @@ </properties> <body> + <release version="0.6-dev" date="in CVS"> + <action dev="lkuehne" type="add"> + Clirr now provides a SPI to represent the java code structure, the checks + now work against this SPI. Clirr provides a SPI implementation that works + on jar files, but other implementations can be used as well. For example, + an IDE will typically already have an in-memory representation of the Java + sources, so a Clirr IDE plugin could use that (via an adapter) and would + not require a full compile before running Clirr. + </action> + <action dev="lkuehne" type="fix"> + Improved test coverage. + </action> + </release> + <release version="0.5" date="2005-08-07"> <action dev="lkuehne" type="fix"> Avoid false alarms when package visible classes are removed. |