]
Radim Hopp updated JBIDE-18870:
-------------------------------
Summary: CLONE - NPE in Eclipse Error Log View when Central repo isn't available
(was: NPE in Eclipse Error Log View when Central repo isn't available)
CLONE - NPE in Eclipse Error Log View when Central repo isn't
available
-----------------------------------------------------------------------
Key: JBIDE-18870
URL:
https://issues.jboss.org/browse/JBIDE-18870
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.2.0.CR2
Reporter: Radim Hopp
Assignee: Mickael Istria
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}