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 114675 - java.lang.NullPointerException
Summary: java.lang.NullPointerException
Status: RESOLVED DUPLICATE of bug 82142
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ide
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-04 18:19 UTC by Lark Fitzgerald
Modified: 2007-11-14 08:44 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 518


Attachments
stacktrace (478 bytes, text/plain)
2007-09-04 18:19 UTC, Lark Fitzgerald
Details
stacktrace (478 bytes, text/plain)
2007-09-14 01:47 UTC, free49498445
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lark Fitzgerald 2007-09-04 18:19:28 UTC
Build: NetBeans IDE Dev (Build 200709040000)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105
OS: SunOS, 5.11, sparc

User Comments: 
1. New project/new userdir
2. drag basic > dropDown onto designer

Get NPE.  It sounds familiar to me.  Is it jdk related?
Comment 1 Lark Fitzgerald 2007-09-04 18:19:33 UTC
Created attachment 48080 [details]
stacktrace
Comment 2 Lark Fitzgerald 2007-09-04 19:17:26 UTC
Moving to jdk 1.6.0_02 fixed the issue.  fyi, the missing steps in this were to create a visualweb project.
Comment 3 Peter Pis 2007-09-05 14:42:18 UTC
Closing as WORKSFORME.
Comment 4 free49498445 2007-09-14 01:46:58 UTC
Build: NetBeans IDE Dev (Build 200709131200)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105
OS: Linux, 2.6.20-16-generic, i386

User Comments: 
Comment 5 free49498445 2007-09-14 01:47:05 UTC
Created attachment 48788 [details]
stacktrace
Comment 6 dnikitin 2007-11-12 13:05:07 UTC
Product Version: NetBeans IDE 6.0 RC1 (Build 200711120000)
Java: 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
System: Linux version 2.6.20-16-generic running on i386; UTF-8; en_US (nb)
--------------------------------------------------------

I can still reproduce:
1) open any java sample project (e.g. AnagramGame)
2) drag-n-drop any file 
==> NPE. 
Comment 7 ehucka 2007-11-14 08:44:59 UTC
It is jdk bug. It works since jdk 1.6.0_02.

*** This issue has been marked as a duplicate of 82142 ***