Bug 7168 - IllegalArgumentException in LinkedPositionUI
Summary: IllegalArgumentException in LinkedPositionUI
Status: RESOLVED DUPLICATE of bug 6824
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Claude Knaus CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-22 10:35 EST by Boris Pruessmann CLA
Modified: 2002-04-09 09:05 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Pruessmann CLA 2001-12-22 10:35:08 EST
Stacktrace (stable 2001-12-19):

java.lang.IllegalArgumentException: Index out of bounds
	at org.eclipse.swt.SWT.error(SWT.java:1873)
	at org.eclipse.swt.SWT.error(SWT.java:1819)
	at org.eclipse.swt.custom.StyledText.getLocationAtOffset
(StyledText.java:3294)
	at 
org.eclipse.jdt.internal.ui.text.link.LinkedPositionUI.getMinimumLocation
(LinkedPositionUI.java:323)
	at org.eclipse.jdt.internal.ui.text.link.LinkedPositionUI.paintControl
(LinkedPositionUI.java:307)
	at org.eclipse.swt.widgets.TypedListener.handleEvent
(TypedListener.java:78)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:74)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:839)
	at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:652)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:2637)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:1794)
	at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1160)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1198)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:815)
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:798)
	at org.eclipse.core.internal.boot.InternalBootLoader.run
(InternalBootLoader.java:821)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:151)
	at org.eclipse.core.launcher.Main.run(Main.java:502)
	at org.eclipse.core.launcher.Main.main(Main.java:362)
Comment 1 Erich Gamma CLA 2002-04-09 08:35:20 EDT
We haven't seen this one for a while. Claude pls check and dispose if possible
Comment 2 Claude Knaus CLA 2002-04-09 09:05:29 EDT

*** This bug has been marked as a duplicate of 6824 ***