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 196973 - NullPointerException at org.netbeans.modules.projectimport.eclipse.core.UpdateEclipseReferencePanel.showEclipseReferenceResolver
Summary: NullPointerException at org.netbeans.modules.projectimport.eclipse.core.Updat...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Eclipse project importer (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-22 15:48 UTC by devilsevilhair
Modified: 2011-03-23 10:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177797


Attachments
stacktrace (3.42 KB, text/plain)
2011-03-22 15:48 UTC, devilsevilhair
Details

Note You need to log in before you can comment on or make changes to this bug.
Description devilsevilhair 2011-03-22 15:48:53 UTC
Build: NetBeans IDE Dev (Build 201103080000)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows 7

User Comments:
devilsevilhair: resyncing eclpise prohect




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.projectimport.eclipse.core.UpdateEclipseReferencePanel.showEclipseReferenceResolver(UpdateEclipseReferencePanel.java:108)
   at org.netbeans.modules.projectimport.eclipse.core.UpgradableProject.updateBrokenEclipseReference(UpgradableProject.java:121)
   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)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
Comment 1 devilsevilhair 2011-03-22 15:48:57 UTC
Created attachment 107186 [details]
stacktrace
Comment 2 Jesse Glick 2011-03-22 16:28:58 UTC
core-main #a7f17b5deb8e
Comment 3 Quality Engineering 2011-03-23 10:01:25 UTC
Integrated into 'main-golden', will be available in build *201103230400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a7f17b5deb8e
User: Jesse Glick <jglick@netbeans.org>
Log: #196973: NullPointerException at org.netbeans.modules.projectimport.eclipse.core.UpdateEclipseReferencePanel.showEclipseReferenceResolver