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 126218 - NPE at at com.sun.tools.javac.code.Types$14.visitClassType(Types.java:1316)
Summary: NPE at at com.sun.tools.javac.code.Types$14.visitClassType(Types.java:1316)
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 121488 128230 129047 134517 141259 146460 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-01-29 20:07 UTC by davedixon
Modified: 2008-09-08 08:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages log (76.85 KB, text/plain)
2008-01-29 20:09 UTC, davedixon
Details
stacktrace (7.81 KB, text/plain)
2008-09-01 15:14 UTC, arkalon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davedixon 2008-01-29 20:07:13 UTC
Find Usags threw an exception, which popped up a dialog with:

    Module Java Refactoring threw java.lang.NullPointerException. Please report a bug againts
    Java Refactoring module and     attach your var/log/messages.log.

(note misspelling)

messages.log is attached.
Comment 1 davedixon 2008-01-29 20:09:35 UTC
Created attachment 55715 [details]
messages log
Comment 2 Jan Becicka 2008-01-31 15:49:47 UTC
*** Issue 121488 has been marked as a duplicate of this issue. ***
Comment 3 Jiri Prox 2008-03-04 07:10:10 UTC
*** Issue 129047 has been marked as a duplicate of this issue. ***
Comment 4 Jiri Prox 2008-04-11 00:52:11 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 5 Dusan Balek 2008-07-30 13:32:57 UTC
*** Issue 128230 has been marked as a duplicate of this issue. ***
Comment 6 Dusan Balek 2008-07-30 13:34:54 UTC
*** Issue 141259 has been marked as a duplicate of this issue. ***
Comment 7 Jan Becicka 2008-07-30 15:27:17 UTC
*** Issue 134517 has been marked as a duplicate of this issue. ***
Comment 8 Exceptions Reporter 2008-08-04 11:52:09 UTC
This issue has already 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=33193
Comment 9 Dusan Balek 2008-08-07 13:51:10 UTC
Fixed.

changeset 053fc53bcb90 in main/nb-javac
details: http://hg.netbeans.org/main/nb-javac?cmd=changeset;node=053fc53bcb90
changeset 81a324320ff3 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=81a324320ff3
Comment 10 Quality Engineering 2008-08-08 04:34:25 UTC
Integrated into 'main-golden', available in build *200808080201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/81a324320ff3
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #126218 and #143139 fixed.
Comment 11 arkalon 2008-09-01 15:14:19 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments: 
Thrown when doing search (ctrl+f)

Stacktrace: 
java.lang.NullPointerException
        at com.sun.tools.javac.code.Types$14.visitClassType(Types.java:1315)
        at com.sun.tools.javac.code.Types$14.visitClassType(Types.java:1336)
        at com.sun.tools.javac.code.Type$ClassType.accept(Type.java:568)
        at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:3203)
        at com.sun.tools.javac.code.Types.asSuper(Types.java:1295)
        at com.sun.tools.javac.code.Types$14.visitClassType(Types.java:1311)
Comment 12 arkalon 2008-09-01 15:14:23 UTC
Created attachment 68794 [details]
stacktrace
Comment 13 Jan Becicka 2008-09-08 08:23:05 UTC
*** Issue 146460 has been marked as a duplicate of this issue. ***