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 208126 Details for
Bug 364735
[Viewers] ViewerComparator violates its general contract
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.
Subclipse Error Details
Subclipse Stack Trace.txt (text/plain), 5.41 KB, created by
Mark A. Ziesemer
on 2011-12-08 16:40:27 EST
(
hide
)
Description:
Subclipse Error Details
Filename:
MIME Type:
Creator:
Mark A. Ziesemer
Created:
2011-12-08 16:40:27 EST
Size:
5.41 KB
patch
obsolete
>eclipse.buildId=M20110909-1335 >java.version=1.7.0_02-ea >java.vendor=Oracle Corporation >BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US >Framework arguments: -product org.eclipse.epp.package.jee.product >Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product > >This is a continuation of log file ...\Eclipse\.metadata\.bak_0.log >Created Time: 2011-12-07 10:14:29.429 > >Error >Thu Dec 08 15:33:44 CST 2011 >Unhandled event loop exception > >java.lang.IllegalArgumentException: Comparison method violates its general contract! > at java.util.TimSort.mergeHi(TimSort.java:868) > at java.util.TimSort.mergeAt(TimSort.java:485) > at java.util.TimSort.mergeCollapse(TimSort.java:410) > at java.util.TimSort.sort(TimSort.java:214) > at java.util.TimSort.sort(TimSort.java:173) > at java.util.Arrays.sort(Arrays.java:659) > at org.eclipse.jface.viewers.ViewerComparator.sort(ViewerComparator.java:185) > at org.eclipse.jface.viewers.AbstractTreeViewer.getSortedChildren(AbstractTreeViewer.java:628) > at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:805) > at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) > at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:782) > at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:644) > at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:753) > at org.eclipse.jface.viewers.AbstractTreeViewer.internalInitializeTree(AbstractTreeViewer.java:1533) > at org.eclipse.jface.viewers.TreeViewer.internalInitializeTree(TreeViewer.java:833) > at org.eclipse.jface.viewers.AbstractTreeViewer$5.run(AbstractTreeViewer.java:1517) > at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1443) > at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:403) > at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1404) > at org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged(AbstractTreeViewer.java:1510) > at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:280) > at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1690) > at org.eclipse.ui.internal.ide.misc.ContainerSelectionGroup.createTreeViewer(ContainerSelectionGroup.java:296) > at org.eclipse.ui.internal.ide.misc.ContainerSelectionGroup.createContents(ContainerSelectionGroup.java:241) > at org.eclipse.ui.internal.ide.misc.ContainerSelectionGroup.<init>(ContainerSelectionGroup.java:164) > at org.eclipse.ui.internal.ide.misc.ContainerSelectionGroup.<init>(ContainerSelectionGroup.java:133) > at org.eclipse.ui.dialogs.ContainerSelectionDialog.createDialogArea(ContainerSelectionDialog.java:135) > at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:760) > at org.eclipse.jface.window.Window.create(Window.java:431) > at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089) > at org.eclipse.jface.window.Window.open(Window.java:790) > at org.tigris.subversion.subclipse.ui.actions.CopyAction.execute(CopyAction.java:43) > at org.tigris.subversion.subclipse.ui.actions.SVNAction.run(SVNAction.java:56) > at org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:70) > at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241) > at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) > at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) > at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660) > at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494) > at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:601) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) > at org.eclipse.equinox.launcher.Main.run(Main.java:1410) >
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 364735
:
207491
|
207574
|
207577
|
207626
|
207651
| 208126 |
233895
|
233896
|
238137