You can create a copy for your own purposes:

CoverageNodeImpl mynode = new CoverageNodeImpl(coverage.getElementType(), coverage.getName());
mynode.increment(coverage);

Best regards,
-marc

On 2014-12-01 22:02, Joe Damore wrote:
In CoverageBuilder.visitCoverage( final IClassCoverage coverage )  ,
can I get access to CoverageNodeImpl ?

On Thu, Nov 13, 2014 at 12:10 PM, Joe Damore <[email protected]>
wrote:

Thanks, we'll give it a try .

On Thu, Nov 13, 2014 at 12:44 AM, Marc R. Hoffmann
<[email protected]> wrote:
All totals are created with the CoverageNodeImpl.increment()
methods.

Regards,
-marc

On 12.11.14 18:55, [email protected] wrote:
We have been able to update the Line Counts in
CoverageBuilder.visitCoverage
We use the coverage object to get the line counter, and increment
accordingly. However in the html report the missed lines total is
still unchanged, even though the the  values for each row in the
table is correct.
How are these totals generated?
Is there another counter to update.

On Wednesday, April 2, 2014 4:01:29 PM UTC-5, Marc R. Hoffmann
wrote:
Hi,

to be honest: If I could answer your questions filtering would have
already been implemented ;-)

JaCoCo does not process any source code, it only works on class
files. I
would prefer to stick with this paradim also for filters.

Best regards,
-marc

On 02.04.14 17:10, [email protected] wrote:
We would happily implement our own filtering, is there a particular
class we should be overriding or modifying?
The reporting examples perform three steps:
- loading the execution data
- analysis
- report generation

If there are particular source code patterns that we want to
ignore, what class(es) should be modified to implement the ability
to ignore that code.

 --
 You received this message because you are subscribed to a topic in
the Google Groups "JaCoCo and EclEmma Users" group.
 To unsubscribe from this topic, visit
https://groups.google.com/d/topic/jacoco/9RNKpkcDO4E/unsubscribe [1].
 To unsubscribe from this group and all its topics, send an email to
[email protected].
 For more options, visit https://groups.google.com/d/optout [2].

 --
 You received this message because you are subscribed to the Google
Groups "JaCoCo and EclEmma Users" group.
 To unsubscribe from this group and stop receiving emails from it,
send an email to [email protected].
 To view this discussion on the web visit
https://groups.google.com/d/msgid/jacoco/CAD14M4jN8q-DxfEH0ppxgKnxLc%2B5Nx6UezdPRm52RxdSN%2BV%2Big%40mail.gmail.com
[3].
 For more options, visit https://groups.google.com/d/optout [2].


Links:
------
[1] https://groups.google.com/d/topic/jacoco/9RNKpkcDO4E/unsubscribe
[2] https://groups.google.com/d/optout
[3]
https://groups.google.com/d/msgid/jacoco/CAD14M4jN8q-DxfEH0ppxgKnxLc%2B5Nx6UezdPRm52RxdSN%2BV%2Big%40mail.gmail.com?utm_medium=email&utm_source=footer

--
You received this message because you are subscribed to the Google Groups "JaCoCo 
and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/3fa866a62d23b71f9ac20f2b315d39bd%40mountainminds.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to