Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 84095 Details for
Bug 211495
[implementation] AssertionFailed while editing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Exceptions stack traces
exception.log (text/plain), 54.51 KB, created by
Frederic Fusier
on 2007-11-29 14:31:08 EST
(
hide
)
Description:
Exceptions stack traces
Filename:
MIME Type:
Creator:
Frederic Fusier
Created:
2007-11-29 14:31:08 EST
Size:
54.51 KB
patch
obsolete
>!SESSION 2007-11-29 15:33:06.343 ----------------------------------------------- >eclipse.buildId=I20071127-0800 >java.version=1.6.0_05-ea >java.vendor=Sun Microsystems Inc. >BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US >Framework arguments: -showlocation -showversion -verify >Command-line arguments: -os win32 -ws win32 -arch x86 -showlocation -debug c:\eclipse\v34\.options -data D:\usr\OTI\workspaces\dvpt\search\155013 -consoleLog -showversion -verify > >!ENTRY org.eclipse.ui.workbench.texteditor 4 2 2007-11-29 20:11:24.250 >!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench.texteditor". >!STACK 0 >org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingEngine.check(JavaSpellingEngine.java:49) > at org.eclipse.jdt.internal.ui.text.spelling.SpellingEngine.check(SpellingEngine.java:90) > at org.eclipse.jdt.internal.ui.text.spelling.DefaultSpellingEngine.check(DefaultSpellingEngine.java:75) > at org.eclipse.ui.texteditor.spelling.SpellingService$1.run(SpellingService.java:103) > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:108) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:80) > at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(SpellingReconcileStrategy.java:179) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingReconcileStrategy.reconcile(JavaSpellingReconcileStrategy.java:125) > at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.reconcile(CompositeReconcilingStrategy.java:86) > at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.reconcile(JavaCompositeReconcilingStrategy.java:102) > at org.eclipse.jface.text.reconciler.MonoReconciler.process(MonoReconciler.java:75) > at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206) > >!ENTRY org.eclipse.ui 4 4 2007-11-29 20:11:24.250 >!MESSAGE "Toggle Comment" did not complete normally. Please see the log for more information. > >!ENTRY org.eclipse.ui 4 0 2007-11-29 20:11:24.250 >!MESSAGE assertion failed: >!STACK 0 >org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:448) > at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:567) > at org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:565) > at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:225) > at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2624) > at org.eclipse.jface.text.TextViewer.fireRedrawChanged(TextViewer.java:4661) > at org.eclipse.jface.text.TextViewer.enabledRedrawing(TextViewer.java:4701) > at org.eclipse.jface.text.TextViewer.enabledRedrawing(TextViewer.java:4669) > at org.eclipse.jface.text.TextViewer.setRedraw(TextViewer.java:4756) > at org.eclipse.jface.text.TextViewer.setRedraw(TextViewer.java:4728) > at org.eclipse.jface.text.TextViewer$RewriteTarget.setRedraw(TextViewer.java:1037) > at org.eclipse.jface.text.TextViewer$DocumentRewriteSessionListener.documentRewriteSessionChanged(TextViewer.java:1405) > at org.eclipse.jface.text.AbstractDocument.fireRewriteSessionChanged(AbstractDocument.java:1438) > at org.eclipse.jface.text.AbstractDocument.stopRewriteSession(AbstractDocument.java:1524) > at org.eclipse.jface.text.TextViewer.shift(TextViewer.java:4027) > at org.eclipse.jface.text.TextViewer.doOperation(TextViewer.java:3750) > at org.eclipse.jface.text.source.SourceViewer.doOperation(SourceViewer.java:857) > at org.eclipse.jface.text.source.projection.ProjectionViewer.doOperation(ProjectionViewer.java:1428) > at org.eclipse.jdt.internal.ui.javaeditor.JavaSourceViewer.doOperation(JavaSourceViewer.java:178) > at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:193) > at org.eclipse.jdt.internal.ui.javaeditor.ToggleCommentAction$1.run(ToggleCommentAction.java:106) > at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) > at org.eclipse.jdt.internal.ui.javaeditor.ToggleCommentAction.run(ToggleCommentAction.java:104) > at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) > at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185) > at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109) > at org.eclipse.core.commands.Command.executeWithChecks(Command.java:475) > at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:470) > at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:165) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:470) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:821) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:879) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:568) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:510) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:126) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) > at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1160) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:951) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:976) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:961) > at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:989) > at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:985) > at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1301) > at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3883) > at org.eclipse.swt.widgets.Control.windowProc(Control.java:3776) > at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:334) > at org.eclipse.swt.widgets.Display.windowProc(Display.java:4450) > at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) > at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2322) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3359) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357) > at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2223) > at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:474) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:469) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) > 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:597) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:516) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:456) > at org.eclipse.equinox.launcher.Main.run(Main.java:1194) > at org.eclipse.equinox.launcher.Main.main(Main.java:1170) > >!ENTRY org.eclipse.ui 4 0 2007-11-29 20:11:24.281 >!MESSAGE Unhandled event loop exception >!STACK 0 >org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.core.runtime.AssertionFailedException: assertion failed: ) > at org.eclipse.swt.SWT.error(SWT.java:3716) > at org.eclipse.swt.SWT.error(SWT.java:3634) > at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) > at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3727) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3364) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357) > at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2223) > at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:474) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:469) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) > 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:597) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:516) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:456) > at org.eclipse.equinox.launcher.Main.run(Main.java:1194) > at org.eclipse.equinox.launcher.Main.main(Main.java:1170) >Caused by: org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:448) > at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:567) > at org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:565) > at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:225) > at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2624) > at org.eclipse.jface.text.TextViewer.invalidateTextPresentation(TextViewer.java:3271) > at org.eclipse.jface.text.source.AnnotationPainter.invalidateTextPresentation(AnnotationPainter.java:959) > at org.eclipse.jface.text.source.AnnotationPainter.updatePainting(AnnotationPainter.java:941) > at org.eclipse.jface.text.source.AnnotationPainter.access$1(AnnotationPainter.java:935) > at org.eclipse.jface.text.source.AnnotationPainter$1.run(AnnotationPainter.java:1074) > at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) > at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:130) > ... 23 more > >!ENTRY org.eclipse.ui 4 0 2007-11-29 20:11:24.296 >!MESSAGE Unhandled event loop exception >!STACK 0 >org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.core.runtime.AssertionFailedException: assertion failed: ) > at org.eclipse.swt.SWT.error(SWT.java:3716) > at org.eclipse.swt.SWT.error(SWT.java:3634) > at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) > at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3727) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3364) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357) > at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2223) > at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:474) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:469) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) > 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:597) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:516) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:456) > at org.eclipse.equinox.launcher.Main.run(Main.java:1194) > at org.eclipse.equinox.launcher.Main.main(Main.java:1170) >Caused by: org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:448) > at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:567) > at org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:565) > at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:225) > at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2624) > at org.eclipse.jface.text.TextViewer.invalidateTextPresentation(TextViewer.java:3271) > at org.eclipse.jface.text.source.AnnotationPainter.invalidateTextPresentation(AnnotationPainter.java:959) > at org.eclipse.jface.text.source.AnnotationPainter.updatePainting(AnnotationPainter.java:941) > at org.eclipse.jface.text.source.AnnotationPainter.access$1(AnnotationPainter.java:935) > at org.eclipse.jface.text.source.AnnotationPainter$1.run(AnnotationPainter.java:1074) > at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) > at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:130) > ... 23 more > >!ENTRY org.eclipse.ui.workbench.texteditor 4 2 2007-11-29 20:11:25.156 >!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench.texteditor". >!STACK 0 >org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingEngine.check(JavaSpellingEngine.java:49) > at org.eclipse.jdt.internal.ui.text.spelling.SpellingEngine.check(SpellingEngine.java:90) > at org.eclipse.jdt.internal.ui.text.spelling.DefaultSpellingEngine.check(DefaultSpellingEngine.java:75) > at org.eclipse.ui.texteditor.spelling.SpellingService$1.run(SpellingService.java:103) > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:108) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:80) > at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(SpellingReconcileStrategy.java:179) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingReconcileStrategy.reconcile(JavaSpellingReconcileStrategy.java:125) > at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.reconcile(CompositeReconcilingStrategy.java:86) > at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.reconcile(JavaCompositeReconcilingStrategy.java:102) > at org.eclipse.jface.text.reconciler.MonoReconciler.process(MonoReconciler.java:75) > at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206) > >!ENTRY org.eclipse.ui 4 0 2007-11-29 20:11:25.203 >!MESSAGE Unhandled event loop exception >!STACK 0 >org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.core.runtime.AssertionFailedException: assertion failed: ) > at org.eclipse.swt.SWT.error(SWT.java:3716) > at org.eclipse.swt.SWT.error(SWT.java:3634) > at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) > at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3727) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3364) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357) > at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2223) > at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:474) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:469) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) > 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:597) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:516) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:456) > at org.eclipse.equinox.launcher.Main.run(Main.java:1194) > at org.eclipse.equinox.launcher.Main.main(Main.java:1170) >Caused by: org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:448) > at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:567) > at org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:565) > at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:225) > at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2624) > at org.eclipse.jface.text.TextViewer.invalidateTextPresentation(TextViewer.java:3271) > at org.eclipse.jface.text.source.AnnotationPainter.invalidateTextPresentation(AnnotationPainter.java:959) > at org.eclipse.jface.text.source.AnnotationPainter.updatePainting(AnnotationPainter.java:941) > at org.eclipse.jface.text.source.AnnotationPainter.access$1(AnnotationPainter.java:935) > at org.eclipse.jface.text.source.AnnotationPainter$1.run(AnnotationPainter.java:1074) > at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) > at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:130) > ... 23 more > >!ENTRY org.eclipse.ui.workbench.texteditor 4 2 2007-11-29 20:11:25.343 >!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench.texteditor". >!STACK 0 >org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingEngine.check(JavaSpellingEngine.java:49) > at org.eclipse.jdt.internal.ui.text.spelling.SpellingEngine.check(SpellingEngine.java:90) > at org.eclipse.jdt.internal.ui.text.spelling.DefaultSpellingEngine.check(DefaultSpellingEngine.java:75) > at org.eclipse.ui.texteditor.spelling.SpellingService$1.run(SpellingService.java:103) > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:108) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:80) > at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(SpellingReconcileStrategy.java:179) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingReconcileStrategy.reconcile(JavaSpellingReconcileStrategy.java:125) > at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.reconcile(CompositeReconcilingStrategy.java:86) > at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.reconcile(JavaCompositeReconcilingStrategy.java:102) > at org.eclipse.jface.text.reconciler.MonoReconciler.process(MonoReconciler.java:75) > at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206) > >!ENTRY org.eclipse.ui 4 0 2007-11-29 20:11:25.343 >!MESSAGE Unhandled event loop exception >!STACK 0 >org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.core.runtime.AssertionFailedException: assertion failed: ) > at org.eclipse.swt.SWT.error(SWT.java:3716) > at org.eclipse.swt.SWT.error(SWT.java:3634) > at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) > at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3727) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3364) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357) > at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2223) > at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:474) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:469) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) > 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:597) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:516) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:456) > at org.eclipse.equinox.launcher.Main.run(Main.java:1194) > at org.eclipse.equinox.launcher.Main.main(Main.java:1170) >Caused by: org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:448) > at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:567) > at org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:565) > at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:225) > at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2624) > at org.eclipse.jface.text.TextViewer.invalidateTextPresentation(TextViewer.java:3271) > at org.eclipse.jface.text.source.AnnotationPainter.invalidateTextPresentation(AnnotationPainter.java:959) > at org.eclipse.jface.text.source.AnnotationPainter.updatePainting(AnnotationPainter.java:941) > at org.eclipse.jface.text.source.AnnotationPainter.access$1(AnnotationPainter.java:935) > at org.eclipse.jface.text.source.AnnotationPainter$1.run(AnnotationPainter.java:1074) > at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) > at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:130) > ... 23 more > >!ENTRY org.eclipse.ui.workbench.texteditor 4 2 2007-11-29 20:11:26.421 >!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench.texteditor". >!STACK 0 >org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingEngine.check(JavaSpellingEngine.java:49) > at org.eclipse.jdt.internal.ui.text.spelling.SpellingEngine.check(SpellingEngine.java:90) > at org.eclipse.jdt.internal.ui.text.spelling.DefaultSpellingEngine.check(DefaultSpellingEngine.java:75) > at org.eclipse.ui.texteditor.spelling.SpellingService$1.run(SpellingService.java:103) > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:108) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:80) > at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(SpellingReconcileStrategy.java:179) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingReconcileStrategy.reconcile(JavaSpellingReconcileStrategy.java:125) > at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.reconcile(CompositeReconcilingStrategy.java:86) > at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.reconcile(JavaCompositeReconcilingStrategy.java:102) > at org.eclipse.jface.text.reconciler.MonoReconciler.process(MonoReconciler.java:75) > at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206) > >!ENTRY org.eclipse.ui 4 0 2007-11-29 20:11:26.437 >!MESSAGE Unhandled event loop exception >!STACK 0 >org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.core.runtime.AssertionFailedException: assertion failed: ) > at org.eclipse.swt.SWT.error(SWT.java:3716) > at org.eclipse.swt.SWT.error(SWT.java:3634) > at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) > at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3727) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3364) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357) > at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2223) > at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:474) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:469) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) > 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:597) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:516) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:456) > at org.eclipse.equinox.launcher.Main.run(Main.java:1194) > at org.eclipse.equinox.launcher.Main.main(Main.java:1170) >Caused by: org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:448) > at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:567) > at org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:565) > at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:225) > at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2624) > at org.eclipse.jface.text.TextViewer.invalidateTextPresentation(TextViewer.java:3271) > at org.eclipse.jface.text.source.AnnotationPainter.invalidateTextPresentation(AnnotationPainter.java:959) > at org.eclipse.jface.text.source.AnnotationPainter.updatePainting(AnnotationPainter.java:941) > at org.eclipse.jface.text.source.AnnotationPainter.access$1(AnnotationPainter.java:935) > at org.eclipse.jface.text.source.AnnotationPainter$1.run(AnnotationPainter.java:1074) > at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) > at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:130) > ... 23 more > >!ENTRY org.eclipse.ui.workbench.texteditor 4 2 2007-11-29 20:11:32.984 >!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench.texteditor". >!STACK 0 >org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingEngine.check(JavaSpellingEngine.java:49) > at org.eclipse.jdt.internal.ui.text.spelling.SpellingEngine.check(SpellingEngine.java:90) > at org.eclipse.jdt.internal.ui.text.spelling.DefaultSpellingEngine.check(DefaultSpellingEngine.java:75) > at org.eclipse.ui.texteditor.spelling.SpellingService$1.run(SpellingService.java:103) > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:108) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:80) > at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(SpellingReconcileStrategy.java:179) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingReconcileStrategy.reconcile(JavaSpellingReconcileStrategy.java:125) > at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.reconcile(CompositeReconcilingStrategy.java:86) > at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.reconcile(JavaCompositeReconcilingStrategy.java:102) > at org.eclipse.jface.text.reconciler.MonoReconciler.process(MonoReconciler.java:75) > at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206) > >!ENTRY org.eclipse.ui.workbench.texteditor 4 2 2007-11-29 20:11:33.250 >!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench.texteditor". >!STACK 0 >org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingEngine.check(JavaSpellingEngine.java:49) > at org.eclipse.jdt.internal.ui.text.spelling.SpellingEngine.check(SpellingEngine.java:90) > at org.eclipse.jdt.internal.ui.text.spelling.DefaultSpellingEngine.check(DefaultSpellingEngine.java:75) > at org.eclipse.ui.texteditor.spelling.SpellingService$1.run(SpellingService.java:103) > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:108) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:80) > at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(SpellingReconcileStrategy.java:179) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingReconcileStrategy.reconcile(JavaSpellingReconcileStrategy.java:125) > at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.reconcile(CompositeReconcilingStrategy.java:86) > at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.reconcile(JavaCompositeReconcilingStrategy.java:102) > at org.eclipse.jface.text.reconciler.MonoReconciler.process(MonoReconciler.java:75) > at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206) > >!ENTRY org.eclipse.ui.workbench.texteditor 4 2 2007-11-29 20:11:34.109 >!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench.texteditor". >!STACK 0 >org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingEngine.check(JavaSpellingEngine.java:49) > at org.eclipse.jdt.internal.ui.text.spelling.SpellingEngine.check(SpellingEngine.java:90) > at org.eclipse.jdt.internal.ui.text.spelling.DefaultSpellingEngine.check(DefaultSpellingEngine.java:75) > at org.eclipse.ui.texteditor.spelling.SpellingService$1.run(SpellingService.java:103) > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:108) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:80) > at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(SpellingReconcileStrategy.java:179) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingReconcileStrategy.reconcile(JavaSpellingReconcileStrategy.java:125) > at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.reconcile(CompositeReconcilingStrategy.java:86) > at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.reconcile(JavaCompositeReconcilingStrategy.java:102) > at org.eclipse.jface.text.reconciler.MonoReconciler.process(MonoReconciler.java:75) > at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206) > >!ENTRY org.eclipse.ui.workbench.texteditor 4 2 2007-11-29 20:11:34.890 >!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench.texteditor". >!STACK 0 >org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingEngine.check(JavaSpellingEngine.java:49) > at org.eclipse.jdt.internal.ui.text.spelling.SpellingEngine.check(SpellingEngine.java:90) > at org.eclipse.jdt.internal.ui.text.spelling.DefaultSpellingEngine.check(DefaultSpellingEngine.java:75) > at org.eclipse.ui.texteditor.spelling.SpellingService$1.run(SpellingService.java:103) > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:108) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:80) > at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(SpellingReconcileStrategy.java:179) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingReconcileStrategy.reconcile(JavaSpellingReconcileStrategy.java:125) > at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.reconcile(CompositeReconcilingStrategy.java:86) > at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.reconcile(JavaCompositeReconcilingStrategy.java:102) > at org.eclipse.jface.text.reconciler.MonoReconciler.process(MonoReconciler.java:75) > at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206) > >!ENTRY org.eclipse.ui.workbench.texteditor 4 2 2007-11-29 20:11:35.812 >!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench.texteditor". >!STACK 0 >org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingEngine.check(JavaSpellingEngine.java:49) > at org.eclipse.jdt.internal.ui.text.spelling.SpellingEngine.check(SpellingEngine.java:90) > at org.eclipse.jdt.internal.ui.text.spelling.DefaultSpellingEngine.check(DefaultSpellingEngine.java:75) > at org.eclipse.ui.texteditor.spelling.SpellingService$1.run(SpellingService.java:103) > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:108) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:80) > at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(SpellingReconcileStrategy.java:179) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingReconcileStrategy.reconcile(JavaSpellingReconcileStrategy.java:125) > at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.reconcile(CompositeReconcilingStrategy.java:86) > at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.reconcile(JavaCompositeReconcilingStrategy.java:102) > at org.eclipse.jface.text.reconciler.MonoReconciler.process(MonoReconciler.java:75) > at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206) > >!ENTRY org.eclipse.ui.workbench.texteditor 4 2 2007-11-29 20:11:43.937 >!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench.texteditor". >!STACK 0 >org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingEngine.check(JavaSpellingEngine.java:49) > at org.eclipse.jdt.internal.ui.text.spelling.SpellingEngine.check(SpellingEngine.java:90) > at org.eclipse.jdt.internal.ui.text.spelling.DefaultSpellingEngine.check(DefaultSpellingEngine.java:75) > at org.eclipse.ui.texteditor.spelling.SpellingService$1.run(SpellingService.java:103) > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:108) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:80) > at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(SpellingReconcileStrategy.java:179) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingReconcileStrategy.reconcile(JavaSpellingReconcileStrategy.java:125) > at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.reconcile(CompositeReconcilingStrategy.java:86) > at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.reconcile(JavaCompositeReconcilingStrategy.java:102) > at org.eclipse.jface.text.reconciler.MonoReconciler.process(MonoReconciler.java:75) > at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206) > >!ENTRY org.eclipse.ui.workbench.texteditor 4 2 2007-11-29 20:17:07.750 >!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench.texteditor". >!STACK 0 >org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingEngine.check(JavaSpellingEngine.java:49) > at org.eclipse.jdt.internal.ui.text.spelling.SpellingEngine.check(SpellingEngine.java:90) > at org.eclipse.jdt.internal.ui.text.spelling.DefaultSpellingEngine.check(DefaultSpellingEngine.java:75) > at org.eclipse.ui.texteditor.spelling.SpellingService$1.run(SpellingService.java:103) > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:108) > at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:80) > at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(SpellingReconcileStrategy.java:179) > at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingReconcileStrategy.reconcile(JavaSpellingReconcileStrategy.java:125) > at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.reconcile(CompositeReconcilingStrategy.java:86) > at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.reconcile(JavaCompositeReconcilingStrategy.java:102) > at org.eclipse.jface.text.reconciler.MonoReconciler.process(MonoReconciler.java:75) > at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206) > >!ENTRY org.eclipse.ui 4 0 2007-11-29 20:17:13.968 >!MESSAGE Unable to create editor ID org.eclipse.jdt.ui.CompilationUnitEditor: assertion failed: >!STACK 0 >org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at org.eclipse.jface.text.Position.setLength(Position.java:185) > at org.eclipse.jface.text.rules.FastPartitioner.computePartitioning(FastPartitioner.java:634) > at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1310) > at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:428) > at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:448) > at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:567) > at org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:565) > at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.inputDocumentChanged(PresentationReconciler.java:119) > at org.eclipse.jface.text.TextViewer.fireInputDocumentChanged(TextViewer.java:2688) > at org.eclipse.jface.text.TextViewer.setDocument(TextViewer.java:2737) > at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:518) > at org.eclipse.jface.text.source.projection.ProjectionViewer.setDocument(ProjectionViewer.java:370) > at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:473) > at org.eclipse.ui.texteditor.AbstractTextEditor.initializeSourceViewer(AbstractTextEditor.java:3815) > at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:3346) > at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:53) > at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:399) > at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.createPartControl(JavaEditor.java:2650) > at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.createPartControl(CompilationUnitEditor.java:1441) > at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661) > at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:428) > at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:594) > at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:266) > at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2721) > at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2633) > at org.eclipse.ui.internal.WorkbenchPage.access$12(WorkbenchPage.java:2625) > at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2577) > at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) > at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2572) > at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2556) > at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2547) > at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:331) > at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:194) > at org.eclipse.jdt.ui.JavaUI.openInEditor(JavaUI.java:672) > at org.eclipse.jdt.internal.ui.actions.OpenTypeAction.runWithEvent(OpenTypeAction.java:88) > at org.eclipse.jdt.internal.ui.actions.OpenTypeAction.runWithEvent(OpenTypeAction.java:148) > at org.eclipse.ui.internal.handlers.ActionDelegateHandlerProxy.execute(ActionDelegateHandlerProxy.java:281) > at org.eclipse.core.commands.Command.executeWithChecks(Command.java:475) > at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:470) > at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:165) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:470) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:821) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:879) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:568) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:510) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:126) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) > at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1160) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:951) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:976) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:961) > at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:989) > at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:985) > at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1301) > at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3883) > at org.eclipse.swt.widgets.Control.windowProc(Control.java:3776) > at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:334) > at org.eclipse.swt.widgets.Display.windowProc(Display.java:4450) > at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) > at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2322) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3359) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357) > at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2223) > at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:474) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:469) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) > 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:597) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:516) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:456) > at org.eclipse.equinox.launcher.Main.run(Main.java:1194) > at org.eclipse.equinox.launcher.Main.main(Main.java:1170)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 211495
: 84095 |
84107
|
97952