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

Summary: Uncompilable
Product: java Reporter: Jesse Glick <jglick>
Component: TestNGAssignee: Andrey Yamkovoy <kaktus>
Status: RESOLVED FIXED    
Severity: normal CC: kaktus
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 178991    

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).