Ignoring packages
Brought to you by:
sauerf
Hi,
I would like to ignore a certain set of packages when
calculating the metrics for my project.
Is this possible?
I am using ant headless in order to generate the xml
file and since it is based on the .class files in the
output folder location I could before generating the
metrics move the packages that I want to ignore to a
different spot and after calculating the metrics move
them back but it would be nicer if I could pass in an
argument to the metrics ant task that would allow it to
ignore a certain set of packages.
As a side note I grabbed the source and rebuilt the
plugin in e3.1m6 and it seems to work. Are there any
problems with doing that?
Thanks !!
Logged In: YES
user_id=1158466
I would also like to see such a facility. I have a
requirement to obtain various metrics across packages
within a project. My prime example is to exclude the unit-
tests classes from analysis, so we can establish quality
metrics for end-customer code.
I wondered whether using a "working set" might work, but
it did not.