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 9500 - Explorer cannot browse some classes in File System
Summary: Explorer cannot browse some classes in File System
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 minor (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-08 15:08 UTC by mslama
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 mslama 2001-02-08 15:08:05 UTC
Explorer cannot browse some classes in File System
 namely DefaultContainerImpl, SplittedContainerImpl, MultiTabbedContainerImpl in
org.netbeans.core.windows.frames. IDE logs following exception:

java.lang.ArrayIndexOutOfBoundsException
        at
org.netbeans.modules.java.parser.ChildCollection.addChild(ChildCollection.java:66)
        at org.netbeans.modules.java.parser.ClassInfo.addMember(ClassInfo.java:198)
        at
org.netbeans.modules.java.parser.DocumentModelBuilder.setParent(DocumentModelBuilder.java:133)
        at
org.netbeans.modules.java.gj.V8TreeTranslator._case(V8TreeTranslator.java:577)
        at org.netbeans.lib.javac.v8.tree.Tree$VarDef.visit(Tree.java:475)
        at
org.netbeans.modules.java.gj.V8TreeTranslator._case(V8TreeTranslator.java:302)
        at org.netbeans.lib.javac.v8.tree.Tree$ClassDef.visit(Tree.java:389)
        at
org.netbeans.modules.java.gj.V8TreeTranslator._case(V8TreeTranslator.java:188)
        at org.netbeans.lib.javac.v8.tree.Tree$TopLevel.visit(Tree.java:326)
        at
org.netbeans.modules.java.gj.V8TreeTranslator.process(V8TreeTranslator.java:94)
        at
org.netbeans.modules.java.gj.V8EngineBase.completeRequest(V8EngineBase.java:406)
        at
org.netbeans.modules.java.gj.ParserEngine.parseObject(ParserEngine.java:158)
        at
org.netbeans.modules.java.gj.JavaParserEngine.process(JavaParserEngine.java:73)
        at
org.netbeans.modules.java.parser.ParseSourceRequest.process(ParseSourceRequest.java:205)
        at
org.netbeans.modules.java.parser.ParsingSupport$Processor.parseLockModel(ParsingSupport.java:534)
        at
org.netbeans.modules.java.parser.ParsingSupport$Processor.run(ParsingSupport.java:479)
        at org.openide.util.Task.run(Task.java:124)
        at
org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:562)
Comment 1 Svata Dedic 2001-02-08 15:10:59 UTC
Already reported & fixed. Check in build 122
Comment 2 mslama 2001-02-12 11:29:59 UTC
Verified in source code snapshot 12 Feb 2001
Comment 3 Quality Engineering 2003-07-01 13:20:15 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.