From 0f47403d0220757fed189b76e2071e25b1025cb8 Mon Sep 17 00:00:00 2001 From: Runemoro Date: Wed, 3 Jun 2020 13:39:42 -0400 Subject: Split GUI code to separate module (#242) * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 --- .../cuchaz/enigma/resources/translation.mappings | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 src/test/java/cuchaz/enigma/resources/translation.mappings (limited to 'src/test/java/cuchaz/enigma/resources') diff --git a/src/test/java/cuchaz/enigma/resources/translation.mappings b/src/test/java/cuchaz/enigma/resources/translation.mappings deleted file mode 100644 index c08765c..0000000 --- a/src/test/java/cuchaz/enigma/resources/translation.mappings +++ /dev/null @@ -1,41 +0,0 @@ -CLASS a deobf/A_Basic - FIELD a f1 I - FIELD a f2 F - FIELD a f3 Ljava/lang/String; - METHOD a m1 ()V - METHOD a m2 ()I - METHOD a m3 (I)V - METHOD a m4 (I)I -CLASS b deobf/B_BaseClass - FIELD a f1 I - FIELD a f2 C - METHOD a m1 ()I - METHOD b m2 ()I -CLASS c deobf/C_SubClass - FIELD b f2 C - FIELD b f3 I - FIELD c f4 I - METHOD a m1 ()I - METHOD c m3 ()I -CLASS g deobf/G_OuterClass - CLASS g$a A_InnerClass - CLASS g$a$a A_InnerInnerClass - FIELD a f3 I - METHOD a m2 ()V - FIELD a f1 I - FIELD a f2 Ljava/lang/String; - METHOD a m1 ()V - CLASS g$b - CLASS g$b$a A_NamedInnerClass - FIELD a f4 I -CLASS h -CLASS i deobf/I_Generics - CLASS i$a A_Type - CLASS i$b B_Generic - FIELD a f4 Ljava/lang/Object; - METHOD a m1 ()Ljava/lang/Object; - FIELD a f1 Ljava/util/List; - FIELD b f2 Ljava/util/List; - FIELD a f3 Ljava/util/Map; - FIELD a f5 Li$b; - FIELD b f6 Li$b; -- cgit v1.2.3