-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Changes how listeners and adapters are managed #527
Merged
masesdevelopers
merged 11 commits into
masesgroup:master
from
masesdevelopers:512-enhances-jnetreflector-to-manage-classes-that-needs-to-create-callbacks-in-net-2
Sep 18, 2024
Merged
Changes how listeners and adapters are managed #527
masesdevelopers
merged 11 commits into
masesgroup:master
from
masesdevelopers:512-enhances-jnetreflector-to-manage-classes-that-needs-to-create-callbacks-in-net-2
Sep 18, 2024
Conversation
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
…ing a boolean value indicating if .NET has done an override or, in case of classes, manages the default method or its super method.
masesdevelopers
added
enhancement
New feature or request
JNetReflector
JNetReflector related issue
labels
Sep 17, 2024
…attached, or removed, at runtime during execution
masesdevelopers
deleted the
512-enhances-jnetreflector-to-manage-classes-that-needs-to-create-callbacks-in-net-2
branch
September 18, 2024 11:57
masesdevelopers
added a commit
to masesdevelopers/JNet
that referenced
this pull request
Sep 19, 2024
…d with Jars
9 tasks
masesdevelopers
added a commit
that referenced
this pull request
Sep 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Changes how callbacks are managed returning a
boolean
value indicating if .NET has done an override. Then, if .NET hasn't done the override, in the Java side:default
UnsupportedOperationException
abstract
throws anUnsupportedOperationException
Warning
It can introduces a breaking change since Java methods request to be implemented in .NET if:
Related Issue
fix #512
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: