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 245674

Summary: NullPointerException at com.microchip.mplab.nbide.embedded.makeproject.MakeProject$ProjectOpenedHookImpl.projectOpened
Product: third-party Reporter: ethrbh
Component: MPLAB X IDEAssignee: vincesheard <vincesheard>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 210706
Attachments: stacktrace

Description ethrbh 2014-07-15 05:43:34 UTC
Build: MPLAB X IDE v2.15
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at com.microchip.mplab.nbide.embedded.makeproject.MakeProject$ProjectOpenedHookImpl.projectOpened(MakeProject.java:1319)
   at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:84)
   at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1107)
   at org.netbeans.modules.project.ui.OpenProjectList.doOpenProject(OpenProjectList.java:1181)
   at org.netbeans.modules.project.ui.OpenProjectList.doOpen(OpenProjectList.java:703)
   at org.netbeans.modules.project.ui.OpenProjectList.access$1300(OpenProjectList.java:132)
Comment 1 ethrbh 2014-07-15 05:43:36 UTC
Created attachment 148053 [details]
stacktrace