Community
Participate
Working Groups
Build 20041201 I had a bunch of System.out.println() statements in my code. As I was selfhosting, the output should show up on the console view of the host. Very often, I get exceptions that all look like this: Error Dec 08, 2004 17:40:14.125 31 java.lang.ArrayIndexOutOfBoundsException: 31 at org.eclipse.swt.custom.DefaultLineStyler.linesChanging (DefaultLineStyler.java:519) at org.eclipse.swt.custom.DefaultLineStyler.textChanging (DefaultLineStyler.java:499) at org.eclipse.swt.custom.StyledText.handleTextChanging (StyledText.java:5240) at org.eclipse.swt.custom.StyledText$6.textChanging (StyledText.java:4710) at org.eclipse.ui.internal.console.ConsoleDocumentAdapter.documentAboutToBeChanged (ConsoleDocumentAdapter.java:299) at org.eclipse.jface.text.AbstractDocument.fireDocumentAboutToBeChanged (AbstractDocument.java:608) at org.eclipse.jface.text.AbstractDocument.replace (AbstractDocument.java:1025) at org.eclipse.ui.internal.console.ConsoleDocument.replace (ConsoleDocument.java:83) at org.eclipse.ui.internal.console.IOConsolePartitioner$1.run (IOConsolePartitioner.java:521) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:118) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2780) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2451) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1579) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1550) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:282) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:102) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:220) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:710) at org.eclipse.core.launcher.Main.main(Main.java:694) I keep getting this all the time without rhyme or reason. Have you seen this?
*** This bug has been marked as a duplicate of 80229 ***