Updated spotbugs patch
This commit is contained in:
parent
f800c363cb
commit
76057b3e1d
1 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue