moved to jrd 7.1

todo:
  asm7/g/procyonassembler wrappers
  new launchers
  new classpath (diff, cplc api...)
  ?
This commit is contained in:
Jiri 2023-03-15 10:33:27 +01:00
commit 4bf0872e61
7 changed files with 44 additions and 21 deletions

View file

@ -36,4 +36,17 @@
class FileSelectorArrayRowTest {
@BeforeAll
static void setup() {
--- a/runtime-decompiler/src/main/java/org/jrd/backend/data/cli/utils/CompileArguments.java
+++ a/runtime-decompiler/src/main/java/org/jrd/backend/data/cli/utils/CompileArguments.java
@@ -77,10 +77,6 @@
return new RuntimeCompilerConnector.JrdClassesProvider(localVmInfo, vmManager);
}
- @SuppressFBWarnings(
- value = "NP_LOAD_OF_KNOWN_NULL_VALUE",
- justification = "Classpath is only used for FS VMs, in other cases getCp() does not get called"
- )
/**
* Warning, possibly unused, rotten code.
*/