-
Notifications
You must be signed in to change notification settings - Fork 170
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
Adding an OOP analogue for StringUtils.splitPreserveAllTokens ISSUE #1722 #1743
Conversation
Correct the code to avoid stylechecker violation
@yegor256 @pnatashap do these commits satisfy requirements #1722? |
import org.cactoos.list.ListOf; | ||
|
||
/** | ||
* Used for avoiding static method calls. |
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.
@tjann7 maybe you can provide a more detailed explanation here, with an example? Currently, it's hard to understand what this class is for, exactly.
@yegor256 please review |
@rultor merge |
Rationale of some decisions made: