-
Notifications
You must be signed in to change notification settings - Fork 49
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
improvement: use method name to find unqualified Stacktraces #115
Labels
enhancement
New feature or request
Comments
jukzi
changed the title
improvement use method name to find unqualified Stacktraces
improvement: use method name to find unqualified Stacktraces
Aug 31, 2022
Hi @mpalat, could you please assign this to me |
3 tasks
Looking on the number of issues I've found above, I will now revert #498 PR as
Revert PR: #545 I would recommend to rewrite #498. Reopening this ticket. |
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Oct 22, 2024
using method name to filter unqualified stacktraces generated in java stacktrace console. Fixes eclipse-jdt#115
3 tasks
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Oct 22, 2024
Code review changes + Java Doc + further code optimization Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Oct 28, 2024
using method name to filter unqualified stacktraces generated in java stacktrace console. Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Oct 28, 2024
Code review changes + Java Doc + further code optimization Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Oct 29, 2024
using method name to filter unqualified stacktraces generated in java stacktrace console. Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Oct 29, 2024
using method name to filter unqualified stacktraces generated in java stacktrace console. Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Oct 31, 2024
using method name to filter unqualified stacktraces generated in java stacktrace console. Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Oct 31, 2024
Using method signature to filter unqualified stacktraces generated in java stacktrace console. + Includes code review changes Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Nov 1, 2024
Using method signature to filter unqualified stacktraces generated in java stacktrace console. + Includes code review changes Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Nov 1, 2024
Using method signature to filter unqualified stacktraces generated in java stacktrace console. + Includes code review changes Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Nov 6, 2024
Using method signature to filter unqualified stacktraces generated from java stacktrace console. Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Nov 6, 2024
using method name to filter unqualified stacktraces generated in java stacktrace console. Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Nov 19, 2024
using method name to filter unqualified stacktraces generated in java stacktrace console. Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Nov 27, 2024
using method name to filter unqualified stacktraces generated in java stacktrace console. Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Nov 28, 2024
Using method name to filter unqualified stacktraces generated in java stacktrace console to provide more accurate results Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Dec 3, 2024
Using method name to filter unqualified stacktraces generated in java stacktrace console to provide more accurate results Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Dec 3, 2024
Using method name to filter unqualified stacktraces generated in java stacktrace console to provide more accurate search results. Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Dec 4, 2024
Using method name to filter unqualified stacktraces generated in java stacktrace console to provide more accurate search results. Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Dec 4, 2024
Using method name to filter unqualified stacktraces generated in java stacktrace console to provide more accurate search results. Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Dec 4, 2024
Using method name to filter unqualified stacktraces generated in java stacktrace console to provide more accurate search results. Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Dec 6, 2024
Using method name to filter unqualified stacktraces generated in java stacktrace console to provide more accurate search results. Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Dec 6, 2024
Using method name to filter unqualified stacktraces generated in java stacktrace console to provide more accurate search results. Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Dec 6, 2024
Using method name to filter unqualified stacktraces generated in java stacktrace console to provide more accurate search results. Fixes eclipse-jdt#115
SougandhS
added a commit
to SougandhS/eclipse.jdt.debug
that referenced
this issue
Dec 6, 2024
Using method name to filter unqualified stacktraces generated in java stacktrace console to provide more accurate search results. Fixes eclipse-jdt#115
gzsombor
pushed a commit
to gzsombor/eclipse.jdt.debug
that referenced
this issue
Dec 10, 2024
Using method name to filter unqualified stacktraces generated in java stacktrace console to provide more accurate search results. Fixes eclipse-jdt#115
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
paste this into Java Stack Trace Console in a Platform SDK workspace:
click the link (feature from #5)
=> Select type dialog opens. because "Project" is unqualified and could mean various types:
However the logic could see that only one of those classes has a "writeDescription" method. That logic already exists in the command Navigate/"Open from Clipboard" and does automatically finds and opens the right class.
...
Some types would also not qualify for the link as they are not even 1402 lines long
cc @trancexpress - interested to work on this?
The text was updated successfully, but these errors were encountered: