From eb93bc2cb083409c123463a20844f7e1ed58deab Mon Sep 17 00:00:00 2001 From: asiekierka Date: Tue, 18 Oct 2016 17:35:11 +0200 Subject: remove none/ prefix --- .../cuchaz/enigma/resources/translation.mappings | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (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 index db78c19..c08765c 100644 --- a/src/test/java/cuchaz/enigma/resources/translation.mappings +++ b/src/test/java/cuchaz/enigma/resources/translation.mappings @@ -1,4 +1,4 @@ -CLASS none/a deobf/A_Basic +CLASS a deobf/A_Basic FIELD a f1 I FIELD a f2 F FIELD a f3 Ljava/lang/String; @@ -6,36 +6,36 @@ CLASS none/a deobf/A_Basic METHOD a m2 ()I METHOD a m3 (I)V METHOD a m4 (I)I -CLASS none/b deobf/B_BaseClass +CLASS b deobf/B_BaseClass FIELD a f1 I FIELD a f2 C METHOD a m1 ()I METHOD b m2 ()I -CLASS none/c deobf/C_SubClass +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 none/g deobf/G_OuterClass - CLASS none/g$a A_InnerClass - CLASS none/g$a$a A_InnerInnerClass +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 none/g$b - CLASS none/g$b$a A_NamedInnerClass + CLASS g$b + CLASS g$b$a A_NamedInnerClass FIELD a f4 I -CLASS none/h -CLASS none/i deobf/I_Generics - CLASS none/i$a A_Type - CLASS none/i$b B_Generic +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 Lnone/i$b; - FIELD b f6 Lnone/i$b; + FIELD a f5 Li$b; + FIELD b f6 Li$b; -- cgit v1.2.3