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 28830

Summary: Deprecate use of Node[] as action source in NodeAction
Product: platform Reporter: Jesse Glick <jglick>
Component: ActionsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: issues
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 27868    

Description Jesse Glick 2002-11-18 14:08:54 UTC
This old semidocumented trick was only needed
because of lack of action context. It is no longer
needed. Only e.g. externaleditor and nbscript used
it, I think. Reimpl it in NodeAction to use action
context, and make it print a runtime warning so
people will know to change it.
Comment 1 Jesse Glick 2003-01-09 19:48:40 UTC
This should be made part of the #27868 fix, I guess, whenever you get
the chance.
Comment 2 Jiri Rechtacek 2004-04-23 10:50:03 UTC
Assigned to new owner.
Comment 3 Jaroslav Tulach 2010-10-07 18:20:08 UTC
Sure, consider deprecated.