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 197647 - API change required: ProjectActionHandlerFactory need to pass context Lookup
Summary: API change required: ProjectActionHandlerFactory need to pass context Lookup
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-12 08:15 UTC by Maria Tishkova
Modified: 2011-04-15 08:38 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 Maria Tishkova 2011-04-12 08:15:35 UTC
To implement discover support in the Studio IDE we need to differentiate between THA action (which is a custom action)   and Discover action (which is also a custom action).

I will extend API of ProjectActionHandlerFactory handler and will pass Lookup context as a parameter to canHandle() methods
Comment 1 Maria Tishkova 2011-04-14 12:36:29 UTC
fixed at http://hg.netbeans.org/cnd-main/rev/13049ce64296
Comment 2 Quality Engineering 2011-04-15 08:38:57 UTC
Integrated into 'main-golden', will be available in build *201104150401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/13049ce64296
User: Maria Tishkova <mromashova@netbeans.org>
Log: fixed BZ#197647 -  API change required: ProjectActionHandlerFactory need to pass context Lookup