aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-04-26Fix class name mapping for (even partially) swapped namesJonas Herzig
E.g. with mappings: A to B B to C this A a; B b; should map to B a C b; but didn't.
2019-04-25Fix lombok annotations being replaced if their AST is remappedJonas Herzig
E.g. @Getter private Minecraft mc; incorrectly remapped to @MinecraftClient private MinecraftClient mc;
2019-04-24Initial commitJonas Herzig