Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supplying JDK version to disambiguate types to open #609

Merged

Conversation

SougandhS
Copy link
Contributor

@SougandhS SougandhS commented Jan 27, 2025

#121

This commit filters specified JDK version on java stack traces to open exact version

Before :
on clicking link
at java.util.StringJoiner.compactElts([email protected]/StringJoiner.java:248)

image




After :

image
for at java.util.StringJoiner.compactElts(java.base@23/StringJoiner.java:248)
image



If no version matches -> all results are shown
eg : at java.util.StringJoiner.compactElts([email protected]/StringJoiner.java:248)

image

Fixes : #121

What it does

How to test

Author checklist

@SougandhS
Copy link
Contributor Author

Hi @iloveeclipse @jukzi , could you please check this

eclipse-jdt#121

This commit filters specified JDK version on java stack traces to open
exact version

Fixes : eclipse-jdt#121
@SougandhS SougandhS force-pushed the JDK_version_to_disambiguate_type branch from 38aa8fe to 4bbf9a2 Compare January 27, 2025 09:14
@SougandhS SougandhS requested a review from jukzi January 27, 2025 09:40
@jukzi jukzi merged commit e8da403 into eclipse-jdt:master Jan 27, 2025
11 checks passed
@SougandhS
Copy link
Contributor Author

Thank you @jukzi

@jukzi
Copy link
Contributor

jukzi commented Jan 27, 2025

well, thanks to you, @SougandhS, i think this is a really good enhancement.

@jukzi jukzi added the enhancement New feature or request label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Try to supply JDK version to disambiguate type to open
2 participants