I'm getting a com.sun.jdi.InvocationException when I return an empty List<String> from one method and set that empty List in another POJO. This causes my SwingWorker.doInBackground() to not execute.
There's no stack trace and the JavaDocs don't even list a com.sun.jdi.InvocationException. This seems completely anomalous. Does anyone know what can cause this Exception?