Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Java.Interop] Ignore ListsAreStronglyTypedRule #234

Merged

Conversation

radekdoulik
Copy link
Member

Ignore ListsAreStronglyTypedRule for array marshaling types, which do
not support Add, Insert and Remove methods (they throw unsupported
exception in the abstract base class JavaArray).

Thus there's not much sense in adding strongly typed versions just to
throw unsupported exception there as well.

Ignore ListsAreStronglyTypedRule for array marshaling types, which do
not support Add, Insert and Remove methods (they throw unsupported
exception in the abstract base class JavaArray<T>).

Thus there's not much sense in adding strongly typed versions just to
throw unsupported exception there as well.
@radekdoulik radekdoulik requested a review from jonpryor December 22, 2017 13:14
@jonpryor jonpryor merged commit 92213d7 into dotnet:master Dec 22, 2017
@github-actions github-actions bot locked and limited conversation to collaborators Apr 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants