<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for EMMA code coverage</title><link>https://sourceforge.net/p/emma/activity/</link><description>Recent activity for EMMA code coverage</description><language>en</language><lastBuildDate>Fri, 12 Jun 2020 04:11:18 -0000</lastBuildDate><item><title>dee posted a comment on ticket #129</title><link>https://sourceforge.net/p/emma/bugs/129/?limit=25#7eef</link><description>Hi Sakshi, Ran into same issue, Can you help how did you get pass through this error Thanks in Advance. -Dee</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dee</dc:creator><pubDate>Fri, 12 Jun 2020 04:11:18 -0000</pubDate><guid>https://sourceforge.net/p/emma/bugs/129/?limit=25#7eef</guid></item><item><title>dee posted a comment on ticket #129</title><link>https://sourceforge.net/p/emma/bugs/129/?limit=25#1450</link><description>Hi Sakshi, Ran into same issue, Can you help how did you get pass through this error Thanks in Advance. -Dee</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dee</dc:creator><pubDate>Fri, 12 Jun 2020 04:10:24 -0000</pubDate><guid>https://sourceforge.net/p/emma/bugs/129/?limit=25#1450</guid></item><item><title>dee posted a comment on ticket #39</title><link>https://sourceforge.net/p/emma/bugs/39/?limit=25#7884/c68a</link><description>Hi Sakshi, Ran into same issue. How did you pass through this error. Thanks in advance, -Dee</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dee</dc:creator><pubDate>Fri, 12 Jun 2020 03:53:27 -0000</pubDate><guid>https://sourceforge.net/p/emma/bugs/39/?limit=25#7884/c68a</guid></item><item><title>sakshi created ticket #129</title><link>https://sourceforge.net/p/emma/bugs/129/</link><description>Caused by: java.lang.IllegalStateException: CONSTANT_info: invalid tag value </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sakshi</dc:creator><pubDate>Fri, 08 Nov 2019 11:22:01 -0000</pubDate><guid>https://sourceforge.net/p/emma/bugs/129/</guid></item><item><title>sakshi modified a comment on ticket #39</title><link>https://sourceforge.net/p/emma/bugs/39/?limit=25#7884</link><description>Hi, I am trying to instrument class files using emma with jdk 1.8 to get code coverage of my project. using command- java -cp emma.jar emma instr -ip . -m overwrite -verbose However, getting below error- emma instr: unexpected failure: Exception in thread "main" com.vladium.emma.EMMARuntimeException: unexpected failure: at com.vladium.emma.Command.exit(Command.java:237) at com.vladium.emma.instr.instrCommand.run(instrCommand.java:178) at emma.main(emma.java:40) Caused by: java.lang.IllegalStateException:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sakshi</dc:creator><pubDate>Fri, 08 Nov 2019 11:19:12 -0000</pubDate><guid>https://sourceforge.net/p/emma/bugs/39/?limit=25#7884</guid></item><item><title>sakshi posted a comment on ticket #39</title><link>https://sourceforge.net/p/emma/bugs/39/?limit=25#7884</link><description>Hi, I am trying to instrument class files using emma with jdk 1.8 to get code coverage of my project. using command- java -cp emma.jar emma instr -ip . -m overwrite -verbose However, getting below error- emma instr: unexpected failure: Exception in thread "main" com.vladium.emma.EMMARuntimeException: unexpected failure: at com.vladium.emma.Command.exit(Command.java:237) at com.vladium.emma.instr.instrCommand.run(instrCommand.java:178) at emma.main(emma.java:40) Caused by: java.lang.IllegalStateException:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sakshi</dc:creator><pubDate>Fri, 08 Nov 2019 10:14:00 -0000</pubDate><guid>https://sourceforge.net/p/emma/bugs/39/?limit=25#7884</guid></item><item><title>rohit payasi posted a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/2ba084ca02/?limit=25#9f43</link><description>Hi I am using Emmarun(java emmarun -cp . myApp.jar) to generate code coverage report for my project but its not working with java8. getting below error: EMMA: no metadata collected at runtime [no reports generated] [EMMA v2.1, build 5214 (stable)] emmarun: [MAIN_CLASS_NOT_FOUND] application class [myApp.jar] could not be loaded</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rohit payasi</dc:creator><pubDate>Mon, 27 May 2019 01:36:26 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/2ba084ca02/?limit=25#9f43</guid></item><item><title>Aloys寒风 posted a comment on ticket #10</title><link>https://sourceforge.net/p/emma/patches/10/?limit=25#1e93</link><description>I have merge this patch on: https://github.com/jiangxincode/Emma/commit/4a7040b2768a56901d41413687f820758b6464f4 So I think this issues should be closed.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aloys寒风</dc:creator><pubDate>Sun, 19 May 2019 04:56:54 -0000</pubDate><guid>https://sourceforge.net/p/emma/patches/10/?limit=25#1e93</guid></item><item><title>vicush posted a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/3524de7f/?limit=25#2869</link><description>You must be using some lambda expressions or stream api of Java 8. What helped me out of this mess is compiling my code with Java 7 to find those places and then you can either exclude them from instrumentation or re-write them without Java 8 :( Check this out https://stackoverflow.com/questions/30313255/reflections-java-8-invalid-constant-type</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vicush</dc:creator><pubDate>Tue, 09 Apr 2019 18:53:31 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/3524de7f/?limit=25#2869</guid></item><item><title>Krzysztof created ticket #126</title><link>https://sourceforge.net/p/emma/feature-requests/126/</link><description>Java 11 Compatibility check: EMMA</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Krzysztof</dc:creator><pubDate>Thu, 16 Aug 2018 10:54:59 -0000</pubDate><guid>https://sourceforge.net/p/emma/feature-requests/126/</guid></item><item><title>Kiran Kumar posted a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/3524de7f/?limit=25#b8b8</link><description>while integrating EMMA with Gradle i am facing this issue. java.lang.IllegalStateException: CONSTANT_info: invalid tag value [18] Do we have any solution for this issue please let me know. here is the script : apply plugin: "emma" configurations{ emma } dependencies{ emma "emma:emma:2.0.5312" emma "emma:emma_ant:2.0.5312" } def emmaConvention = new EmmaPluginConvention(project) project.convention.plugins.emma = emmaConvention class EmmaPluginConvention{ def verbosityLevel = "info" def reportPath;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kiran Kumar</dc:creator><pubDate>Wed, 18 Apr 2018 10:07:06 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/3524de7f/?limit=25#b8b8</guid></item><item><title>Vishal 23 posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/emma/discussion/373865/thread/a1220b95/?limit=25#1d1e</link><description>Hello, I would like to do code coverage of big java application, where around 500 jars file exists. Facing issue now. Can someone help me for this: Mode: Offline Instrumentation After executing below command, throwing this exception: command: java -cp emma.jar emma instr -m overwrite -cp app1.jar Error: Exception in thread "main" com.vladium.emma.EMMARuntimeException: unexpected fai lure: at com.vladium.emma.Command.exit(Command.java:237) at com.vladium.emma.instr.instrCommand.run(instrCommand.java:178)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vishal 23</dc:creator><pubDate>Tue, 16 Jan 2018 17:43:21 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373865/thread/a1220b95/?limit=25#1d1e</guid></item><item><title>Neha posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/emma/discussion/373865/thread/39630043/?limit=25#87f4</link><description>Hi Team, I am fetching emma coverage report however line coverage is not appearing in same. Can anyone please suggest any solution for same ? I am getting class %, method % , block % only.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neha</dc:creator><pubDate>Tue, 04 Jul 2017 05:37:25 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373865/thread/39630043/?limit=25#87f4</guid></item><item><title>rajendra rathore created ticket #128</title><link>https://sourceforge.net/p/emma/bugs/128/</link><description>Java 9 compatibility check</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rajendra rathore</dc:creator><pubDate>Wed, 07 Jun 2017 06:43:44 -0000</pubDate><guid>https://sourceforge.net/p/emma/bugs/128/</guid></item><item><title>Anonymous modified a comment on ticket #96</title><link>https://sourceforge.net/p/emma/bugs/96/?limit=25#d980</link><description>Hi, Is there any workaround for this? I'm facing the same problem when I use antlr...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 03 Jan 2017 06:00:13 -0000</pubDate><guid>https://sourceforge.net/p/emma/bugs/96/?limit=25#d980</guid></item><item><title>Anonymous modified a comment on ticket #96</title><link>https://sourceforge.net/p/emma/bugs/96/?limit=25#d980</link><description>Hi, Is there any workaround for this? I'm facing the same problem when I use antlr...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 01 Jan 2017 00:53:14 -0000</pubDate><guid>https://sourceforge.net/p/emma/bugs/96/?limit=25#d980</guid></item><item><title>Anonymous modified a comment on ticket #96</title><link>https://sourceforge.net/p/emma/bugs/96/?limit=25#d980</link><description>Hi, Is there any workaround for this? I'm facing the same problem when I use antlr...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 28 Dec 2016 13:01:32 -0000</pubDate><guid>https://sourceforge.net/p/emma/bugs/96/?limit=25#d980</guid></item><item><title>tingsu posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/emma/discussion/373865/thread/952b1504/?limit=25#57df</link><description>Hi the EMMA world, Can Emma dump the execution traces of methods when a test case...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tingsu</dc:creator><pubDate>Thu, 24 Nov 2016 08:43:54 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373865/thread/952b1504/?limit=25#57df</guid></item><item><title>Andreas posted a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/7c48c41d/?limit=25#ea37/4f2e</link><description>I'm afraid Emma doesn't reliably work work with Java 8. We switched to Jacoco. I...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas</dc:creator><pubDate>Mon, 14 Nov 2016 23:35:21 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/7c48c41d/?limit=25#ea37/4f2e</guid></item><item><title>Bill Smith posted a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/7c48c41d/?limit=25#ea37</link><description>I'm trying to use Emma to instrument so unit test code that runs with a just TestNg...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bill Smith</dc:creator><pubDate>Mon, 14 Nov 2016 22:14:43 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/7c48c41d/?limit=25#ea37</guid></item><item><title>barry mcgillin posted a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/d9876dde/?limit=25#b113</link><description>java -XX:-UseSplitVerifier emmarun -cp . Test</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">barry mcgillin</dc:creator><pubDate>Mon, 24 Oct 2016 11:54:42 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/d9876dde/?limit=25#b113</guid></item><item><title>  modified a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/ffd25c99/?limit=25#50f7</link><description>as mentioned, I have a jar file with nested jars inside. I need to instrument the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/"> </dc:creator><pubDate>Tue, 05 Apr 2016 00:11:26 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/ffd25c99/?limit=25#50f7</guid></item><item><title>Henrik Schole modified a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/ffd25c99/?limit=25#50f7</link><description>as mentioned, I have a jar file with nested jars inside. I need to instrument the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henrik Schole</dc:creator><pubDate>Mon, 04 Apr 2016 23:56:55 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/ffd25c99/?limit=25#50f7</guid></item><item><title>Henrik Schole modified a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/ffd25c99/?limit=25#50f7</link><description>as mentioned, I have a jar file with nested jars inside. I need to instrument the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henrik Schole</dc:creator><pubDate>Mon, 04 Apr 2016 23:55:53 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/ffd25c99/?limit=25#50f7</guid></item><item><title>Henrik Schole modified a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/ffd25c99/?limit=25#50f7</link><description>as mentioned, I have a jar file with nested jars inside. I need to instrument the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henrik Schole</dc:creator><pubDate>Mon, 04 Apr 2016 23:55:05 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/ffd25c99/?limit=25#50f7</guid></item><item><title>Henrik Schole posted a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/ffd25c99/?limit=25#50f7</link><description>as mentioned, I have a jar file with nested jars inside. I need to instrument the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henrik Schole</dc:creator><pubDate>Mon, 04 Apr 2016 23:53:25 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/ffd25c99/?limit=25#50f7</guid></item><item><title>Jet.Li posted a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/d9876dde/?limit=25#f299</link><description>Emma don't work in iava 1.7， how to make it? my env is: jdeMacBook-Pro:etc lijing$...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jet.Li</dc:creator><pubDate>Mon, 21 Mar 2016 03:51:40 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/d9876dde/?limit=25#f299</guid></item><item><title>Jiaojiao posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/emma/discussion/373865/thread/8dac74c5/?limit=25#5407</link><description>Hi everyone， I try to instrument Android app with Emma. My steps are as follows:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jiaojiao</dc:creator><pubDate>Mon, 30 Nov 2015 14:31:27 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373865/thread/8dac74c5/?limit=25#5407</guid></item><item><title>Henrik Schole posted a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/ae0e0365/?limit=25#5865/49a7/8d94</link><description>yes this was the problem. Thanks for the quick response!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henrik Schole</dc:creator><pubDate>Tue, 17 Nov 2015 22:36:18 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/ae0e0365/?limit=25#5865/49a7/8d94</guid></item><item><title>Henrik Schole posted a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/ae0e0365/?limit=25#5865/a5e4/10f7</link><description>easy :) the output looks much better now. thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henrik Schole</dc:creator><pubDate>Tue, 17 Nov 2015 22:34:56 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/ae0e0365/?limit=25#5865/a5e4/10f7</guid></item><item><title>Andreas posted a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/ae0e0365/?limit=25#5865/49a7</link><description>Without looking at my build.xml files... I guess merge should be true in: &lt;jvmarg...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas</dc:creator><pubDate>Tue, 17 Nov 2015 22:02:39 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/ae0e0365/?limit=25#5865/49a7</guid></item><item><title>Marc R. Hoffmann posted a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/ae0e0365/?limit=25#5865/a5e4</link><description>Hi, this is because you fork a new JVM for every test (fork="true") and you ask EMMA...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc R. Hoffmann</dc:creator><pubDate>Tue, 17 Nov 2015 21:53:40 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/ae0e0365/?limit=25#5865/a5e4</guid></item><item><title>Henrik Schole posted a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/ae0e0365/?limit=25#5865</link><description>The example ant target at the bottom instruments and executes all tests of the directory...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henrik Schole</dc:creator><pubDate>Tue, 17 Nov 2015 21:30:15 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/ae0e0365/?limit=25#5865</guid></item><item><title>yshuail posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/emma/discussion/373865/thread/52b23203/?limit=25#337b</link><description>an Exception is occured at line 96,and line 94,95 is not covered,bug line 94,95 should...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">yshuail</dc:creator><pubDate>Fri, 06 Feb 2015 08:49:09 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373865/thread/52b23203/?limit=25#337b</guid></item><item><title>Anonymous modified a comment on ticket #96</title><link>https://sourceforge.net/p/emma/bugs/96/?limit=50#d980</link><description>Hi, Is there any workaround for this? I'm facing the same problem when I use antlr...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 15 Aug 2014 04:05:03 -0000</pubDate><guid>https://sourceforge.net/p/emma/bugs/96/?limit=50#d980</guid></item><item><title>Anonymous modified a comment on ticket #96</title><link>https://sourceforge.net/p/emma/bugs/96/?limit=50#d980</link><description>Hi, Is there any workaround for this? I'm facing the same problem when I use antlr...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 08 Jul 2014 15:10:31 -0000</pubDate><guid>https://sourceforge.net/p/emma/bugs/96/?limit=50#d980</guid></item><item><title>Anonymous modified a comment on ticket #96</title><link>https://sourceforge.net/p/emma/bugs/96/?limit=50#d980</link><description>Hi, Is there any workaround for this? I'm facing the same problem when I use antlr...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 30 Jun 2014 12:10:59 -0000</pubDate><guid>https://sourceforge.net/p/emma/bugs/96/?limit=50#d980</guid></item><item><title>Anonymous modified a comment on ticket #96</title><link>https://sourceforge.net/p/emma/bugs/96/?limit=50#d980</link><description>Hi, Is there any workaround for this? I'm facing the same problem when I use antlr...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 23 Jun 2014 01:31:27 -0000</pubDate><guid>https://sourceforge.net/p/emma/bugs/96/?limit=50#d980</guid></item><item><title>Anonymous modified a comment on ticket #96</title><link>https://sourceforge.net/p/emma/bugs/96/?limit=50#d980</link><description>Hi, Is there any workaround for this? I'm facing the same problem when I use antlr...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 23 Jun 2014 01:26:50 -0000</pubDate><guid>https://sourceforge.net/p/emma/bugs/96/?limit=50#d980</guid></item><item><title>Vikas posted a comment on discussion Developers</title><link>https://sourceforge.net/p/emma/discussion/373867/thread/c93eb214/?limit=50#6a36</link><description>I am compiling my code as below, mvn -Dmaven.compiler.debug=true -Dmaven.compiler.debuglevel=lines,vars,source...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vikas</dc:creator><pubDate>Mon, 16 Jun 2014 09:23:41 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373867/thread/c93eb214/?limit=50#6a36</guid></item><item><title>Bobby modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/emma/discussion/373865/thread/18d76763/?limit=25#adf8</link><description>Was this ever fixed or resolved? i'm having this same problem -.-</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bobby</dc:creator><pubDate>Tue, 27 May 2014 04:34:02 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373865/thread/18d76763/?limit=25#adf8</guid></item><item><title>Bobby posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/emma/discussion/373865/thread/18d76763/?limit=25#adf8</link><description>Wwas this ever fixed or resolved? i'm having this same problem -.-</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bobby</dc:creator><pubDate>Tue, 27 May 2014 04:33:47 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373865/thread/18d76763/?limit=25#adf8</guid></item><item><title>joshzhu modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/emma/discussion/373865/thread/e161b811/?limit=25#3d31</link><description>Hi there, I am new to emma and my team want to use emma to collect coverage data...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshzhu</dc:creator><pubDate>Mon, 26 May 2014 13:58:14 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373865/thread/e161b811/?limit=25#3d31</guid></item><item><title>joshzhu posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/emma/discussion/373865/thread/e161b811/?limit=25#3d31</link><description>Hi there, I am new to emma and my team want to use emma to collect coverage data...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshzhu</dc:creator><pubDate>Mon, 26 May 2014 13:57:36 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373865/thread/e161b811/?limit=25#3d31</guid></item><item><title>Ravi modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/emma/discussion/373865/thread/7c711179/?limit=25#e65d</link><description>Hi I have a class ABC that uses 2 enum variables num1 and num2 I have written test...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ravi</dc:creator><pubDate>Tue, 29 Apr 2014 12:09:40 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373865/thread/7c711179/?limit=25#e65d</guid></item><item><title>Ravi posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/emma/discussion/373865/thread/7c711179/?limit=50#e65d</link><description>Hi I have a class ABC that uses 2 enum variables num1 and num2 I have written test...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ravi</dc:creator><pubDate>Tue, 29 Apr 2014 12:08:52 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373865/thread/7c711179/?limit=50#e65d</guid></item><item><title>Anonymous modified a comment on ticket #96</title><link>https://sourceforge.net/p/emma/bugs/96/?limit=50#d980</link><description>Hi, Is there any workaround for this? I'm facing the same problem when I use antlr...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 13 Mar 2014 23:27:17 -0000</pubDate><guid>https://sourceforge.net/p/emma/bugs/96/?limit=50#d980</guid></item><item><title>Mukesh Rustagi posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/emma/discussion/373865/thread/4247e5a5/?limit=25#6dc2</link><description>Hi, We have some batch jobs. When we trigger the parent batch job, it forks some...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mukesh Rustagi</dc:creator><pubDate>Mon, 17 Feb 2014 06:23:03 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373865/thread/4247e5a5/?limit=25#6dc2</guid></item><item><title>Alexandre Locci Martins posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/emma/discussion/373865/thread/48573d9e/17ac/80cb/151a/4e24/</link><description>I will. Thank you (Obrigado) 2013/12/11 ivan dell'oro dell34@users.sf.net Try to...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexandre Locci Martins</dc:creator><pubDate>Wed, 11 Dec 2013 19:23:42 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373865/thread/48573d9e/17ac/80cb/151a/4e24/</guid></item><item><title>ivan dell'oro modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/emma/discussion/373865/thread/48573d9e/c708/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ivan dell'oro</dc:creator><pubDate>Wed, 11 Dec 2013 19:18:26 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373865/thread/48573d9e/c708/</guid></item><item><title>ivan dell'oro posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/emma/discussion/373865/thread/48573d9e/c708/</link><description>Try to export the jar form the edited source code!it's very easy with eclipse, see...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ivan dell'oro</dc:creator><pubDate>Wed, 11 Dec 2013 19:16:14 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373865/thread/48573d9e/c708/</guid></item><item><title>ivan dell'oro posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/emma/discussion/373865/thread/48573d9e/17ac/80cb/151a/</link><description>Try to export the jar form the edited source code!it's very easy with eclipse, see...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ivan dell'oro</dc:creator><pubDate>Wed, 11 Dec 2013 19:16:05 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373865/thread/48573d9e/17ac/80cb/151a/</guid></item><item><title>ivan dell'oro posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/emma/discussion/373865/thread/48573d9e/17ac/</link><description>Found a solution using CtlProcessor ctl=CtlProcessor.create(); ControlRequest[] cr=new...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ivan dell'oro</dc:creator><pubDate>Tue, 10 Dec 2013 10:16:21 -0000</pubDate><guid>https://sourceforge.net/p/emma/discussion/373865/thread/48573d9e/17ac/</guid></item></channel></rss>