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 49741

Summary: stop using JMIElementCookie in old src hierarchy
Product: java Reporter: Jan Pokorsky <jpokorsky>
Component: UnsupportedAssignee: Daniel Prusa <dprusa>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 49731    

Description Jan Pokorsky 2004-09-30 15:33:17 UTC
Since JMIElementCookie was introduced just as a
workaround and it is going to be removed please
remove its usage in java bridge and clazz module.
Comment 1 Daniel Prusa 2004-10-01 12:36:12 UTC
I have removed JMIElementCookie from java bridge and clazz module. It
is still present in OverrideAction and OverridePanel2 (java module),
where the cookie is used to obtain jmi element for a given Node.
Comment 2 Jan Pokorsky 2004-10-01 13:24:46 UTC
That's ok, node usages will be solved with issue #49731. I think we
can consider this as fixed.