Checkstyle Results

The following document contains the results of Checkstyle 9.3 with checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
35 0 947 0

Files

File  I  W  E
lib/aide/paths/Paths.java 0 4 0
lib/aide/paths/PathsHtml.java 0 7 0
lib/aide/resource/content/EmptyResource.java 0 2 0
lib/aide/resource/content/ExceptionResource.java 0 2 0
lib/aide/resource/content/ResourceFactory.java 0 5 0
lib/aide/resource/nature/FrontmatterNature.java 0 5 0
lib/aide/tabular/JooqRowsSupplier.java 0 11 0
lib/aide/tabular/TabularRowsRequest.java 0 2 0
lib/aide/vfs/VfsIngressConsumer.java 0 1 0
org/diabetestechnology/drh/conf/Configuration.java 0 2 0
org/diabetestechnology/drh/service/http/SandboxHelpers.java 0 1 0
org/diabetestechnology/drh/service/http/SecurityConfig.java 0 2 0
org/diabetestechnology/drh/service/http/aggrid/ColumnVO.java 0 5 0
org/diabetestechnology/drh/service/http/aggrid/FilterRequest.java 0 2 0
org/diabetestechnology/drh/service/http/aggrid/ServerRowsRequest.java 0 1 0
org/diabetestechnology/drh/service/http/aggrid/SortModel.java 0 6 0
org/diabetestechnology/drh/service/http/aggrid/SqlQueryBuilder.java 0 2 0
org/diabetestechnology/drh/service/http/hub/prime/ObservabilityRequestFilter.java 0 1 0
org/diabetestechnology/drh/service/http/hub/prime/experimental/ExperimentService.java 0 37 0
org/diabetestechnology/drh/service/http/hub/prime/experimental/ExprimentalJooqController.java 0 2 0
org/diabetestechnology/drh/service/http/hub/prime/route/RouteMapping.java 0 1 0
org/diabetestechnology/drh/service/http/hub/prime/route/RoutesTree.java 0 1 0
org/diabetestechnology/drh/service/http/hub/prime/service/CombineDataAccessService.java 0 62 0
org/diabetestechnology/drh/service/http/hub/prime/service/DataAccessService.java 0 233 0
org/diabetestechnology/drh/service/http/hub/prime/study/AgpStudyParticipant.java 0 15 0
org/diabetestechnology/drh/service/http/hub/prime/study/Params.java 0 3 0
org/diabetestechnology/drh/service/http/hub/prime/study/Participant.java 0 6 0
org/diabetestechnology/drh/service/http/hub/prime/study/StudyParticipant.java 0 6 0
org/diabetestechnology/drh/service/http/hub/prime/ux/ConsoleController.java 0 1 0
org/diabetestechnology/drh/service/http/hub/prime/ux/ParticipantController.java 0 4 0
org/diabetestechnology/drh/service/http/hub/prime/ux/StudyVanityMatricsController.java 0 4 0
org/diabetestechnology/drh/service/http/hub/prime/ux/TabularRowsController.java 0 3 0
org/diabetestechnology/drh/service/http/util/JsonText.java 0 5 0
org/diabetestechnology/drh/service/http/util/MetricsQueries.java 0 502 0
org/diabetestechnology/drh/udi/UdiPrimeDbConfig.java 0 1 0

Rules

Category Rule Violations Severity
blocks EmptyCatchBlock
  • exceptionVariableName: "expected"
1  Warning
LeftCurly 6  Warning
NeedBraces 40  Warning
RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, STATIC_INIT, INSTANCE_INIT"
  • id: "RightCurlyAlone"
  • option: "alone"
1  Warning
RightCurly
  • tokens: "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_DO"
  • id: "RightCurlySame"
1  Warning
coding EqualsAvoidNull 4  Warning
ExplicitInitialization 3  Warning
MissingSwitchDefault 1  Warning
MultipleVariableDeclarations 2  Warning
OverloadMethodsDeclarationOrder 2  Warning
design OneTopLevelClass 2  Warning
imports AvoidStarImport 2  Warning
indentation CommentsIndentation 2  Warning
modifier ModifierOrder 9  Warning
naming AbbreviationAsWordInName
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "3"
4  Warning
LocalVariableName
  • format: "^[a-z]([a-z0-9][a-zA-Z0-9]*)?$"
  • tokens: "VARIABLE_DEF"
4  Warning
MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
10  Warning
MethodName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9_]*$"
2  Warning
ParameterName
  • format: "^[a-z]([a-z0-9][a-zA-Z0-9]*)?$"
20  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • allowMultipleEmptyLines: "false"
  • allowMultipleEmptyLinesInsideClassMembers: "false"
1  Warning
GenericWhitespace 3  Warning
OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR, METHOD_REF "
  • option: "NL"
823  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyLambdas: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
5  Warning

Details

lib/aide/paths/Paths.java

Severity Category Rule Message Line
 Warning blocks NeedBraces 'if' construct must use '{}'s. 138
 Warning blocks NeedBraces 'if' construct must use '{}'s. 190
 Warning blocks NeedBraces 'if' construct must use '{}'s. 263
 Warning blocks NeedBraces 'if' construct must use '{}'s. 266

lib/aide/paths/PathsHtml.java

Severity Category Rule Message Line
 Warning blocks NeedBraces 'if' construct must use '{}'s. 29
 Warning blocks NeedBraces 'if' construct must use '{}'s. 31
 Warning blocks NeedBraces 'if' construct must use '{}'s. 33
 Warning blocks NeedBraces 'if' construct must use '{}'s. 35
 Warning blocks NeedBraces 'if' construct must use '{}'s. 37
 Warning coding ExplicitInitialization Variable 'leafNodeHtmlContent' explicitly initialized to 'null' (default value for its type). 172
 Warning coding ExplicitInitialization Variable 'parentNodeHtmlContent' explicitly initialized to 'null' (default value for its type). 173

lib/aide/resource/content/EmptyResource.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 11
 Warning design OneTopLevelClass Top-level class EmptyNature has to reside in its own source file. 50

lib/aide/resource/content/ExceptionResource.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 11
 Warning design OneTopLevelClass Top-level class ExceptionNature has to reside in its own source file. 50

lib/aide/resource/content/ResourceFactory.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 31
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 48
 Warning blocks RightCurly '}' at column 5 should be alone on a line. 48
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not preceded with whitespace. 48
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 54

lib/aide/resource/nature/FrontmatterNature.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 15
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 16
 Warning whitespace GenericWhitespace GenericWhitespace '>' should followed by whitespace. 19
 Warning whitespace GenericWhitespace GenericWhitespace '>' should followed by whitespace. 20
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 21

lib/aide/tabular/JooqRowsSupplier.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 27
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 30
 Warning blocks EmptyCatchBlock Empty catch block. 59
 Warning blocks NeedBraces 'if' construct must use '{}'s. 120
 Warning blocks NeedBraces 'if' construct must use '{}'s. 139
 Warning blocks NeedBraces 'if' construct must use '{}'s. 143
 Warning blocks NeedBraces 'if' construct must use '{}'s. 218
 Warning coding MissingSwitchDefault switch without "default" clause. 221
 Warning blocks NeedBraces 'if' construct must use '{}'s. 228
 Warning blocks NeedBraces 'if' construct must use '{}'s. 236
 Warning blocks NeedBraces 'if' construct must use '{}'s. 393

lib/aide/tabular/TabularRowsRequest.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 60
 Warning whitespace EmptyLineSeparator '/*' has more than 1 empty lines before. 104

lib/aide/vfs/VfsIngressConsumer.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 177

org/diabetestechnology/drh/conf/Configuration.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 55
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 82

org/diabetestechnology/drh/service/http/SandboxHelpers.java

Severity Category Rule Message Line
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '31'. 52

org/diabetestechnology/drh/service/http/SecurityConfig.java

Severity Category Rule Message Line
 Warning naming LocalVariableName Local variable name 'oAuth2User' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 98
 Warning naming LocalVariableName Local variable name 'oAuth2User' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 121

org/diabetestechnology/drh/service/http/aggrid/ColumnVO.java

Severity Category Rule Message Line
 Warning blocks NeedBraces 'if' construct must use '{}'s. 56
 Warning blocks NeedBraces 'if' construct must use '{}'s. 58
 Warning whitespace OperatorWrap '&&' should be on a new line. 61
 Warning whitespace OperatorWrap '&&' should be on a new line. 62
 Warning whitespace OperatorWrap '&&' should be on a new line. 63

org/diabetestechnology/drh/service/http/aggrid/FilterRequest.java

Severity Category Rule Message Line
 Warning whitespace OperatorWrap '+' should be on a new line. 26
 Warning whitespace OperatorWrap '+' should be on a new line. 27

org/diabetestechnology/drh/service/http/aggrid/ServerRowsRequest.java

Severity Category Rule Message Line
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 12

org/diabetestechnology/drh/service/http/aggrid/SortModel.java

Severity Category Rule Message Line
 Warning blocks NeedBraces 'if' construct must use '{}'s. 37
 Warning blocks NeedBraces 'if' construct must use '{}'s. 39
 Warning whitespace OperatorWrap '&&' should be on a new line. 42
 Warning whitespace OperatorWrap '+' should be on a new line. 54
 Warning whitespace OperatorWrap '+' should be on a new line. 55
 Warning whitespace OperatorWrap '+' should be on a new line. 56

