Watch Job errors if left alone
------------------------------
Key: JBIDE-21211
URL:
https://issues.jboss.org/browse/JBIDE-21211
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Reporter: Max Rydahl Andersen
Assignee: Marián Labuda
Priority: Critical
Fix For: 4.4.0.Alpha1
let my eclipse run over night.
Came back to a screen with 6 multiple problems dialog all listed as blank (no content).
Turns out I had the following repeated 6 times in error log:
{code}
java.lang.ArrayIndexOutOfBoundsException: 9
at
org.jboss.tools.openshift.internal.core.WatchManager$WatchListener$RestartWatchJob.run(WatchManager.java:156)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}