We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
transient
RequestMatcher
Working on eclipse-leshan/leshan#1504 (comment), we found a field with transient modifier ?
java-coap/coap-core/src/main/java/com/mbed/coap/server/RouterService.java
Line 154 in ef8b0e2
Is it wanted ?
The text was updated successfully, but these errors were encountered:
Well, not really but it is used by EqualsVerifier tool to skip fields when testing equals and hashCode methods (AFAIK).
EqualsVerifier
equals
hashCode
Sorry, something went wrong.
I just remember that I already asked this question more than 1 year ago 🤦♂️
See #52 (comment)
Sorry for noise. 🙏
Ohh, you have a good memory, I did not remember that ;)
No branches or pull requests
Working on eclipse-leshan/leshan#1504 (comment), we found a field with
transient
modifier ?java-coap/coap-core/src/main/java/com/mbed/coap/server/RouterService.java
Line 154 in ef8b0e2
Is it wanted ?
The text was updated successfully, but these errors were encountered: