Simeon Andreev
Simeon Andreev
@cowtowncoder Some Eclipse plug-in development tools rely on symbolic bundle names, as this information is usually present in all available plug-ins. Its not a huge problem, since its only the...
There is 1 more false positive, but I'm not sure what detector settings I need. The default ones don't report it. The settings in the product I work on do....
> It should be a problem with the settings. If you check the test `findNoSSDBugInClass_StaticLockObjectOnStaticSharedData` in `FindInstanceLockOnSharedStaticDataCheckTest` you can see that this case covers the one you defined. Which settings...
> @trancexpress PR is opened, you can check the fix there. I tested with the fix, it works. Thanks!
> You could use an exclude rule in the meantime? We are filtering the occurrence, yes. > Yes, `finalize` methods should probably be allowed to throw `Throwable` without flagging the...
Another bug in `ecj` with this snippet, not sure if there already is a `spotbugs` issue for it: ``` public class InstanceOfPatternTest { static String STR = "2"; public static...
I'll try out some other changes to the theme and will post my findings.
Here is what I arrived at: ```css diff --git a/src/clearlooks-phenix-theme-7.0.1/gtk-3.0/gtk-widgets.css b/src/clearlooks-phenix-theme-7.0.1/gtk-3.0/gtk-widgets.css index 09c9159..030bd14 100644 --- a/src/clearlooks-phenix-theme-7.0.1/gtk-3.0/gtk-widgets.css +++ b/src/clearlooks-phenix-theme-7.0.1/gtk-3.0/gtk-widgets.css @@ -386,12 +386,12 @@ row:selected:focus progressbar trough { scale.vertical { min-width: 10px;...
Alright, switching to using a lookup works for both JDK 17 and JDK 21: ``` public static void main(String[] args) throws IllegalAccessException { Class
Proposed patch: [borders_patch.txt](https://github.com/jpfleury/clearlooks-phenix/files/1957431/borders_patch.txt) Will use this for some time in https://github.com/iloveeclipse/clearlooks-phenix/tree/eclipse-patches, will let you know how it goes.