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 - stop using JMIElementCookie in old src hierarchy
Summary: stop using JMIElementCookie in old src hierarchy
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks: 49731
  Show dependency tree
 
Reported: 2004-09-30 15:33 UTC by Jan Pokorsky
Modified: 2007-09-26 09:14 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 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.