eclipse-jdt / eclipse-jdt/eclipse.jdt.core

[API] New api in IMethodBinding to get the method JVM method signature

Open
#223 4 comments 1 reaction 1 assignee Claimed by @gayanper View on GitHub
enhancement
Dominant language
Java
Stars
237
Forks
195
Avg merge
1d 12h
Merged PRs (30d)
47

Description

Today the jvm method signature is part of the `getKey` method. But it is not guaranteed as it seems and its not the method signature only.

When using AST for java debug breakpoint evaluations, we need to get the method signature from the AST method bindings so it could be matched later with JDI method signatures.

One usage case for this API is searching for method declaration of the given line number and use the signature of that method to fine JDI locations in vscode java debugger plugin.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.