org/diabetestechnology/drh/service/http/aggrid/SqlQueryBuilder.java

Severity Category Rule Message Line
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 40
 Warning coding EqualsAvoidNull String literal expressions should be on the left side of an equals comparison. 188

org/diabetestechnology/drh/service/http/hub/prime/ObservabilityRequestFilter.java

Severity Category Rule Message Line
 Warning blocks NeedBraces 'else' construct must use '{}'s. 57

org/diabetestechnology/drh/service/http/hub/prime/experimental/ExperimentService.java

Severity Category Rule Message Line
 Warning coding ExplicitInitialization Variable 'databaseCount' explicitly initialized to '0' (default value for its type). 30
 Warning whitespace OperatorWrap '+' should be on a new line. 65
 Warning whitespace OperatorWrap '+' should be on a new line. 66
 Warning whitespace OperatorWrap '+' should be on a new line. 67
 Warning whitespace OperatorWrap '+' should be on a new line. 68
 Warning whitespace OperatorWrap '+' should be on a new line. 69
 Warning whitespace OperatorWrap '+' should be on a new line. 70
 Warning whitespace OperatorWrap '+' should be on a new line. 71
 Warning whitespace OperatorWrap '+' should be on a new line. 72
 Warning whitespace OperatorWrap '+' should be on a new line. 73
 Warning whitespace OperatorWrap '+' should be on a new line. 74
 Warning whitespace OperatorWrap '+' should be on a new line. 75
 Warning whitespace OperatorWrap '+' should be on a new line. 76
 Warning whitespace OperatorWrap '+' should be on a new line. 77
 Warning whitespace OperatorWrap '+' should be on a new line. 122
 Warning whitespace OperatorWrap '+' should be on a new line. 123
 Warning whitespace OperatorWrap '+' should be on a new line. 124
 Warning whitespace OperatorWrap '+' should be on a new line. 125
 Warning whitespace OperatorWrap '+' should be on a new line. 126
 Warning whitespace OperatorWrap '+' should be on a new line. 127
 Warning whitespace OperatorWrap '+' should be on a new line. 128
 Warning whitespace OperatorWrap '+' should be on a new line. 129
 Warning whitespace OperatorWrap '+' should be on a new line. 132
 Warning whitespace OperatorWrap '+' should be on a new line. 133
 Warning whitespace OperatorWrap '+' should be on a new line. 134
 Warning whitespace OperatorWrap '+' should be on a new line. 167
 Warning whitespace OperatorWrap '+' should be on a new line. 168
 Warning whitespace OperatorWrap '+' should be on a new line. 169
 Warning whitespace OperatorWrap '+' should be on a new line. 170
 Warning whitespace OperatorWrap '+' should be on a new line. 171
 Warning whitespace OperatorWrap '+' should be on a new line. 174
 Warning whitespace OperatorWrap '+' should be on a new line. 200
 Warning whitespace OperatorWrap '+' should be on a new line. 201
 Warning whitespace OperatorWrap '+' should be on a new line. 202
 Warning whitespace OperatorWrap '+' should be on a new line. 224
 Warning whitespace OperatorWrap '+' should be on a new line. 225
 Warning whitespace OperatorWrap '+' should be on a new line. 226

org/diabetestechnology/drh/service/http/hub/prime/experimental/ExprimentalJooqController.java

Severity Category Rule Message Line
 Warning blocks NeedBraces 'if' construct must use '{}'s. 64
 Warning blocks NeedBraces 'if' construct must use '{}'s. 105

org/diabetestechnology/drh/service/http/hub/prime/route/RouteMapping.java

Severity Category Rule Message Line
 Warning indentation CommentsIndentation Comment has incorrect indentation level 50, expected is 4, indentation should be the same level as line 19. 20

org/diabetestechnology/drh/service/http/hub/prime/route/RoutesTree.java

Severity Category Rule Message Line
 Warning blocks NeedBraces 'if' construct must use '{}'s. 29

org/diabetestechnology/drh/service/http/hub/prime/service/CombineDataAccessService.java

Severity Category Rule Message Line
 Warning whitespace OperatorWrap '+' should be on a new line. 74
 Warning whitespace OperatorWrap '+' should be on a new line. 75
 Warning whitespace OperatorWrap '+' should be on a new line. 76
 Warning whitespace OperatorWrap '+' should be on a new line. 77
 Warning whitespace OperatorWrap '+' should be on a new line. 78
 Warning whitespace OperatorWrap '+' should be on a new line. 79
 Warning whitespace OperatorWrap '+' should be on a new line. 80
 Warning whitespace OperatorWrap '+' should be on a new line. 81
 Warning whitespace OperatorWrap '+' should be on a new line. 82
 Warning whitespace OperatorWrap '+' should be on a new line. 83
 Warning whitespace OperatorWrap '+' should be on a new line. 84
 Warning blocks NeedBraces 'if' construct must use '{}'s. 96
 Warning blocks NeedBraces 'if' construct must use '{}'s. 98
 Warning whitespace OperatorWrap '+' should be on a new line. 128
 Warning whitespace OperatorWrap '+' should be on a new line. 129
 Warning whitespace OperatorWrap '+' should be on a new line. 130
 Warning whitespace OperatorWrap '+' should be on a new line. 174
 Warning whitespace OperatorWrap '+' should be on a new line. 175
 Warning whitespace OperatorWrap '+' should be on a new line. 176
 Warning whitespace OperatorWrap '+' should be on a new line. 177
 Warning whitespace OperatorWrap '+' should be on a new line. 178
 Warning whitespace OperatorWrap '+' should be on a new line. 179
 Warning whitespace OperatorWrap '+' should be on a new line. 180
 Warning whitespace OperatorWrap '+' should be on a new line. 181
 Warning whitespace OperatorWrap '+' should be on a new line. 182
 Warning whitespace OperatorWrap '+' should be on a new line. 183
 Warning whitespace OperatorWrap '+' should be on a new line. 184
 Warning whitespace OperatorWrap '+' should be on a new line. 185
 Warning whitespace OperatorWrap '+' should be on a new line. 186
 Warning whitespace OperatorWrap '+' should be on a new line. 187
 Warning whitespace OperatorWrap '+' should be on a new line. 188
 Warning whitespace OperatorWrap '+' should be on a new line. 189
 Warning whitespace OperatorWrap '+' should be on a new line. 190
 Warning whitespace OperatorWrap '+' should be on a new line. 191
 Warning whitespace OperatorWrap '+' should be on a new line. 192
 Warning whitespace OperatorWrap '+' should be on a new line. 193
 Warning whitespace OperatorWrap '+' should be on a new line. 209
 Warning whitespace OperatorWrap '+' should be on a new line. 210
 Warning whitespace OperatorWrap '+' should be on a new line. 211
 Warning whitespace OperatorWrap '+' should be on a new line. 212
 Warning whitespace OperatorWrap '+' should be on a new line. 213
 Warning whitespace OperatorWrap '+' should be on a new line. 214
 Warning whitespace OperatorWrap '+' should be on a new line. 215
 Warning whitespace OperatorWrap '+' should be on a new line. 216
 Warning whitespace OperatorWrap '+' should be on a new line. 217
 Warning whitespace OperatorWrap '+' should be on a new line. 218
 Warning whitespace OperatorWrap '+' should be on a new line. 219
 Warning whitespace OperatorWrap '+' should be on a new line. 220
 Warning whitespace OperatorWrap '+' should be on a new line. 221
 Warning whitespace OperatorWrap '+' should be on a new line. 222
 Warning whitespace OperatorWrap '+' should be on a new line. 223
 Warning whitespace OperatorWrap '+' should be on a new line. 224
 Warning whitespace OperatorWrap '+' should be on a new line. 225
 Warning whitespace OperatorWrap '+' should be on a new line. 226
 Warning whitespace OperatorWrap '+' should be on a new line. 227
 Warning whitespace OperatorWrap '+' should be on a new line. 254
 Warning whitespace OperatorWrap '+' should be on a new line. 255
 Warning blocks NeedBraces 'else' construct must use '{}'s. 274
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '114'. 300
 Warning whitespace OperatorWrap '+' should be on a new line. 301
 Warning whitespace OperatorWrap '+' should be on a new line. 302
 Warning blocks NeedBraces 'else' construct must use '{}'s. 310

org/diabetestechnology/drh/service/http/hub/prime/service/DataAccessService.java

