-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Java.Interop.Tools.JavaCallableWrappers] marshal method decl types (#…
…987) Context: dotnet/android#7004 Context: fb94d59 fb94d59 added code to collect all `override` method descriptors in a list, so that the future marshal methods code generator can generate correct code for them. However, not all gathered descriptors contain the name of the managed type which declares the overridden methods, which is data that the native marshal method generator needs. Update when `JavaCallableWrapperGenerator.OverriddenMethodDescriptors` is populated so that the marshal method's declaring type is used.
- Loading branch information
Showing
2 changed files
with
22 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters