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

False positive with GenericWhitespace - Multiple Bounds #52

Closed
romani opened this issue Nov 10, 2013 · 1 comment
Closed

False positive with GenericWhitespace - Multiple Bounds #52

romani opened this issue Nov 10, 2013 · 1 comment
Labels

Comments

@romani
Copy link
Member

romani commented Nov 10, 2013

Created: 2009-07-30
Creator: danrabe
SF issue: 589

Check: http://checkstyle.sourceforge.net/config_whitespace.html#GenericWhitespace

Code:

package src;

public class MyGenericClassBad<K extends Enum<K> & Comparable<K>>
{
}

Detected: violation - "'>' is followed by whitespace."
Expected: no violation

@romani
Copy link
Member Author

romani commented Nov 29, 2014

already fixed in 6.2

@romani romani closed this as completed Nov 29, 2014
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

1 participant