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 35927 - [java-mdr] o.n.test.java.gui.copypaste tests failed: java hierarchy is not available
Summary: [java-mdr] o.n.test.java.gui.copypaste tests failed: java hierarchy is not av...
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2003-09-05 12:33 UTC by Jan Becicka
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 Becicka 2003-09-05 12:33:04 UTC
1. Create a class (syntax error is intentional):

class; AA {
    
    /** Creates a new instance of AA */
    public AA() {
    }
    
}

2. Save this class -> error messages written to
console:
YYError: syntax error
YYError: stack underflow. aborting...
Error in file: examples/AA.java

3. Copy/Paste this file into different folder ->
java hierarchy will not be available in the Explorer
Comment 1 Tomas Hurka 2003-09-09 14:43:43 UTC
NB 3.5.1 has the same problem. 
Comment 2 Jan Becicka 2003-09-09 15:04:23 UTC
Above mentioned testcase occures in NB 3.5.1, but
o.n.test.java.gui.copypaste works fine.

I tried to copy java file from package
org.netbeans.test.java.gui.copypaste.data and paste it into package
org.netbeans.test.java and java hierarchy was not available.
Comment 3 Tomas Hurka 2003-10-17 10:28:47 UTC
It will be fixed after java/mdr redesign.
Comment 4 Jan Becicka 2004-03-18 09:28:34 UTC
Hierarchy is available after copy/paste. Fixed by java/mdr redesign.
Comment 5 Jan Becicka 2004-07-23 13:15:39 UTC
Verified