-
Notifications
You must be signed in to change notification settings - Fork 117
[jni] Remove hack in findClass #3174
Copy link
Copy link
Open
Labels
good first issueA good starting issue for contributors (issues with this label will appear in /contribute)A good starting issue for contributors (issues with this label will appear in /contribute)lang-javaRelated to Java supportRelated to Java supportpackage:jnipackage:jnigen
Milestone
Metadata
Metadata
Assignees
Labels
good first issueA good starting issue for contributors (issues with this label will appear in /contribute)A good starting issue for contributors (issues with this label will appear in /contribute)lang-javaRelated to Java supportRelated to Java supportpackage:jnipackage:jnigen
Type
Projects
Status
No status
As part of the extension type migration, I had to add this hack to
findClass:We should find all the places where the signature is being used for class lookup, and switch them over to pass only the class name.