java-native-access / java-native-access/jna

OPTION_INVOKING_METHOD should be a public field

Open
#1,394 7 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.