[java code coverage] Re: JaCoCo - sample API code to copy an exec file?

2018-11-05 Thread John A
strips out those packages from *all* the incoming exec files and so the final outgoing file is clean. Note if you only name one incoming exec file then this is equivalent to the "strip" command, i.e. I get two for one. John On Saturday, November 3, 2018 at 11:25:32 AM UTC-7, Evgeny

[java code coverage] Re: JaCoCo - sample API code to copy an exec file?

2018-11-06 Thread John A
On Monday, November 5, 2018 at 4:45:51 PM UTC-8, Evgeny Mandrikov wrote: > > Sorry, but then what is exactly not clear about API for you? > The API is clear. My concern is that there are two visitors needed: sessioninfos and one for executiondata. If I exclude from executiondata do I need to

[java code coverage] JaCoCo - sample API code to copy an exec file?

2018-11-02 Thread John A
command line. I'm starting to look through the API Usage Examples https://www.jacoco.org/jacoco/trunk/doc/api.html but so far nothing jumps out... Some sample code will make the ramp up time much quicker. TIA! John -- You received this message because you are subscribed to the Google Groups

Re: [java code coverage] Jacoco API to filter report

2018-11-26 Thread John A
Rodrigo, Would you be willing to share your code? I'm looking for something similar and your code would be an easy and quick starting point. John On Mon, Nov 26, 2018, 04:18 Hey Marc, thanks for your reply. > > I was able to achieve what i intended to by build a custom CoverageBuilder &

Re: [java code coverage] Runtime reset

2014-05-09 Thread Rony John
Wow.. i cant believe how dumb I was!!! It was staring at me in the face Thanks for Your patience Marc. Sorry to noob On Friday, May 9, 2014 4:36:24 PM UTC+5:30, Marc R. Hoffmann wrote: Hi Ron, simply pass true as the second parameter (reset) to the visitDumpCommand() method:

Re: [java code coverage] code coverage misses instruction that is on two lines

2015-03-25 Thread John Crutcher
ok, I can see you're right. That's what my code coverage looks like. Sorry for the trouble. On Wed, Mar 25, 2015 at 1:38 AM, Marc Hoffmann hoffm...@mountainminds.com wrote: Hi, can you please show screenshots of the problem? JaCoCo is based on the debug line numbers within the class files.

Re: [java code coverage] Option to disable the feature "Exclude dynamically generated classes from instrumentation"?

2016-10-25 Thread john . mak
On Tuesday, October 25, 2016 at 9:57:53 AM UTC-7, Evgeny Mandrikov wrote: > Hi, > > > Maybe there is a bit of misunderstanding: indeed there was a change in 0.7.3 > - classes without source location ignored, but version 0.7.6 introduces > option "inclnolocationclasses" to control this

Re: [java code coverage] Option to disable the feature "Exclude dynamically generated classes from instrumentation"?

2016-10-25 Thread john . mak
uesday, October 25, 2016 at 10:30:01 PM UTC+2, john...@veeva.com wrote:On > Friday, October 21, 2016 at 4:00:04 AM UTC-7, Marc R. Hoffmann wrote: > > Hi, > > > > exclusion of dynamically generated classes only applies to runtime. For > > report generation these class

[java code coverage] Re: Option to disable the feature "Exclude dynamically generated classes from instrumentation"?

2016-10-25 Thread john . mak
On Thursday, October 20, 2016 at 3:05:21 PM UTC-7, john...@veeva.com wrote: > When doing on-the-fly instrumentation and reporting on the same code/test run > I noticed that the coverage % dropped starting in JaCoCo 0.7.3. It seem like > it was due to a new feature that excluded dy

Re: [java code coverage] Option to disable the feature "Exclude dynamically generated classes from instrumentation"?

2016-11-02 Thread john . mak
o execute. > > > And anyway I would advice you to try latest JaCoCo version 0.7.7 with option > "inclnolocationclasses=true", because once again - this is the only notable > change between 0.7.2 and 0.7.3. > > On Wednesday, October 26, 2016 at 12:28:44 AM UTC+2, john...@veeva.com &

[java code coverage] Re: jacoco:aggregate doesn't generate aggreagated jacoco.exec file

2018-10-09 Thread Jithin John
On Thursday, December 7, 2017 at 6:57:24 PM UTC+5:30, Evgeny Mandrikov wrote: > > > > On Thursday, December 7, 2017 at 12:53:04 PM UTC+1, prathi...@gmail.com > wrote: >> >> So basically as per my understanding merge task will just merge all the >> jacoco.exec from modules into one, but these

Re: [jenkins-jacoco-plugin] java.io.IOException: While reading Jacoco execution data-file

2020-01-11 Thread John Moe
Hi. You did not say what Java version you are running. Jacoco Jenkins Plugin 3.0.4 does not support anything above Java 10 it seems. 3.0.3 brought support for Java 10. This might not be the cause of your problem however. -Avec On Sat, Jan 11, 2020 at 12:13 PM devops tutorials wrote: > Hi All,