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 65112 - EmptyStackException when pushing down multiple items
Summary: EmptyStackException when pushing down multiple items
Status: VERIFIED DUPLICATE of bug 49897
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
: 64611 67826 69827 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-26 12:15 UTC by Jiri Prox
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (2.21 KB, text/plain)
2005-09-26 12:17 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-09-26 12:15:32 UTC
NB 5.0 - beta 200509251930

Pushing down multiple items causes EmptyStackException

Steps to reproduce:
1) create new class A with two fields
2) create class B extending A
3) call Push Down on class A
4) select both fields
5) confirm refactoring

-> java.util.EmptyStackException
	at java.util.Stack.peek(Stack.java:79)
	at java.util.Stack.pop(Stack.java:61)
	at org.netbeans.modules.javacore.parser.MDRParser.enterBody(MDRParser.java:208)
Comment 1 Jiri Prox 2005-09-26 12:17:18 UTC
Created attachment 25171 [details]
exception
Comment 2 Tomas Hurka 2005-11-01 14:08:34 UTC
*** Issue 67826 has been marked as a duplicate of this issue. ***
Comment 3 Jan Becicka 2005-11-02 14:39:09 UTC

*** This issue has been marked as a duplicate of 49897 ***
Comment 4 Jiri Prox 2005-11-07 09:46:57 UTC
verified
Comment 5 Jan Becicka 2005-11-28 13:35:36 UTC
*** Issue 64611 has been marked as a duplicate of this issue. ***
Comment 6 Jan Becicka 2005-12-05 08:21:37 UTC
*** Issue 69827 has been marked as a duplicate of this issue. ***
Comment 7 Quality Engineering 2007-09-20 10:44:53 UTC
Reorganization of java component