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 271365 - NullPointerException at org.netbeans.modules.projectimport.eclipse.core.RequiredProjectsPanel.showConfirmation
Summary: NullPointerException at org.netbeans.modules.projectimport.eclipse.core.Requi...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Eclipse project importer (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-24 17:11 UTC by TimKack
Modified: 2017-08-24 17:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 158965


Attachments
stacktrace (4.46 KB, text/plain)
2017-08-24 17:11 UTC, TimKack
Details

Note You need to log in before you can comment on or make changes to this bug.
Description TimKack 2017-08-24 17:11:20 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: OpenJDK 64-Bit Server VM, 25.131-b11, OpenJDK Runtime Environment, 1.8.0_131-8u131-b11-2ubuntu1.17.04.3-b11
OS: Linux

User Comments:
GUEST: Eclipse project re-sync doesn't work!

TimKack: Trying to resync imported eclipse projects. I did not select a specific project (there is a lot of them in the workspace).




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.ResynchronizeEclipseAction.actionPerformed(ResynchronizeEclipseAction.java:59)
   at org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:199)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
Comment 1 TimKack 2017-08-24 17:11:24 UTC
Created attachment 165003 [details]
stacktrace