Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tools-pmc] [CQ 12227] org.jacoco.agent Version: 0.7.7 (ATO CQ11822)

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=12227





--- Comment #4 from Roland Grunberg <rgrunber@xxxxxxxxxx>  2016-11-07 11:19:10 ---
(In reply to comment #3)
> (In reply to comment #2)
> > This is fine with me but I'm not entirely clear on a few things :
> > 
> > I notice that org.jacoco.agent includes a nested jar 'jacocoagent.jar' which
> > contains classes for which I don't see the sources in the CQ11822 submission.
> > There are also other classes that appear to be from 'org.jacoco.core' and even
> > some classes from ASM.
> > 
> > Are there more CQs coming ? Or will this be packaged differently than the maven
> > central binaries ?
> > 
> > Do those classes correspond to the same version of org.jacoco.core already
> > being proposed and ASM already approved ?
> > 
> 
> "org.jacoco.agent" bundle provides API used by Eclipse EclEmma Plugin to get
> the actual Java agent "jacocoagent.jar" as a resource. This is exactly the same
> bundle as in Maven Central -
> http://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606.jar
> 
> This nested JAR contains classes from same version of "org.jacoco.core" (CQ
> 12226) and from ASM 5.1 (CQ 11431). During packaging of this JAR those classes
> are placed to a different package, which allows to execute JaCoCo on JaCoCo.
> 
> Should I create CQ for the nested JAR?

Ok, so that's fine for those jars since they would match. However I'm seeing
classes in the jacocoagent.jar that I can't find being attached.

Specifically :

org/jacoco/agent/rt/RT.class
org/jacoco/agent/rt/IAgent.class
org/jacoco/agent/rt/internal_6da5971/JmxRegistration.class
org/jacoco/agent/rt/internal_6da5971/IExceptionLogger$1.class
org/jacoco/agent/rt/internal_6da5971/Agent$1.class
org/jacoco/agent/rt/internal_6da5971/Agent$2.class
org/jacoco/agent/rt/internal_6da5971/PreMain.class
org/jacoco/agent/rt/internal_6da5971/Offline.class
org/jacoco/agent/rt/internal_6da5971/ClassFileDumper.class
org/jacoco/agent/rt/internal_6da5971/ConfigLoader.class
org/jacoco/agent/rt/internal_6da5971/IExceptionLogger.class
org/jacoco/agent/rt/internal_6da5971/Agent.class
org/jacoco/agent/rt/internal_6da5971/output/TcpClientOutput$1.class
org/jacoco/agent/rt/internal_6da5971/output/NoneOutput.class
org/jacoco/agent/rt/internal_6da5971/output/TcpConnection.class
org/jacoco/agent/rt/internal_6da5971/output/TcpClientOutput.class
org/jacoco/agent/rt/internal_6da5971/output/TcpServerOutput$1.class
org/jacoco/agent/rt/internal_6da5971/output/FileOutput.class
org/jacoco/agent/rt/internal_6da5971/output/TcpServerOutput.class
org/jacoco/agent/rt/internal_6da5971/output/IAgentOutput.class
org/jacoco/agent/rt/internal_6da5971/CoverageTransformer.class
com/vladium/emma/rt/RT.class

These appear to be from
http://search.maven.org/remotecontent?filepath=org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar
(ignoring the core+asm classes which are fine) but I'm guessing sources for
these aren't in maven central so you may have to get them from the project's
source repository.


-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top