getappmap / getappmap/appmap-java
Recording of getters is configurable
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 88
- Forks
- 17
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 1
Description
The agent currently assumes that methods that start with get.*, is.*, and has.* are getters of some sort, and so are not interesting enough to record.
This assumption isn't valid in some applications, so it should possible to disable it.
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 Java agent logic that treats methods beginning with get., is., and has.* as getters. Trace how agent configuration is defined and applied, then make recording of these methods configurable and verify both the default behavior and the disabled behavior with focused tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100