-
Notifications
You must be signed in to change notification settings - Fork 475
Add withXxxxx() methods to AbstractUser #273
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
Conversation
@mdeknowis
An example trying to use with a sub-class:
Will not compile unless you add a type cast as follows:
What sub-class were you trying to use when you needed the |
@gmessner I adjusted the pull request according to your proposal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mdeknowis
Sorry about the delay getting to this. Been quite busy the last couple weeks. It's too bad that the Java compiler requires the @SuppressWarnings
, but it is worth having this feature so I don't mind them.
Just a couple questions that need to be answered and I'll approve and merge. Thanks again for your contribution.
@mdeknowis |
@mdeknowis |
As discussed in #272 adding the missing
with*
methods toAbstractUsers