java-native-access / java-native-access/jna
OPTION_INVOKING_METHOD should be a public field
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 8.9k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
The field in Function#OPTION_INVOKING_METHOD should be public as it is required when using the public method invoke in the same class with the options argument.
Contributor guide
No contributing guide indexed for this repository
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 locating Function#OPTION_INVOKING_METHOD and the public invoke method that accepts options, then inspect how the field's visibility affects that API. Done means the option field is publicly accessible as requested and the existing project tests still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100