mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 14:07:06 +00:00
Move items from Debug tab in advanced settings to other tabs to avoid acidentally setting it,
reseting most of them by renaming.
This commit is contained in:
@@ -52,7 +52,8 @@ public class DirectEditingTest extends FileTestBase {
|
||||
@BeforeClass
|
||||
public void init() {
|
||||
Configuration.autoDeobfuscate.set(false);
|
||||
Configuration.debugCopy.set(false);
|
||||
Configuration.simplifyExpressions.set(false);
|
||||
Configuration._debugCopy.set(false);
|
||||
}
|
||||
|
||||
public static final String TESTDATADIR = "testdata/directediting";
|
||||
|
||||
Reference in New Issue
Block a user