File.close overwrites Pointer.close
Open
- Dominant language
- Java
- Stars
- 0
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
`public native File::close` overwrite `Pointer.close` but does not call `super.close`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the Java bindings for public native File::close and Pointer.close, then inspect how close behavior is tested. Verify that File.close preserves the inherited Pointer.close cleanup behavior, and add or update regression coverage; done when the relevant tests pass.
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
- Clearly specified
- Newbie friendliness
- 50/100