Closed GoogleCodeExporter closed 8 years ago
I've made a fix.
Original comment by cedric.l...@gmail.com
on 18 Jun 2009 at 3:06
Attachments:
Hey Cedric,
I tried running with your patch applied. It does get all the classes in the
classpath for analysis which is good, but unfortunately now all the classes in
the
classpath are also in the report. So if I have a project that has 10 classes,
and
depends upon a framework with 500 classes, my 10 get swamped in the report.
I'm wondering if we could use an additional WhiteList implementation set up as a
decorator to the main WhiteList which is based on the classes in the output
directory
of the module, to limit our reporting to just those files in the current module.
Original comment by TylerGoo...@gmail.com
on 14 Jul 2009 at 7:48
Hello Tyler,
Glad to know it worked for you. You're right, all classes are being analyzed. I
was
thinking about an "automatic whitelist" feature to analyze only classes in
Maven's
source path (typically src/main/java).
Original comment by cedric.l...@gmail.com
on 14 Jul 2009 at 8:15
Here's an updated patch that can be applied to the new Guice-based source (as
of r442).
Original comment by pja...@gmail.com
on 7 Aug 2009 at 8:23
Attachments:
Thanks for the help, all.
@pjanes, I applied your patch in
http://code.google.com/p/testability-explorer/source/detail?r=456
There's an issue on HEAD where the html report takes forever to run, so the
plugin
isn't exactly working. I'm going to scale back the analysis work to determine
the
cost contribution from each issue.
Original comment by aeagle22206
on 18 Aug 2009 at 7:56
Original issue reported on code.google.com by
TylerGoo...@gmail.com
on 12 May 2009 at 6:39Attachments: