Skip to content
Snippets Groups Projects
Commit 387c6347 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Fix multiple code style violations

Rules:
* (naming) ParameterName
* (naming) LocalVariableName
* (naming) MemberName
* (naming) InterfaceTypeParameterName
* (naming) AbbreviationAsWordInName
* (modifier) ModifierOrder
* (blocks) NeedBraces
* (coding) OneStatementPerLine
* (coding) MultipleVariableDeclarations
* (coding) VariableDeclarationUsageDistance
* (coding) MissingSwitchDefault
* (coding) OverloadMethodsDeclarationOrder
* (extension) RightCurlySame
* (misc) ArrayTypeStyle
parent 10bb84c2
1 merge request!136Apply code conventions based on Google's Java conventions and enforce them via Checkstyle
Showing
with 216 additions and 201 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment