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 143812 - NullPointerException at com.sun.tools.javac.comp.Resolve.isAccessible
Summary: NullPointerException at com.sun.tools.javac.comp.Resolve.isAccessible
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks: 152191
  Show dependency tree
 
Reported: 2008-08-13 20:49 UTC by jasnapaka
Modified: 2009-05-21 08:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 90659


Attachments
stacktrace (6.01 KB, text/plain)
2008-08-13 20:49 UTC, jasnapaka
Details
stacktrace (6.09 KB, text/plain)
2008-08-13 20:50 UTC, jasnapaka
Details
stacktrace (4.36 KB, text/plain)
2008-08-14 05:46 UTC, minoleg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasnapaka 2008-08-13 20:49:41 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:140)
        at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:183)
        at com.sun.tools.javac.comp.Resolve$AccessError.report(Resolve.java:1757)
        at com.sun.tools.javac.comp.Resolve.logAccessError(Resolve.java:1586)
        at com.sun.tools.javac.comp.TransTypes.cast(TransTypes.java:108)
        at com.sun.tools.javac.comp.TransTypes.coerce(TransTypes.java:124)
Comment 1 jasnapaka 2008-08-13 20:49:46 UTC
Created attachment 67313 [details]
stacktrace
Comment 2 jasnapaka 2008-08-13 20:50:54 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:140)
        at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:183)
        at com.sun.tools.javac.comp.Resolve$AccessError.report(Resolve.java:1757)
        at com.sun.tools.javac.comp.Resolve.logAccessError(Resolve.java:1586)
        at com.sun.tools.javac.comp.TransTypes.cast(TransTypes.java:108)
        at com.sun.tools.javac.comp.TransTypes.coerce(TransTypes.java:124)
Comment 3 jasnapaka 2008-08-13 20:50:57 UTC
Created attachment 67314 [details]
stacktrace
Comment 4 minoleg 2008-08-14 05:46:33 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:140)
        at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:183)
        at com.sun.tools.javac.comp.Resolve$AccessError.report(Resolve.java:1757)
        at com.sun.tools.javac.comp.Resolve.logAccessError(Resolve.java:1586)
        at com.sun.tools.javac.comp.TransTypes.cast(TransTypes.java:108)
        at com.sun.tools.javac.comp.TransTypes.coerce(TransTypes.java:124)
Comment 5 minoleg 2008-08-14 05:46:37 UTC
Created attachment 67360 [details]
stacktrace
Comment 6 Dusan Balek 2008-11-20 15:50:42 UTC
Are you able to reproduce the issue or is it just random? Thanks.
Comment 7 jasnapaka 2008-11-25 16:05:22 UTC
> Are you able to reproduce the issue or is it just random? Thanks.

Just random.
Comment 8 Dusan Balek 2009-05-19 13:04:09 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/47fed490b9a0

changeset b34498facde1 in main/nb-javac
details: http://hg.netbeans.org/main/nb-javac?cmd=changeset;node=b34498facde1
Comment 9 Quality Engineering 2009-05-21 08:24:43 UTC
Integrated into 'main-golden', will be available in build *200905210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/47fed490b9a0
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #143812, #159845, and #165325 fixed.