summaryrefslogtreecommitdiff
path: root/src/test/java/cuchaz/enigma/resources
diff options
context:
space:
mode:
authorGravatar asiekierka2016-10-18 17:35:11 +0200
committerGravatar asiekierka2016-10-18 17:35:11 +0200
commiteb93bc2cb083409c123463a20844f7e1ed58deab (patch)
tree3a7ded44c9b24ef92a5c07a63ce04212b4606393 /src/test/java/cuchaz/enigma/resources
parentRevert "apply similar fix to fields" (diff)
downloadenigma-fork-eb93bc2cb083409c123463a20844f7e1ed58deab.tar.gz
enigma-fork-eb93bc2cb083409c123463a20844f7e1ed58deab.tar.xz
enigma-fork-eb93bc2cb083409c123463a20844f7e1ed58deab.zip
remove none/ prefix
Diffstat (limited to 'src/test/java/cuchaz/enigma/resources')
-rw-r--r--src/test/java/cuchaz/enigma/resources/translation.mappings28
1 files changed, 14 insertions, 14 deletions
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 @@
1CLASS none/a deobf/A_Basic 1CLASS a deobf/A_Basic
2 FIELD a f1 I 2 FIELD a f1 I
3 FIELD a f2 F 3 FIELD a f2 F
4 FIELD a f3 Ljava/lang/String; 4 FIELD a f3 Ljava/lang/String;
@@ -6,36 +6,36 @@ CLASS none/a deobf/A_Basic
6 METHOD a m2 ()I 6 METHOD a m2 ()I
7 METHOD a m3 (I)V 7 METHOD a m3 (I)V
8 METHOD a m4 (I)I 8 METHOD a m4 (I)I
9CLASS none/b deobf/B_BaseClass 9CLASS b deobf/B_BaseClass
10 FIELD a f1 I 10 FIELD a f1 I
11 FIELD a f2 C 11 FIELD a f2 C
12 METHOD a m1 ()I 12 METHOD a m1 ()I
13 METHOD b m2 ()I 13 METHOD b m2 ()I
14CLASS none/c deobf/C_SubClass 14CLASS c deobf/C_SubClass
15 FIELD b f2 C 15 FIELD b f2 C
16 FIELD b f3 I 16 FIELD b f3 I
17 FIELD c f4 I 17 FIELD c f4 I
18 METHOD a m1 ()I 18 METHOD a m1 ()I
19 METHOD c m3 ()I 19 METHOD c m3 ()I
20CLASS none/g deobf/G_OuterClass 20CLASS g deobf/G_OuterClass
21 CLASS none/g$a A_InnerClass 21 CLASS g$a A_InnerClass
22 CLASS none/g$a$a A_InnerInnerClass 22 CLASS g$a$a A_InnerInnerClass
23 FIELD a f3 I 23 FIELD a f3 I
24 METHOD a m2 ()V 24 METHOD a m2 ()V
25 FIELD a f1 I 25 FIELD a f1 I
26 FIELD a f2 Ljava/lang/String; 26 FIELD a f2 Ljava/lang/String;
27 METHOD a m1 ()V 27 METHOD a m1 ()V
28 CLASS none/g$b 28 CLASS g$b
29 CLASS none/g$b$a A_NamedInnerClass 29 CLASS g$b$a A_NamedInnerClass
30 FIELD a f4 I 30 FIELD a f4 I
31CLASS none/h 31CLASS h
32CLASS none/i deobf/I_Generics 32CLASS i deobf/I_Generics
33 CLASS none/i$a A_Type 33 CLASS i$a A_Type
34 CLASS none/i$b B_Generic 34 CLASS i$b B_Generic
35 FIELD a f4 Ljava/lang/Object; 35 FIELD a f4 Ljava/lang/Object;
36 METHOD a m1 ()Ljava/lang/Object; 36 METHOD a m1 ()Ljava/lang/Object;
37 FIELD a f1 Ljava/util/List; 37 FIELD a f1 Ljava/util/List;
38 FIELD b f2 Ljava/util/List; 38 FIELD b f2 Ljava/util/List;
39 FIELD a f3 Ljava/util/Map; 39 FIELD a f3 Ljava/util/Map;
40 FIELD a f5 Lnone/i$b; 40 FIELD a f5 Li$b;
41 FIELD b f6 Lnone/i$b; 41 FIELD b f6 Li$b;