<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: IntelliJ IDEA 6.0: Code Coverage</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2006/07/code-coverage/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2006/07/code-coverage/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Mon, 13 Feb 2012 06:00:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Stein Johansen</title>
		<link>http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-202594</link>
		<dc:creator>Stein Johansen</dc:creator>
		<pubDate>Wed, 16 Nov 2011 14:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-202594</guid>
		<description>This looks very good, and merge of tests when you run multiple seems very good.
Though... I could not run more than a single test-class at time, so all in all, it will not be useful before its possible to mark the whole test-suite and run it towards the application.
Hope it comes soon, then this will be a very useful tool :)</description>
		<content:encoded><![CDATA[<p>This looks very good, and merge of tests when you run multiple seems very good.<br />
Though&#8230; I could not run more than a single test-class at time, so all in all, it will not be useful before its possible to mark the whole test-suite and run it towards the application.<br />
Hope it comes soon, then this will be a very useful tool <img src='http://blogs.jetbrains.com/idea/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: basha</title>
		<link>http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-181676</link>
		<dc:creator>basha</dc:creator>
		<pubDate>Wed, 15 Jun 2011 13:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-181676</guid>
		<description>coverage.ec is not generating. I am trying my application in tomcat.

I have done the following steps:
1. I have deployed my application in tomcat
2.i have copied emma.jar to C:\Program Files\Java\jre1.5.0_21\bin\lib\ext

3. My tomcat5w.exe, contain the following info:
JVM as: C:\Program Files\Java\jre1.5.0_21\bin\client\jvm.dll
Java Options:
-Demma.coverage.out.file=D:\Tomcat 5.5\emma\coverage.ec
-Demma.coverage.out.merge=true

4. Now i have instrumented the deployed application as below.
java -cp emmar.jar emmae instr -m overwrite -cp "D:\Tomcat 5.5\webapps\ROOT\WEB-INF\classes\com"
and coverage.em has generated in C:\Program Files\Java\jre1.5.0_21

5.Now i have started my tomcat and did some transaction.
   when i see in stdout.logs ,i am getting
 EMMA: collecting runtime coverage data ...

EMMA: runtime controller started on port [47653]

6.Stopped the tomcat
7.i tried to find coverage.ec in D:\Tomcat 5.5\bin
and also in  C:\Program Files\Java\jre1.5.0_21\ 

but i could not found this file.

8.And also tried the application to run from command line prompt,there also i couldnot found the file.

9.i also  set my jre path  java_home in environment variables</description>
		<content:encoded><![CDATA[<p>coverage.ec is not generating. I am trying my application in tomcat.</p>
<p>I have done the following steps:<br />
1. I have deployed my application in tomcat<br />
2.i have copied emma.jar to C:\Program Files\Java\jre1.5.0_21\bin\lib\ext</p>
<p>3. My tomcat5w.exe, contain the following info:<br />
JVM as: C:\Program Files\Java\jre1.5.0_21\bin\client\jvm.dll<br />
Java Options:<br />
-Demma.coverage.out.file=D:\Tomcat 5.5\emma\coverage.ec<br />
-Demma.coverage.out.merge=true</p>
<p>4. Now i have instrumented the deployed application as below.<br />
java -cp emmar.jar emmae instr -m overwrite -cp &#8220;D:\Tomcat 5.5\webapps\ROOT\WEB-INF\classes\com&#8221;<br />
and coverage.em has generated in C:\Program Files\Java\jre1.5.0_21</p>
<p>5.Now i have started my tomcat and did some transaction.<br />
   when i see in stdout.logs ,i am getting<br />
 EMMA: collecting runtime coverage data &#8230;</p>
<p>EMMA: runtime controller started on port [47653]</p>
<p>6.Stopped the tomcat<br />
7.i tried to find coverage.ec in D:\Tomcat 5.5\bin<br />
and also in  C:\Program Files\Java\jre1.5.0_21\ </p>
<p>but i could not found this file.</p>
<p>8.And also tried the application to run from command line prompt,there also i couldnot found the file.</p>
<p>9.i also  set my jre path  java_home in environment variables</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adeveloper</title>
		<link>http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-153950</link>
		<dc:creator>adeveloper</dc:creator>
		<pubDate>Sat, 04 Dec 2010 17:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-153950</guid>
		<description>I think i found it. 
Run --&#62; Edit Configurations --&#62; Junit (right click) --&#62; Edit Default --&#62; check the Record code coverage information.</description>
		<content:encoded><![CDATA[<p>I think i found it.<br />
Run &#8211;&gt; Edit Configurations &#8211;&gt; Junit (right click) &#8211;&gt; Edit Default &#8211;&gt; check the Record code coverage information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adeveloper</title>
		<link>http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-153948</link>
		<dc:creator>adeveloper</dc:creator>
		<pubDate>Sat, 04 Dec 2010 17:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-153948</guid>
		<description>is there a way to enable the code coverage in junit test by default? It is annoying to enable it for each test.</description>
		<content:encoded><![CDATA[<p>is there a way to enable the code coverage in junit test by default? It is annoying to enable it for each test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sushil</title>
		<link>http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-126842</link>
		<dc:creator>Sushil</dc:creator>
		<pubDate>Mon, 22 Feb 2010 13:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-126842</guid>
		<description>Can someone please let me know how to generate code coverage report probably in html format using EMMA in idea. I am able to generate the code coverage numbers but i have to look into the class browser window and see for each class, which is not a very efficient way. I need to see a consolidated report for my entire project. Is there any way to do that. Please reply back if you know how to do it.</description>
		<content:encoded><![CDATA[<p>Can someone please let me know how to generate code coverage report probably in html format using EMMA in idea. I am able to generate the code coverage numbers but i have to look into the class browser window and see for each class, which is not a very efficient way. I need to see a consolidated report for my entire project. Is there any way to do that. Please reply back if you know how to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oto \\\'tapik\\\' Buchta</title>
		<link>http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-67237</link>
		<dc:creator>Oto \\\'tapik\\\' Buchta</dc:creator>
		<pubDate>Wed, 20 Aug 2008 06:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-67237</guid>
		<description>I have a simple question - is it possible to measure code coverage of servlet/EJB from IDEA? If yes, please, could you help me with JBoss configuration?</description>
		<content:encoded><![CDATA[<p>I have a simple question - is it possible to measure code coverage of servlet/EJB from IDEA? If yes, please, could you help me with JBoss configuration?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-65558</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Mon, 04 Aug 2008 16:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-65558</guid>
		<description>Is there any way to get a code coverage report? 
Is there any additional documentation for this feature?</description>
		<content:encoded><![CDATA[<p>Is there any way to get a code coverage report?<br />
Is there any additional documentation for this feature?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Kleinjung</title>
		<link>http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-58688</link>
		<dc:creator>Sean Kleinjung</dc:creator>
		<pubDate>Mon, 02 Jun 2008 18:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-58688</guid>
		<description>Trejkaz: I would assume it is because your tests did not execute the case where the close method throws an IOException, but I cannot say for sure if this is the cause.</description>
		<content:encoded><![CDATA[<p>Trejkaz: I would assume it is because your tests did not execute the case where the close method throws an IOException, but I cannot say for sure if this is the cause.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trejkaz</title>
		<link>http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-55371</link>
		<dc:creator>Trejkaz</dc:creator>
		<pubDate>Thu, 24 Apr 2008 06:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-55371</guid>
		<description>I'm getting a yellow on a line like this:
            reader.close();

How exactly can a line like this be partially executed?
</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting a yellow on a line like this:<br />
            reader.close();</p>
<p>How exactly can a line like this be partially executed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Nabil</title>
		<link>http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-47520</link>
		<dc:creator>John Nabil</dc:creator>
		<pubDate>Thu, 07 Feb 2008 09:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/07/code-coverage/#comment-47520</guid>
		<description>How can i get html report from it ? emma has this feature.</description>
		<content:encoded><![CDATA[<p>How can i get html report from it ? emma has this feature.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

