Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.0.beta1
-
None
-
None
Description
When launching Eclipse, and if there are some failing resolve job, a NPE can be raised:
java.lang.NullPointerException at org.apache.ivyde.eclipse.cpcontainer.IvyClasspathContainerConfiguration.setConfStatus(IvyClasspathContainerConfiguration.java:329) at org.apache.ivyde.eclipse.cpcontainer.IvyClasspathContainerConfiguration.getModuleDescriptor(IvyClasspathContainerConfiguration.java:634) at org.apache.ivyde.eclipse.cpcontainer.IvyResolveJob.run(IvyResolveJob.java:200) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
This may be due to the way the decorator listeners are accessed.
Attachments
Issue Links
- is duplicated by
-
IVYDE-158 NullPointerException from IvyDE on startup.
- Resolved