<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/codecover/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/codecover/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 09 Apr 2013 11:43:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/codecover/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Could not measure coverage with Java 7</title><link>https://sourceforge.net/p/codecover/bugs/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When using try-with-resource occurred parsing error.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">orihalcon</dc:creator><pubDate>Tue, 09 Apr 2013 11:43:32 -0000</pubDate><guid>https://sourceforge.net79ff2b82291a1c9e90e1ef719e9e3ecf9c61aa77</guid></item><item><title>Fatal error CodeCoverCompilationParticipant</title><link>https://sourceforge.net/p/codecover/bugs/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Compilation fails when I import classes of other projects.&lt;/p&gt;
&lt;p&gt;[example]&lt;br /&gt;
projectA and projectB is Eclipse project.&lt;br /&gt;
projectB refer projectA.&lt;br /&gt;
projectB -&amp;gt; Properties dialog -&amp;gt; Java Build Path -&amp;gt; Project tab -&amp;gt; Add projectA&lt;/p&gt;
&lt;p&gt;Foo class in projectA.&lt;br /&gt;
Bar class in projectB.&lt;br /&gt;
Bar class inherit Foo class.&lt;/p&gt;
&lt;p&gt;import Foo;&lt;br /&gt;
class Bar extends Foo {&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Enalbe CodeCover on projectB.&lt;/p&gt;
&lt;p&gt;[result]&lt;br /&gt;
org.codecover.model.utils.FatalException: A fatal error occured: An&lt;br /&gt;
error occured when trying to compile the instrumented sources.&lt;br /&gt;
at org.codecover.model.utils.Logger.log(Logger.java:50)&lt;br /&gt;
at org.codecover.model.utils.Logger.log(Logger.java:65)&lt;br /&gt;
at org.codecover.model.utils.Logger.log(Logger.java:78)&lt;br /&gt;
at org.codecover.model.utils.Logger.fatal(Logger.java:92)&lt;br /&gt;
at org.codecover.eclipse.builder.CodeCoverCompilationParticipant.buildStarting(CodeCoverCompilationParticipant.java:355)&lt;/p&gt;
&lt;p&gt;[env]&lt;br /&gt;
Eclipse 3.5.2&lt;br /&gt;
CodeCover 1.0.1.0&lt;br /&gt;
JDK 6 update 22&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">orihalcon</dc:creator><pubDate>Wed, 01 Dec 2010 14:16:37 -0000</pubDate><guid>https://sourceforge.netd21e447cc4dab864577254be71283fa3ed5b0714</guid></item><item><title>FatalException when enabling CodeCover on my project</title><link>https://sourceforge.net/p/codecover/bugs/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When I enable CodeCover on my project and Eclipse rebuilds the project it fails with a FatalException.&lt;/p&gt;
&lt;p&gt;The gist of the error is:&lt;/p&gt;
&lt;p&gt;org.codecover.model.utils.FatalException: A fatal error occured: An error occured when trying to compile the instrumented sources.&lt;br /&gt;
at org.codecover.model.utils.Logger.log(Logger.java:50)&lt;/p&gt;
&lt;p&gt;The rest of the error is attached in the Eclipse log.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steiny</dc:creator><pubDate>Fri, 13 Aug 2010 03:04:17 -0000</pubDate><guid>https://sourceforge.net9f63e74c193712dbf67f1f45ae162c0792468d27</guid></item><item><title>CodeCover does not work with Perforce Team Integration</title><link>https://sourceforge.net/p/codecover/bugs/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When I run CodeCover without the Perforce integration - code cover works properly.  When I try to use it with the Perforce P4WSAD plug-in the build fails with a dialog box that says:&lt;/p&gt;
&lt;p&gt;“[FATAL] CoreError in CompilationParticipant” with a text box containing “A FileLoadIOException has occurred”.&lt;/p&gt;
&lt;p&gt;This does not occur if I turn off Perforce sharing for the project.  I cannot find a work-around other than turning off the team integration in Perforce or disabling the CodeCover tool.&lt;/p&gt;
&lt;p&gt;I am using:&lt;/p&gt;
&lt;p&gt;I have been using the Perforce P4WSAD plug in (using V2009.1.211156) &lt;/p&gt;
&lt;p&gt;I am trying this in Eclipse Galileo (Version: 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7&lt;br /&gt;
Build id: M20090917-0800).  I have tried this in several Eclipse versions and got the same result.&lt;/p&gt;
&lt;p&gt;and the latest version of CodeCover (1.0.0.1)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Micco</dc:creator><pubDate>Sat, 03 Oct 2009 14:50:41 -0000</pubDate><guid>https://sourceforge.net2d8a71351f76b2873504ed36daad034c5af8bbc5</guid></item><item><title>No Instrumentation for "for header"</title><link>https://sourceforge.net/p/codecover/bugs/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If you have statements within the statement sequence of the for loop header, they are not instrumented!&lt;/p&gt;
&lt;p&gt;for (int i = 0; i &amp;lt; 10; i++, System.out.println(i), System.out.println("Hallo Welt")) {&lt;br /&gt;
// empty&lt;br /&gt;
} &lt;/p&gt;
&lt;p&gt;reported by "schums"&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christoph Kreidler</dc:creator><pubDate>Tue, 01 Sep 2009 13:41:10 -0000</pubDate><guid>https://sourceforge.netd0a15b701013c23091057987258b2bdc46931f68</guid></item><item><title>Codecover supresses Eclipse' compile errors</title><link>https://sourceforge.net/p/codecover/bugs/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When enabling Codecover in project with compile errors (see attachment 1), Codecover crashes with a fatal error (see attachment 2). As a consequence, the project does not show compile errors anymore (see attachment 3), I assume it does not even compile at all.&lt;/p&gt;
&lt;p&gt;Suggested quickfix: When this "fatal error" is encountered, Codecover should be (left) disabled for this project. The user should be notified with a warning of course.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Kulesz</dc:creator><pubDate>Mon, 29 Jun 2009 21:01:09 -0000</pubDate><guid>https://sourceforge.net69c0a822d1c4f0f6872c991d39118b670313f102</guid></item><item><title>Eclipse fails to create new Class</title><link>https://sourceforge.net/p/codecover/bugs/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;After installing the CodeCover Plugin through the update site, i could not create a new class.java. It said there might be something wrong with the id. After deinstalling CodeCover all worked perfectly again.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 07 May 2009 16:45:38 -0000</pubDate><guid>https://sourceforge.netcbea76cf7933bbb351adad9036cb732605458086</guid></item><item><title>[Feature Request] Implement classpath project dependencies</title><link>https://sourceforge.net/p/codecover/bugs/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;As of version 1.0.0, CodeCover Eclipse Plugin does not properly handle classpath entries describing other eclipse projects.&lt;/p&gt;
&lt;p&gt;Steps to reproduce (in Eclipse):&lt;/p&gt;
&lt;p&gt;1. Create project p1&lt;br /&gt;
2. Create class C1 in project p1&lt;br /&gt;
3. Create project p2&lt;br /&gt;
4. Add project p1 as dependency of project p2 (Java Build Path &amp;gt; Projects tab)&lt;br /&gt;
5. Create class C2&lt;br /&gt;
6. Create in C2 compile time dependency on C1 (e.g. "C1 c1 = new C1();")&lt;br /&gt;
7. Instrument classes in p2&lt;br /&gt;
8. Run code coverage&lt;/p&gt;
&lt;p&gt;Compilation process failes with generic message:&lt;/p&gt;
&lt;p&gt;[FATAL] An error occured when trying to compile the instrumented sources.&lt;/p&gt;
&lt;p&gt;Starting point: line 302 in eclipse/src/org/codecover/eclipse/builder/CodeCoverCompilationParticipant.java (explicit 'if' statement that handles only library dependencies).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomasz Skutnik</dc:creator><pubDate>Wed, 03 Sep 2008 09:27:54 -0000</pubDate><guid>https://sourceforge.netb15d18c460bd07f1d317007688c6a78de7735cc4</guid></item><item><title>Correlation view crashes Eclipse</title><link>https://sourceforge.net/p/codecover/bugs/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When I try to open the "Correlation" view in the "CodeCover" perspective, Eclipse Ganymede freezes for a couple seconds and eventually crashes. There is nothing in the Eclipse .log file.&lt;/p&gt;
&lt;p&gt;I am using Eclipse 3.4 on x86_64 Ubuntu Hardy.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter De Maeyer</dc:creator><pubDate>Fri, 15 Aug 2008 09:42:13 -0000</pubDate><guid>https://sourceforge.neta4f048179274a276a0ae7f61f09a535d184873dd</guid></item><item><title>CoverageAnnotationModel crashes Eclipse</title><link>https://sourceforge.net/p/codecover/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Since I've installed the CodeCoverage plugin, Eclipse Ganymede crashes regularly with the following log info:&lt;/p&gt;
&lt;p&gt;Message: annotating code failed&lt;/p&gt;
&lt;p&gt;Exception stack trace:&lt;br /&gt;
java.lang.NullPointerException&lt;br /&gt;
at org.codecover.eclipse.annotation.CoverageAnnotationModel.createAnnotations(CoverageAnnotationModel.java:326)&lt;br /&gt;
at org.codecover.eclipse.annotation.CoverageAnnotationModel.updateAnnotations(CoverageAnnotationModel.java:187)&lt;br /&gt;
at org.codecover.eclipse.annotation.CoverageAnnotationModel.selectionChanged(CoverageAnnotationModel.java:138)&lt;br /&gt;
at org.codecover.eclipse.annotation.CoverageAnnotationModel$TSManagerListener.testCasesActivated(CoverageAnnotationModel.java:482)&lt;br /&gt;
at org.codecover.eclipse.tscmanager.TSContainerManagerListenerHandler.fireTestCasesActivated(TSContainerManagerListenerHandler.java:404)&lt;br /&gt;
at org.codecover.eclipse.tscmanager.TSContainerManager.setActiveTestCases(TSContainerManager.java:1027)&lt;br /&gt;
at org.codecover.eclipse.views.TestSessionsView$ViewerCheckboxListener.checkStateChanged(TestSessionsView.java:705)&lt;br /&gt;
at org.eclipse.jface.viewers.CheckboxTreeViewer$1.run(CheckboxTreeViewer.java:134)&lt;br /&gt;
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)&lt;br /&gt;
at org.eclipse.core.runtime.Platform.run(Platform.java:880)&lt;br /&gt;
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)&lt;br /&gt;
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)&lt;br /&gt;
at org.eclipse.jface.viewers.CheckboxTreeViewer.fireCheckStateChanged(CheckboxTreeViewer.java:132)&lt;br /&gt;
at org.eclipse.jface.viewers.CheckboxTreeViewer.handleSelect(CheckboxTreeViewer.java:268)&lt;br /&gt;
at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1168)&lt;br /&gt;
at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:227)&lt;br /&gt;
at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:221)&lt;br /&gt;
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:388)&lt;br /&gt;
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;br /&gt;
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)&lt;br /&gt;
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)&lt;br /&gt;
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)&lt;br /&gt;
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)&lt;br /&gt;
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)&lt;br /&gt;
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)&lt;br /&gt;
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)&lt;br /&gt;
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)&lt;br /&gt;
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)&lt;br /&gt;
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)&lt;br /&gt;
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)&lt;br /&gt;
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br /&gt;
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;br /&gt;
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;br /&gt;
at java.lang.reflect.Method.invoke(Method.java:616)&lt;br /&gt;
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)&lt;br /&gt;
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)&lt;br /&gt;
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)&lt;br /&gt;
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)&lt;/p&gt;
&lt;p&gt;Session data:&lt;br /&gt;
eclipse.buildId=I20080617-2000&lt;br /&gt;
java.version=1.6.0_0&lt;br /&gt;
java.vendor=Sun Microsystems Inc.&lt;br /&gt;
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US&lt;br /&gt;
Command-line arguments:  -os linux -ws gtk -arch x86_64&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter De Maeyer</dc:creator><pubDate>Fri, 15 Aug 2008 09:31:29 -0000</pubDate><guid>https://sourceforge.nete97063e3f3804f3c6cd596fb310b062ca694ead5</guid></item></channel></rss>