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 34853 - [java-mdr] NoSuchElementException from btreeindex.BtreeListByKey$BtreeListByKeyIterator.next
Summary: [java-mdr] NoSuchElementException from btreeindex.BtreeListByKey$BtreeListByK...
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-10 09:35 UTC by Jan Becicka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (6.46 KB, text/plain)
2003-07-10 09:36 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2003-07-10 09:35:44 UTC
meta_2
Invoke NFT, create a new Java Class
NFT wizard:

Step 3, Basic Class Definition:
Set superclass "java.awt.Component", set 
Interfaces implemented to "Runnable"

Step 5, Override Inherited Methods: 
Select "class Object" in left pane and 
push "Add All".

Exception is thrown
Comment 1 Jan Becicka 2003-07-10 09:36:12 UTC
Created attachment 10928 [details]
Stack trace
Comment 2 Martin Matula 2003-12-08 17:13:46 UTC
There was a bug in MDR which is now fixed.
Comment 3 Jan Becicka 2004-07-23 13:15:37 UTC
Verified