]
Denis Golovin commented on JBIDE-18542:
---------------------------------------
Easiest manual way to replicate just assign null in code and run it. Question remains why
sometimes null value was returned? Was it fixed?
NPE during "Check installation for Early Access"
------------------------------------------------
Key: JBIDE-18542
URL:
https://issues.jboss.org/browse/JBIDE-18542
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.2.0.CR2
Reporter: Rob Cernich
Assignee: Mickael Istria
Priority: Minor
Fix For: 4.2.x, 4.3.0.Alpha2
I got the following exception upon restart after updating to CR2 from the following site:
http://download.jboss.org/jbosstools/updates/staging/luna/
{noformat}
java.lang.NullPointerException
at
org.jboss.tools.central.installation.InstallationChecker.getUnits(InstallationChecker.java:99)
at
org.jboss.tools.central.installation.InstallationChecker.getEarlyAccessUnits(InstallationChecker.java:79)
at
org.jboss.tools.central.installation.InstallationChecker.hasEarlyAccess(InstallationChecker.java:72)
at
org.jboss.tools.central.editors.JBossCentralEditor$HeaderText$3.run(JBossCentralEditor.java:574)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{noformat}