Severity Category Rule Message Line
 Warning whitespace OperatorWrap '+' should be on a new line. 265
 Warning whitespace OperatorWrap '+' should be on a new line. 266
 Warning blocks NeedBraces 'if' construct must use '{}'s. 284
 Warning whitespace OperatorWrap '+' should be on a new line. 437
 Warning whitespace OperatorWrap '+' should be on a new line. 438
 Warning whitespace OperatorWrap '+' should be on a new line. 441
 Warning whitespace OperatorWrap '+' should be on a new line. 442
 Warning whitespace OperatorWrap '+' should be on a new line. 443
 Warning whitespace OperatorWrap '+' should be on a new line. 444
 Warning whitespace OperatorWrap '+' should be on a new line. 445
 Warning whitespace OperatorWrap '+' should be on a new line. 446
 Warning whitespace OperatorWrap '+' should be on a new line. 447
 Warning whitespace OperatorWrap '+' should be on a new line. 448
 Warning whitespace OperatorWrap '+' should be on a new line. 517
 Warning whitespace OperatorWrap '+' should be on a new line. 518
 Warning whitespace OperatorWrap '+' should be on a new line. 521
 Warning whitespace OperatorWrap '+' should be on a new line. 522
 Warning whitespace OperatorWrap '+' should be on a new line. 523
 Warning whitespace OperatorWrap '+' should be on a new line. 524
 Warning whitespace OperatorWrap '+' should be on a new line. 525
 Warning whitespace OperatorWrap '+' should be on a new line. 526
 Warning whitespace OperatorWrap '+' should be on a new line. 527
 Warning whitespace OperatorWrap '+' should be on a new line. 528
 Warning whitespace OperatorWrap '+' should be on a new line. 598
 Warning whitespace OperatorWrap '+' should be on a new line. 599
 Warning whitespace OperatorWrap '+' should be on a new line. 602
 Warning whitespace OperatorWrap '+' should be on a new line. 603
 Warning whitespace OperatorWrap '+' should be on a new line. 604
 Warning whitespace OperatorWrap '+' should be on a new line. 605
 Warning whitespace OperatorWrap '+' should be on a new line. 606
 Warning whitespace OperatorWrap '+' should be on a new line. 607
 Warning whitespace OperatorWrap '+' should be on a new line. 608
 Warning whitespace OperatorWrap '+' should be on a new line. 609
 Warning whitespace OperatorWrap '+' should be on a new line. 675
 Warning whitespace OperatorWrap '+' should be on a new line. 676
 Warning whitespace OperatorWrap '+' should be on a new line. 679
 Warning whitespace OperatorWrap '+' should be on a new line. 680
 Warning whitespace OperatorWrap '+' should be on a new line. 681
 Warning whitespace OperatorWrap '+' should be on a new line. 682
 Warning whitespace OperatorWrap '+' should be on a new line. 683
 Warning whitespace OperatorWrap '+' should be on a new line. 684
 Warning whitespace OperatorWrap '+' should be on a new line. 685
 Warning whitespace OperatorWrap '+' should be on a new line. 686
 Warning whitespace OperatorWrap '+' should be on a new line. 752
 Warning whitespace OperatorWrap '+' should be on a new line. 753
 Warning whitespace OperatorWrap '+' should be on a new line. 756
 Warning whitespace OperatorWrap '+' should be on a new line. 757
 Warning whitespace OperatorWrap '+' should be on a new line. 758
 Warning whitespace OperatorWrap '+' should be on a new line. 759
 Warning whitespace OperatorWrap '+' should be on a new line. 760
 Warning whitespace OperatorWrap '+' should be on a new line. 761
 Warning whitespace OperatorWrap '+' should be on a new line. 762
 Warning whitespace OperatorWrap '+' should be on a new line. 763
 Warning whitespace OperatorWrap '+' should be on a new line. 831
 Warning whitespace OperatorWrap '+' should be on a new line. 832
 Warning whitespace OperatorWrap '+' should be on a new line. 835
 Warning whitespace OperatorWrap '+' should be on a new line. 836
 Warning whitespace OperatorWrap '+' should be on a new line. 837
 Warning whitespace OperatorWrap '+' should be on a new line. 838
 Warning whitespace OperatorWrap '+' should be on a new line. 839
 Warning whitespace OperatorWrap '+' should be on a new line. 840
 Warning whitespace OperatorWrap '+' should be on a new line. 841
 Warning whitespace OperatorWrap '+' should be on a new line. 842
 Warning whitespace OperatorWrap '+' should be on a new line. 916
 Warning whitespace OperatorWrap '+' should be on a new line. 935
 Warning whitespace OperatorWrap '+' should be on a new line. 936
 Warning whitespace OperatorWrap '+' should be on a new line. 937
 Warning whitespace OperatorWrap '+' should be on a new line. 995
 Warning whitespace OperatorWrap '+' should be on a new line. 996
 Warning whitespace OperatorWrap '+' should be on a new line. 997
 Warning whitespace OperatorWrap '+' should be on a new line. 998
 Warning whitespace OperatorWrap '+' should be on a new line. 1001
 Warning whitespace OperatorWrap '+' should be on a new line. 1002
 Warning whitespace OperatorWrap '+' should be on a new line. 1058
 Warning whitespace OperatorWrap '+' should be on a new line. 1059
 Warning whitespace OperatorWrap '+' should be on a new line. 1060
 Warning whitespace OperatorWrap '+' should be on a new line. 1061
 Warning whitespace OperatorWrap '+' should be on a new line. 1062
 Warning whitespace OperatorWrap '+' should be on a new line. 1063
 Warning whitespace OperatorWrap '+' should be on a new line. 1064
 Warning whitespace OperatorWrap '+' should be on a new line. 1065
 Warning whitespace OperatorWrap '+' should be on a new line. 1066
 Warning whitespace OperatorWrap '+' should be on a new line. 1067
 Warning whitespace OperatorWrap '+' should be on a new line. 1068
 Warning whitespace OperatorWrap '+' should be on a new line. 1069
 Warning whitespace OperatorWrap '+' should be on a new line. 1139
 Warning whitespace OperatorWrap '+' should be on a new line. 1140
 Warning whitespace OperatorWrap '+' should be on a new line. 1141
 Warning whitespace OperatorWrap '+' should be on a new line. 1142
 Warning whitespace OperatorWrap '+' should be on a new line. 1143
 Warning whitespace OperatorWrap '+' should be on a new line. 1144
 Warning whitespace OperatorWrap '+' should be on a new line. 1145
 Warning whitespace OperatorWrap '+' should be on a new line. 1146
 Warning whitespace OperatorWrap '+' should be on a new line. 1147
 Warning whitespace OperatorWrap '+' should be on a new line. 1148
 Warning whitespace OperatorWrap '+' should be on a new line. 1149
 Warning whitespace OperatorWrap '+' should be on a new line. 1150
 Warning whitespace OperatorWrap '+' should be on a new line. 1151
 Warning whitespace OperatorWrap '+' should be on a new line. 1152
 Warning whitespace OperatorWrap '+' should be on a new line. 1153
 Warning whitespace OperatorWrap '+' should be on a new line. 1154
 Warning whitespace OperatorWrap '+' should be on a new line. 1157
 Warning naming LocalVariableName Local variable name 'mValue' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1172
 Warning whitespace OperatorWrap '+' should be on a new line. 1232
 Warning whitespace OperatorWrap '+' should be on a new line. 1233
 Warning whitespace OperatorWrap '+' should be on a new line. 1234
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1253
 Warning whitespace OperatorWrap '+' should be on a new line. 1297
 Warning whitespace OperatorWrap '+' should be on a new line. 1298
 Warning whitespace OperatorWrap '+' should be on a new line. 1299
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1316
 Warning whitespace OperatorWrap '+' should be on a new line. 1361
 Warning whitespace OperatorWrap '+' should be on a new line. 1362
 Warning whitespace OperatorWrap '+' should be on a new line. 1363
 Warning whitespace OperatorWrap '+' should be on a new line. 1364
 Warning whitespace OperatorWrap '+' should be on a new line. 1365
 Warning whitespace OperatorWrap '+' should be on a new line. 1366
 Warning whitespace OperatorWrap '+' should be on a new line. 1367
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1384
 Warning whitespace OperatorWrap '+' should be on a new line. 1431
 Warning whitespace OperatorWrap '+' should be on a new line. 1432
 Warning whitespace OperatorWrap '+' should be on a new line. 1433
 Warning whitespace OperatorWrap '+' should be on a new line. 1434
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1450
 Warning whitespace OperatorWrap '+' should be on a new line. 1538
 Warning whitespace OperatorWrap '+' should be on a new line. 1539
 Warning whitespace OperatorWrap '+' should be on a new line. 1540
 Warning whitespace OperatorWrap '+' should be on a new line. 1541
 Warning whitespace OperatorWrap '+' should be on a new line. 1542
 Warning whitespace OperatorWrap '+' should be on a new line. 1543
 Warning whitespace OperatorWrap '+' should be on a new line. 1544
 Warning whitespace OperatorWrap '+' should be on a new line. 1545
 Warning whitespace OperatorWrap '+' should be on a new line. 1546
 Warning whitespace OperatorWrap '+' should be on a new line. 1547
 Warning whitespace OperatorWrap '+' should be on a new line. 1548
 Warning whitespace OperatorWrap '+' should be on a new line. 1766
 Warning whitespace OperatorWrap '+' should be on a new line. 1767
 Warning whitespace OperatorWrap '+' should be on a new line. 1768
 Warning whitespace OperatorWrap '+' should be on a new line. 1769
 Warning whitespace OperatorWrap '+' should be on a new line. 1770
 Warning whitespace OperatorWrap '+' should be on a new line. 1771
 Warning whitespace OperatorWrap '+' should be on a new line. 1772
 Warning whitespace OperatorWrap '+' should be on a new line. 1773
 Warning whitespace OperatorWrap '+' should be on a new line. 1774
 Warning whitespace OperatorWrap '+' should be on a new line. 1775
 Warning whitespace OperatorWrap '+' should be on a new line. 1776
 Warning whitespace OperatorWrap '+' should be on a new line. 1777
 Warning whitespace OperatorWrap '+' should be on a new line. 1778
 Warning whitespace OperatorWrap '+' should be on a new line. 1779
 Warning whitespace OperatorWrap '+' should be on a new line. 1782
 Warning naming LocalVariableName Local variable name 'jIndex' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1798
 Warning whitespace OperatorWrap '+' should be on a new line. 1843
 Warning whitespace OperatorWrap '+' should be on a new line. 1848
 Warning whitespace OperatorWrap '+' should be on a new line. 1849
 Warning whitespace OperatorWrap '+' should be on a new line. 1850
 Warning whitespace OperatorWrap '+' should be on a new line. 1851
 Warning naming AbbreviationAsWordInName Abbreviation in name 'calculateGRADE' must contain no more than '4' consecutive capital letters. 1893
 Warning whitespace OperatorWrap '+' should be on a new line. 1905
 Warning whitespace OperatorWrap '+' should be on a new line. 1906
 Warning whitespace OperatorWrap '+' should be on a new line. 1907
 Warning whitespace OperatorWrap '+' should be on a new line. 1908
 Warning whitespace OperatorWrap '+' should be on a new line. 1913
 Warning whitespace OperatorWrap '+' should be on a new line. 1914
 Warning whitespace OperatorWrap '+' should be on a new line. 1915
 Warning whitespace OperatorWrap '+' should be on a new line. 1916
 Warning whitespace OperatorWrap '+' should be on a new line. 1917
 Warning whitespace OperatorWrap '+' should be on a new line. 1918
 Warning whitespace OperatorWrap '+' should be on a new line. 1919
 Warning whitespace OperatorWrap '+' should be on a new line. 1920
 Warning whitespace OperatorWrap '+' should be on a new line. 1921
 Warning whitespace OperatorWrap '+' should be on a new line. 1922
 Warning whitespace OperatorWrap '+' should be on a new line. 1923
 Warning whitespace OperatorWrap '+' should be on a new line. 1924
 Warning whitespace OperatorWrap '+' should be on a new line. 1925
 Warning whitespace OperatorWrap '+' should be on a new line. 1926
 Warning whitespace OperatorWrap '+' should be on a new line. 1989
 Warning whitespace OperatorWrap '+' should be on a new line. 1990
 Warning whitespace OperatorWrap '+' should be on a new line. 1991
 Warning whitespace OperatorWrap '+' should be on a new line. 1992
 Warning whitespace OperatorWrap '+' should be on a new line. 1993
 Warning whitespace OperatorWrap '+' should be on a new line. 1996
 Warning whitespace OperatorWrap '+' should be on a new line. 1997
 Warning whitespace OperatorWrap '+' should be on a new line. 1998
 Warning whitespace OperatorWrap '+' should be on a new line. 1999
 Warning whitespace OperatorWrap '+' should be on a new line. 2000
 Warning whitespace OperatorWrap '+' should be on a new line. 2001
 Warning whitespace OperatorWrap '+' should be on a new line. 2002
 Warning whitespace OperatorWrap '+' should be on a new line. 2003
 Warning whitespace OperatorWrap '+' should be on a new line. 2004
 Warning whitespace OperatorWrap '+' should be on a new line. 2005
 Warning whitespace OperatorWrap '+' should be on a new line. 2006
 Warning whitespace OperatorWrap '+' should be on a new line. 2007
 Warning whitespace OperatorWrap '+' should be on a new line. 2008
 Warning whitespace OperatorWrap '+' should be on a new line. 2009
 Warning whitespace OperatorWrap '+' should be on a new line. 2010
 Warning whitespace OperatorWrap '+' should be on a new line. 2011
 Warning whitespace OperatorWrap '+' should be on a new line. 2012
 Warning whitespace OperatorWrap '+' should be on a new line. 2013
 Warning whitespace OperatorWrap '+' should be on a new line. 2014
 Warning naming AbbreviationAsWordInName Abbreviation in name 'calculateCONGA' must contain no more than '4' consecutive capital letters. 2064
 Warning whitespace OperatorWrap '+' should be on a new line. 2076
 Warning whitespace OperatorWrap '+' should be on a new line. 2077
 Warning whitespace OperatorWrap '+' should be on a new line. 2078
 Warning whitespace OperatorWrap '+' should be on a new line. 2079
 Warning whitespace OperatorWrap '+' should be on a new line. 2080
 Warning whitespace OperatorWrap '+' should be on a new line. 2081
 Warning whitespace OperatorWrap '+' should be on a new line. 2082
 Warning whitespace OperatorWrap '+' should be on a new line. 2083
 Warning whitespace OperatorWrap '+' should be on a new line. 2084
 Warning whitespace OperatorWrap '+' should be on a new line. 2085
 Warning whitespace OperatorWrap '+' should be on a new line. 2086
 Warning whitespace OperatorWrap '+' should be on a new line. 2087
 Warning whitespace OperatorWrap '+' should be on a new line. 2088
 Warning whitespace OperatorWrap '+' should be on a new line. 2089
 Warning whitespace OperatorWrap '+' should be on a new line. 2090
 Warning whitespace OperatorWrap '+' should be on a new line. 2091
 Warning whitespace OperatorWrap '+' should be on a new line. 2092
 Warning whitespace OperatorWrap '+' should be on a new line. 2093
 Warning whitespace OperatorWrap '+' should be on a new line. 2094
 Warning whitespace OperatorWrap '+' should be on a new line. 2095
 Warning whitespace OperatorWrap '+' should be on a new line. 2096
 Warning whitespace OperatorWrap '+' should be on a new line. 2097
 Warning whitespace OperatorWrap '+' should be on a new line. 2098
 Warning whitespace OperatorWrap '+' should be on a new line. 2099
 Warning whitespace OperatorWrap '+' should be on a new line. 2100
 Warning whitespace OperatorWrap '+' should be on a new line. 2101
 Warning whitespace OperatorWrap '+' should be on a new line. 2102
 Warning whitespace OperatorWrap '+' should be on a new line. 2103
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2326
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2365
 Warning coding EqualsAvoidNull String literal expressions should be on the left side of an equalsIgnoreCase comparison. 2410
 Warning coding EqualsAvoidNull String literal expressions should be on the left side of an equalsIgnoreCase comparison. 2412
 Warning coding EqualsAvoidNull String literal expressions should be on the left side of an equalsIgnoreCase comparison. 2414

