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 9246 - NullPointerException at ParsingEnter.attribTreeType(ParsingEnter.java:241)
Summary: NullPointerException at ParsingEnter.attribTreeType(ParsingEnter.java:241)
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 normal (vote)
Assignee: issues@java
URL:
Keywords:
: 8117 8488 10523 10939 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-01-26 13:10 UTC by _ pkuzel
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 _ pkuzel 2001-01-26 13:10:10 UTC
**WARNING: unexpected null reference in .class file when attributing method
parse
Tree info: name = parse, numargs = 2
Class info: name = parse, numargs = 1
argtype = java.net.URL
error occured at parameter #2
Trying to find methodsymbol for null
trying symbol: method parse(java.net.URL)
Exception during processing of
org.netbeans.modules.java.V8ParseRequest@7194a4[[JDO for [Build 112]

org/openide/loaders/XMLDataObject.java] :
org/openide/loaders/XMLDataObject.java]
java.lang.NullPointerException
        at
org.netbeans.lib.javac.v8.comp.ParsingEnter.attribTreeType(ParsingEnter.java:241)
        at
org.netbeans.lib.javac.v8.comp.ParsingEnter$ClazzMemberEnter._case(ParsingEnter.java:286)
        at org.netbeans.lib.javac.v8.tree.Tree$MethodDef.visit(Tree.java:442)
        at
org.netbeans.lib.javac.v8.comp.Enter$MemberEnter.memberEnter(Enter.java:759)
        at
org.netbeans.lib.javac.v8.comp.Enter$MemberEnter.memberEnter(Enter.java:771)
        at
org.netbeans.lib.javac.v8.comp.Enter$CompleteEnter.finish(Enter.java:1037)
        at
org.netbeans.lib.javac.v8.comp.Enter$CompleteEnter.complete(Enter.java:1024)
        at org.netbeans.lib.javac.v8.code.Symbol.complete(Symbol.java:344)
        at org.netbeans.lib.javac.v8.comp.Enter.main(Enter.java:636)
        at
org.netbeans.modules.java.gj.ParserEngine.parseObject(ParserEngine.java:135)
        at
org.netbeans.modules.java.gj.JavaParserEngine.process(JavaParserEngine.java:73)
        at
org.netbeans.modules.java.V8ParseRequest.process(V8ParseRequest.java:340)
        at
org.netbeans.modules.java.SourceElementImpl$DataRef.run(SourceElementImpl.java:1287)
        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-21 18:11:17 UTC
*** Issue 8117 has been marked as a duplicate of this issue. ***
Comment 2 Svata Dedic 2001-02-21 18:11:47 UTC
*** Issue 8488 has been marked as a duplicate of this issue. ***
Comment 3 Jan Chalupa 2001-03-12 10:46:12 UTC
Version: 'Dev' -> 3.2
Comment 4 Svata Dedic 2001-03-29 11:13:04 UTC
*** Issue 10523 has been marked as a duplicate of this issue. ***
Comment 5 Svata Dedic 2001-04-02 16:32:52 UTC
*** Issue 10939 has been marked as a duplicate of this issue. ***
Comment 6 Svata Dedic 2001-04-05 16:39:10 UTC
*** Issue 9760 has been marked as a duplicate of this issue. ***
Comment 7 Svata Dedic 2001-04-07 12:57:15 UTC
Fixed for the next dev/3.2 build.
Comment 8 Jan Chalupa 2001-05-05 23:24:15 UTC
Target milestone -> 3.2
Comment 9 Jan Becicka 2001-07-16 13:32:50 UTC
No exceptions are thrown now
Comment 10 Quality Engineering 2003-07-01 13:19:07 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.