(MappedElementKind targetKind, String comment)
| 389 | } |
| 390 | |
| 391 | @Override |
| 392 | public void visitComment(MappedElementKind targetKind, String comment) { |
| 393 | if (cur.getMappedComment() == null || replace) { |
| 394 | cur.setMappedComment(comment); |
| 395 | commentCounts[cur.getKind().ordinal()]++; |
| 396 | } |
| 397 | } |
| 398 | |
| 399 | private int dstNs; |
| 400 |
nothing calls this directly
no test coverage detected