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

Summary: NullPointerException at org.netbeans.modules.projectimport.eclipse.core.RequiredProjectsPanel.showConfirmation
Product: projects Reporter: markiewb
Component: Eclipse project importerAssignee: issues@projects <issues>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 177225
Attachments: stacktrace

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.