Community
Participate
Working Groups
If you examine the following snippet from a stack trace (http://bugs.eclipse.org/bugs/show_bug.cgi?id=13774) java.lang.IllegalArgumentException: at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:50) at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:35) at org.eclipse.core.runtime.Status.setPlugin(Status.java:151) at org.eclipse.core.runtime.Status.<init>(Status.java:59) at org.eclipse.ui.editors.text.StorageDocumentProvider.setDocumentContent (StorageDocumentProvider.java:83) You will see that the StorageDocumentProvider.setDocumentContent is creating a status with a null argument where there should instead be a plugin ID. I've marked this as major because it is obscuring the real error from the bug report cited.
*** This bug has been marked as a duplicate of 14009 ***
*** Bug 13774 has been marked as a duplicate of this bug. ***