Commit 46afc31
Fix line number mismatch during stack trace navigation in the Open Type
window #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 : #6171 parent 73e3f47 commit 46afc31
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/console
org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/console/JavaStackTraceHyperlink.java
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
0 commit comments