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 41161 - [IMT] gives IndexOutOfBoundsException with inner interface
Summary: [IMT] gives IndexOutOfBoundsException with inner interface
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-19 22:59 UTC by zacjacobson
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log with IndexOutOfBoundsException stack trace (15.05 KB, text/plain)
2004-03-19 23:01 UTC, zacjacobson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zacjacobson 2004-03-19 22:59:20 UTC
I have a class with an inner interface and get an
IndexOutOfBoundsException when I try to run the
Import Management Tool (IMT) on it.

It doesn't seem to matter what access level I give
the interface, or if it's static or not.
Comment 1 zacjacobson 2004-03-19 23:01:06 UTC
Created attachment 14062 [details]
ide.log with IndexOutOfBoundsException stack trace
Comment 2 Jan Pokorsky 2004-04-08 10:52:36 UTC
Tome, it looks like the closed source parser passes wrong offset to
DocumentModelBuilder.setHeaderBounds.
Comment 3 Martin Matula 2004-06-18 19:24:07 UTC
Closing, Import Management Tools was replaced by Fix Import functionality.