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 - CommandProvider and InteractiveCommandProvider should have common ancestor
Summary: CommandProvider and InteractiveCommandProvider should have common ancestor
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-23 13:50 UTC by Vladimir Kvashin
Modified: 2013-08-07 17:29 UTC (History)
0 users

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