Show line numbers alongside all method names
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 3.3k
- Forks
- 334
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
When a stack trace or GC trace references method invocations it's not clear which line number the method is on, especially when the trace references a lambda function.
Describe the solution you'd like
Add line numbers to any entry that references a function, especially for lambdas.
Describe alternatives you've considered
Convert lambdas to named methods, but this is a lot of work for large programs.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the code that renders stack traces or GC traces and identifies method invocations, including lambda entries. The work is complete when every function entry shows its line number, especially lambda functions, and the affected traces display the added information.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100