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