]
Max Rydahl Andersen updated JBIDE-18652:
----------------------------------------
Assignee: Mickael Istria
Random NPE in Eclipse Error Log View
------------------------------------
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
Priority: Blocker
Fix For: 4.2.1.Final
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}