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 125342

Summary: NullPointerException at org.netbeans.modules.project.ui.OpenProjectList.getTemplateNamesLRU
Product: projects Reporter: Jan Lahoda <jlahoda>
Component: Generic Projects UIAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: blocker Keywords: RANDOM
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=20285
Issue Type: DEFECT Exception Reporter: 20285
Attachments: stacktrace
stacktrace
stacktrace
stacktrace

Description Jan Lahoda 2008-01-16 05:54:33 UTC
Build: NetBeans IDE Dev (Build 080115)
VM: Java HotSpot(TM) Client VM, 1.6.0_05-ea-b04
OS: Linux, 2.6.20-16-generic, i386

User Comments: 
Right-clicked a project node (J2SE project) after start up.
Comment 1 Jan Lahoda 2008-01-16 05:54:40 UTC
Created attachment 55113 [details]
stacktrace
Comment 2 John Baker 2008-01-17 08:32:27 UTC
Build: NetBeans IDE Dev (Build 080115)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06
OS: Windows XP, 5.1, x86

User Comments: 
Just after IDE started, I expanded a project (project loading hourglass appeared)
and before loading completed, I right-clicked on the project node
Comment 3 John Baker 2008-01-17 08:32:36 UTC
Created attachment 55183 [details]
stacktrace
Comment 4 Milan Kubec 2008-01-17 08:41:32 UTC
Jardo, please take a look at this issue, seems to be related to your lazy project loading on startup. Thanks.
Comment 5 giorgio42 2008-02-07 17:19:26 UTC
Build: NetBeans IDE Dev (Build 200802060003)
VM: Java HotSpot(TM) Client VM, 11.0-b09
OS: Windows XP, 5.1, x86

User Comments: 
Expanding the Source Packages node of a newly created web application.
Comment 6 giorgio42 2008-02-07 17:19:29 UTC
Created attachment 56268 [details]
stacktrace
Comment 7 giorgio42 2008-02-07 17:22:27 UTC
Build: NetBeans IDE Dev (Build 200802060003)
VM: Java HotSpot(TM) Client VM, 11.0-b09
OS: Windows XP, 5.1, x86

User Comments: 
Every time when seleting New..., prevents me from creating new assets in my project.
Comment 8 giorgio42 2008-02-07 17:22:36 UTC
Created attachment 56269 [details]
stacktrace
Comment 9 giorgio42 2008-02-07 17:24:30 UTC
I dare say this is a P1, because it completely blocks any further development in my newly created web application, I
cannot even create a new folder.
Comment 10 Jaroslav Tulach 2008-02-08 09:08:31 UTC
changeset:   66439:a91e68adf9db
tag:         tip
parent:      65284:ce57f76b8fff
user:        Jaroslav Tulach <jtulach@netbeans.org>
date:        Fri Feb 08 10:07:46 2008 +0100
summary:     #125342: Preventing NPE by making the field final and initializing it in constructor
Comment 11 Milan Kubec 2008-02-08 11:07:58 UTC
Jardo, if I want to look at the changeset:
http://hg.netbeans.org/main/rev/a91e68adf9db
I recieve 'No match found'.
Comment 12 Milan Kubec 2008-02-13 13:25:55 UTC
*** Issue 127212 has been marked as a duplicate of this issue. ***