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 7524 - Pasting cutted outer class into inner class delete both classes.
Summary: Pasting cutted outer class into inner class delete both classes.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC All
: P4 minor (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-08-29 14:59 UTC by pzajac
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

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 pzajac 2000-08-29 14:59:54 UTC
Steps to reproduction:
1) Create class from tempate - Outer .
2) Add innert class into created class - Inner.
3) Cut Outer class.
4) Past Outer class into inner class.

Outter class cannot be pasted into inner class .
Comment 1 Svata Dedic 2000-09-25 11:53:59 UTC
Pasting outerclass into inner one will be disallowed since it may lead to
recursion problems (with some implementation of the Java Hierarchy).
Comment 2 Jan Becicka 2000-11-01 14:38:59 UTC
[1135] Verified
Comment 3 Quality Engineering 2003-07-02 17:17:31 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.