This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 188288 - Uncompilable
Summary: Uncompilable
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Andrey Yamkovoy
URL:
Keywords:
Depends on:
Blocks: 178991
  Show dependency tree
 
Reported: 2010-07-01 18:35 UTC by Jesse Glick
Modified: 2010-07-02 09:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2010-07-01 18:35:29 UTC
An incompatible change was made in #178991 and friend modules were not correctly updated:

org.netbeans.modules.contrib.testng.output.TestNGExecutionManager is not abstract and does not override abstract method enabled(org.netbeans.modules.gsf.testrunner.api.RerunType) in org.netbeans.modules.gsf.testrunner.api.RerunHandler
public class TestNGExecutionManager implements RerunHandler {
Comment 1 Andrey Yamkovoy 2010-07-02 09:25:07 UTC
It's my fault I have not updated the TestNG module according API friend change. I will fix it.
Comment 2 Andrey Yamkovoy 2010-07-02 09:45:02 UTC
Fixed in the main/contrib (changeset: f5bc50e48ce3).