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

Summary: API change required: ProjectActionHandlerFactory need to pass context Lookup
Product: cnd Reporter: Maria Tishkova <mromashova>
Component: ProjectAssignee: Maria Tishkova <mromashova>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0.1   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

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