]
Mickael Istria commented on JBIDE-18368:
----------------------------------------
I've tried to understand why this agent can be null at that time and couldn't
figure out. I'll just put a null-check guard...
An internal error occurred during: "Computing connector
status".
----------------------------------------------------------------
Key: JBIDE-18368
URL:
https://issues.jboss.org/browse/JBIDE-18368
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.2.0.CR1
Environment: JBDS 8.0.0.CR1b, F20_64
Reporter: Jiri Peterka
Assignee: Mickael Istria
Fix For: 4.2.0.CR2
{code}
java.lang.NullPointerException
at
org.jboss.tools.central.editors.xpl.ConnectorDescriptorItemUi.resolveProfileUnits(ConnectorDescriptorItemUi.java:393)
at
org.jboss.tools.central.editors.xpl.ConnectorDescriptorItemUi.access$6(ConnectorDescriptorItemUi.java:390)
at
org.jboss.tools.central.editors.xpl.ConnectorDescriptorItemUi$6.run(ConnectorDescriptorItemUi.java:311)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{code}