org/diabetestechnology/drh/service/http/hub/prime/study/AgpStudyParticipant.java

Severity Category Rule Message Line
 Warning naming MemberName Member name 'TIR' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 4
 Warning naming MemberName Member name 'TAR_VH' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 5
 Warning naming MemberName Member name 'TAR_H' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 6
 Warning naming MemberName Member name 'TBR_L' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 7
 Warning naming MemberName Member name 'TBR_VL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 8
 Warning naming ParameterName Parameter name 'TIR' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 13
 Warning naming ParameterName Parameter name 'TAR_VH' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 13
 Warning naming ParameterName Parameter name 'TAR_H' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 13
 Warning naming ParameterName Parameter name 'TBR_L' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 13
 Warning naming ParameterName Parameter name 'TBR_VL' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 13
 Warning naming ParameterName Parameter name 'TIR' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 27
 Warning naming ParameterName Parameter name 'TAR_VH' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 35
 Warning naming ParameterName Parameter name 'TAR_H' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 43
 Warning naming ParameterName Parameter name 'TBR_L' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 51
 Warning naming ParameterName Parameter name 'TBR_VL' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 59

org/diabetestechnology/drh/service/http/hub/prime/study/Params.java

Severity Category Rule Message Line
 Warning naming MemberName Member name 'participant_id' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 4
 Warning naming ParameterName Parameter name 'participant_id' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 6
 Warning naming ParameterName Parameter name 'participant_id' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 14

org/diabetestechnology/drh/service/http/hub/prime/study/Participant.java

Severity Category Rule Message Line
 Warning naming MemberName Member name 'vLow' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 5
 Warning naming MemberName Member name 'vHigh' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 7
 Warning naming ParameterName Parameter name 'vLow' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 11
 Warning naming ParameterName Parameter name 'vHigh' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 11
 Warning naming ParameterName Parameter name 'vLow' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 31
 Warning naming ParameterName Parameter name 'vHigh' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 47

org/diabetestechnology/drh/service/http/hub/prime/study/StudyParticipant.java

Severity Category Rule Message Line
 Warning naming MemberName Member name 'baseline_hba1c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 8
 Warning naming MemberName Member name 'diabetes_type' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 9
 Warning naming ParameterName Parameter name 'baseline_hba1c' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 12
 Warning naming ParameterName Parameter name 'diabetes_type' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 13
 Warning naming ParameterName Parameter name 'baseline_hba1c' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 59
 Warning naming ParameterName Parameter name 'diabetes_type' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 67

