Simeon Andreev
Simeon Andreev
For this snippet, I see the following bug reported with SpotBugs 4.7: ``` package test; public class TestFinalize { public int x; @Override protected void finalize() throws Throwable { ++x;...
Reproduction with snippet: ``` package test; public class TestStaticAccess { private static final Object lock = new Object(); private static int x = 0; private static int y = 0;...
See e.g.: http://jcenter.bintray.com/com/fasterxml/aalto-xml/1.0.0/ http://jcenter.bintray.com/com/fasterxml/aalto-xml/1.1.0/ E.g. from `aalto-xml-1.0.0-sources.jar`: ` Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: tatu Build-Jdk: 1.7.0_79 Specification-Title: aalto-xml Specification-Version: 1.0.0 Specification-Vendor: FasterXML Implementation-Title: aalto-xml Implementation-Version: 1.0.0...
The `@OverridingMethodsMustInvokeSuper` annotation hints that the code in a specific method must always run, even if the method is overriden. It would be nice if the plug-in would check at...
To reproduce: 1. Download Adoptium JDK 21: https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.1%2B12/OpenJDK21U-jdk_x64_linux_hotspot_21.0.1_12.tar.gz 2. Run snippet (everything is on the classpath, not the module path): ``` package test; import net.bytebuddy.ByteBuddy; import net.bytebuddy.description.modifier.Ownership; import net.bytebuddy.description.modifier.Visibility; import...
Here is an inspection of a `GtkContainer` with a `GtkScale`:  This is more pronounced in Eclipse SWT, where anything outside of the container is not painted:  The following...
Especially visible when a button is on focus (e.g. with pressing tab), due to the outline: GTK 3.22:  GTK 3.14:  I have reported https://gitlab.gnome.org/GNOME/gtk/issues/206 for the behaviour change,...
Whenever a project is closed, its resource tree is saved. This includes linked resources in the project. When the project is re-opened, link changes in the .project file are not...
In our product, we have a builder that reads linked folders. The builder runs into a NPE, due to stale links information. The stale links information results due to the...
WIP, DONT MERGE Fixes: #2260