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

Is this transient really necessary in RequestMatcher? #88

Closed
sbernard31 opened this issue Aug 8, 2024 · 3 comments
Closed

Is this transient really necessary in RequestMatcher? #88

sbernard31 opened this issue Aug 8, 2024 · 3 comments

Comments

@sbernard31
Copy link
Collaborator

Working on eclipse-leshan/leshan#1504 (comment), we found a field with transient modifier ?

private transient final boolean isPrefixed;

Is it wanted ?

@szysas
Copy link
Collaborator

szysas commented Aug 12, 2024

Well, not really but it is used by EqualsVerifier tool to skip fields when testing equals and hashCode methods (AFAIK).

@sbernard31
Copy link
Collaborator Author

I just remember that I already asked this question more than 1 year ago 🤦‍♂️

See #52 (comment)

Sorry for noise. 🙏

@szysas
Copy link
Collaborator

szysas commented Aug 13, 2024

Ohh, you have a good memory, I did not remember that ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants