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 224658 - NullPointerException at org.netbeans.modules.projectimport.eclipse.core.RequiredProjectsPanel.showConfirmation
Summary: NullPointerException at org.netbeans.modules.projectimport.eclipse.core.Requi...
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Eclipse project importer (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-09 16:30 UTC by markiewb
Modified: 2015-02-04 03:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177225


Attachments
stacktrace (3.28 KB, text/plain)
2013-01-09 16:30 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-01-09 16:30:03 UTC
Build: NetBeans IDE Dev (Build 201301030001)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.13-b02, Java(TM) SE Runtime Environment, 1.6.0_38-b05
OS: Windows 7

User Comments:
GUEST: Synching an Eclipse project.

markiewb: Changed some dependencies within in eclipse (which was open in parallel), after that tried to resynchronize within NetBeans




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.projectimport.eclipse.core.RequiredProjectsPanel.showConfirmation(RequiredProjectsPanel.java:98)
   at org.netbeans.modules.projectimport.eclipse.core.UpdateAllProjects.resolveNewRequiredProjects(UpdateAllProjects.java:164)
   at org.netbeans.modules.projectimport.eclipse.core.UpdateAllProjects.update(UpdateAllProjects.java:224)
   at org.netbeans.modules.projectimport.eclipse.core.UpdateProjectAction.actionPerformed(UpdateProjectAction.java:77)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
Comment 1 markiewb 2013-01-09 16:30:04 UTC
Created attachment 130045 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:34:38 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.