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 121954 - NullPointerException at org.netbeans.modules.java.source.usages.RepositoryUpdater.dumpTopLevel
Summary: NullPointerException at org.netbeans.modules.java.source.usages.RepositoryUpd...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-14 23:39 UTC by tfrysinger
Modified: 2008-01-28 16:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 11543


Attachments
stacktrace (1.82 KB, text/plain)
2007-11-14 23:39 UTC, tfrysinger
Details
stacktrace (1.82 KB, text/plain)
2007-12-09 06:39 UTC, ddon
Details
stacktrace (1.82 KB, text/plain)
2007-12-09 07:37 UTC, ddon
Details
stacktrace (1.82 KB, text/plain)
2007-12-18 16:39 UTC, _ alexlamsl
Details
stacktrace (1.82 KB, text/plain)
2007-12-18 16:43 UTC, _ alexlamsl
Details
stacktrace (1.82 KB, text/plain)
2008-01-02 16:31 UTC, engg_raj
Details
stacktrace (1.82 KB, text/plain)
2008-01-02 16:32 UTC, engg_raj
Details
stacktrace (1.82 KB, text/plain)
2008-01-09 20:07 UTC, pvramsey
Details
stacktrace (1.82 KB, text/plain)
2008-01-13 03:44 UTC, mathewo
Details
stacktrace (1.82 KB, text/plain)
2008-01-25 16:32 UTC, ccbc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tfrysinger 2007-11-14 23:39:36 UTC
Build: NetBeans IDE 6.0 RC1 (Build 200711110000)
VM: Java HotSpot(TM) Client VM, 1.5.0_07-87
OS: Mac OS X, 10.4.10, i386

User Comments: 
Edited a file and tried to run a project.

run failed because of a missing semi-colon. Corrected problem and tried to run again.
Comment 1 tfrysinger 2007-11-14 23:39:40 UTC
Created attachment 53016 [details]
stacktrace
Comment 2 ddon 2007-12-09 06:39:00 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments: 
renamed a jlabel in form designer
Comment 3 ddon 2007-12-09 06:39:04 UTC
Created attachment 54037 [details]
stacktrace
Comment 4 ddon 2007-12-09 07:37:41 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments: 
i renamed the jscrollbar in form editor
Comment 5 ddon 2007-12-09 07:37:44 UTC
Created attachment 54040 [details]
stacktrace
Comment 6 _ alexlamsl 2007-12-18 16:39:26 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.5.0_12-b04
OS: Windows 2000, 5.0, x86

User Comments: 
opening a java source file which is located on a mounted ClearCase drive on Windows 2000
Comment 7 _ alexlamsl 2007-12-18 16:39:29 UTC
Created attachment 54364 [details]
stacktrace
Comment 8 _ alexlamsl 2007-12-18 16:43:47 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.5.0_12-b04
OS: Windows 2000, 5.0, x86

User Comments: 
Happens straight after a check-in of the source file into ClearCase outside the IDE
Comment 9 _ alexlamsl 2007-12-18 16:43:50 UTC
Created attachment 54365 [details]
stacktrace
Comment 10 Tomas Zezula 2007-12-20 16:26:45 UTC
NPE on line: if (!sourceName.equals(binaryName)) {
sourceName is a name returned by FileManager.inferBinaryName() seems that the file is not on the source path.
Comment 11 engg_raj 2008-01-02 16:31:37 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Windows Vista, 6.0, x86

User Comments: 
Comment 12 engg_raj 2008-01-02 16:31:40 UTC
Created attachment 54611 [details]
stacktrace
Comment 13 engg_raj 2008-01-02 16:32:15 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Windows Vista, 6.0, x86

User Comments: 
Comment 14 engg_raj 2008-01-02 16:32:18 UTC
Created attachment 54612 [details]
stacktrace
Comment 15 pvramsey 2008-01-09 20:07:16 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06
OS: Windows XP, 5.1, x86

User Comments: 
trying to search for a file type (i.e. goto type)
Comment 16 pvramsey 2008-01-09 20:07:20 UTC
Created attachment 54886 [details]
stacktrace
Comment 17 mathewo 2008-01-13 03:43:53 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 10.0-b19
OS: Windows XP, 5.1, x86

User Comments: 
Comment 18 mathewo 2008-01-13 03:44:02 UTC
Created attachment 54998 [details]
stacktrace
Comment 19 ccbc 2008-01-25 16:32:15 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-119
OS: Mac OS X, 10.5.1, i386

User Comments: 
Creating a Desktop Application
Comment 20 ccbc 2008-01-25 16:32:19 UTC
Created attachment 55578 [details]
stacktrace
Comment 21 Tomas Zezula 2008-01-28 16:46:30 UTC
89e72b661d83