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 60869 - [Override methods] UndeclaredThrowableException in Override methods dialog
Summary: [Override methods] UndeclaredThrowableException in Override methods dialog
Status: VERIFIED DUPLICATE of bug 59291
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-12 11:14 UTC by Jiri Prox
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (19.65 KB, text/plain)
2005-07-12 11:15 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2005-07-12 11:14:09 UTC
NB 4.2 (200507110943)
JDK 1.5.0_04

Steps to reproduce:
1) create new JFrame
2) switch to the source of the new JFrame and press Ctrl-i (override methods)
3) check Show Superclasses ...
4) check Show Abstract Methods Only
-> java.lang.reflect.UndeclaredThrowableException
	at $Proxy11.childrenRemoved(Unknown Source)
	at org.openide.nodes.Node.fireSubNodesChange(Node.java:1014)
	at org.openide.nodes.Children.notifyRemove(Children.java:831)

the order of the steps 3) and 4) is important, if they are swaped everything
works fine.
Comment 1 Jiri Prox 2005-07-12 11:15:21 UTC
Created attachment 23061 [details]
exception
Comment 2 Jiri Prox 2005-09-05 07:42:55 UTC

*** This issue has been marked as a duplicate of 59291 ***
Comment 3 Jiri Prox 2006-01-17 13:26:44 UTC
verified duplicate
Comment 4 Quality Engineering 2007-09-20 12:12:25 UTC
Reorganization of java component