Vincent Massol

Show:

What's happening?

  • Followup: RE: NoClassDefFound test error with Jacoco

    ok I found it and it works :) For the record: <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.5.6.201201232323</version> <configuration> <destfile>${basedir}/target/coverage-reports/jacoco-unit.exec</destfile>...

    2012-03-11 07:11:23 PDT in EclEmma - Java Co...

  • Followup: RE: NoClassDefFound test error with Jacoco

    ok found the problem I think. I was able to see that the method that generates the problem is: private static final boolean[] org.pircbotx.hooks.ListenerAdapter.$jacocoInit() So the issue is that the PircBotX project has some code that is not well protected against problems... I'll read up to find a way to exclude this class from instrumentation.

    2012-03-11 06:51:18 PDT in EclEmma - Java Co...

  • Followup: RE: NoClassDefFound test error with Jacoco

    Note: Sorry about the title of this issue. I thought the problem was a NoClassDefFoundError initially but I think the root cause is instead this ArrayIndexOutOfBoundsException I reported above.

    2012-03-11 06:44:16 PDT in EclEmma - Java Co...

  • NoClassDefFound test error with Jacoco

    Hi guys, I'm trying out Jacoco on some maven project. This project builds fine when I don't have Jacoco in the project but as soon as I have it my tests fail with on some third party dep I'm using (PircBotX): ... Caused by: java.lang.ArrayIndexOutOfBoundsException: 0 at org.pircbotx.hooks.ListenerAdapter.<clinit>(ListenerAdapter.java:106) ... I've checked the source...

    2012-03-11 06:43:22 PDT in EclEmma - Java Co...

  • Comment: New line after XML declaration is wrongly taken into account

    Guys, I've provided a patch in my explanation above to fix the issue. Could someone look at it or is this project dead (that would be a shame!)? Thanks -Vincent.

    2012-01-17 06:30:07 PST in HtmlCleaner

About Me

  • 2000-03-25 (12 years ago)
  • 22169
  • vmassol (My Site)
  • Vincent Massol

Send me a message