-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix indices of method parameters when using tsrg files (#32)
* Fix indices of method parameters when using tsrg files * Fix enum parameter offsets * Fix tests * Fix inner ctors
- Loading branch information
1 parent
26d5837
commit eb609a9
Showing
8 changed files
with
54 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
tsrg2 left right | ||
obfuscated_c pkg/TestClass | ||
obfuscated_m (Ljava/lang/String;Ljava/util/List;)V m | ||
1 o p_254545_ | ||
2 o p_254546_ | ||
0 o p_254545_ | ||
1 o p_254546_ | ||
obfuscated_c$i pkg/TestClass$Inner | ||
<init> (Lpkg/TestClass;I)V <init> | ||
0 o p_298710_ | ||
1 o p_298711_ | ||
obfuscated_c$e pkg/TestClass$Enm | ||
<init> (Ljava/lang/String;IZ)V <init> | ||
0 o p_123450_ | ||
1 o p_123451_ | ||
2 o p_123452_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters