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

WELD-2712 Write more detailed tests for self-interception and allow p… #2722

Merged
merged 1 commit into from Apr 6, 2022

Conversation

manovotn
Copy link
Contributor

@manovotn manovotn commented Apr 5, 2022

…rotected access modifier on method and its return type/params

…rotected access modifier on method and its return type/params
@manovotn manovotn requested a review from mkouba April 5, 2022 15:00
Copy link
Member

@mkouba mkouba left a comment

Choose a reason for hiding this comment

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

Looks good!

@Priority(1)
public class SelfInterceptor {

public static String INTERCEPTED_METHOD_NAME = null;
Copy link
Member

Choose a reason for hiding this comment

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

It's not a constant so why the uppercase letters? Just nitpicking ;-)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

TBF, I don't remember :-D

@manovotn manovotn merged commit 18af30b into weld:master Apr 6, 2022
@manovotn manovotn deleted the selfInjectionReproducer branch April 6, 2022 09:45
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