sonarQube raises Make a static final constant or non-public and provide accessors if needed on JNA structure
I created the following JNA structure which works in my project context : @FieldOrder({ “string”, “stringSize” }) public static class stringStruct extends Structure { …