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 246927 - NullPointerException at org.netbeans.modules.maven.j2ee.ejb.EjbRecoPrivTemplates.getPrivilegedTemplates
Summary: NullPointerException at org.netbeans.modules.maven.j2ee.ejb.EjbRecoPrivTempla...
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-08 22:14 UTC by tmky2k
Modified: 2016-07-07 08:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211638


Attachments
stacktrace (1.12 KB, text/plain)
2014-09-08 22:14 UTC, tmky2k
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tmky2k 2014-09-08 22:14:19 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 8

User Comments:
tmky2k: It just happend when I startup Netbeans with previous open EJB project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.maven.j2ee.ejb.EjbRecoPrivTemplates.getPrivilegedTemplates(EjbRecoPrivTemplates.java:129)
   at org.netbeans.spi.project.ui.support.UILookupMergerSupport$PrivilegedTemplatesImpl.getPrivilegedTemplates(UILookupMergerSupport.java:196)
   at org.netbeans.modules.project.ui.OpenProjectList.getTemplateNamesLRU(OpenProjectList.java:1454)
   at org.netbeans.modules.project.ui.OpenProjectList.getTemplatesLRU(OpenProjectList.java:1151)
   at org.netbeans.modules.project.ui.OpenProjectList.prepareTemplates(OpenProjectList.java:1346)
   at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1314)
Comment 1 tmky2k 2014-09-08 22:14:22 UTC
Created attachment 149072 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 08:54:42 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss