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 45579 - Nested interface not found in index
Summary: Nested interface not found in index
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-25 14:05 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack traces (53.35 KB, text/plain)
2004-06-25 14:06 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-06-25 14:05:58 UTC
040624. The usual kind of exceptions thrown when
editing new sources and working with inner classes.

At the time I got this exception my class looked
like (minus comments & whitespace):

package org.apache.tools.ant.module.run;
public final class LoggerTrampoline {
    private LoggerTrampoline() {}
    public interface Creator {
        public <<<CARET HERE>>>
    }
    public interface TaskStructureImpl {}
    public interface AntSessionImpl {}
    public interface AntEventImpl {}
}
Comment 1 Jesse Glick 2004-06-25 14:06:49 UTC
Created attachment 16006 [details]
Stack traces
Comment 2 Pavel Flaska 2004-07-16 14:58:02 UTC
Should be fixed in MDRParser.

Parent FQN computation fixed.
RCS file:
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/MDRParser.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- MDRParser.java	14 Jul 2004 07:45:15 -0000	1.28
  +++ MDRParser.java	15 Jul 2004 16:11:08 -0000	1.29
  
Comment 3 Quality Engineering 2007-09-20 10:33:26 UTC
Reorganization of java component