org/diabetestechnology/drh/service/http/hub/prime/ux/ConsoleController.java

Severity Category Rule Message Line
 Warning indentation CommentsIndentation Comment has incorrect indentation level 90, expected is 16, indentation should be the same level as line 70. 69

org/diabetestechnology/drh/service/http/hub/prime/ux/ParticipantController.java

Severity Category Rule Message Line
 Warning naming MethodName Method name 'CoefficientOfVariation' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 207
 Warning naming MethodName Method name 'AmbulatoryGlucoseProfile' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 234
 Warning naming AbbreviationAsWordInName Abbreviation in name 'calculateGRADE' must contain no more than '4' consecutive capital letters. 596
 Warning naming AbbreviationAsWordInName Abbreviation in name 'calculateCONGA' must contain no more than '4' consecutive capital letters. 635

org/diabetestechnology/drh/service/http/hub/prime/ux/StudyVanityMatricsController.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.jooq.impl.DSL.*. 45
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.jooq.*. 46
 Warning blocks NeedBraces 'if' construct must use '{}'s. 402
 Warning blocks NeedBraces 'if' construct must use '{}'s. 427

org/diabetestechnology/drh/service/http/hub/prime/ux/TabularRowsController.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 28
 Warning blocks NeedBraces 'if' construct must use '{}'s. 48
 Warning blocks NeedBraces 'if' construct must use '{}'s. 72

org/diabetestechnology/drh/service/http/util/JsonText.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 109
 Warning whitespace GenericWhitespace GenericWhitespace '>' should followed by whitespace. 123
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 125
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 160
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not preceded with whitespace. 160

org/diabetestechnology/drh/service/http/util/MetricsQueries.java

