Updated spotbugs patch

This commit is contained in:
Jiri Vanek 2024-01-03 17:12:35 +01:00
commit 76057b3e1d

View file

@ -49,4 +49,17 @@
/**
* Warning, possibly unused, rotten code.
*/
--- a/runtime-decompiler/src/main/java/org/jrd/frontend/frame/main/decompilerview/TextWithControls.java
+++ a/runtime-decompiler/src/main/java/org/jrd/frontend/frame/main/decompilerview/TextWithControls.java
@@ -103,10 +103,6 @@
//currently standalone dialog supports only additions
//and additions do not support classlaoder selection (obviously)
//the classlaoder now remain thus unused
- @SuppressFBWarnings(
- value = "SS_SHOULD_BE_STATIC",
- justification = "is really per instance, however will ahve sense, only if standalone dialog will support overwrite, which is unlikely"
- )
private final boolean overvriteEnabled = false;
//field to hots the target classlaoder if it willbe ever supported
//it is now null, what is waht the only ussage in compiler.compile(toCompile, pluginManager, classloader); needs