| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-10 | Fix mixin injectors not considering mappings from parent classes | Jonas Herzig | |
| When remapping the injector target argument (`method`), we used to only look at the mappings for the mixin target class but we also need to consider mappings for its super classes and interfaces. This commit now searches for the target Psi method and then uses the regular remap method for PsiMethod to get its properly mapped name. It still only looks at the target class mappings to determine whether the new name is ambiguous because we do not have access to the remapped target class hierarchy. | |||
| 2021-11-10 | Start adding tests | Jonas Herzig | |