Severity Category Rule Message Line
 Warning whitespace OperatorWrap '+' should be on a new line. 5
 Warning whitespace OperatorWrap '+' should be on a new line. 6
 Warning whitespace OperatorWrap '+' should be on a new line. 7
 Warning whitespace OperatorWrap '+' should be on a new line. 8
 Warning whitespace OperatorWrap '+' should be on a new line. 11
 Warning whitespace OperatorWrap '+' should be on a new line. 12
 Warning whitespace OperatorWrap '+' should be on a new line. 13
 Warning whitespace OperatorWrap '+' should be on a new line. 14
 Warning whitespace OperatorWrap '+' should be on a new line. 15
 Warning whitespace OperatorWrap '+' should be on a new line. 16
 Warning whitespace OperatorWrap '+' should be on a new line. 17
 Warning whitespace OperatorWrap '+' should be on a new line. 18
 Warning whitespace OperatorWrap '+' should be on a new line. 19
 Warning whitespace OperatorWrap '+' should be on a new line. 20
 Warning whitespace OperatorWrap '+' should be on a new line. 21
 Warning whitespace OperatorWrap '+' should be on a new line. 22
 Warning whitespace OperatorWrap '+' should be on a new line. 23
 Warning whitespace OperatorWrap '+' should be on a new line. 24
 Warning whitespace OperatorWrap '+' should be on a new line. 25
 Warning whitespace OperatorWrap '+' should be on a new line. 26
 Warning whitespace OperatorWrap '+' should be on a new line. 27
 Warning whitespace OperatorWrap '+' should be on a new line. 28
 Warning whitespace OperatorWrap '+' should be on a new line. 29
 Warning whitespace OperatorWrap '+' should be on a new line. 30
 Warning whitespace OperatorWrap '+' should be on a new line. 31
 Warning whitespace OperatorWrap '+' should be on a new line. 32
 Warning whitespace OperatorWrap '+' should be on a new line. 33
 Warning whitespace OperatorWrap '+' should be on a new line. 34
 Warning whitespace OperatorWrap '+' should be on a new line. 35
 Warning whitespace OperatorWrap '+' should be on a new line. 36
 Warning whitespace OperatorWrap '+' should be on a new line. 37
 Warning whitespace OperatorWrap '+' should be on a new line. 38
 Warning whitespace OperatorWrap '+' should be on a new line. 39
 Warning whitespace OperatorWrap '+' should be on a new line. 40
 Warning whitespace OperatorWrap '+' should be on a new line. 41
 Warning whitespace OperatorWrap '+' should be on a new line. 42
 Warning whitespace OperatorWrap '+' should be on a new line. 45
 Warning whitespace OperatorWrap '+' should be on a new line. 46
 Warning whitespace OperatorWrap '+' should be on a new line. 47
 Warning whitespace OperatorWrap '+' should be on a new line. 48
 Warning whitespace OperatorWrap '+' should be on a new line. 49
 Warning whitespace OperatorWrap '+' should be on a new line. 50
 Warning whitespace OperatorWrap '+' should be on a new line. 51
 Warning whitespace OperatorWrap '+' should be on a new line. 52
 Warning whitespace OperatorWrap '+' should be on a new line. 53
 Warning whitespace OperatorWrap '+' should be on a new line. 54
 Warning whitespace OperatorWrap '+' should be on a new line. 55
 Warning whitespace OperatorWrap '+' should be on a new line. 56
 Warning whitespace OperatorWrap '+' should be on a new line. 57
 Warning whitespace OperatorWrap '+' should be on a new line. 58
 Warning whitespace OperatorWrap '+' should be on a new line. 59
 Warning whitespace OperatorWrap '+' should be on a new line. 60
 Warning whitespace OperatorWrap '+' should be on a new line. 61
 Warning whitespace OperatorWrap '+' should be on a new line. 62
 Warning whitespace OperatorWrap '+' should be on a new line. 63
 Warning whitespace OperatorWrap '+' should be on a new line. 64
 Warning whitespace OperatorWrap '+' should be on a new line. 65
 Warning whitespace OperatorWrap '+' should be on a new line. 66
 Warning whitespace OperatorWrap '+' should be on a new line. 67
 Warning whitespace OperatorWrap '+' should be on a new line. 68
 Warning whitespace OperatorWrap '+' should be on a new line. 69
 Warning whitespace OperatorWrap '+' should be on a new line. 70
 Warning whitespace OperatorWrap '+' should be on a new line. 71
 Warning whitespace OperatorWrap '+' should be on a new line. 72
 Warning whitespace OperatorWrap '+' should be on a new line. 73
 Warning whitespace OperatorWrap '+' should be on a new line. 74
 Warning whitespace OperatorWrap '+' should be on a new line. 75
 Warning whitespace OperatorWrap '+' should be on a new line. 76
 Warning whitespace OperatorWrap '+' should be on a new line. 77
 Warning whitespace OperatorWrap '+' should be on a new line. 78
 Warning whitespace OperatorWrap '+' should be on a new line. 79
 Warning whitespace OperatorWrap '+' should be on a new line. 80
 Warning whitespace OperatorWrap '+' should be on a new line. 81
 Warning whitespace OperatorWrap '+' should be on a new line. 82
 Warning whitespace OperatorWrap '+' should be on a new line. 83
 Warning whitespace OperatorWrap '+' should be on a new line. 84
 Warning whitespace OperatorWrap '+' should be on a new line. 85
 Warning whitespace OperatorWrap '+' should be on a new line. 86
 Warning whitespace OperatorWrap '+' should be on a new line. 89
 Warning whitespace OperatorWrap '+' should be on a new line. 90
 Warning whitespace OperatorWrap '+' should be on a new line. 91
 Warning whitespace OperatorWrap '+' should be on a new line. 92
 Warning whitespace OperatorWrap '+' should be on a new line. 93
 Warning whitespace OperatorWrap '+' should be on a new line. 94
 Warning whitespace OperatorWrap '+' should be on a new line. 95
 Warning whitespace OperatorWrap '+' should be on a new line. 96
 Warning whitespace OperatorWrap '+' should be on a new line. 97
 Warning whitespace OperatorWrap '+' should be on a new line. 98
 Warning whitespace OperatorWrap '+' should be on a new line. 99
 Warning whitespace OperatorWrap '+' should be on a new line. 100
 Warning whitespace OperatorWrap '+' should be on a new line. 101
 Warning whitespace OperatorWrap '+' should be on a new line. 102
 Warning whitespace OperatorWrap '+' should be on a new line. 103
 Warning whitespace OperatorWrap '+' should be on a new line. 104
 Warning whitespace OperatorWrap '+' should be on a new line. 105
 Warning whitespace OperatorWrap '+' should be on a new line. 106
 Warning whitespace OperatorWrap '+' should be on a new line. 107
 Warning whitespace OperatorWrap '+' should be on a new line. 108
 Warning whitespace OperatorWrap '+' should be on a new line. 109
 Warning whitespace OperatorWrap '+' should be on a new line. 110
 Warning whitespace OperatorWrap '+' should be on a new line. 111
 Warning whitespace OperatorWrap '+' should be on a new line. 112
 Warning whitespace OperatorWrap '+' should be on a new line. 113
 Warning whitespace OperatorWrap '+' should be on a new line. 114
 Warning whitespace OperatorWrap '+' should be on a new line. 115
 Warning whitespace OperatorWrap '+' should be on a new line. 116
 Warning whitespace OperatorWrap '+' should be on a new line. 117
 Warning whitespace OperatorWrap '+' should be on a new line. 118
 Warning whitespace OperatorWrap '+' should be on a new line. 121
 Warning whitespace OperatorWrap '+' should be on a new line. 122
 Warning whitespace OperatorWrap '+' should be on a new line. 123
 Warning whitespace OperatorWrap '+' should be on a new line. 124
 Warning whitespace OperatorWrap '+' should be on a new line. 125
 Warning whitespace OperatorWrap '+' should be on a new line. 126
 Warning whitespace OperatorWrap '+' should be on a new line. 127
 Warning whitespace OperatorWrap '+' should be on a new line. 128
 Warning whitespace OperatorWrap '+' should be on a new line. 129
 Warning whitespace OperatorWrap '+' should be on a new line. 130
 Warning whitespace OperatorWrap '+' should be on a new line. 131
 Warning whitespace OperatorWrap '+' should be on a new line. 132
 Warning whitespace OperatorWrap '+' should be on a new line. 133
 Warning whitespace OperatorWrap '+' should be on a new line. 134
 Warning whitespace OperatorWrap '+' should be on a new line. 135
 Warning whitespace OperatorWrap '+' should be on a new line. 136
 Warning whitespace OperatorWrap '+' should be on a new line. 137
 Warning whitespace OperatorWrap '+' should be on a new line. 138
 Warning whitespace OperatorWrap '+' should be on a new line. 139
 Warning whitespace OperatorWrap '+' should be on a new line. 140
 Warning whitespace OperatorWrap '+' should be on a new line. 141
 Warning whitespace OperatorWrap '+' should be on a new line. 142
 Warning whitespace OperatorWrap '+' should be on a new line. 143
 Warning whitespace OperatorWrap '+' should be on a new line. 144
 Warning whitespace OperatorWrap '+' should be on a new line. 145
 Warning whitespace OperatorWrap '+' should be on a new line. 146
 Warning whitespace OperatorWrap '+' should be on a new line. 147
 Warning whitespace OperatorWrap '+' should be on a new line. 148
 Warning whitespace OperatorWrap '+' should be on a new line. 149
 Warning whitespace OperatorWrap '+' should be on a new line. 150
 Warning whitespace OperatorWrap '+' should be on a new line. 151
 Warning whitespace OperatorWrap '+' should be on a new line. 152
 Warning whitespace OperatorWrap '+' should be on a new line. 153
 Warning whitespace OperatorWrap '+' should be on a new line. 154
 Warning whitespace OperatorWrap '+' should be on a new line. 155
 Warning whitespace OperatorWrap '+' should be on a new line. 156
 Warning whitespace OperatorWrap '+' should be on a new line. 157
 Warning whitespace OperatorWrap '+' should be on a new line. 158
 Warning whitespace OperatorWrap '+' should be on a new line. 159
 Warning whitespace OperatorWrap '+' should be on a new line. 160
 Warning whitespace OperatorWrap '+' should be on a new line. 161
 Warning whitespace OperatorWrap '+' should be on a new line. 162
 Warning whitespace OperatorWrap '+' should be on a new line. 165
 Warning whitespace OperatorWrap '+' should be on a new line. 166
 Warning whitespace OperatorWrap '+' should be on a new line. 167
 Warning whitespace OperatorWrap '+' should be on a new line. 168
 Warning whitespace OperatorWrap '+' should be on a new line. 169
 Warning whitespace OperatorWrap '+' should be on a new line. 170
 Warning whitespace OperatorWrap '+' should be on a new line. 171
 Warning whitespace OperatorWrap '+' should be on a new line. 172
 Warning whitespace OperatorWrap '+' should be on a new line. 173
 Warning whitespace OperatorWrap '+' should be on a new line. 174
 Warning whitespace OperatorWrap '+' should be on a new line. 175
 Warning whitespace OperatorWrap '+' should be on a new line. 176
 Warning whitespace OperatorWrap '+' should be on a new line. 177
 Warning whitespace OperatorWrap '+' should be on a new line. 180
 Warning whitespace OperatorWrap '+' should be on a new line. 181
 Warning whitespace OperatorWrap '+' should be on a new line. 182
 Warning whitespace OperatorWrap '+' should be on a new line. 183
 Warning whitespace OperatorWrap '+' should be on a new line. 184
 Warning whitespace OperatorWrap '+' should be on a new line. 185
 Warning whitespace OperatorWrap '+' should be on a new line. 186
 Warning whitespace OperatorWrap '+' should be on a new line. 187
 Warning whitespace OperatorWrap '+' should be on a new line. 188
 Warning whitespace OperatorWrap '+' should be on a new line. 189
 Warning whitespace OperatorWrap '+' should be on a new line. 190
 Warning whitespace OperatorWrap '+' should be on a new line. 191
 Warning whitespace OperatorWrap '+' should be on a new line. 192
 Warning whitespace OperatorWrap '+' should be on a new line. 193
 Warning whitespace OperatorWrap '+' should be on a new line. 194
 Warning whitespace OperatorWrap '+' should be on a new line. 195
 Warning whitespace OperatorWrap '+' should be on a new line. 196
 Warning whitespace OperatorWrap '+' should be on a new line. 197
 Warning whitespace OperatorWrap '+' should be on a new line. 198
 Warning whitespace OperatorWrap '+' should be on a new line. 199
 Warning whitespace OperatorWrap '+' should be on a new line. 200
 Warning whitespace OperatorWrap '+' should be on a new line. 201
 Warning whitespace OperatorWrap '+' should be on a new line. 202
 Warning whitespace OperatorWrap '+' should be on a new line. 203
 Warning whitespace OperatorWrap '+' should be on a new line. 204
 Warning whitespace OperatorWrap '+' should be on a new line. 205
 Warning whitespace OperatorWrap '+' should be on a new line. 206
 Warning whitespace OperatorWrap '+' should be on a new line. 207
 Warning whitespace OperatorWrap '+' should be on a new line. 208
 Warning whitespace OperatorWrap '+' should be on a new line. 209
 Warning whitespace OperatorWrap '+' should be on a new line. 210
 Warning whitespace OperatorWrap '+' should be on a new line. 211
 Warning whitespace OperatorWrap '+' should be on a new line. 212
 Warning whitespace OperatorWrap '+' should be on a new line. 213
 Warning whitespace OperatorWrap '+' should be on a new line. 214
 Warning whitespace OperatorWrap '+' should be on a new line. 215
 Warning whitespace OperatorWrap '+' should be on a new line. 217
 Warning whitespace OperatorWrap '+' should be on a new line. 218
 Warning whitespace OperatorWrap '+' should be on a new line. 219
 Warning whitespace OperatorWrap '+' should be on a new line. 220
 Warning whitespace OperatorWrap '+' should be on a new line. 221
 Warning whitespace OperatorWrap '+' should be on a new line. 222
 Warning whitespace OperatorWrap '+' should be on a new line. 223
 Warning whitespace OperatorWrap '+' should be on a new line. 224
 Warning whitespace OperatorWrap '+' should be on a new line. 225
 Warning whitespace OperatorWrap '+' should be on a new line. 226
 Warning whitespace OperatorWrap '+' should be on a new line. 227
 Warning whitespace OperatorWrap '+' should be on a new line. 228
 Warning whitespace OperatorWrap '+' should be on a new line. 232
 Warning whitespace OperatorWrap '+' should be on a new line. 233
 Warning whitespace OperatorWrap '+' should be on a new line. 234
 Warning whitespace OperatorWrap '+' should be on a new line. 235
 Warning whitespace OperatorWrap '+' should be on a new line. 236
 Warning whitespace OperatorWrap '+' should be on a new line. 237
 Warning whitespace OperatorWrap '+' should be on a new line. 238
 Warning whitespace OperatorWrap '+' should be on a new line. 239
 Warning whitespace OperatorWrap '+' should be on a new line. 240
 Warning whitespace OperatorWrap '+' should be on a new line. 241
 Warning whitespace OperatorWrap '+' should be on a new line. 242
 Warning whitespace OperatorWrap '+' should be on a new line. 243
 Warning whitespace OperatorWrap '+' should be on a new line. 244
 Warning whitespace OperatorWrap '+' should be on a new line. 245
 Warning whitespace OperatorWrap '+' should be on a new line. 246
 Warning whitespace OperatorWrap '+' should be on a new line. 247
 Warning whitespace OperatorWrap '+' should be on a new line. 248
 Warning whitespace OperatorWrap '+' should be on a new line. 249
 Warning whitespace OperatorWrap '+' should be on a new line. 250
 Warning whitespace OperatorWrap '+' should be on a new line. 251
 Warning whitespace OperatorWrap '+' should be on a new line. 252
 Warning whitespace OperatorWrap '+' should be on a new line. 253
 Warning whitespace OperatorWrap '+' should be on a new line. 254
 Warning whitespace OperatorWrap '+' should be on a new line. 255
 Warning whitespace OperatorWrap '+' should be on a new line. 256
 Warning whitespace OperatorWrap '+' should be on a new line. 257
 Warning whitespace OperatorWrap '+' should be on a new line. 258
 Warning whitespace OperatorWrap '+' should be on a new line. 265
 Warning whitespace OperatorWrap '+' should be on a new line. 266
 Warning whitespace OperatorWrap '+' should be on a new line. 267
 Warning whitespace OperatorWrap '+' should be on a new line. 268
 Warning whitespace OperatorWrap '+' should be on a new line. 269
 Warning whitespace OperatorWrap '+' should be on a new line. 272
 Warning whitespace OperatorWrap '+' should be on a new line. 275
 Warning whitespace OperatorWrap '+' should be on a new line. 276
 Warning whitespace OperatorWrap '+' should be on a new line. 277
 Warning whitespace OperatorWrap '+' should be on a new line. 278
 Warning whitespace OperatorWrap '+' should be on a new line. 279
 Warning whitespace OperatorWrap '+' should be on a new line. 280
 Warning whitespace OperatorWrap '+' should be on a new line. 281
 Warning whitespace OperatorWrap '+' should be on a new line. 282
 Warning whitespace OperatorWrap '+' should be on a new line. 283
 Warning whitespace OperatorWrap '+' should be on a new line. 286
 Warning whitespace OperatorWrap '+' should be on a new line. 287
 Warning whitespace OperatorWrap '+' should be on a new line. 288
 Warning whitespace OperatorWrap '+' should be on a new line. 289
 Warning whitespace OperatorWrap '+' should be on a new line. 290
 Warning whitespace OperatorWrap '+' should be on a new line. 291
 Warning whitespace OperatorWrap '+' should be on a new line. 292
 Warning whitespace OperatorWrap '+' should be on a new line. 293
 Warning whitespace OperatorWrap '+' should be on a new line. 294
 Warning whitespace OperatorWrap '+' should be on a new line. 295
 Warning whitespace OperatorWrap '+' should be on a new line. 296
 Warning whitespace OperatorWrap '+' should be on a new line. 297
 Warning whitespace OperatorWrap '+' should be on a new line. 298
 Warning whitespace OperatorWrap '+' should be on a new line. 299
 Warning whitespace OperatorWrap '+' should be on a new line. 300
 Warning whitespace OperatorWrap '+' should be on a new line. 301
 Warning whitespace OperatorWrap '+' should be on a new line. 302
 Warning whitespace OperatorWrap '+' should be on a new line. 303
 Warning whitespace OperatorWrap '+' should be on a new line. 304
 Warning whitespace OperatorWrap '+' should be on a new line. 305
 Warning whitespace OperatorWrap '+' should be on a new line. 306
 Warning whitespace OperatorWrap '+' should be on a new line. 307
 Warning whitespace OperatorWrap '+' should be on a new line. 308
 Warning whitespace OperatorWrap '+' should be on a new line. 309
 Warning whitespace OperatorWrap '+' should be on a new line. 310
 Warning whitespace OperatorWrap '+' should be on a new line. 311
 Warning whitespace OperatorWrap '+' should be on a new line. 312
 Warning whitespace OperatorWrap '+' should be on a new line. 313
 Warning whitespace OperatorWrap '+' should be on a new line. 314
 Warning whitespace OperatorWrap '+' should be on a new line. 315
 Warning whitespace OperatorWrap '+' should be on a new line. 316
 Warning whitespace OperatorWrap '+' should be on a new line. 317
 Warning whitespace OperatorWrap '+' should be on a new line. 320
 Warning whitespace OperatorWrap '+' should be on a new line. 321
 Warning whitespace OperatorWrap '+' should be on a new line. 322
 Warning whitespace OperatorWrap '+' should be on a new line. 325
 Warning whitespace OperatorWrap '+' should be on a new line. 326
 Warning whitespace OperatorWrap '+' should be on a new line. 327
 Warning whitespace OperatorWrap '+' should be on a new line. 330
 Warning whitespace OperatorWrap '+' should be on a new line. 331
 Warning whitespace OperatorWrap '+' should be on a new line. 332
 Warning whitespace OperatorWrap '+' should be on a new line. 335
 Warning whitespace OperatorWrap '+' should be on a new line. 336
 Warning whitespace OperatorWrap '+' should be on a new line. 337
 Warning whitespace OperatorWrap '+' should be on a new line. 340
 Warning whitespace OperatorWrap '+' should be on a new line. 341
 Warning whitespace OperatorWrap '+' should be on a new line. 342
 Warning whitespace OperatorWrap '+' should be on a new line. 345
 Warning whitespace OperatorWrap '+' should be on a new line. 346
 Warning whitespace OperatorWrap '+' should be on a new line. 347
 Warning whitespace OperatorWrap '+' should be on a new line. 348
 Warning whitespace OperatorWrap '+' should be on a new line. 349
 Warning whitespace OperatorWrap '+' should be on a new line. 350
 Warning whitespace OperatorWrap '+' should be on a new line. 351
 Warning whitespace OperatorWrap '+' should be on a new line. 352
 Warning whitespace OperatorWrap '+' should be on a new line. 353
 Warning whitespace OperatorWrap '+' should be on a new line. 354
 Warning whitespace OperatorWrap '+' should be on a new line. 355
 Warning whitespace OperatorWrap '+' should be on a new line. 356
 Warning whitespace OperatorWrap '+' should be on a new line. 357
 Warning whitespace OperatorWrap '+' should be on a new line. 358
 Warning whitespace OperatorWrap '+' should be on a new line. 359
 Warning whitespace OperatorWrap '+' should be on a new line. 360
 Warning whitespace OperatorWrap '+' should be on a new line. 361
 Warning whitespace OperatorWrap '+' should be on a new line. 362
 Warning whitespace OperatorWrap '+' should be on a new line. 363
 Warning whitespace OperatorWrap '+' should be on a new line. 364
 Warning whitespace OperatorWrap '+' should be on a new line. 365
 Warning whitespace OperatorWrap '+' should be on a new line. 366
 Warning whitespace OperatorWrap '+' should be on a new line. 367
 Warning whitespace OperatorWrap '+' should be on a new line. 368
 Warning whitespace OperatorWrap '+' should be on a new line. 369
 Warning whitespace OperatorWrap '+' should be on a new line. 370
 Warning whitespace OperatorWrap '+' should be on a new line. 373
 Warning whitespace OperatorWrap '+' should be on a new line. 378
 Warning whitespace OperatorWrap '+' should be on a new line. 383
 Warning whitespace OperatorWrap '+' should be on a new line. 388
 Warning whitespace OperatorWrap '+' should be on a new line. 393
 Warning whitespace OperatorWrap '+' should be on a new line. 396
 Warning whitespace OperatorWrap '+' should be on a new line. 397
 Warning whitespace OperatorWrap '+' should be on a new line. 402
 Warning whitespace OperatorWrap '+' should be on a new line. 403
 Warning whitespace OperatorWrap '+' should be on a new line. 404
 Warning whitespace OperatorWrap '+' should be on a new line. 405
 Warning whitespace OperatorWrap '+' should be on a new line. 406
 Warning whitespace OperatorWrap '+' should be on a new line. 407
 Warning whitespace OperatorWrap '+' should be on a new line. 408
 Warning whitespace OperatorWrap '+' should be on a new line. 409
 Warning whitespace OperatorWrap '+' should be on a new line. 410
 Warning whitespace OperatorWrap '+' should be on a new line. 411
 Warning whitespace OperatorWrap '+' should be on a new line. 412
 Warning whitespace OperatorWrap '+' should be on a new line. 413
 Warning whitespace OperatorWrap '+' should be on a new line. 414
 Warning whitespace OperatorWrap '+' should be on a new line. 415
 Warning whitespace OperatorWrap '+' should be on a new line. 416
 Warning whitespace OperatorWrap '+' should be on a new line. 417
 Warning whitespace OperatorWrap '+' should be on a new line. 418
 Warning whitespace OperatorWrap '+' should be on a new line. 419
 Warning whitespace OperatorWrap '+' should be on a new line. 420
 Warning whitespace OperatorWrap '+' should be on a new line. 421
 Warning whitespace OperatorWrap '+' should be on a new line. 422
 Warning whitespace OperatorWrap '+' should be on a new line. 423
 Warning whitespace OperatorWrap '+' should be on a new line. 424
 Warning whitespace OperatorWrap '+' should be on a new line. 425
 Warning whitespace OperatorWrap '+' should be on a new line. 426
 Warning whitespace OperatorWrap '+' should be on a new line. 427
 Warning whitespace OperatorWrap '+' should be on a new line. 428
 Warning whitespace OperatorWrap '+' should be on a new line. 429
 Warning whitespace OperatorWrap '+' should be on a new line. 430
 Warning whitespace OperatorWrap '+' should be on a new line. 431
 Warning whitespace OperatorWrap '+' should be on a new line. 432
 Warning whitespace OperatorWrap '+' should be on a new line. 433
 Warning whitespace OperatorWrap '+' should be on a new line. 434
 Warning whitespace OperatorWrap '+' should be on a new line. 435
 Warning whitespace OperatorWrap '+' should be on a new line. 436
 Warning whitespace OperatorWrap '+' should be on a new line. 437
 Warning whitespace OperatorWrap '+' should be on a new line. 438
 Warning whitespace OperatorWrap '+' should be on a new line. 439
 Warning whitespace OperatorWrap '+' should be on a new line. 440
 Warning whitespace OperatorWrap '+' should be on a new line. 441
 Warning whitespace OperatorWrap '+' should be on a new line. 442
 Warning whitespace OperatorWrap '+' should be on a new line. 443
 Warning whitespace OperatorWrap '+' should be on a new line. 444
 Warning whitespace OperatorWrap '+' should be on a new line. 445
 Warning whitespace OperatorWrap '+' should be on a new line. 446
 Warning whitespace OperatorWrap '+' should be on a new line. 447
 Warning whitespace OperatorWrap '+' should be on a new line. 450
 Warning whitespace OperatorWrap '+' should be on a new line. 451
 Warning whitespace OperatorWrap '+' should be on a new line. 452
 Warning whitespace OperatorWrap '+' should be on a new line. 453
 Warning whitespace OperatorWrap '+' should be on a new line. 456
 Warning whitespace OperatorWrap '+' should be on a new line. 457
 Warning whitespace OperatorWrap '+' should be on a new line. 458
 Warning whitespace OperatorWrap '+' should be on a new line. 459
 Warning whitespace OperatorWrap '+' should be on a new line. 460
 Warning whitespace OperatorWrap '+' should be on a new line. 461
 Warning whitespace OperatorWrap '+' should be on a new line. 462
 Warning whitespace OperatorWrap '+' should be on a new line. 463
 Warning whitespace OperatorWrap '+' should be on a new line. 464
 Warning whitespace OperatorWrap '+' should be on a new line. 465
 Warning whitespace OperatorWrap '+' should be on a new line. 466
 Warning whitespace OperatorWrap '+' should be on a new line. 467
 Warning whitespace OperatorWrap '+' should be on a new line. 468
 Warning whitespace OperatorWrap '+' should be on a new line. 469
 Warning whitespace OperatorWrap '+' should be on a new line. 470
 Warning whitespace OperatorWrap '+' should be on a new line. 471
 Warning whitespace OperatorWrap '+' should be on a new line. 472
 Warning whitespace OperatorWrap '+' should be on a new line. 473
 Warning whitespace OperatorWrap '+' should be on a new line. 474
 Warning whitespace OperatorWrap '+' should be on a new line. 475
 Warning whitespace OperatorWrap '+' should be on a new line. 476
 Warning whitespace OperatorWrap '+' should be on a new line. 477
 Warning whitespace OperatorWrap '+' should be on a new line. 478
 Warning whitespace OperatorWrap '+' should be on a new line. 479
 Warning whitespace OperatorWrap '+' should be on a new line. 480
 Warning whitespace OperatorWrap '+' should be on a new line. 481
 Warning whitespace OperatorWrap '+' should be on a new line. 482
 Warning whitespace OperatorWrap '+' should be on a new line. 483
 Warning whitespace OperatorWrap '+' should be on a new line. 484
 Warning whitespace OperatorWrap '+' should be on a new line. 485
 Warning whitespace OperatorWrap '+' should be on a new line. 486
 Warning whitespace OperatorWrap '+' should be on a new line. 491
 Warning whitespace OperatorWrap '+' should be on a new line. 492
 Warning whitespace OperatorWrap '+' should be on a new line. 493
 Warning whitespace OperatorWrap '+' should be on a new line. 494
 Warning whitespace OperatorWrap '+' should be on a new line. 495
 Warning whitespace OperatorWrap '+' should be on a new line. 496
 Warning whitespace OperatorWrap '+' should be on a new line. 497
 Warning whitespace OperatorWrap '+' should be on a new line. 498
 Warning whitespace OperatorWrap '+' should be on a new line. 499
 Warning whitespace OperatorWrap '+' should be on a new line. 500
 Warning whitespace OperatorWrap '+' should be on a new line. 503
 Warning whitespace OperatorWrap '+' should be on a new line. 504
 Warning whitespace OperatorWrap '+' should be on a new line. 505
 Warning whitespace OperatorWrap '+' should be on a new line. 506
 Warning whitespace OperatorWrap '+' should be on a new line. 507
 Warning whitespace OperatorWrap '+' should be on a new line. 508
 Warning whitespace OperatorWrap '+' should be on a new line. 509
 Warning whitespace OperatorWrap '+' should be on a new line. 510
 Warning whitespace OperatorWrap '+' should be on a new line. 511
 Warning whitespace OperatorWrap '+' should be on a new line. 512
 Warning whitespace OperatorWrap '+' should be on a new line. 513
 Warning whitespace OperatorWrap '+' should be on a new line. 514
 Warning whitespace OperatorWrap '+' should be on a new line. 515
 Warning whitespace OperatorWrap '+' should be on a new line. 516
 Warning whitespace OperatorWrap '+' should be on a new line. 517
 Warning whitespace OperatorWrap '+' should be on a new line. 518
 Warning whitespace OperatorWrap '+' should be on a new line. 519
 Warning whitespace OperatorWrap '+' should be on a new line. 520
 Warning whitespace OperatorWrap '+' should be on a new line. 521
 Warning whitespace OperatorWrap '+' should be on a new line. 522
 Warning whitespace OperatorWrap '+' should be on a new line. 523
 Warning whitespace OperatorWrap '+' should be on a new line. 524
 Warning whitespace OperatorWrap '+' should be on a new line. 525
 Warning whitespace OperatorWrap '+' should be on a new line. 526
 Warning whitespace OperatorWrap '+' should be on a new line. 527
 Warning whitespace OperatorWrap '+' should be on a new line. 528
 Warning whitespace OperatorWrap '+' should be on a new line. 529
 Warning whitespace OperatorWrap '+' should be on a new line. 530
 Warning whitespace OperatorWrap '+' should be on a new line. 531
 Warning whitespace OperatorWrap '+' should be on a new line. 532
 Warning whitespace OperatorWrap '+' should be on a new line. 533
 Warning whitespace OperatorWrap '+' should be on a new line. 534
 Warning whitespace OperatorWrap '+' should be on a new line. 535
 Warning whitespace OperatorWrap '+' should be on a new line. 536
 Warning whitespace OperatorWrap '+' should be on a new line. 537
 Warning whitespace OperatorWrap '+' should be on a new line. 538
 Warning whitespace OperatorWrap '+' should be on a new line. 539
 Warning whitespace OperatorWrap '+' should be on a new line. 540
 Warning whitespace OperatorWrap '+' should be on a new line. 541
 Warning whitespace OperatorWrap '+' should be on a new line. 542
 Warning whitespace OperatorWrap '+' should be on a new line. 543
 Warning whitespace OperatorWrap '+' should be on a new line. 546
 Warning whitespace OperatorWrap '+' should be on a new line. 547
 Warning whitespace OperatorWrap '+' should be on a new line. 548
 Warning whitespace OperatorWrap '+' should be on a new line. 549
 Warning whitespace OperatorWrap '+' should be on a new line. 550
 Warning whitespace OperatorWrap '+' should be on a new line. 551
 Warning whitespace OperatorWrap '+' should be on a new line. 552
 Warning whitespace OperatorWrap '+' should be on a new line. 553
 Warning whitespace OperatorWrap '+' should be on a new line. 554
 Warning whitespace OperatorWrap '+' should be on a new line. 555
 Warning whitespace OperatorWrap '+' should be on a new line. 558
 Warning whitespace OperatorWrap '+' should be on a new line. 559
 Warning whitespace OperatorWrap '+' should be on a new line. 560
 Warning whitespace OperatorWrap '+' should be on a new line. 561
 Warning whitespace OperatorWrap '+' should be on a new line. 564
 Warning whitespace OperatorWrap '+' should be on a new line. 565
 Warning whitespace OperatorWrap '+' should be on a new line. 566
 Warning whitespace OperatorWrap '+' should be on a new line. 567
 Warning whitespace OperatorWrap '+' should be on a new line. 568
 Warning whitespace OperatorWrap '+' should be on a new line. 569
 Warning whitespace OperatorWrap '+' should be on a new line. 570
 Warning whitespace OperatorWrap '+' should be on a new line. 571
 Warning whitespace OperatorWrap '+' should be on a new line. 574
 Warning whitespace OperatorWrap '+' should be on a new line. 575
 Warning whitespace OperatorWrap '+' should be on a new line. 576
 Warning whitespace OperatorWrap '+' should be on a new line. 577
 Warning whitespace OperatorWrap '+' should be on a new line. 578
 Warning whitespace OperatorWrap '+' should be on a new line. 579
 Warning whitespace OperatorWrap '+' should be on a new line. 582
 Warning whitespace OperatorWrap '+' should be on a new line. 583
 Warning whitespace OperatorWrap '+' should be on a new line. 584
 Warning whitespace OperatorWrap '+' should be on a new line. 585
 Warning whitespace OperatorWrap '+' should be on a new line. 586
 Warning whitespace OperatorWrap '+' should be on a new line. 589
 Warning whitespace OperatorWrap '+' should be on a new line. 590
 Warning whitespace OperatorWrap '+' should be on a new line. 591
 Warning whitespace OperatorWrap '+' should be on a new line. 592

org/diabetestechnology/drh/udi/UdiPrimeDbConfig.java

Severity Category Rule Message Line
 Warning blocks NeedBraces 'if' construct must use '{}'s. 63