Use native instance methods where reasonable
Open
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 326
- Avg merge
- 16h 22m
- Merged PRs (30d)
- 17
Description
There are several native methods that take both a Java `long` (representing a pointer) and a holder object. In many cases, the holder object could reasonably be the `this` parameter for the method.
Contributor guide
Assessment
This issue has not been assessed yet.