You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[generator] do not generate identical methods to previously generated ones.
There are classes that implement more than one interfaces that share an
identical methods (which share the same name and the same JNI signature).
For example, java.nio.AsynchronousFileChannel implements Closeable and
AsynchronousChannel, both of which contain `close()` method.
Only one `Close()` should be generated for that class.
0 commit comments