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

Fix generic return type lambda breakpoint issue. Fix #1359 #499

Merged
merged 6 commits into from
Dec 12, 2023

Conversation

gayanper
Copy link
Contributor

@gayanper gayanper commented Jul 1, 2023

The fix tries to compare the runtime lambda method signature with none generic version of the method signature found from AST traversal as a additional comparison to what is there.

The fix tries to compare the runtime lambda method signature with none
generic version of the method signature found from AST traversal as a
additional comparison to what is there.
@gayanper
Copy link
Contributor Author

gayanper commented Jul 1, 2023

@testforstephen Let me know what you think about this change. This is vita when debugging reactive projects, specially when setting lambda breakpoints at Mono.flatMap operations.

@testforstephen
Copy link
Contributor

checkstyle failed. You can run it locally via ./mvnw checkstyle:check

Copy link
Contributor

@testforstephen testforstephen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. thanks for contribution.

@testforstephen testforstephen merged commit 27f72fb into microsoft:main Dec 12, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants