Unreleased Resource: Streams
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 10
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
The program can potentially fail to release a system resource.
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 in core/src/main/java/com/yahoo/tagchowder/Parser.java around line 453 and determine which system resource may remain unreleased. Run the existing test suite to check the parser behavior. Done means the resource is released on all relevant paths without changing parsing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100