| 1815 | } |
| 1816 | |
| 1817 | static void java_emit_resolved_orig(JavaLSPContext *ctx, const char *callee_qn, const char *orig, |
| 1818 | const char *strategy, float confidence) { |
| 1819 | java_emit_resolved_orig_kind(ctx, callee_qn, orig, strategy, confidence, |
| 1820 | CBM_RESOLVED_INVOCATION); |
| 1821 | } |
| 1822 | |
| 1823 | static void java_emit_resolved(JavaLSPContext *ctx, const char *callee_qn, const char *strategy, |
| 1824 | float confidence) { |
no test coverage detected