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 134718 - NullPointerException at com.sun.tools.javac.comp.Flow.visitIdent
Summary: NullPointerException at com.sun.tools.javac.comp.Flow.visitIdent
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker with 1 vote (vote)
Assignee: Dusan Balek
URL: http://statistics.netbeans.org/except...
Keywords:
: 134725 (view as bug list)
Depends on:
Blocks: 152191
  Show dependency tree
 
Reported: 2008-05-08 08:44 UTC by unr303
Modified: 2009-02-19 21:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 52675


Attachments
dump (13.57 KB, text/plain)
2008-05-08 08:45 UTC, unr303
Details
ide log (90.13 KB, text/plain)
2008-05-08 08:45 UTC, unr303
Details
stacktrace (3.58 KB, text/plain)
2008-05-08 13:22 UTC, unr303
Details

Note You need to log in before you can comment on or make changes to this bug.
Description unr303 2008-05-08 08:44:22 UTC
find usages for     void dataSaveStarted(); in interface that is implemented by one of superclasses of class for which
exception is reported




Build: NetBeans IDE Dev (Build 20080503171657)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at com.sun.tools.javac.comp.Flow.visitIdent(Flow.java:1228)
        at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:1683)
        at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
        at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:250)
        at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1655)
        at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
        at com.sun.tools.javac.comp.Flow.scanExpr(Flow.java:514)
        at com.sun.tools.javac.comp.Flow.visitApply(Flow.java:1129)
        at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1300)
        at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
Comment 1 unr303 2008-05-08 08:45:41 UTC
Created attachment 61157 [details]
dump
Comment 2 unr303 2008-05-08 08:45:56 UTC
Created attachment 61158 [details]
ide log
Comment 3 unr303 2008-05-08 13:22:13 UTC
Build: NetBeans IDE Dev (Build 20080503171657)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86

User Comments: 
Comment 4 unr303 2008-05-08 13:22:21 UTC
Created attachment 61167 [details]
stacktrace
Comment 5 Dusan Balek 2008-05-12 13:43:56 UTC
*** Issue 134725 has been marked as a duplicate of this issue. ***
Comment 6 Dusan Balek 2009-01-16 12:43:51 UTC
Already fixed in the current dev build.