Andrey Loskutov

Results 38 issues of Andrey Loskutov

Maybe this could help understanding OOM errors on jenkins. See https://github.com/eclipse-platform/eclipse.platform.ui/issues/2432

There are dozens of `@Nullable` annotations out there, I think we should add some kind of documentation explaining why `edu.umd.cs.findbugs.annotations.Nullable` is handled differently. We should also explain why it exists...

Looks like change of Gihub Windows 2025 runner also broke `Test_org_eclipse_swt_browser_Browser.test_setUrl_remote_with_post` test on Windows (see similar issue with keys https://github.com/eclipse-platform/eclipse.platform.swt/issues/2516). Seen on - https://github.com/eclipse-platform/eclipse.platform.swt/pull/2555, - https://github.com/eclipse-platform/eclipse.platform.swt/pull/2560 Stack from https://github.com/eclipse-platform/eclipse.platform.swt/runs/51571267543 ```...

bug
Windows

I was asked to show a bigger message with some paragraphs in a MessageDialog (that uses 'new Label(SWT.WRAP)') and surprisingly, **every second** line after a paragraph seem to be rendered...

bug
Linux/GTK

Few fields are not volatile/atomic but could be accessed from different threads, so even if the modification happens while holding workspace locks, other threads might see stale values. Fields in...

While debugging https://github.com/eclipse-jdt/eclipse.jdt.core/issues/4370 I've noticed that in the `org.eclipse.core.internal.resources.WorkManager` few fields are not volatile/atomic but could be accessed from different threads, so even if the modification happens while holding workspace...

bug

Using 4.9.8, probably regression from https://github.com/spotbugs/spotbugs/pull/3635 NN_NAKED_NOTIFY is now reported if the data is not directly changed in the synchronized block, but in the same method. ``` public class FalsePositiveNN...

bug
false positive
regression

Using latest Spotbugs 4.9.8 release on Java 21.0.8 JVM. We have ~200 projects (compiled at Java 17 / 21 targets) in the Eclipse workspace and if I try to run...

bug
regression