(Matchable<?> m)
| 676 | } |
| 677 | |
| 678 | private String getName(Matchable<?> m) { |
| 679 | return getName(m, true); |
| 680 | } |
| 681 | |
| 682 | private String getName(Matchable<?> m, boolean full) { |
| 683 | return m.getDisplayName(gui.getNameType().withMapped(false).withUnmatchedTmp(true), full && m instanceof ClassInstance); |
no test coverage detected