Skip to content

Releases: DimensionalDevelopment/JavaRemapper

1.0-SNAPSHOT-9

20 Jun 22:46
Compare
Choose a tag to compare
Overriding methods can return a superclass of the method they override

1.0-SNAPSHOT-8

20 Jun 21:09
Compare
Choose a tag to compare
Automatically fix inheritance problems and log errors

1.0-SNAPSHOT-7

20 Jun 19:11
Compare
Choose a tag to compare
Fix off-by one error

1.0-SNAPSHOT-6

18 Jun 22:49
Compare
Choose a tag to compare
Fix inheritance map

1.0-SNAPSHOT-5

18 Jun 11:15
Compare
Choose a tag to compare
Generate missing LVTs based on parameter list

1.0-SNAPSHOT-4: Improve automatic renaming

18 Jun 02:40
Compare
Choose a tag to compare
 - Look at methods and fields inherited from classpath classes too, to avoid generating remap entry for overridden library methods
 - Don't remap <init>, <clinit>, access$*, values, valueOf
 - Add enum as superclasses

1.0-SNAPSHOT-3

17 Jun 22:26
Compare
Choose a tag to compare
Add automatic renaming feature

1.0-SNAPSHOT-2

17 Jun 16:15
Compare
Choose a tag to compare
Rename LVT entries to unique names based on index, desc and signature

1.0-SNAPSHOT-1

17 Jun 04:11
Compare
Choose a tag to compare
Only look at public and protected members in superclasses when remapping