Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-26 | Fix class name mapping for (even partially) swapped names | Jonas 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-25 | Fix lombok annotations being replaced if their AST is remapped | Jonas Herzig | |
E.g. @Getter private Minecraft mc; incorrectly remapped to @MinecraftClient private MinecraftClient mc; | |||
2019-04-24 | Initial commit | Jonas Herzig | |