Argument(s) are different! Wanted:
shell.setLocation(
106,
160
);
-> at org.eclipse.swt.widgets.Shell.setLocation(Shell.java:1583)
Actual invocations have different arguments at positions [0, 1]:
shell.setLocation(
100,
150
);
-> at org.eclipse.mylyn.commons.ui.ShellDragSupportTest.setUp(ShellDragSupportTest.java:42)
shell.setLocation(
Point {100, 150}
);
...
Seeing this error in Windows 11 for the current main:
ShellDragSupportTest.handleMouseMove-stackTrace.txt