apache / apache/pekko-connectors
Rename get* Java methods which return boolean to is*
Open
- Dominant language
- Scala
- Stars
- 82
- Forks
- 50
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 78
Description
Its more idiomatic in Java for getters for methods that return Boolean to use `isField` rather than `getField`.
Contributor guide
Research direction
No files or tests are named. Search the repository for Java methods beginning with get that return Boolean values, then inspect their callers and any related tests before assessing the full scope. Done means the applicable methods use is-prefixed names, references are updated, and the project tests still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend-api-design
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100