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 258452 - NullPointerException at org.netbeans.modules.projectimport.eclipse.core.UpdateEclipseReferencePanel.<init>
Summary: NullPointerException at org.netbeans.modules.projectimport.eclipse.core.Updat...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Eclipse project importer (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-20 21:44 UTC by everheul
Modified: 2016-03-20 21:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181993


Attachments
stacktrace (3.52 KB, text/plain)
2016-03-20 21:44 UTC, everheul
Details

Note You need to log in before you can comment on or make changes to this bug.
Description everheul 2016-03-20 21:44:43 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 8

User Comments:
GUEST: Moved source folder of an Eclipse project (previously imported), resolved issue by navigating to new destination; tried to Resync to fix package discrepancy. Resync failed due to NPE.

GUEST: deleted the eclipse files manually (cause dont need them anymore) and accidentally clicked the eclipse resync button.

everheul: Using great inspect and fix feature.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.projectimport.eclipse.core.UpdateEclipseReferencePanel.<init>(UpdateEclipseReferencePanel.java:73)
   at org.netbeans.modules.projectimport.eclipse.core.UpdateEclipseReferencePanel.showEclipseReferenceResolver(UpdateEclipseReferencePanel.java:123)
   at org.netbeans.modules.projectimport.eclipse.core.UpgradableProject.updateBrokenEclipseReference(UpgradableProject.java:127)
   at org.netbeans.modules.projectimport.eclipse.core.UpdateAllProjects.ensureProjectsReachable(UpdateAllProjects.java:93)
   at org.netbeans.modules.projectimport.eclipse.core.UpdateAllProjects.update(UpdateAllProjects.java:220)
   at org.netbeans.modules.projectimport.eclipse.core.UpdateProjectAction.actionPerformed(UpdateProjectAction.java:77)
Comment 1 everheul 2016-03-20 21:44:45 UTC
Created attachment 158936 [details]
stacktrace