Small issues with Spring Framework Code Style Guide [SPR-14352] #18924
Comments
Stéphane Nicoll commented looks like I broke something in b3fe3273b5b10 - looking at it. |
Stéphane Nicoll commented Thanks for the feedback. I also find the phrasing about line break confusing. Let me know if that helps. |
Arend v. Reinersdorff commented Looks good. Thanks for the quick reply :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Arend v. Reinersdorff opened SPR-14352 and commented
1. "Source files must be encoded using -1"
Was ISO-8859-1 before.
2. "see <nothing> for a suggestion to move to UTF-8"
Was a link to #16193 before.
3. Section on Braces not clear
Reads like a contradiction between the description and the example to me. But maybe I misread the sentence, I find it hard to understand. Maybe it could be clarified?
Suggestion (assuming the example is correct):
4. Deletion of content
On Feb 20, 2016 a lot of content was deleted from the style guide, eg Constant names, Ternary operator,
@Override
. I'm not sure if this was on purpose.Reference URL: https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Code-Style
The text was updated successfully, but these errors were encountered: