Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #347668 +++ Cloned to apply the fix to 3.7.1 I opened a target platform editor (org.eclipse.pde.internal.ui.editor.targetdefinition.TargetEditor). I got: Communication with repository at http://download.eclipse.org/eclipse/updates/3.6/R-3.6-201006080911 failed. java.net.SocketTimeoutException: Read timed out And then this NPE from PDE: java.lang.NullPointerException at org.eclipse.pde.internal.core.target.provisional.LoadTargetDefinitionJob.handleReload(LoadTargetDefinitionJob.java:375) at org.eclipse.pde.internal.core.target.provisional.LoadTargetDefinitionJob.loadPlugins(LoadTargetDefinitionJob.java:284) at org.eclipse.pde.internal.core.target.provisional.LoadTargetDefinitionJob.runInWorkspace(LoadTargetDefinitionJob.java:141) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Eclipse Platform Version: 3.6.2 Build id: M20110210-1200
Released to 3.7.1
As per http://www.eclipse.org/eclipse/development/plans/freeze_plan_3_7_1.php this bug needs a review+ on the patch from another committer and a review+ from a component lead to be committed into 3.7.1.
Ankur and Dani, would you please review the fix.
+1
Fix is released for 3.7.1. Ankur's review satisfies the SR1 freeze requirements.
The fix looks good, but you need to increase the bundle version to 3.4.200.qualifier.
(In reply to comment #6) > The fix looks good, but you need to increase the bundle version to > 3.4.200.qualifier. 3.4.201.qualifier that is.
'org.eclipse.pde.core' also needs its version fixed.
I've fixed the versions in R3_7_maintenance so that we catch the Git bus.
I haven't been able to reproduce while working with targets, but the fix is in 3.7.1 and corrects the potential NPE. Marking as VERIFIED.