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
interface Test<T : Collection<T>>
There shouldn't be any warnings.
The following warning is encountered:
[GENERIC_NAME] generic name should contain only one single capital letter, it can be followed by a number: <T : Collection<T>>
The text was updated successfully, but these errors were encountered:
@Animeshz thanks for your report. That is definitely a bug, we will fix it this week
Sorry, something went wrong.
Tests:
interface Test1<T: String> interface Test2<T : Collection<T>> interface Test3<out T> interface Test3<in T>
@Animeshz this bug is fixed in diktat 0.1.5. Also, the new diktat-gradle-plugin is out, you can try it out too!
kentr0w
Successfully merging a pull request may close this issue.
Steps to Reproduce
Expected behavior
There shouldn't be any warnings.
Observed behavior
The following warning is encountered:
Environment information
The text was updated successfully, but these errors were encountered: