(Matchable<?> m)
| 684 | } |
| 685 | |
| 686 | private String getMappedName(Matchable<?> m) { |
| 687 | return getMappedName(m, true); |
| 688 | } |
| 689 | |
| 690 | private String getMappedName(Matchable<?> m, boolean full) { |
| 691 | return m.getDisplayName(gui.getNameType().withMapped(true).withUnmatchedTmp(true), full && m instanceof ClassInstance); |
no test coverage detected