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 234335 - NullPointerException at com.microchip.mplab.nbide.embedded.makeproject.ui.MakeLogicalViewProvider.findFolderNode
Summary: NullPointerException at com.microchip.mplab.nbide.embedded.makeproject.ui.Mak...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: MPLAB X IDE (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: vincesheard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-13 15:55 UTC by ocarivenc
Modified: 2013-10-10 19:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203017


Attachments
stacktrace (3.62 KB, text/plain)
2013-08-13 15:55 UTC, ocarivenc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ocarivenc 2013-08-13 15:55:06 UTC
Build: MPLAB X IDE v1.85
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows Vista

Stacktrace: 
java.lang.NullPointerException
   at com.microchip.mplab.nbide.embedded.makeproject.ui.MakeLogicalViewProvider.findFolderNode(MakeLogicalViewProvider.java:293)
   at com.microchip.mplab.nbide.embedded.makeproject.ui.MakeLogicalViewProvider.findItemNode(MakeLogicalViewProvider.java:320)
   at com.microchip.mplab.nbide.embedded.makeproject.ui.MakeLogicalViewProvider.setVisible(MakeLogicalViewProvider.java:368)
   at com.microchip.mplab.nbide.embedded.makeproject.api.actions.AddExistingItemAction.performAction(AddExistingItemAction.java:381)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
Comment 1 ocarivenc 2013-08-13 15:55:08 UTC
Created attachment 138648 [details]
stacktrace
Comment 2 vincesheard 2013-10-10 19:19:57 UTC
Is it possible to describe what actions you were performing before you got this exception? That lead up to it?