From: Grzegorz L. <ha...@gm...> - 2005-08-11 19:10:20
|
The fix was commited to CVS. I have attached compiled version of cobertura.jar here: https://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D1170482&group= _id=3D130558&atid=3D720018 so if you are able to test it, please do it. Simple test that is does not break compatibility would be enough, and if you use new functionality it would be great. Just download the cobertura.jar and replace cobertura.jar from Cobertura 1.5 with it. Please don't hesitate to send results here - even for small tests. Grzegorz On 8/8/05, Grzegorz Lukasik <ha...@gm...> wrote: > I have added new version of the patch (minor fixes) here: > https://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D1245454&gro= up_id=3D130558&atid=3D720017 > Fixes were done after some additional testing. New things are > described also there in an attached file. >=20 > Grzegorz >=20 > On 8/6/05, Grzegorz Lukasik <ha...@gm...> wrote: > > Let's hope it is final episode. > > I have merged changes made by Jeremy with my patch, and after some > > refactoring I think Multiple Filesets are supported now. All the > > changes are compatible with 1.4 (I hope). Brief description of the > > changes: > > > > * FileFinder supports now two types of values > > - source root directory, equivalent of srcDir attribute. > > Defines the directory under which source files are located. Easier to > > use from command line. > > - pair (base directory, file path relative to base directory). > > Created by filesets. Can also be used on command line, but it is > > impractical. > > > > * ComplexityCalculator added. Computes complexity for source files, > > packages and for project. Complexity for single file is computed at > > most once. Util class is not needed anymore. > > > > Later I will add additional test cases made by James and others (and > > probably src-3 folder too :) ). > > > > Waiting for any comments/suggestions. > > > > Grzegorz > > > > > > > |