]
Radim Hopp updated JBIDE-18652:
-------------------------------
Fix Version/s: 4.3.0.Alpha1
(was: 4.2.1.CR1)
NPE in Eclipse Error Log View when Central repo isn't available
---------------------------------------------------------------
Key: JBIDE-18652
URL:
https://issues.jboss.org/browse/JBIDE-18652
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.2.0.CR2
Reporter: Denis Golovin
Assignee: Mickael Istria
Labels: respin-a
Fix For: 4.3.0.Alpha1
Could be related to Central Update Site not being available, but it should not fail with
NPE in this case.
{code}java.lang.NullPointerException
at org.eclipse.equinox.internal.p2.metadata.OSGiVersion.compareTo(OSGiVersion.java:101)
at org.eclipse.equinox.internal.p2.metadata.OSGiVersion.compareTo(OSGiVersion.java:1)
at
org.jboss.tools.central.editors.xpl.ConnectorDescriptorItemUi$6.run(ConnectorDescriptorItemUi.java:316)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54){code}