From 50a0bc0b80efdceb47f0598bc25d85dffdc15caa Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Sun, 11 Jan 2026 23:52:23 +0000 Subject: [PATCH] Add scripts to automatically fix common Java decompilation errors and malformed declarations --- scripts/{ => legacy}/auto_fix_java_errors.py | 0 scripts/{ => legacy}/fix_class_declarations.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename scripts/{ => legacy}/auto_fix_java_errors.py (100%) rename scripts/{ => legacy}/fix_class_declarations.py (100%) diff --git a/scripts/auto_fix_java_errors.py b/scripts/legacy/auto_fix_java_errors.py similarity index 100% rename from scripts/auto_fix_java_errors.py rename to scripts/legacy/auto_fix_java_errors.py diff --git a/scripts/fix_class_declarations.py b/scripts/legacy/fix_class_declarations.py similarity index 100% rename from scripts/fix_class_declarations.py rename to scripts/legacy/fix_class_declarations.py