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 158985

Summary: CommandProvider and InteractiveCommandProvider should have common ancestor
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Kvashin 2009-02-23 13:50:30 UTC
CommandProvider and InteractiveCommandProvider classes are very similar 
should have common ancestor, for example
public boolean run(String hkey, String cmd, Map<String, String> env);
vs
public int run(String hkey, String cmd, Map<String, String> env);
So they should be refactored to have a common parent
Comment 1 Vladimir Voskresensky 2009-04-15 04:43:41 UTC
is it still a valid issue? wasn't it fixed together with API rewrite?
Comment 2 Vladimir Kvashin 2009-04-15 11:25:44 UTC
It is still valid.
Comment 3 Vladimir Kvashin 2013-08-07 17:29:04 UTC
Both interfaces are removed long ago