|
From: rob.h <ro...@gm...> - 2009-05-16 09:26:51
|
When building CodeCover with Eclipse 3.4.2, the following error is reported by the Eclipse compiler on the enum "Type" in class org.codecover.eclipse.views.CoverageView [1]. This is due to bug #263877 of Eclipse [2]. There is a patch for Eclipse 3.4 available, which just needs to be extracted in the "dropins" directory in your Eclipse installation directory [3], [4]. rob.h [1]: <http://codecover.svn.sourceforge.net/viewvc/codecover/trunk/code/eclipse/src/org/codecover/eclipse/views/CoverageView.java?revision=1&view=markup#l_1217> [2]: <https://bugs.eclipse.org/bugs/show_bug.cgi?id=263877> [3]: direct link to patch (unzip to the "dropins" directory of Eclipse) <http://www.eclipse.org/jdt/core/patches/patch.zip> [4]: homepage with Eclipse 3.4 updates <http://www.eclipse.org/jdt/core/r3.4/index.php#UPDATES> |