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 242939 - NullPointerException at com.microchip.mplab.nbide.embedded.makeproject.api.configurations.ConfigurationBookProvider.getConfigurationBook
Summary: NullPointerException at com.microchip.mplab.nbide.embedded.makeproject.api.co...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: MPLAB X IDE (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: vincesheard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-16 11:13 UTC by andyk
Modified: 2014-03-17 06:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208417


Attachments
stacktrace (3.98 KB, text/plain)
2014-03-16 11:13 UTC, andyk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description andyk 2014-03-16 11:13:39 UTC
Build: MPLAB X IDE v2.05
VM: Java HotSpot(TM) 64-Bit Server 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.api.configurations.ConfigurationBookProvider.getConfigurationBook(ConfigurationBookProvider.java:211)
   at com.microchip.mplab.nbide.embedded.makeproject.api.configurations.ConfigurationBookProvider.getConfigurationBook(ConfigurationBookProvider.java:134)
   at com.microchip.mplab.nbide.embedded.makeproject.ui.MakeLogicalViewProvider.getMakeConfigurationDescriptor(MakeLogicalViewProvider.java:1065)
   at com.microchip.mplab.nbide.embedded.makeproject.ui.MakeLogicalViewProvider.access$700(MakeLogicalViewProvider.java:169)
   at com.microchip.mplab.nbide.embedded.makeproject.ui.MakeLogicalViewProvider$MakeLogicalViewRootNode.updateAnnotationFiles(MakeLogicalViewProvider.java:573)
   at com.microchip.mplab.nbide.embedded.makeproject.ui.MakeLogicalViewProvider$MakeLogicalViewRootNode.stateChanged(MakeLogicalViewProvider.java:624)
Comment 1 andyk 2014-03-16 11:13:41 UTC
Created attachment 146051 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-03-17 06:42:56 UTC
Reassigning to third-party/MPLAB X IDE. Please evaluate, thank you.