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

move all methods from checkstyle.api.Utils to checkstyle.Utils #661

Closed
romani opened this issue Feb 21, 2015 · 1 comment
Closed

move all methods from checkstyle.api.Utils to checkstyle.Utils #661

romani opened this issue Feb 21, 2015 · 1 comment
Assignees
Labels

Comments

@romani
Copy link
Member

romani commented Feb 21, 2015

#660 should be resolved first.

Util methods implementations are not api, it is not contract. Signature of methods could be contract/api but not a reallization.

Please move all methods as is ( without changes) out of api package to com/puppycrawl/tools/checkstyle/Utils.java.

It is required to analyse sources of all know plugins on the usage api.Utils class and provide report on that, all affcted prpojects should be notified.

@romani
Copy link
Member Author

romani commented Mar 15, 2015

fixed, will be in 6.5

@romani romani closed this as completed Mar 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants