-
The API in JUnit 4.5 has changed from the JUnit 4.0 API. This breaks the JUnit 4 support in autotestsuite. This is particularly a problem because Eclipse 3.5 (Galileo) packages JUnit 4.5!
The problem is in the class org.pluginbuilder.autotestsuite.junit4.JUnit4TestRunner
The line
Request request = Request.classes( collectionName, classes.toArray( new Class[classes.size()] ) );
should...
2009-07-13 08:59:38 UTC in Plug-in Builder
-
The file ./src/net/sourceforge/veditor/editor/VerilogParser.jj does not seem to be used. The grammar files are in ./src/net/sourceforge/veditor/parser.
An unused file does not cause errors, but it is confusing. It is better to remove it from CVS.
2007-09-08 08:16:05 UTC in Eclipse Verilog editor
-
Eclipse gives compile errors for ModuleParserManager and VerilogParserBase, because Module does not support addPort(String) or addVariable(String).
Patch is attached.
2007-09-07 19:45:37 UTC in Eclipse Verilog editor
-
The class net/sourceforge/veditor/editor/VerilogActionContributor references org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds.
This can only work if the org.eclipse.jdt.ui plugin is included in the list of dependencies.
I have created a patch that includes the needed dependency. Perhaps it is even better not to use IJavaEditorActionDefinitionIds.
patch attached.
2007-09-07 19:39:47 UTC in Eclipse Verilog editor
-
Here is a patch for bug 1734343. Can somebody please commit?.
2007-06-11 10:09:12 UTC in Signs - VHDL Hardware Developement