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

Fix line number mismatch during stack trace navigation from Open Type window #618

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

SougandhS
Copy link
Contributor

@SougandhS SougandhS commented Feb 11, 2025

#617

This commit resolves the issue where the line numbers were mis-aligned (n-1) when navigating through a stack trace via the Open Type window. The fix ensures proper synchronization of line numbers, providing an accurate navigation experience.

Fixes : #617

What it does

How to test

Author checklist

window   eclipse-jdt#617

This commit resolves the issue where the line numbers were mis-aligned
(n-1) when navigating through a stack trace via the Open Type window.
The fix ensures proper synchronization of line numbers, providing an
accurate navigation experience.

Fixes : eclipse-jdt#617
@SougandhS
Copy link
Contributor Author

@iloveeclipse this will fix the issue, but unfortunately I couldn't find any related test to refer navigating from Open type window.

@SougandhS
Copy link
Contributor Author

Build is complete. Please merge.

@iloveeclipse iloveeclipse merged commit 46afc31 into eclipse-jdt:master Feb 11, 2025
11 checks passed
@SougandhS
Copy link
Contributor Author

Thank you @iloveeclipse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Navigation to the stack line from java Stack Trace Console is off by one line
2 participants