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 51018 - MissingResourceException on selection of MethodNode
Summary: MissingResourceException on selection of MethodNode
Status: CLOSED DUPLICATE of bug 50940
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-01 09:25 UTC by pzajac
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stacktrace (5.76 KB, text/plain)
2004-11-01 09:25 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-11-01 09:25:05 UTC
I used the old java source hierachy
(org.openide.src.*).  From JavaDataNode a got
org.openide.src.Element cookie. From Element I got
  a MethodElement. I showed the MethodElement in
standalone explorer view. The exception was thrown
on selection the method node.
Comment 1 pzajac 2004-11-01 09:25:45 UTC
Created attachment 18631 [details]
exception stacktrace
Comment 2 Jan Becicka 2004-11-01 10:23:52 UTC

*** This issue has been marked as a duplicate of 50940 ***
Comment 3 pzajac 2004-11-02 17:53:20 UTC
v