JanusGraph / JanusGraph/janusgraph
Update new Callable pattern to be inner classes
Open
Nobody has claimed this yet.
kind/cleanup
- Dominant language
- Java
- Stars
- 5.8k
- Forks
- 1.2k
- Avg merge
- 13h 53m
- Merged PRs (30d)
- 6
Description
From review comment on PR#353, it was recommended to move the new Callable anonymous classes to be an inner class.
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 reviewing PR #353 and locating the new Callable anonymous classes mentioned in its review. Determine which classes need to become inner classes; done means those Callable implementations have been moved as requested and the existing checks still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100