Skip to content

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

Merged
testforstephen merged 6 commits into
microsoft:mainfrom
gayanper:generic_lambda_methods
Dec 12, 2023
Merged

Fix generic return type lambda breakpoint issue. Fix #1359#499
testforstephen merged 6 commits into
microsoft:mainfrom
gayanper:generic_lambda_methods

Conversation

@gayanper

@gayanper gayanper commented Jul 1, 2023

Copy link
Copy Markdown
Contributor

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

gayanper commented Jul 1, 2023

Copy link
Copy Markdown
Contributor Author

@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
Copy Markdown
Contributor

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

@testforstephen testforstephen left a comment

Copy link
Copy Markdown
Contributor

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
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