Checkstyle Results
The following document contains the results of Checkstyle
.
Summary
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 366 | 0 | 0 | 3064 |
Files
Rules
| Rules | Violations | Severity |
|---|---|---|
ConstantName
|
6 | |
| LocalVariableName | 6 | |
MethodName
|
1 | |
| PackageName | 0 | |
| LocalFinalVariableName | 0 | |
| ParameterName | 5 | |
| StaticVariableName | 5 | |
TypeName
|
0 | |
Header
|
0 | |
| AvoidStarImport | 7 | |
| IllegalImport | 0 | |
| RedundantImport | 2 | |
| UnusedImports | 31 | |
| FileLength | 0 | |
LineLength
|
387 | |
MethodLength
|
3 | |
ParameterNumber
|
0 | |
| TabCharacter | 0 | |
| NeedBraces | 555 | |
LeftCurly
|
1865 | |
RightCurly
|
139 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 5 | |
| EqualsHashCode | 0 | |
| InnerAssignment | 10 | |
| DefaultComesLast | 0 | |
| MissingSwitchDefault | 5 | |
| FallThrough | 0 | |
| MultipleVariableDeclarations | 32 | |
| UpperEll | 0 |
Details
org/apache/myfaces/component/NewspaperTable.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 30 |
org/apache/myfaces/component/UserRoleUtils.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 36 |
org/apache/myfaces/component/html/ext/AbstractHtmlCommandButton.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 62 |
org/apache/myfaces/component/html/ext/AbstractHtmlCommandLink.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 65 |
org/apache/myfaces/component/html/ext/AbstractHtmlDataTable.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 143 | |
| Name 'indexLast_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 | |
| 'if' construct must use '{}'s. | 187 | |
| Line is longer than 120 characters. | 225 | |
| 'if' construct must use '{}'s. | 307 | |
| switch without "default" clause. | 420 | |
| 'if' construct must use '{}'s. | 445 | |
| 'if' construct must use '{}'s. | 470 | |
| 'if' construct must use '{}'s. | 532 | |
| 'if' construct must use '{}'s. | 573 | |
| 'if' construct must use '{}'s. | 581 | |
| Line is longer than 120 characters. | 586 | |
| 'if' construct must use '{}'s. | 607 | |
| Line is longer than 120 characters. | 636 | |
| Line is longer than 120 characters. | 640 | |
| Line is longer than 120 characters. | 660 | |
| 'if' construct must use '{}'s. | 681 | |
| 'if' construct must use '{}'s. | 688 | |
| 'if' construct must use '{}'s. | 712 | |
| 'if' construct must use '{}'s. | 865 | |
| 'if' construct must use '{}'s. | 868 | |
| 'if' construct must use '{}'s. | 871 | |
| 'if' construct must use '{}'s. | 876 | |
| 'if' construct must use '{}'s. | 993 | |
| 'if' construct must use '{}'s. | 1020 | |
| 'if' construct must use '{}'s. | 1023 | |
| 'if' construct must use '{}'s. | 1070 | |
| 'if' construct must use '{}'s. | 1102 | |
| 'if' construct must use '{}'s. | 1231 | |
| 'if' construct must use '{}'s. | 1236 | |
| 'else' construct must use '{}'s. | 1238 | |
| 'if' construct must use '{}'s. | 1240 | |
| 'if' construct must use '{}'s. | 1243 | |
| 'if' construct must use '{}'s. | 1260 | |
| 'if' construct must use '{}'s. | 1265 | |
| 'else' construct must use '{}'s. | 1267 | |
| 'if' construct must use '{}'s. | 1269 | |
| 'if' construct must use '{}'s. | 1272 | |
| 'if' construct must use '{}'s. | 1354 | |
| 'if' construct must use '{}'s. | 1455 | |
| 'if' construct must use '{}'s. | 1585 | |
| 'if' construct must use '{}'s. | 1607 |
org/apache/myfaces/component/html/ext/AbstractHtmlGraphicImage.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 61 | |
| Line is longer than 120 characters. | 73 | |
| Line is longer than 120 characters. | 80 |
org/apache/myfaces/component/html/ext/AbstractHtmlInputSecret.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 66 | |
| '{' should be on a new line. | 70 | |
| '{' should be on a new line. | 74 | |
| '{' should be on a new line. | 78 |
org/apache/myfaces/component/html/ext/AbstractHtmlInputText.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 66 | |
| '{' should be on a new line. | 70 | |
| '{' should be on a new line. | 74 | |
| '{' should be on a new line. | 78 |
org/apache/myfaces/component/html/ext/AbstractHtmlInputTextarea.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 65 | |
| '{' should be on a new line. | 69 | |
| '{' should be on a new line. | 73 | |
| '{' should be on a new line. | 77 |
org/apache/myfaces/component/html/ext/AbstractHtmlMessage.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 63 | |
| '{' should be on a new line. | 67 |
org/apache/myfaces/component/html/ext/AbstractHtmlMessages.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 65 | |
| '{' should be on a new line. | 69 |
org/apache/myfaces/component/html/ext/AbstractHtmlOutputLabel.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 61 |
org/apache/myfaces/component/html/ext/AbstractHtmlOutputText.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 63 |
org/apache/myfaces/component/html/ext/AbstractHtmlPanelGrid.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 66 | |
| '{' should be on a new line. | 70 | |
| '{' should be on a new line. | 74 | |
| '{' should be on a new line. | 78 |
org/apache/myfaces/component/html/ext/AbstractHtmlPanelGroup.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 69 | |
| '{' should be on a new line. | 73 | |
| '{' should be on a new line. | 77 | |
| '{' should be on a new line. | 81 |
org/apache/myfaces/component/html/ext/AbstractHtmlSelectBooleanCheckbox.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 69 | |
| '{' should be on a new line. | 73 | |
| '{' should be on a new line. | 77 | |
| '{' should be on a new line. | 81 |
org/apache/myfaces/component/html/ext/AbstractHtmlSelectManyCheckbox.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 74 | |
| '{' should be on a new line. | 78 | |
| '{' should be on a new line. | 82 | |
| '{' should be on a new line. | 86 |
org/apache/myfaces/component/html/ext/AbstractHtmlSelectManyListbox.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 67 | |
| '{' should be on a new line. | 71 | |
| '{' should be on a new line. | 75 | |
| '{' should be on a new line. | 79 |
org/apache/myfaces/component/html/ext/AbstractHtmlSelectManyMenu.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 68 | |
| '{' should be on a new line. | 72 | |
| '{' should be on a new line. | 76 | |
| '{' should be on a new line. | 80 |
org/apache/myfaces/component/html/ext/AbstractHtmlSelectOneListbox.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 68 | |
| '{' should be on a new line. | 72 | |
| '{' should be on a new line. | 76 | |
| '{' should be on a new line. | 80 |
org/apache/myfaces/component/html/ext/AbstractHtmlSelectOneMenu.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 68 | |
| '{' should be on a new line. | 72 | |
| '{' should be on a new line. | 76 | |
| '{' should be on a new line. | 80 |
org/apache/myfaces/component/html/ext/AbstractHtmlSelectOneRadio.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 170 | |
| Line is longer than 120 characters. | 171 | |
| '{' should be on a new line. | 223 | |
| '{' should be on a new line. | 227 | |
| '{' should be on a new line. | 231 | |
| 'if' construct must use '{}'s. | 237 |
org/apache/myfaces/component/html/ext/BaseSortableModel.java
| Violation | Message | Line |
|---|---|---|
| Each variable declaration must be in its own statement. | 50 | |
| '{' should be on a new line. | 56 | |
| '{' should be on a new line. | 60 | |
| Inner assignments should be avoided. | 178 | |
| 'if' construct must use '{}'s. | 230 | |
| 'for' construct must use '{}'s. | 250 | |
| '{' should be on a new line. | 266 | |
| 'if' construct must use '{}'s. | 302 | |
| 'if' construct must use '{}'s. | 313 |
org/apache/myfaces/component/html/ext/HtmlDataTableHack.java
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.myfaces.component.ForceIdAware. | 44 | |
| 'if' construct must use '{}'s. | 222 | |
| Line is longer than 120 characters. | 425 | |
| 'if' construct must use '{}'s. | 556 | |
| 'if' construct must use '{}'s. | 567 |
org/apache/myfaces/component/html/ext/SortCriterion.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 26 | |
| '{' should be on a new line. | 31 | |
| 'if' construct must use '{}'s. | 32 | |
| '{' should be on a new line. | 44 | |
| '{' should be on a new line. | 56 | |
| '{' should be on a new line. | 60 | |
| 'if' construct must use '{}'s. | 61 | |
| '{' should be on a new line. | 64 | |
| '{' should be on a new line. | 73 |
org/apache/myfaces/component/html/ext/SortableModel.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.faces.model.DataModel. | 31 | |
| 'if' construct must use '{}'s. | 81 | |
| '{' should be on a new line. | 100 | |
| 'if' construct must use '{}'s. | 141 | |
| '{' should be on a new line. | 172 | |
| '{' should be on a new line. | 176 | |
| 'if' construct must use '{}'s. | 180 | |
| 'if' construct must use '{}'s. | 183 | |
| '{' should be on a new line. | 191 | |
| '{' should be on a new line. | 210 | |
| '{' should be on a new line. | 212 |
org/apache/myfaces/component/html/ext/_SerializableDataModel.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 92 |
org/apache/myfaces/component/html/util/HtmlComponentUtils.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 93 | |
| 'if' construct must use '{}'s. | 133 | |
| '{' should be on a new line. | 158 | |
| '{' should be on a new line. | 160 | |
| '{' should be on a new line. | 162 | |
| '{' should be on a new line. | 165 | |
| '{' should be on a new line. | 179 |
org/apache/myfaces/component/html/util/MultipartFilter.java
| Violation | Message | Line |
|---|---|---|
| '}' should be alone on a line. | 91 | |
| '}' should be alone on a line. | 95 | |
| 'if' construct must use '{}'s. | 108 | |
| Line is longer than 120 characters. | 111 | |
| Line is longer than 120 characters. | 114 | |
| '}' should be alone on a line. | 129 |
org/apache/myfaces/component/html/util/StreamingAddResource.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.faces.context.ExternalContext. | 34 | |
| Name 'headerInfos' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'. | 131 | |
| Name 'REQUEST_ID_COUNTER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| Name 'logSend' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'. | 156 | |
| Line is longer than 120 characters. | 324 | |
| Line is longer than 120 characters. | 335 | |
| Line is longer than 120 characters. | 450 | |
| Line is longer than 120 characters. | 520 | |
| Line is longer than 120 characters. | 529 | |
| 'if' construct must use '{}'s. | 786 | |
| Line is longer than 120 characters. | 1013 | |
| Line is longer than 120 characters. | 1024 | |
| Line is longer than 120 characters. | 1099 | |
| Line is longer than 120 characters. | 1154 | |
| Line is longer than 120 characters. | 1268 |
org/apache/myfaces/component/html/util/StreamingResourceLoader.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 64 |
org/apache/myfaces/custom/aliasbean/Alias.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 40 | |
| '{' should be on a new line. | 50 | |
| '{' should be on a new line. | 58 | |
| '{' should be on a new line. | 69 | |
| '{' should be on a new line. | 73 | |
| '{' should be on a new line. | 77 | |
| '{' should be on a new line. | 81 | |
| '{' should be on a new line. | 85 | |
| '{' should be on a new line. | 91 | |
| 'if' construct must use '{}'s. | 92 | |
| '{' should be on a new line. | 96 | |
| '{' should be on a new line. | 101 | |
| '{' should be on a new line. | 102 | |
| '}' should be alone on a line. | 105 | |
| '{' should be on a new line. | 105 | |
| '}' should be alone on a line. | 108 | |
| '{' should be on a new line. | 108 | |
| '{' should be on a new line. | 116 | |
| 'if' construct must use '{}'s. | 117 | |
| '{' should be on a new line. | 121 | |
| 'if' construct must use '{}'s. | 123 | |
| 'if' construct must use '{}'s. | 126 | |
| '}' should be alone on a line. | 128 | |
| '{' should be on a new line. | 128 | |
| '{' should be on a new line. | 143 | |
| 'if' construct must use '{}'s. | 145 | |
| 'if' construct must use '{}'s. | 152 |
org/apache/myfaces/custom/aliasbean/AliasBean.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 116 | |
| 'if' construct must use '{}'s. | 143 | |
| 'if' construct must use '{}'s. | 181 | |
| 'if' construct must use '{}'s. | 183 | |
| 'if' construct must use '{}'s. | 192 | |
| 'if' construct must use '{}'s. | 208 | |
| 'if' construct must use '{}'s. | 222 | |
| 'if' construct must use '{}'s. | 267 | |
| 'if' construct must use '{}'s. | 281 | |
| 'if' construct must use '{}'s. | 295 | |
| '{' should be on a new line. | 305 | |
| '{' should be on a new line. | 310 | |
| 'if' construct must use '{}'s. | 365 |
org/apache/myfaces/custom/aliasbean/AliasBeanTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 32 | |
| '{' should be on a new line. | 39 | |
| '{' should be on a new line. | 47 | |
| '{' should be on a new line. | 54 | |
| '{' should be on a new line. | 58 | |
| '{' should be on a new line. | 62 | |
| '{' should be on a new line. | 66 |
org/apache/myfaces/custom/aliasbean/AliasBeansScope.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 90 | |
| 'if' construct must use '{}'s. | 112 | |
| 'if' construct must use '{}'s. | 114 | |
| 'if' construct must use '{}'s. | 123 | |
| 'if' construct must use '{}'s. | 140 | |
| 'if' construct must use '{}'s. | 154 | |
| 'for' construct must use '{}'s. | 266 | |
| 'for' construct must use '{}'s. | 278 |
org/apache/myfaces/custom/aliasbean/FacesEventWrapper.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 31 | |
| '{' should be on a new line. | 35 | |
| '{' should be on a new line. | 40 | |
| '{' should be on a new line. | 44 | |
| '{' should be on a new line. | 48 | |
| '{' should be on a new line. | 52 | |
| '{' should be on a new line. | 56 | |
| '{' should be on a new line. | 60 | |
| '{' should be on a new line. | 64 |
org/apache/myfaces/custom/buffer/AbstractBuffer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 75 | |
| '{' should be on a new line. | 85 | |
| '{' should be on a new line. | 88 | |
| '}' should be alone on a line. | 91 | |
| '{' should be on a new line. | 91 |
org/apache/myfaces/custom/buffer/BufferRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 44 | |
| '{' should be on a new line. | 49 | |
| '{' should be on a new line. | 53 | |
| '{' should be on a new line. | 58 | |
| '{' should be on a new line. | 63 | |
| '{' should be on a new line. | 70 | |
| '{' should be on a new line. | 71 | |
| 'if' construct must use '{}'s. | 72 | |
| 'for' construct must use '{}'s. | 74 | |
| '}' should be alone on a line. | 76 | |
| '{' should be on a new line. | 76 |
org/apache/myfaces/custom/calendar/AbstractHtmlInputCalendar.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 92 |
org/apache/myfaces/custom/calendar/HtmlCalendarRenderer.java
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 56 | |
| Line is longer than 120 characters. | 144 | |
| Line is longer than 120 characters. | 150 | |
| Line is longer than 120 characters. | 153 | |
| 'if' construct must use '{}'s. | 191 | |
| '{' should be on a new line. | 198 | |
| '{' should be on a new line. | 201 | |
| Line is longer than 120 characters. | 262 | |
| Line is longer than 120 characters. | 274 | |
| Line is longer than 120 characters. | 281 | |
| 'if' construct must use '{}'s. | 302 | |
| Line is longer than 120 characters. | 319 | |
| 'if' construct must use '{}'s. | 326 | |
| 'if' construct must use '{}'s. | 338 | |
| '{' should be on a new line. | 382 | |
| Line is longer than 120 characters. | 400 | |
| Line is longer than 120 characters. | 401 | |
| Line is longer than 120 characters. | 416 | |
| Line is longer than 120 characters. | 417 | |
| Line is longer than 120 characters. | 418 | |
| Line is longer than 120 characters. | 422 | |
| Line is longer than 120 characters. | 424 | |
| 'if' construct must use '{}'s. | 546 | |
| 'if' construct must use '{}'s. | 549 | |
| 'if' construct must use '{}'s. | 552 | |
| 'if' construct must use '{}'s. | 555 | |
| 'if' construct must use '{}'s. | 558 | |
| 'if' construct must use '{}'s. | 561 | |
| 'if' construct must use '{}'s. | 564 | |
| 'if' construct must use '{}'s. | 567 | |
| 'if' construct must use '{}'s. | 570 | |
| 'if' construct must use '{}'s. | 573 | |
| 'if' construct must use '{}'s. | 615 | |
| '{' should be on a new line. | 642 | |
| 'if' construct must use '{}'s. | 651 | |
| '}' should be alone on a line. | 666 | |
| '{' should be on a new line. | 666 | |
| Line is longer than 120 characters. | 679 | |
| Line is longer than 120 characters. | 704 | |
| 'if' construct must use '{}'s. | 731 | |
| Line is longer than 120 characters. | 745 | |
| 'for' construct must use '{}'s. | 748 | |
| 'for' construct must use '{}'s. | 752 | |
| Line is longer than 120 characters. | 758 | |
| Line is longer than 120 characters. | 764 | |
| 'if' construct must use '{}'s. | 767 | |
| 'if' construct must use '{}'s. | 796 | |
| 'if' construct must use '{}'s. | 836 | |
| 'if' construct must use '{}'s. | 839 | |
| '{' should be on a new line. | 1061 | |
| Line is longer than 120 characters. | 1112 | |
| Line is longer than 120 characters. | 1117 | |
| 'if' construct must use '{}'s. | 1154 | |
| Line is longer than 120 characters. | 1165 | |
| '{' should be on a new line. | 1169 | |
| Line is longer than 120 characters. | 1172 | |
| Line is longer than 120 characters. | 1187 | |
| 'if' construct must use '{}'s. | 1215 | |
| Line is longer than 120 characters. | 1226 | |
| 'if' construct must use '{}'s. | 1245 | |
| 'else' construct must use '{}'s. | 1247 |
org/apache/myfaces/custom/captcha/AbstractCAPTCHAComponent.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 33 | |
| Name 'COMPONENT_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| Name 'COMPONENT_FAMILY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| Name 'DEFAULT_RENDERER_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
org/apache/myfaces/custom/collapsiblepanel/AbstractHtmlCollapsiblePanel.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 106 | |
| 'if' construct must use '{}'s. | 110 | |
| '{' should be on a new line. | 262 |
org/apache/myfaces/custom/collapsiblepanel/AbstractHtmlHeaderLink.java
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.myfaces.component.UserRoleAware. | 24 | |
| 'if' construct must use '{}'s. | 51 | |
| '{' should be on a new line. | 111 |
org/apache/myfaces/custom/collapsiblepanel/HtmlCollapsiblePanelRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 50 | |
| '{' should be on a new line. | 55 | |
| '{' should be on a new line. | 59 | |
| '{' should be on a new line. | 66 | |
| Line is longer than 120 characters. | 77 | |
| '{' should be on a new line. | 84 | |
| '{' should be on a new line. | 92 | |
| '{' should be on a new line. | 94 | |
| '{' should be on a new line. | 105 | |
| '{' should be on a new line. | 120 | |
| '{' should be on a new line. | 127 | |
| '{' should be on a new line. | 140 | |
| '{' should be on a new line. | 149 | |
| '{' should be on a new line. | 182 | |
| 'if' construct must use '{}'s. | 183 | |
| '{' should be on a new line. | 189 | |
| '{' should be on a new line. | 208 | |
| Line is longer than 120 characters. | 219 | |
| '{' should be on a new line. | 219 | |
| '{' should be on a new line. | 220 |
org/apache/myfaces/custom/creditcardvalidator/AbstractCreditCardValidator.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.faces.application.FacesMessage. | 23 | |
| '{' should be on a new line. | 45 | |
| '{' should be on a new line. | 58 | |
| '{' should be on a new line. | 73 | |
| 'if' construct must use '{}'s. | 75 | |
| 'if' construct must use '{}'s. | 76 | |
| '{' should be on a new line. | 83 | |
| '{' should be on a new line. | 96 | |
| '{' should be on a new line. | 97 | |
| Line is longer than 120 characters. | 99 | |
| '{' should be on a new line. | 101 | |
| '{' should be on a new line. | 110 | |
| '{' should be on a new line. | 111 | |
| '{' should be on a new line. | 114 | |
| '{' should be on a new line. | 117 | |
| '{' should be on a new line. | 120 |
org/apache/myfaces/custom/crosstable/AbstractHtmlColumns.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 43 | |
| '{' should be on a new line. | 91 | |
| '{' should be on a new line. | 93 | |
| '{' should be on a new line. | 95 | |
| '{' should be on a new line. | 98 | |
| '{' should be on a new line. | 102 |
org/apache/myfaces/custom/crosstable/UIColumns.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 82 | |
| '{' should be on a new line. | 103 | |
| '{' should be on a new line. | 110 | |
| '{' should be on a new line. | 117 | |
| '{' should be on a new line. | 122 | |
| '{' should be on a new line. | 127 | |
| '{' should be on a new line. | 132 | |
| '{' should be on a new line. | 133 | |
| '{' should be on a new line. | 137 | |
| '{' should be on a new line. | 143 | |
| '{' should be on a new line. | 144 | |
| '}' should be alone on a line. | 147 | |
| '{' should be on a new line. | 147 | |
| '{' should be on a new line. | 157 | |
| '{' should be on a new line. | 158 | |
| '}' should be alone on a line. | 161 | |
| '{' should be on a new line. | 161 | |
| '{' should be on a new line. | 162 | |
| '{' should be on a new line. | 163 | |
| '}' should be alone on a line. | 166 | |
| '{' should be on a new line. | 166 | |
| '{' should be on a new line. | 172 | |
| '}' should be alone on a line. | 174 | |
| '{' should be on a new line. | 174 | |
| '{' should be on a new line. | 176 | |
| '}' should be alone on a line. | 178 | |
| '{' should be on a new line. | 178 | |
| '{' should be on a new line. | 184 | |
| '{' should be on a new line. | 186 | |
| '{' should be on a new line. | 187 | |
| '{' should be on a new line. | 193 | |
| '{' should be on a new line. | 196 | |
| '{' should be on a new line. | 201 | |
| '{' should be on a new line. | 209 | |
| '{' should be on a new line. | 211 | |
| '{' should be on a new line. | 212 | |
| '{' should be on a new line. | 216 | |
| '{' should be on a new line. | 219 | |
| '{' should be on a new line. | 228 | |
| '{' should be on a new line. | 235 | |
| '{' should be on a new line. | 236 | |
| '}' should be alone on a line. | 238 | |
| '{' should be on a new line. | 238 | |
| '}' should be alone on a line. | 240 | |
| '{' should be on a new line. | 240 | |
| '{' should be on a new line. | 250 | |
| '{' should be on a new line. | 253 | |
| '{' should be on a new line. | 257 | |
| '{' should be on a new line. | 264 | |
| '{' should be on a new line. | 265 | |
| '{' should be on a new line. | 270 | |
| '{' should be on a new line. | 279 | |
| '{' should be on a new line. | 281 | |
| '}' should be alone on a line. | 283 | |
| '{' should be on a new line. | 283 | |
| '}' should be alone on a line. | 285 | |
| '{' should be on a new line. | 285 | |
| '}' should be alone on a line. | 287 | |
| '{' should be on a new line. | 287 | |
| '}' should be alone on a line. | 289 | |
| '{' should be on a new line. | 289 | |
| '}' should be alone on a line. | 291 | |
| '{' should be on a new line. | 291 | |
| '}' should be alone on a line. | 293 | |
| '{' should be on a new line. | 293 | |
| '}' should be alone on a line. | 295 | |
| '{' should be on a new line. | 295 | |
| '{' should be on a new line. | 301 | |
| '{' should be on a new line. | 305 | |
| '{' should be on a new line. | 309 | |
| '{' should be on a new line. | 313 | |
| '{' should be on a new line. | 317 | |
| 'if' construct must use '{}'s. | 318 | |
| '{' should be on a new line. | 322 | |
| '{' should be on a new line. | 326 | |
| 'if' construct must use '{}'s. | 327 | |
| '{' should be on a new line. | 338 | |
| 'if' construct must use '{}'s. | 339 | |
| 'if' construct must use '{}'s. | 341 | |
| '{' should be on a new line. | 349 | |
| '}' should be alone on a line. | 351 | |
| '{' should be on a new line. | 351 | |
| '{' should be on a new line. | 357 | |
| '{' should be on a new line. | 361 | |
| '}' should be alone on a line. | 363 | |
| '{' should be on a new line. | 363 | |
| '{' should be on a new line. | 367 | |
| '{' should be on a new line. | 369 | |
| '{' should be on a new line. | 370 | |
| '{' should be on a new line. | 379 | |
| '{' should be on a new line. | 384 | |
| '}' should be alone on a line. | 386 | |
| '{' should be on a new line. | 386 | |
| '{' should be on a new line. | 390 | |
| '{' should be on a new line. | 392 | |
| '{' should be on a new line. | 404 | |
| '{' should be on a new line. | 405 | |
| '{' should be on a new line. | 407 | |
| '{' should be on a new line. | 415 | |
| '{' should be on a new line. | 419 | |
| '}' should be alone on a line. | 421 | |
| '{' should be on a new line. | 421 | |
| '{' should be on a new line. | 425 | |
| '{' should be on a new line. | 427 | |
| '{' should be on a new line. | 428 | |
| '{' should be on a new line. | 440 | |
| 'if' construct must use '{}'s. | 441 | |
| 'if' construct must use '{}'s. | 443 | |
| '{' should be on a new line. | 451 | |
| '{' should be on a new line. | 459 | |
| 'if' construct must use '{}'s. | 460 | |
| 'if' construct must use '{}'s. | 462 | |
| '{' should be on a new line. | 470 | |
| '{' should be on a new line. | 475 | |
| switch without "default" clause. | 476 | |
| '{' should be on a new line. | 476 | |
| '{' should be on a new line. | 493 | |
| '{' should be on a new line. | 496 | |
| '{' should be on a new line. | 503 | |
| '{' should be on a new line. | 504 | |
| '{' should be on a new line. | 506 | |
| '{' should be on a new line. | 517 | |
| '{' should be on a new line. | 521 | |
| '{' should be on a new line. | 527 | |
| '{' should be on a new line. | 534 | |
| '{' should be on a new line. | 544 | |
| '{' should be on a new line. | 547 | |
| '{' should be on a new line. | 550 |
org/apache/myfaces/custom/datalist/AbstractHtmlDataList.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.faces.component.NamingContainer. | 24 | |
| Unused import - org.apache.myfaces.component.html.util.HtmlComponentUtils. | 31 | |
| 'if' construct must use '{}'s. | 68 | |
| 'if' construct must use '{}'s. | 70 | |
| 'if' construct must use '{}'s. | 89 | |
| 'if' construct must use '{}'s. | 91 | |
| 'if' construct must use '{}'s. | 102 | |
| 'if' construct must use '{}'s. | 104 | |
| 'if' construct must use '{}'s. | 149 | |
| switch without "default" clause. | 162 |
org/apache/myfaces/custom/datalist/HtmlListRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 65 | |
| 'if' construct must use '{}'s. | 133 | |
| '{' should be on a new line. | 145 | |
| '{' should be on a new line. | 163 | |
| Line is longer than 120 characters. | 169 | |
| '{' should be on a new line. | 201 | |
| '{' should be on a new line. | 220 |
org/apache/myfaces/custom/datascroller/AbstractHtmlDataScroller.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 120 | |
| '{' should be on a new line. | 124 | |
| '{' should be on a new line. | 128 | |
| '{' should be on a new line. | 132 | |
| 'if' construct must use '{}'s. | 174 | |
| 'if' construct must use '{}'s. | 195 | |
| 'else' construct must use '{}'s. | 197 | |
| 'if' construct must use '{}'s. | 274 | |
| 'if' construct must use '{}'s. | 280 | |
| 'if' construct must use '{}'s. | 286 | |
| 'if' construct must use '{}'s. | 290 | |
| 'if' construct must use '{}'s. | 297 | |
| 'if' construct must use '{}'s. | 300 | |
| '{' should be on a new line. | 336 | |
| Line is longer than 120 characters. | 406 |
org/apache/myfaces/custom/datascroller/HtmlDataScrollerRenderer.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 122 | |
| 'if' construct must use '{}'s. | 137 | |
| 'if' construct must use '{}'s. | 219 | |
| 'if' construct must use '{}'s. | 222 | |
| '{' should be on a new line. | 306 | |
| '{' should be on a new line. | 313 | |
| '{' should be on a new line. | 317 | |
| '{' should be on a new line. | 321 | |
| 'if' construct must use '{}'s. | 322 | |
| '{' should be on a new line. | 325 | |
| '{' should be on a new line. | 329 | |
| '{' should be on a new line. | 333 | |
| 'if' construct must use '{}'s. | 334 | |
| '{' should be on a new line. | 337 | |
| '{' should be on a new line. | 348 | |
| '{' should be on a new line. | 351 | |
| 'if' construct must use '{}'s. | 357 | |
| Each variable declaration must be in its own statement. | 453 | |
| Line is longer than 120 characters. | 471 | |
| Line is longer than 120 characters. | 475 | |
| '{' should be on a new line. | 485 | |
| '{' should be on a new line. | 488 | |
| '{' should be on a new line. | 507 | |
| '{' should be on a new line. | 511 | |
| 'if' construct must use '{}'s. | 512 | |
| '{' should be on a new line. | 515 | |
| '{' should be on a new line. | 519 | |
| '{' should be on a new line. | 523 | |
| 'if' construct must use '{}'s. | 524 | |
| '{' should be on a new line. | 527 |
org/apache/myfaces/custom/date/AbstractHtmlInputDate.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 53 | |
| '{' should be on a new line. | 72 | |
| 'if' construct must use '{}'s. | 73 | |
| '{' should be on a new line. | 77 | |
| '{' should be on a new line. | 81 | |
| Name '_timeZone' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| Name 'uses_ampm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| '{' should be on a new line. | 94 | |
| '{' should be on a new line. | 99 | |
| 'if' construct must use '{}'s. | 104 | |
| '{' should be on a new line. | 111 | |
| Name 'int_hours' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| '{' should be on a new line. | 114 | |
| '}' should be alone on a line. | 119 | |
| '{' should be on a new line. | 119 | |
| '{' should be on a new line. | 126 | |
| 'if' construct must use '{}'s. | 130 | |
| '{' should be on a new line. | 132 | |
| '{' should be on a new line. | 133 | |
| '{' should be on a new line. | 137 | |
| '{' should be on a new line. | 143 | |
| '{' should be on a new line. | 153 | |
| '{' should be on a new line. | 156 | |
| Name 'int_hours' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 | |
| '{' should be on a new line. | 159 | |
| '}' should be alone on a line. | 164 | |
| '{' should be on a new line. | 164 | |
| '{' should be on a new line. | 169 | |
| '}' should be alone on a line. | 180 | |
| '{' should be on a new line. | 180 | |
| '}' should be alone on a line. | 182 | |
| '{' should be on a new line. | 182 | |
| '{' should be on a new line. | 188 | |
| 'if' construct must use '{}'s. | 189 | |
| '{' should be on a new line. | 193 | |
| '}' should be alone on a line. | 195 | |
| '{' should be on a new line. | 195 | |
| 'if' construct must use '{}'s. | 198 | |
| '{' should be on a new line. | 203 | |
| Line is longer than 120 characters. | 204 | |
| 'if' construct must use '{}'s. | 205 | |
| '{' should be on a new line. | 210 | |
| 'if' construct must use '{}'s. | 212 | |
| 'if' construct must use '{}'s. | 214 | |
| '{' should be on a new line. | 219 | |
| 'if' construct must use '{}'s. | 220 | |
| 'if' construct must use '{}'s. | 222 | |
| 'if' construct must use '{}'s. | 224 | |
| 'else' construct must use '{}'s. | 226 | |
| '{' should be on a new line. | 230 | |
| 'if' construct must use '{}'s. | 231 | |
| 'else' construct must use '{}'s. | 233 | |
| '{' should be on a new line. | 237 | |
| '{' should be on a new line. | 240 | |
| '{' should be on a new line. | 244 | |
| '{' should be on a new line. | 247 | |
| '{' should be on a new line. | 251 | |
| '{' should be on a new line. | 254 | |
| '{' should be on a new line. | 258 | |
| '{' should be on a new line. | 261 | |
| '{' should be on a new line. | 264 | |
| '{' should be on a new line. | 267 | |
| '{' should be on a new line. | 271 | |
| '{' should be on a new line. | 274 | |
| '{' should be on a new line. | 278 | |
| '{' should be on a new line. | 281 | |
| '{' should be on a new line. | 285 | |
| '{' should be on a new line. | 288 |
org/apache/myfaces/custom/date/HtmlDateRenderer.java
| Violation | Message | Line |
|---|---|---|
| Unused import - java.io.StringReader. | 22 | |
| Unused import - java.util.Properties. | 28 | |
| '{' should be on a new line. | 59 | |
| '{' should be on a new line. | 79 | |
| 'if' construct must use '{}'s. | 80 | |
| '{' should be on a new line. | 86 | |
| 'if' construct must use '{}'s. | 99 | |
| Line is longer than 120 characters. | 106 | |
| '{' should be on a new line. | 159 | |
| 'if' construct must use '{}'s. | 164 | |
| '{' should be on a new line. | 167 | |
| '{' should be on a new line. | 170 | |
| '{' should be on a new line. | 174 | |
| '{' should be on a new line. | 178 | |
| '{' should be on a new line. | 187 | |
| '{' should be on a new line. | 194 | |
| '{' should be on a new line. | 197 | |
| '{' should be on a new line. | 205 | |
| '{' should be on a new line. | 212 | |
| Line is longer than 120 characters. | 213 | |
| Line is longer than 120 characters. | 216 | |
| '{' should be on a new line. | 217 | |
| '{' should be on a new line. | 226 | |
| '{' should be on a new line. | 229 | |
| '{' should be on a new line. | 237 | |
| 'if' construct must use '{}'s. | 245 | |
| Line is longer than 120 characters. | 258 | |
| '{' should be on a new line. | 258 | |
| 'if' construct must use '{}'s. | 262 | |
| '{' should be on a new line. | 270 | |
| '{' should be on a new line. | 275 | |
| '{' should be on a new line. | 280 | |
| Line is longer than 120 characters. | 281 | |
| '{' should be on a new line. | 285 | |
| Line is longer than 120 characters. | 286 | |
| Line is longer than 120 characters. | 289 | |
| Name 'calendar_ampm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| '{' should be on a new line. | 289 | |
| Name 'ampm_choices' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 | |
| 'if' construct must use '{}'s. | 294 | |
| '{' should be on a new line. | 301 | |
| '{' should be on a new line. | 310 | |
| '{' should be on a new line. | 313 | |
| Line is longer than 120 characters. | 330 | |
| '{' should be on a new line. | 330 | |
| 'if' construct must use '{}'s. | 334 | |
| Line is longer than 120 characters. | 341 | |
| '{' should be on a new line. | 341 | |
| '{' should be on a new line. | 384 | |
| 'if' construct must use '{}'s. | 389 | |
| Line is longer than 120 characters. | 389 | |
| 'if' construct must use '{}'s. | 453 | |
| '{' should be on a new line. | 460 | |
| '{' should be on a new line. | 466 | |
| 'if' construct must use '{}'s. | 469 | |
| '{' should be on a new line. | 472 | |
| Line is longer than 120 characters. | 480 | |
| '{' should be on a new line. | 480 | |
| '{' should be on a new line. | 487 | |
| '}' should be alone on a line. | 489 | |
| '{' should be on a new line. | 489 | |
| Line is longer than 120 characters. | 491 |
org/apache/myfaces/custom/div/DivRenderer.java
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer. | 28 |
org/apache/myfaces/custom/document/DocumentBodyRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 69 |
org/apache/myfaces/custom/dojo/DojoConfig.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 46 | |
| Name 'ATTR_DOJO_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| '{' should be on a new line. | 69 | |
| '{' should be on a new line. | 73 | |
| '{' should be on a new line. | 77 | |
| '{' should be on a new line. | 81 | |
| '{' should be on a new line. | 85 | |
| '{' should be on a new line. | 89 | |
| '{' should be on a new line. | 93 | |
| '{' should be on a new line. | 97 | |
| '{' should be on a new line. | 101 | |
| '{' should be on a new line. | 105 | |
| '{' should be on a new line. | 109 | |
| '{' should be on a new line. | 113 | |
| '{' should be on a new line. | 117 | |
| '{' should be on a new line. | 121 | |
| '{' should be on a new line. | 125 | |
| '{' should be on a new line. | 129 | |
| '{' should be on a new line. | 133 | |
| '{' should be on a new line. | 137 | |
| '{' should be on a new line. | 141 | |
| '{' should be on a new line. | 145 | |
| '{' should be on a new line. | 149 | |
| '{' should be on a new line. | 153 | |
| '{' should be on a new line. | 160 | |
| '{' should be on a new line. | 189 | |
| 'if' construct must use '{}'s. | 191 | |
| 'if' construct must use '{}'s. | 194 | |
| 'if' construct must use '{}'s. | 201 | |
| 'if' construct must use '{}'s. | 204 | |
| '{' should be on a new line. | 209 | |
| '{' should be on a new line. | 213 |
org/apache/myfaces/custom/dojo/DojoInitializer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 46 | |
| '{' should be on a new line. | 62 | |
| '{' should be on a new line. | 75 | |
| '{' should be on a new line. | 89 | |
| '{' should be on a new line. | 109 | |
| '{' should be on a new line. | 113 | |
| '{' should be on a new line. | 129 | |
| '{' should be on a new line. | 142 | |
| '{' should be on a new line. | 160 | |
| '{' should be on a new line. | 184 | |
| '{' should be on a new line. | 188 | |
| '{' should be on a new line. | 200 | |
| '{' should be on a new line. | 204 | |
| '{' should be on a new line. | 224 | |
| '{' should be on a new line. | 239 | |
| '{' should be on a new line. | 260 | |
| '{' should be on a new line. | 273 | |
| '{' should be on a new line. | 283 | |
| '{' should be on a new line. | 287 | |
| '{' should be on a new line. | 297 | |
| '{' should be on a new line. | 309 | |
| '{' should be on a new line. | 322 | |
| '{' should be on a new line. | 326 | |
| '{' should be on a new line. | 330 | |
| '{' should be on a new line. | 334 | |
| '{' should be on a new line. | 355 | |
| '{' should be on a new line. | 378 | |
| '{' should be on a new line. | 380 | |
| '{' should be on a new line. | 389 | |
| '{' should be on a new line. | 391 | |
| '{' should be on a new line. | 399 | |
| '{' should be on a new line. | 401 | |
| '{' should be on a new line. | 409 | |
| '{' should be on a new line. | 411 | |
| '{' should be on a new line. | 420 | |
| '{' should be on a new line. | 422 | |
| '{' should be on a new line. | 430 | |
| '{' should be on a new line. | 434 | |
| '{' should be on a new line. | 436 | |
| '{' should be on a new line. | 444 | |
| '{' should be on a new line. | 448 | |
| '{' should be on a new line. | 451 | |
| '{' should be on a new line. | 459 | |
| '{' should be on a new line. | 461 | |
| '{' should be on a new line. | 469 | |
| '{' should be on a new line. | 471 | |
| '{' should be on a new line. | 480 | |
| '{' should be on a new line. | 482 | |
| '{' should be on a new line. | 490 | |
| '{' should be on a new line. | 492 | |
| Line is longer than 120 characters. | 494 | |
| '{' should be on a new line. | 500 | |
| '{' should be on a new line. | 504 | |
| '{' should be on a new line. | 508 | |
| '{' should be on a new line. | 510 | |
| '{' should be on a new line. | 521 |
org/apache/myfaces/custom/dojo/DojoInitializerRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 42 | |
| '{' should be on a new line. | 46 | |
| '{' should be on a new line. | 51 | |
| '{' should be on a new line. | 53 | |
| 'if' construct must use '{}'s. | 59 | |
| '{' should be on a new line. | 70 | |
| Line is longer than 120 characters. | 75 | |
| '{' should be on a new line. | 75 | |
| '{' should be on a new line. | 80 | |
| '{' should be on a new line. | 94 | |
| 'if' construct must use '{}'s. | 101 | |
| 'if' construct must use '{}'s. | 104 |
org/apache/myfaces/custom/dojo/DojoResourceLoader.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 29 |
org/apache/myfaces/custom/dojo/DojoUtils.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.servlet.http.HttpServletRequest. | 32 | |
| Using the '.*' form of import should be avoided - java.util.*. | 36 | |
| '{' should be on a new line. | 49 | |
| Line is longer than 120 characters. | 88 | |
| '{' should be on a new line. | 90 | |
| '{' should be on a new line. | 105 | |
| '{' should be on a new line. | 110 | |
| '{' should be on a new line. | 111 | |
| '{' should be on a new line. | 114 | |
| '}' should be alone on a line. | 117 | |
| '{' should be on a new line. | 117 | |
| Line is longer than 120 characters. | 118 | |
| Line is longer than 120 characters. | 122 | |
| Line is longer than 120 characters. | 124 | |
| '{' should be on a new line. | 125 | |
| '{' should be on a new line. | 127 | |
| '{' should be on a new line. | 131 | |
| '{' should be on a new line. | 136 | |
| 'if' construct must use '{}'s. | 138 | |
| '}' should be alone on a line. | 142 | |
| '{' should be on a new line. | 142 | |
| 'if' construct must use '{}'s. | 143 | |
| '{' should be on a new line. | 162 | |
| 'if' construct must use '{}'s. | 165 | |
| Line is longer than 120 characters. | 189 | |
| Line is longer than 120 characters. | 200 | |
| '{' should be on a new line. | 200 | |
| '{' should be on a new line. | 208 | |
| Line is longer than 120 characters. | 212 | |
| '{' should be on a new line. | 214 | |
| Line is longer than 120 characters. | 215 | |
| '}' should be alone on a line. | 216 | |
| '{' should be on a new line. | 216 | |
| Line is longer than 120 characters. | 233 | |
| Line is longer than 120 characters. | 253 | |
| '{' should be on a new line. | 253 | |
| 'if' construct must use '{}'s. | 255 | |
| '{' should be on a new line. | 273 | |
| 'if' construct must use '{}'s. | 275 | |
| Line is longer than 120 characters. | 292 | |
| '{' should be on a new line. | 292 | |
| 'if' construct must use '{}'s. | 294 | |
| Line is longer than 120 characters. | 310 | |
| '{' should be on a new line. | 310 | |
| 'for' construct must use '{}'s. | 311 | |
| Line is longer than 120 characters. | 321 | |
| '{' should be on a new line. | 321 | |
| 'if' construct must use '{}'s. | 323 | |
| '{' should be on a new line. | 337 | |
| '{' should be on a new line. | 349 | |
| '{' should be on a new line. | 360 | |
| '{' should be on a new line. | 377 | |
| '{' should be on a new line. | 392 | |
| Line is longer than 120 characters. | 397 | |
| '{' should be on a new line. | 400 | |
| '{' should be on a new line. | 415 | |
| 'if' construct must use '{}'s. | 421 | |
| Line is longer than 120 characters. | 423 | |
| '{' should be on a new line. | 437 | |
| '{' should be on a new line. | 443 | |
| Line is longer than 120 characters. | 481 | |
| '{' should be on a new line. | 481 | |
| Line is longer than 120 characters. | 498 | |
| '{' should be on a new line. | 499 | |
| Line is longer than 120 characters. | 518 | |
| '{' should be on a new line. | 519 | |
| 'if' construct must use '{}'s. | 525 | |
| '{' should be on a new line. | 540 | |
| '{' should be on a new line. | 543 | |
| 'if' construct must use '{}'s. | 544 | |
| 'if' construct must use '{}'s. | 552 | |
| 'if' construct must use '{}'s. | 556 | |
| 'if' construct must use '{}'s. | 559 | |
| '{' should be on a new line. | 566 | |
| '{' should be on a new line. | 585 | |
| '{' should be on a new line. | 593 | |
| '{' should be on a new line. | 595 | |
| '{' should be on a new line. | 598 | |
| '{' should be on a new line. | 609 | |
| '{' should be on a new line. | 611 | |
| '{' should be on a new line. | 614 | |
| '{' should be on a new line. | 629 | |
| '{' should be on a new line. | 637 | |
| '{' should be on a new line. | 639 | |
| 'if' construct must use '{}'s. | 643 | |
| Line is longer than 120 characters. | 643 | |
| Line is longer than 120 characters. | 645 | |
| '{' should be on a new line. | 648 | |
| '{' should be on a new line. | 651 | |
| '{' should be on a new line. | 657 | |
| '}' should be alone on a line. | 664 | |
| '{' should be on a new line. | 664 | |
| '}' should be alone on a line. | 666 | |
| '{' should be on a new line. | 666 | |
| '}' should be alone on a line. | 668 | |
| '{' should be on a new line. | 668 | |
| '}' should be alone on a line. | 670 | |
| '{' should be on a new line. | 670 | |
| '}' should be alone on a line. | 672 | |
| '{' should be on a new line. | 672 | |
| '{' should be on a new line. | 689 | |
| '{' should be on a new line. | 704 | |
| '{' should be on a new line. | 720 | |
| '{' should be on a new line. | 745 | |
| '{' should be on a new line. | 748 | |
| Line is longer than 120 characters. | 765 | |
| '{' should be on a new line. | 765 |
org/apache/myfaces/custom/dojo/DojoWidget.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 35 |
org/apache/myfaces/custom/emailvalidator/EmailValidator.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.faces.application.FacesMessage. | 21 | |
| '{' should be on a new line. | 44 | |
| '{' should be on a new line. | 56 | |
| '{' should be on a new line. | 67 | |
| 'if' construct must use '{}'s. | 70 | |
| 'if' construct must use '{}'s. | 71 | |
| '{' should be on a new line. | 77 |
org/apache/myfaces/custom/equalvalidator/AbstractEqualValidator.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.faces.application.FacesMessage. | 23 | |
| '{' should be on a new line. | 54 | |
| '{' should be on a new line. | 67 | |
| '{' should be on a new line. | 75 | |
| 'if' construct must use '{}'s. | 77 | |
| 'if' construct must use '{}'s. | 78 | |
| 'if' construct must use '{}'s. | 86 | |
| Line is longer than 120 characters. | 87 | |
| 'if' construct must use '{}'s. | 88 | |
| '{' should be on a new line. | 92 | |
| 'if' construct must use '{}'s. | 141 | |
| 'if' construct must use '{}'s. | 143 | |
| Line is longer than 120 characters. | 150 | |
| 'if' construct must use '{}'s. | 158 | |
| 'if' construct must use '{}'s. | 162 | |
| 'if' construct must use '{}'s. | 165 | |
| 'if' construct must use '{}'s. | 167 | |
| 'if' construct must use '{}'s. | 168 | |
| '}' should be alone on a line. | 211 | |
| '{' should be on a new line. | 211 |
org/apache/myfaces/custom/fieldset/AbstractFieldset.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 37 | |
| '{' should be on a new line. | 46 |
org/apache/myfaces/custom/fieldset/FieldsetRenderer.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 59 | |
| '{' should be on a new line. | 70 |
org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 125 |
org/apache/myfaces/custom/fileupload/DiskStorageStrategy.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 27 |
org/apache/myfaces/custom/fileupload/HtmlFileUploadRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 80 | |
| '{' should be on a new line. | 171 | |
| '{' should be on a new line. | 176 | |
| Line is longer than 120 characters. | 216 |
org/apache/myfaces/custom/fileupload/StorageStrategy.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 27 |
org/apache/myfaces/custom/fileupload/UploadedFileDefaultFileImpl.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 91 | |
| '{' should be on a new line. | 120 |
org/apache/myfaces/custom/fileupload/UploadedFileDefaultMemoryImpl.java
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.commons.fileupload.disk.DiskFileItem. | 22 | |
| '{' should be on a new line. | 97 | |
| 'if' construct must use '{}'s. | 98 | |
| '{' should be on a new line. | 103 |
org/apache/myfaces/custom/htmlTag/AbstractHtmlTag.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 75 |
org/apache/myfaces/custom/htmlTag/HtmlTagRenderer.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 56 | |
| 'if' construct must use '{}'s. | 82 |
org/apache/myfaces/custom/inputHtml/InputHtml.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 51 | |
| '{' should be on a new line. | 73 | |
| '{' should be on a new line. | 77 | |
| '{' should be on a new line. | 108 | |
| '{' should be on a new line. | 138 | |
| 'if' construct must use '{}'s. | 139 | |
| Name '_fallback' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| '{' should be on a new line. | 144 | |
| '{' should be on a new line. | 155 | |
| 'if' construct must use '{}'s. | 156 | |
| Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 | |
| '{' should be on a new line. | 161 | |
| '{' should be on a new line. | 164 | |
| '{' should be on a new line. | 173 | |
| 'if' construct must use '{}'s. | 174 | |
| '{' should be on a new line. | 179 | |
| '{' should be on a new line. | 188 | |
| 'if' construct must use '{}'s. | 189 | |
| '{' should be on a new line. | 194 | |
| '{' should be on a new line. | 203 | |
| 'if' construct must use '{}'s. | 204 | |
| '{' should be on a new line. | 209 | |
| '{' should be on a new line. | 218 | |
| 'if' construct must use '{}'s. | 219 | |
| '{' should be on a new line. | 224 | |
| '{' should be on a new line. | 233 | |
| 'if' construct must use '{}'s. | 234 | |
| 'if' construct must use '{}'s. | 237 | |
| '{' should be on a new line. | 243 | |
| '{' should be on a new line. | 252 | |
| 'if' construct must use '{}'s. | 253 | |
| 'if' construct must use '{}'s. | 256 | |
| '{' should be on a new line. | 262 | |
| '{' should be on a new line. | 271 | |
| 'if' construct must use '{}'s. | 272 | |
| 'if' construct must use '{}'s. | 275 | |
| '{' should be on a new line. | 280 | |
| '{' should be on a new line. | 289 | |
| 'if' construct must use '{}'s. | 290 | |
| 'if' construct must use '{}'s. | 293 | |
| '{' should be on a new line. | 298 | |
| '{' should be on a new line. | 307 | |
| 'if' construct must use '{}'s. | 308 | |
| 'if' construct must use '{}'s. | 311 | |
| '{' should be on a new line. | 316 | |
| '{' should be on a new line. | 325 | |
| 'if' construct must use '{}'s. | 326 | |
| 'if' construct must use '{}'s. | 329 | |
| '{' should be on a new line. | 334 | |
| '{' should be on a new line. | 338 | |
| '{' should be on a new line. | 348 | |
| 'if' construct must use '{}'s. | 350 | |
| '{' should be on a new line. | 356 | |
| 'if' construct must use '{}'s. | 357 | |
| 'if' construct must use '{}'s. | 360 | |
| '{' should be on a new line. | 367 | |
| 'if' construct must use '{}'s. | 368 | |
| 'if' construct must use '{}'s. | 371 | |
| 'if' construct must use '{}'s. | 374 | |
| 'if' construct must use '{}'s. | 379 | |
| '{' should be on a new line. | 384 | |
| 'if' construct must use '{}'s. | 386 | |
| '{' should be on a new line. | 392 | |
| 'if' construct must use '{}'s. | 395 | |
| 'if' construct must use '{}'s. | 400 | |
| 'if' construct must use '{}'s. | 403 | |
| '{' should be on a new line. | 415 | |
| 'if' construct must use '{}'s. | 417 | |
| 'if' construct must use '{}'s. | 422 | |
| 'if' construct must use '{}'s. | 425 |
org/apache/myfaces/custom/inputHtml/InputHtmlRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 58 | |
| '{' should be on a new line. | 69 | |
| 'if' construct must use '{}'s. | 70 | |
| '{' should be on a new line. | 76 | |
| '{' should be on a new line. | 81 | |
| 'if' construct must use '{}'s. | 84 | |
| 'if' construct must use '{}'s. | 86 | |
| '{' should be on a new line. | 88 | |
| '{' should be on a new line. | 94 | |
| '}' should be alone on a line. | 96 | |
| '{' should be on a new line. | 96 | |
| '}' should be alone on a line. | 99 | |
| '{' should be on a new line. | 99 | |
| Line is longer than 120 characters. | 100 | |
| '{' should be on a new line. | 107 | |
| '{' should be on a new line. | 111 | |
| '{' should be on a new line. | 118 | |
| '{' should be on a new line. | 119 | |
| '{' should be on a new line. | 120 | |
| Line is longer than 120 characters. | 123 | |
| '{' should be on a new line. | 123 | |
| '{' should be on a new line. | 124 | |
| '{' should be on a new line. | 130 | |
| '{' should be on a new line. | 131 | |
| Each variable declaration must be in its own statement. | 141 | |
| '{' should be on a new line. | 141 | |
| '{' should be on a new line. | 143 | |
| '{' should be on a new line. | 144 | |
| '{' should be on a new line. | 145 | |
| '}' should be alone on a line. | 147 | |
| '{' should be on a new line. | 147 | |
| '}' should be alone on a line. | 156 | |
| '{' should be on a new line. | 156 | |
| Name 'htmlTabbedPaneRenderer_getUIComponent' must match pattern '^_?[a-z][a-zA-Z0-9]*$'. | 168 | |
| Each variable declaration must be in its own statement. | 174 | |
| '{' should be on a new line. | 182 | |
| '{' should be on a new line. | 197 | |
| '{' should be on a new line. | 211 | |
| 'if' construct must use '{}'s. | 220 | |
| 'if' construct must use '{}'s. | 222 | |
| 'if' construct must use '{}'s. | 225 | |
| '{' should be on a new line. | 234 | |
| Method length is 1,026 lines (max allowed is 200). | 240 | |
| '{' should be on a new line. | 240 | |
| 'if' construct must use '{}'s. | 243 | |
| Line is longer than 120 characters. | 253 | |
| Line is longer than 120 characters. | 254 | |
| Line is longer than 120 characters. | 255 | |
| Line is longer than 120 characters. | 256 | |
| Line is longer than 120 characters. | 257 | |
| Line is longer than 120 characters. | 258 | |
| Line is longer than 120 characters. | 260 | |
| Line is longer than 120 characters. | 261 | |
| Line is longer than 120 characters. | 265 | |
| Line is longer than 120 characters. | 267 | |
| Line is longer than 120 characters. | 272 | |
| Line is longer than 120 characters. | 273 | |
| Line is longer than 120 characters. | 274 | |
| Line is longer than 120 characters. | 276 | |
| Line is longer than 120 characters. | 348 | |
| Line is longer than 120 characters. | 349 | |
| Line is longer than 120 characters. | 352 | |
| Line is longer than 120 characters. | 353 | |
| '{' should be on a new line. | 389 | |
| Line is longer than 120 characters. | 518 | |
| Line is longer than 120 characters. | 519 | |
| Line is longer than 120 characters. | 525 | |
| '{' should be on a new line. | 537 | |
| Line is longer than 120 characters. | 540 | |
| Line is longer than 120 characters. | 541 | |
| Line is longer than 120 characters. | 542 | |
| Line is longer than 120 characters. | 549 | |
| Line is longer than 120 characters. | 550 | |
| '{' should be on a new line. | 572 | |
| Line is longer than 120 characters. | 583 | |
| Line is longer than 120 characters. | 623 | |
| Line is longer than 120 characters. | 629 | |
| Line is longer than 120 characters. | 631 | |
| Line is longer than 120 characters. | 639 | |
| Line is longer than 120 characters. | 654 | |
| Line is longer than 120 characters. | 704 | |
| Line is longer than 120 characters. | 721 | |
| Line is longer than 120 characters. | 722 | |
| Line is longer than 120 characters. | 723 | |
| Line is longer than 120 characters. | 736 | |
| Line is longer than 120 characters. | 737 | |
| Line is longer than 120 characters. | 738 | |
| Line is longer than 120 characters. | 751 | |
| Line is longer than 120 characters. | 752 | |
| Line is longer than 120 characters. | 769 | |
| Line is longer than 120 characters. | 775 | |
| Line is longer than 120 characters. | 794 | |
| Line is longer than 120 characters. | 795 | |
| Line is longer than 120 characters. | 811 | |
| Line is longer than 120 characters. | 812 | |
| Line is longer than 120 characters. | 829 | |
| Line is longer than 120 characters. | 835 | |
| Line is longer than 120 characters. | 850 | |
| Line is longer than 120 characters. | 856 | |
| Line is longer than 120 characters. | 871 | |
| '{' should be on a new line. | 905 | |
| '{' should be on a new line. | 913 | |
| '{' should be on a new line. | 945 | |
| '{' should be on a new line. | 989 | |
| '{' should be on a new line. | 1049 | |
| '{' should be on a new line. | 1154 | |
| '{' should be on a new line. | 1192 | |
| Line is longer than 120 characters. | 1213 | |
| '{' should be on a new line. | 1218 | |
| '{' should be on a new line. | 1221 | |
| Line is longer than 120 characters. | 1222 | |
| Line is longer than 120 characters. | 1229 | |
| '{' should be on a new line. | 1267 | |
| Line is longer than 120 characters. | 1271 | |
| '{' should be on a new line. | 1271 | |
| Line is longer than 120 characters. | 1277 | |
| '{' should be on a new line. | 1277 | |
| Line is longer than 120 characters. | 1281 | |
| '{' should be on a new line. | 1281 | |
| Line is longer than 120 characters. | 1285 | |
| '{' should be on a new line. | 1285 | |
| 'if' construct must use '{}'s. | 1293 | |
| '{' should be on a new line. | 1295 | |
| Line is longer than 120 characters. | 1302 | |
| '{' should be on a new line. | 1302 | |
| Line is longer than 120 characters. | 1310 | |
| '{' should be on a new line. | 1310 | |
| Line is longer than 120 characters. | 1317 | |
| '{' should be on a new line. | 1317 | |
| '{' should be on a new line. | 1326 | |
| '{' should be on a new line. | 1333 | |
| '}' should be alone on a line. | 1339 | |
| '{' should be on a new line. | 1339 | |
| Line is longer than 120 characters. | 1345 | |
| '{' should be on a new line. | 1345 |
org/apache/myfaces/custom/inputTextHelp/HtmlTextHelpRenderer.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 79 | |
| Line is longer than 120 characters. | 114 | |
| Line is longer than 120 characters. | 116 | |
| Line is longer than 120 characters. | 124 | |
| '{' should be on a new line. | 157 | |
| Line is longer than 120 characters. | 170 | |
| Line is longer than 120 characters. | 184 |
org/apache/myfaces/custom/jslistener/AbstractJsValueChangeListener.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.faces.component.UIOutput. | 22 |
org/apache/myfaces/custom/jslistener/JsValueChangeListenerRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 76 | |
| Line is longer than 120 characters. | 124 | |
| 'if' construct must use '{}'s. | 141 |
org/apache/myfaces/custom/jsvalueset/AbstractHtmlJsValueSet.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 61 |
org/apache/myfaces/custom/jsvalueset/HtmlJsValueSetRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 47 | |
| 'else' construct must use '{}'s. | 112 | |
| Line is longer than 120 characters. | 113 |
org/apache/myfaces/custom/navigation/AbstractHtmlCommandNavigation.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 71 | |
| '{' should be on a new line. | 89 | |
| Each variable declaration must be in its own statement. | 191 |
org/apache/myfaces/custom/navigation/AbstractHtmlPanelNavigation.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 67 | |
| Line is longer than 120 characters. | 108 |
org/apache/myfaces/custom/navigation/HtmlNavigationRenderer.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 122 | |
| 'if' construct must use '{}'s. | 137 |
org/apache/myfaces/custom/navmenu/AbstractHtmlNavigationMenuItems.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.faces.context.FacesContext. | 22 | |
| Unused import - javax.faces.el.ValueBinding. | 23 | |
| Unused import - org.apache.myfaces.component.UserRoleUtils. | 25 |
org/apache/myfaces/custom/navmenu/AbstractUINavigationMenuItem.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 56 | |
| '{' should be on a new line. | 62 | |
| '{' should be on a new line. | 66 | |
| '{' should be on a new line. | 152 | |
| '{' should be on a new line. | 156 | |
| '{' should be on a new line. | 160 | |
| '{' should be on a new line. | 191 | |
| '{' should be on a new line. | 194 | |
| '{' should be on a new line. | 198 | |
| '{' should be on a new line. | 199 | |
| '{' should be on a new line. | 203 | |
| '{' should be on a new line. | 206 | |
| '{' should be on a new line. | 209 | |
| '{' should be on a new line. | 217 | |
| '{' should be on a new line. | 239 | |
| '{' should be on a new line. | 261 | |
| 'if' construct must use '{}'s. | 262 | |
| 'if' construct must use '{}'s. | 265 | |
| '{' should be on a new line. | 292 | |
| '{' should be on a new line. | 294 | |
| '{' should be on a new line. | 296 | |
| '{' should be on a new line. | 301 | |
| '{' should be on a new line. | 307 | |
| Inner assignments should be avoided. | 310 | |
| '{' should be on a new line. | 310 | |
| 'if' construct must use '{}'s. | 312 | |
| 'else' construct must use '{}'s. | 314 | |
| '{' should be on a new line. | 319 | |
| '{' should be on a new line. | 321 | |
| '{' should be on a new line. | 324 | |
| '{' should be on a new line. | 329 | |
| '{' should be on a new line. | 331 | |
| '{' should be on a new line. | 334 | |
| '{' should be on a new line. | 338 | |
| '{' should be on a new line. | 341 | |
| '{' should be on a new line. | 348 | |
| '{' should be on a new line. | 349 | |
| '{' should be on a new line. | 351 | |
| '{' should be on a new line. | 354 | |
| '{' should be on a new line. | 361 |
org/apache/myfaces/custom/navmenu/NavigationMenuItem.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 32 | |
| '{' should be on a new line. | 54 | |
| '{' should be on a new line. | 61 | |
| '{' should be on a new line. | 74 | |
| '{' should be on a new line. | 88 | |
| '{' should be on a new line. | 101 | |
| '{' should be on a new line. | 106 | |
| '{' should be on a new line. | 110 | |
| '{' should be on a new line. | 114 | |
| '{' should be on a new line. | 119 | |
| '{' should be on a new line. | 123 | |
| '{' should be on a new line. | 127 | |
| '{' should be on a new line. | 131 | |
| '{' should be on a new line. | 135 | |
| '{' should be on a new line. | 139 | |
| '{' should be on a new line. | 148 | |
| '{' should be on a new line. | 152 | |
| '{' should be on a new line. | 156 | |
| '{' should be on a new line. | 160 | |
| '{' should be on a new line. | 164 | |
| '{' should be on a new line. | 168 | |
| '{' should be on a new line. | 172 | |
| '{' should be on a new line. | 176 | |
| '{' should be on a new line. | 180 | |
| '{' should be on a new line. | 184 | |
| '{' should be on a new line. | 188 | |
| '{' should be on a new line. | 192 | |
| '{' should be on a new line. | 196 | |
| '{' should be on a new line. | 200 | |
| '{' should be on a new line. | 212 | |
| '{' should be on a new line. | 213 | |
| '{' should be on a new line. | 223 | |
| '{' should be on a new line. | 230 | |
| '{' should be on a new line. | 242 | |
| 'if' construct must use '{}'s. | 243 |
org/apache/myfaces/custom/navmenu/NavigationMenuUtils.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 58 | |
| 'if' construct must use '{}'s. | 67 | |
| Line is longer than 120 characters. | 88 | |
| 'if' construct must use '{}'s. | 93 | |
| Line is longer than 120 characters. | 111 | |
| Line is longer than 120 characters. | 112 | |
| Line is longer than 120 characters. | 126 | |
| Line is longer than 120 characters. | 148 | |
| Line is longer than 120 characters. | 156 | |
| 'if' construct must use '{}'s. | 169 | |
| 'if' construct must use '{}'s. | 172 |
org/apache/myfaces/custom/navmenu/htmlnavmenu/AbstractHtmlCommandNavigationItem.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 57 | |
| '{' should be on a new line. | 69 | |
| '{' should be on a new line. | 74 | |
| 'if' construct must use '{}'s. | 75 | |
| '{' should be on a new line. | 94 | |
| 'if' construct must use '{}'s. | 95 | |
| 'else' construct must use '{}'s. | 97 | |
| '{' should be on a new line. | 101 | |
| 'if' construct must use '{}'s. | 102 | |
| 'else' construct must use '{}'s. | 104 | |
| '{' should be on a new line. | 142 | |
| '{' should be on a new line. | 143 | |
| 'if' construct must use '{}'s. | 148 | |
| '{' should be on a new line. | 152 | |
| '{' should be on a new line. | 153 | |
| '{' should be on a new line. | 154 | |
| '{' should be on a new line. | 159 | |
| '{' should be on a new line. | 162 | |
| '{' should be on a new line. | 170 | |
| '{' should be on a new line. | 175 | |
| '{' should be on a new line. | 179 | |
| '{' should be on a new line. | 187 | |
| '{' should be on a new line. | 189 | |
| '{' should be on a new line. | 190 | |
| '{' should be on a new line. | 195 | |
| '{' should be on a new line. | 204 | |
| '{' should be on a new line. | 205 | |
| '{' should be on a new line. | 211 | |
| Each variable declaration must be in its own statement. | 213 | |
| '{' should be on a new line. | 213 | |
| '{' should be on a new line. | 215 | |
| '{' should be on a new line. | 222 | |
| '{' should be on a new line. | 225 | |
| '{' should be on a new line. | 226 | |
| '{' should be on a new line. | 234 | |
| '{' should be on a new line. | 242 | |
| '{' should be on a new line. | 243 | |
| Each variable declaration must be in its own statement. | 247 | |
| '{' should be on a new line. | 247 | |
| '{' should be on a new line. | 248 | |
| '{' should be on a new line. | 256 | |
| '{' should be on a new line. | 257 | |
| '{' should be on a new line. | 259 | |
| '{' should be on a new line. | 261 | |
| Line is longer than 120 characters. | 268 | |
| '{' should be on a new line. | 268 | |
| '{' should be on a new line. | 269 | |
| '{' should be on a new line. | 271 | |
| 'if' construct must use '{}'s. | 273 | |
| '{' should be on a new line. | 275 | |
| '{' should be on a new line. | 282 | |
| 'if' construct must use '{}'s. | 284 | |
| '{' should be on a new line. | 289 | |
| '{' should be on a new line. | 291 | |
| '{' should be on a new line. | 294 | |
| '{' should be on a new line. | 299 | |
| '{' should be on a new line. | 301 | |
| '{' should be on a new line. | 304 | |
| '{' should be on a new line. | 311 | |
| '{' should be on a new line. | 312 | |
| '{' should be on a new line. | 314 | |
| '{' should be on a new line. | 317 | |
| '{' should be on a new line. | 324 | |
| '{' should be on a new line. | 325 | |
| '{' should be on a new line. | 327 | |
| Line is longer than 120 characters. | 328 |
org/apache/myfaces/custom/navmenu/htmlnavmenu/HtmlNavigationMenuRenderer.java
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.faces.component.*. | 33 | |
| '{' should be on a new line. | 60 | |
| '{' should be on a new line. | 69 | |
| '{' should be on a new line. | 73 | |
| '{' should be on a new line. | 74 | |
| '{' should be on a new line. | 80 | |
| '{' should be on a new line. | 81 | |
| '{' should be on a new line. | 87 | |
| '{' should be on a new line. | 88 | |
| '{' should be on a new line. | 94 | |
| '{' should be on a new line. | 95 | |
| '{' should be on a new line. | 103 | |
| Line is longer than 120 characters. | 105 | |
| '{' should be on a new line. | 106 | |
| '{' should be on a new line. | 109 | |
| '{' should be on a new line. | 111 | |
| '{' should be on a new line. | 122 | |
| 'if' construct must use '{}'s. | 124 | |
| '{' should be on a new line. | 127 | |
| '{' should be on a new line. | 130 | |
| '{' should be on a new line. | 132 | |
| 'if' construct must use '{}'s. | 138 | |
| '{' should be on a new line. | 142 | |
| '{' should be on a new line. | 148 | |
| Each variable declaration must be in its own statement. | 149 | |
| '{' should be on a new line. | 149 | |
| '{' should be on a new line. | 151 | |
| '{' should be on a new line. | 153 | |
| Line is longer than 120 characters. | 154 | |
| '{' should be on a new line. | 155 | |
| '{' should be on a new line. | 156 | |
| '{' should be on a new line. | 159 | |
| '{' should be on a new line. | 163 | |
| '{' should be on a new line. | 166 | |
| 'if' construct must use '{}'s. | 169 | |
| 'if' construct must use '{}'s. | 171 | |
| '{' should be on a new line. | 179 | |
| '{' should be on a new line. | 181 | |
| '{' should be on a new line. | 187 | |
| Line is longer than 120 characters. | 188 | |
| '{' should be on a new line. | 191 | |
| 'if' construct must use '{}'s. | 192 | |
| '{' should be on a new line. | 196 | |
| '{' should be on a new line. | 205 | |
| Line is longer than 120 characters. | 209 | |
| '{' should be on a new line. | 214 | |
| 'if' construct must use '{}'s. | 215 | |
| '{' should be on a new line. | 219 | |
| '{' should be on a new line. | 222 | |
| '{' should be on a new line. | 226 | |
| Line is longer than 120 characters. | 230 | |
| '{' should be on a new line. | 235 | |
| 'if' construct must use '{}'s. | 236 | |
| '{' should be on a new line. | 240 | |
| Line is longer than 120 characters. | 242 | |
| '{' should be on a new line. | 249 | |
| '{' should be on a new line. | 250 | |
| '{' should be on a new line. | 253 | |
| '{' should be on a new line. | 257 | |
| '{' should be on a new line. | 261 | |
| '{' should be on a new line. | 263 | |
| Line is longer than 120 characters. | 272 | |
| '{' should be on a new line. | 272 | |
| Each variable declaration must be in its own statement. | 275 | |
| '{' should be on a new line. | 275 | |
| Line is longer than 120 characters. | 278 | |
| '{' should be on a new line. | 283 | |
| Line is longer than 120 characters. | 284 | |
| '{' should be on a new line. | 286 | |
| Line is longer than 120 characters. | 288 | |
| Line is longer than 120 characters. | 307 | |
| '{' should be on a new line. | 315 | |
| '{' should be on a new line. | 316 | |
| '{' should be on a new line. | 323 | |
| '{' should be on a new line. | 327 | |
| '{' should be on a new line. | 335 | |
| '{' should be on a new line. | 352 | |
| 'if' construct must use '{}'s. | 358 | |
| 'if' construct must use '{}'s. | 361 | |
| 'if' construct must use '{}'s. | 363 | |
| 'if' construct must use '{}'s. | 365 | |
| 'if' construct must use '{}'s. | 367 | |
| 'if' construct must use '{}'s. | 370 | |
| '{' should be on a new line. | 373 | |
| '{' should be on a new line. | 376 | |
| 'if' construct must use '{}'s. | 380 | |
| 'if' construct must use '{}'s. | 382 | |
| 'if' construct must use '{}'s. | 384 | |
| 'if' construct must use '{}'s. | 386 | |
| '{' should be on a new line. | 389 | |
| '{' should be on a new line. | 394 | |
| '{' should be on a new line. | 395 | |
| '{' should be on a new line. | 400 | |
| '{' should be on a new line. | 405 | |
| '{' should be on a new line. | 409 | |
| '{' should be on a new line. | 410 | |
| '{' should be on a new line. | 415 | |
| '{' should be on a new line. | 420 | |
| '{' should be on a new line. | 425 | |
| '{' should be on a new line. | 431 | |
| '{' should be on a new line. | 435 | |
| '{' should be on a new line. | 440 | |
| '{' should be on a new line. | 447 | |
| '{' should be on a new line. | 448 | |
| Line is longer than 120 characters. | 450 | |
| '{' should be on a new line. | 452 | |
| '{' should be on a new line. | 456 | |
| '{' should be on a new line. | 459 | |
| '{' should be on a new line. | 463 | |
| '{' should be on a new line. | 473 | |
| 'if' construct must use '{}'s. | 475 | |
| '{' should be on a new line. | 483 | |
| '{' should be on a new line. | 484 | |
| '{' should be on a new line. | 491 | |
| '{' should be on a new line. | 494 | |
| '{' should be on a new line. | 497 | |
| '{' should be on a new line. | 502 | |
| '{' should be on a new line. | 503 | |
| '{' should be on a new line. | 510 | |
| '{' should be on a new line. | 513 | |
| '{' should be on a new line. | 516 | |
| '{' should be on a new line. | 521 | |
| '{' should be on a new line. | 524 | |
| '{' should be on a new line. | 528 | |
| '{' should be on a new line. | 533 | |
| '{' should be on a new line. | 535 | |
| '{' should be on a new line. | 541 | |
| '{' should be on a new line. | 547 | |
| '{' should be on a new line. | 549 | |
| '{' should be on a new line. | 552 | |
| '{' should be on a new line. | 553 | |
| Empty statement. | 559 | |
| '{' should be on a new line. | 563 |
org/apache/myfaces/custom/navmenu/htmlnavmenu/HtmlNavigationMenuRendererUtils.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 46 | |
| '{' should be on a new line. | 51 | |
| '{' should be on a new line. | 58 | |
| '{' should be on a new line. | 59 | |
| 'if' construct must use '{}'s. | 61 | |
| '{' should be on a new line. | 63 | |
| '{' should be on a new line. | 66 | |
| '{' should be on a new line. | 83 | |
| '{' should be on a new line. | 86 | |
| '{' should be on a new line. | 91 | |
| '{' should be on a new line. | 96 | |
| '{' should be on a new line. | 101 | |
| 'if' construct must use '{}'s. | 104 | |
| Line is longer than 120 characters. | 105 | |
| '{' should be on a new line. | 117 | |
| Each variable declaration must be in its own statement. | 119 | |
| '{' should be on a new line. | 119 | |
| '{' should be on a new line. | 120 | |
| '{' should be on a new line. | 131 | |
| '{' should be on a new line. | 132 | |
| 'if' construct must use '{}'s. | 134 | |
| '{' should be on a new line. | 135 | |
| '{' should be on a new line. | 146 | |
| '{' should be on a new line. | 154 | |
| '{' should be on a new line. | 161 | |
| '{' should be on a new line. | 165 | |
| '{' should be on a new line. | 176 | |
| '{' should be on a new line. | 182 | |
| '{' should be on a new line. | 192 | |
| '{' should be on a new line. | 194 | |
| '{' should be on a new line. | 200 | |
| '{' should be on a new line. | 201 | |
| '{' should be on a new line. | 204 | |
| '{' should be on a new line. | 207 | |
| '{' should be on a new line. | 213 | |
| '{' should be on a new line. | 216 | |
| '{' should be on a new line. | 219 | |
| '{' should be on a new line. | 222 | |
| '{' should be on a new line. | 225 | |
| '{' should be on a new line. | 232 | |
| '{' should be on a new line. | 237 | |
| '{' should be on a new line. | 239 | |
| '{' should be on a new line. | 242 | |
| '{' should be on a new line. | 248 | |
| Line is longer than 120 characters. | 252 | |
| '{' should be on a new line. | 252 | |
| '{' should be on a new line. | 253 | |
| '{' should be on a new line. | 255 | |
| 'if' construct must use '{}'s. | 260 | |
| Line is longer than 120 characters. | 263 | |
| '{' should be on a new line. | 270 | |
| '{' should be on a new line. | 272 | |
| '{' should be on a new line. | 278 | |
| '{' should be on a new line. | 285 | |
| '{' should be on a new line. | 286 | |
| '{' should be on a new line. | 288 | |
| 'for' construct must use '{}'s. | 291 | |
| '{' should be on a new line. | 295 | |
| 'for' construct must use '{}'s. | 298 | |
| '{' should be on a new line. | 300 | |
| '{' should be on a new line. | 304 | |
| '{' should be on a new line. | 313 | |
| '{' should be on a new line. | 315 | |
| '{' should be on a new line. | 317 | |
| '{' should be on a new line. | 324 | |
| '{' should be on a new line. | 326 | |
| '{' should be on a new line. | 329 | |
| '{' should be on a new line. | 330 | |
| '{' should be on a new line. | 334 | |
| '{' should be on a new line. | 341 | |
| 'if' construct must use '{}'s. | 342 | |
| '{' should be on a new line. | 344 | |
| '{' should be on a new line. | 348 |
org/apache/myfaces/custom/navmenu/jscookmenu/AbstractHtmlCommandJSCookMenu.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 75 |
org/apache/myfaces/custom/navmenu/jscookmenu/HtmlJSCookMenuRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 61 | |
| Name 'builtInThemes' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'. | 73 | |
| '{' should be on a new line. | 83 | |
| '{' should be on a new line. | 89 | |
| '{' should be on a new line. | 92 | |
| '{' should be on a new line. | 94 | |
| '{' should be on a new line. | 97 | |
| '{' should be on a new line. | 99 | |
| '{' should be on a new line. | 103 | |
| '{' should be on a new line. | 106 | |
| '{' should be on a new line. | 111 | |
| '{' should be on a new line. | 115 | |
| '{' should be on a new line. | 126 | |
| 'if' construct must use '{}'s. | 129 | |
| '{' should be on a new line. | 139 | |
| '{' should be on a new line. | 141 | |
| '{' should be on a new line. | 149 | |
| '{' should be on a new line. | 162 | |
| '{' should be on a new line. | 166 | |
| '{' should be on a new line. | 170 | |
| 'if' construct must use '{}'s. | 174 | |
| '{' should be on a new line. | 186 | |
| '{' should be on a new line. | 192 | |
| '{' should be on a new line. | 220 | |
| '{' should be on a new line. | 221 | |
| '{' should be on a new line. | 225 | |
| '{' should be on a new line. | 228 | |
| '{' should be on a new line. | 229 | |
| '{' should be on a new line. | 234 | |
| '{' should be on a new line. | 238 | |
| '{' should be on a new line. | 242 | |
| '{' should be on a new line. | 245 | |
| '{' should be on a new line. | 251 | |
| '{' should be on a new line. | 257 | |
| '{' should be on a new line. | 261 | |
| '{' should be on a new line. | 266 | |
| '{' should be on a new line. | 269 | |
| '{' should be on a new line. | 272 | |
| '{' should be on a new line. | 276 | |
| '{' should be on a new line. | 281 | |
| '{' should be on a new line. | 284 | |
| '{' should be on a new line. | 291 | |
| '{' should be on a new line. | 299 | |
| '{' should be on a new line. | 302 | |
| '{' should be on a new line. | 304 | |
| '{' should be on a new line. | 308 | |
| '{' should be on a new line. | 318 | |
| '{' should be on a new line. | 321 | |
| '{' should be on a new line. | 325 | |
| '{' should be on a new line. | 328 | |
| '{' should be on a new line. | 331 | |
| '{' should be on a new line. | 340 | |
| '{' should be on a new line. | 342 | |
| '{' should be on a new line. | 346 | |
| '{' should be on a new line. | 350 | |
| '{' should be on a new line. | 360 | |
| '{' should be on a new line. | 363 | |
| '{' should be on a new line. | 371 | |
| '{' should be on a new line. | 404 | |
| '{' should be on a new line. | 411 | |
| Line is longer than 120 characters. | 412 | |
| Line is longer than 120 characters. | 413 | |
| Line is longer than 120 characters. | 414 | |
| '{' should be on a new line. | 416 | |
| Line is longer than 120 characters. | 417 | |
| Line is longer than 120 characters. | 418 | |
| Line is longer than 120 characters. | 419 | |
| '{' should be on a new line. | 456 | |
| '{' should be on a new line. | 458 | |
| '{' should be on a new line. | 464 | |
| '{' should be on a new line. | 476 | |
| Line is longer than 120 characters. | 478 | |
| '{' should be on a new line. | 480 | |
| Line is longer than 120 characters. | 482 | |
| '{' should be on a new line. | 489 | |
| '{' should be on a new line. | 494 | |
| Line is longer than 120 characters. | 498 | |
| '{' should be on a new line. | 501 | |
| Line is longer than 120 characters. | 503 | |
| '{' should be on a new line. | 508 | |
| '{' should be on a new line. | 513 | |
| Line is longer than 120 characters. | 514 | |
| '{' should be on a new line. | 516 | |
| '{' should be on a new line. | 530 | |
| '{' should be on a new line. | 532 |
org/apache/myfaces/custom/newspaper/AbstractHtmlNewspaperTable.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 80 | |
| '{' should be on a new line. | 83 |
org/apache/myfaces/custom/newspaper/HtmlNewspaperTableRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 56 | |
| '{' should be on a new line. | 71 | |
| '{' should be on a new line. | 87 | |
| 'if' construct must use '{}'s. | 91 | |
| 'if' construct must use '{}'s. | 96 | |
| 'else' construct must use '{}'s. | 97 | |
| '{' should be on a new line. | 100 | |
| '{' should be on a new line. | 105 | |
| '{' should be on a new line. | 111 | |
| 'if' construct must use '{}'s. | 117 | |
| '{' should be on a new line. | 121 | |
| '{' should be on a new line. | 128 | |
| 'if' construct must use '{}'s. | 131 | |
| 'if' construct must use '{}'s. | 132 | |
| 'if' construct must use '{}'s. | 135 | |
| Line is longer than 120 characters. | 135 | |
| 'if' construct must use '{}'s. | 141 | |
| '{' should be on a new line. | 154 | |
| '{' should be on a new line. | 158 | |
| '{' should be on a new line. | 175 | |
| '{' should be on a new line. | 177 | |
| '{' should be on a new line. | 179 | |
| '{' should be on a new line. | 189 | |
| '{' should be on a new line. | 190 | |
| 'if' construct must use '{}'s. | 193 | |
| 'if' construct must use '{}'s. | 195 | |
| 'if' construct must use '{}'s. | 198 | |
| 'if' construct must use '{}'s. | 199 | |
| Line is longer than 120 characters. | 207 | |
| '{' should be on a new line. | 207 | |
| 'if' construct must use '{}'s. | 213 | |
| 'if' construct must use '{}'s. | 222 | |
| 'else' construct must use '{}'s. | 223 | |
| '{' should be on a new line. | 226 | |
| 'if' construct must use '{}'s. | 227 | |
| Line is longer than 120 characters. | 227 | |
| 'if' construct must use '{}'s. | 228 | |
| '}' should be alone on a line. | 230 | |
| '{' should be on a new line. | 230 | |
| 'if' construct must use '{}'s. | 231 | |
| 'if' construct must use '{}'s. | 232 | |
| Line is longer than 120 characters. | 232 | |
| Line is longer than 120 characters. | 244 | |
| '{' should be on a new line. | 245 | |
| 'if' construct must use '{}'s. | 251 | |
| 'if' construct must use '{}'s. | 252 | |
| 'if' construct must use '{}'s. | 256 | |
| 'if' construct must use '{}'s. | 260 | |
| '{' should be on a new line. | 273 | |
| '{' should be on a new line. | 278 | |
| '{' should be on a new line. | 279 | |
| 'if' construct must use '{}'s. | 281 | |
| 'if' construct must use '{}'s. | 283 | |
| 'if' construct must use '{}'s. | 286 | |
| 'else' construct must use '{}'s. | 287 | |
| 'if' construct must use '{}'s. | 293 | |
| '{' should be on a new line. | 302 | |
| 'if' construct must use '{}'s. | 305 | |
| 'if' construct must use '{}'s. | 306 | |
| '{' should be on a new line. | 314 | |
| 'if' construct must use '{}'s. | 315 | |
| '{' should be on a new line. | 325 | |
| '{' should be on a new line. | 326 | |
| '}' should be alone on a line. | 328 | |
| '{' should be on a new line. | 328 | |
| '{' should be on a new line. | 335 | |
| '{' should be on a new line. | 336 | |
| '}' should be alone on a line. | 338 | |
| '{' should be on a new line. | 338 | |
| '{' should be on a new line. | 346 | |
| '{' should be on a new line. | 349 | |
| '}' should be alone on a line. | 352 | |
| '{' should be on a new line. | 352 | |
| '{' should be on a new line. | 362 | |
| '{' should be on a new line. | 367 | |
| '{' should be on a new line. | 378 | |
| '{' should be on a new line. | 379 | |
| '{' should be on a new line. | 385 | |
| '{' should be on a new line. | 386 | |
| '{' should be on a new line. | 392 | |
| '{' should be on a new line. | 396 |
org/apache/myfaces/custom/panelstack/HtmlPanelStackRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 69 | |
| '}' should be alone on a line. | 72 | |
| '{' should be on a new line. | 79 |
org/apache/myfaces/custom/picklist/HtmlPicklistRenderer.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 85 | |
| 'if' construct must use '{}'s. | 140 | |
| 'if' construct must use '{}'s. | 143 | |
| 'if' construct must use '{}'s. | 146 | |
| 'if' construct must use '{}'s. | 149 |
org/apache/myfaces/custom/popup/AbstractHtmlPopup.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 70 |
org/apache/myfaces/custom/popup/HtmlPopupRenderer.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 99 | |
| 'if' construct must use '{}'s. | 114 | |
| Line is longer than 120 characters. | 125 | |
| Inner assignments should be avoided. | 156 | |
| 'if' construct must use '{}'s. | 161 |
org/apache/myfaces/custom/regexprvalidator/AbstractRegExprValidator.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.faces.application.FacesMessage. | 21 | |
| '{' should be on a new line. | 45 | |
| '{' should be on a new line. | 57 | |
| '{' should be on a new line. | 64 | |
| 'if' construct must use '{}'s. | 66 | |
| 'if' construct must use '{}'s. | 67 | |
| '{' should be on a new line. | 74 |
org/apache/myfaces/custom/schedule/AbstractCompactScheduleRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 122 | |
| Line is longer than 120 characters. | 123 | |
| Line is longer than 120 characters. | 131 | |
| Line is longer than 120 characters. | 151 | |
| Line is longer than 120 characters. | 152 | |
| '{' should be on a new line. | 185 | |
| '{' should be on a new line. | 222 | |
| Line is longer than 120 characters. | 294 | |
| '{' should be on a new line. | 295 | |
| '{' should be on a new line. | 360 |
org/apache/myfaces/custom/schedule/AbstractScheduleRenderer.java
| Violation | Message | Line |
|---|---|---|
| Name 'comparator' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'. | 57 | |
| 'if' construct must use '{}'s. | 131 | |
| '{' should be on a new line. | 247 | |
| '{' should be on a new line. | 255 | |
| '}' should be alone on a line. | 325 | |
| '{' should be on a new line. | 325 |
org/apache/myfaces/custom/schedule/AbstractUIScheduleBase.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.faces.context.FacesContext. | 26 | |
| Unused import - org.apache.myfaces.custom.schedule.util.ScheduleUtil. | 31 |
org/apache/myfaces/custom/schedule/DefaultScheduleEntryRenderer.java
| Violation | Message | Line |
|---|---|---|
| Redundant import from the same package - org.apache.myfaces.custom.schedule.HtmlSchedule. | 33 | |
| '}' should be alone on a line. | 60 | |
| '{' should be on a new line. | 69 | |
| '}' should be alone on a line. | 83 | |
| Line is longer than 120 characters. | 91 | |
| '{' should be on a new line. | 114 |
org/apache/myfaces/custom/schedule/ScheduleCompactMonthRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 65 | |
| '{' should be on a new line. | 94 | |
| '{' should be on a new line. | 99 | |
| '{' should be on a new line. | 108 | |
| '}' should be alone on a line. | 112 | |
| '{' should be on a new line. | 112 | |
| '{' should be on a new line. | 116 | |
| '{' should be on a new line. | 131 | |
| '{' should be on a new line. | 181 | |
| '{' should be on a new line. | 190 | |
| '{' should be on a new line. | 197 |
org/apache/myfaces/custom/schedule/ScheduleCompactWeekRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 62 | |
| '{' should be on a new line. | 93 | |
| '{' should be on a new line. | 108 | |
| '{' should be on a new line. | 122 | |
| '{' should be on a new line. | 143 |
org/apache/myfaces/custom/schedule/ScheduleDetailedDayRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 126 | |
| '{' should be on a new line. | 141 | |
| Line is longer than 120 characters. | 363 | |
| Line is longer than 120 characters. | 448 | |
| Line is longer than 120 characters. | 456 | |
| '{' should be on a new line. | 475 | |
| '{' should be on a new line. | 569 | |
| 'if' construct must use '{}'s. | 581 | |
| '{' should be on a new line. | 588 | |
| 'if' construct must use '{}'s. | 602 | |
| '{' should be on a new line. | 609 | |
| Line is longer than 120 characters. | 722 | |
| '{' should be on a new line. | 792 | |
| '{' should be on a new line. | 800 | |
| '}' should be alone on a line. | 805 | |
| '{' should be on a new line. | 805 | |
| '{' should be on a new line. | 821 | |
| '}' should be alone on a line. | 826 | |
| '{' should be on a new line. | 826 | |
| '{' should be on a new line. | 840 | |
| '}' should be alone on a line. | 985 | |
| '}' should be alone on a line. | 988 | |
| '}' should be alone on a line. | 991 | |
| '{' should be on a new line. | 1042 | |
| '{' should be on a new line. | 1081 |
org/apache/myfaces/custom/schedule/ScheduleMouseEvent.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 71 |
org/apache/myfaces/custom/schedule/ScheduleTagHandler.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 30 | |
| Name 'mouseListenerParamList' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'. | 34 | |
| '{' should be on a new line. | 36 |
org/apache/myfaces/custom/schedule/model/AbstractScheduleModel.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 190 | |
| '{' should be on a new line. | 476 | |
| '{' should be on a new line. | 496 | |
| '{' should be on a new line. | 531 |
org/apache/myfaces/custom/schedule/model/Day.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 86 | |
| '{' should be on a new line. | 101 | |
| '{' should be on a new line. | 179 | |
| '{' should be on a new line. | 226 | |
| '{' should be on a new line. | 242 | |
| '{' should be on a new line. | 262 |
org/apache/myfaces/custom/schedule/model/DefaultScheduleEntry.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 105 | |
| '{' should be on a new line. | 106 | |
| '{' should be on a new line. | 111 | |
| 'if' construct must use '{}'s. | 148 | |
| '{' should be on a new line. | 149 | |
| '}' should be alone on a line. | 151 | |
| '{' should be on a new line. | 151 | |
| '{' should be on a new line. | 199 |
org/apache/myfaces/custom/schedule/model/HalfHourInterval.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 35 | |
| '{' should be on a new line. | 59 | |
| Line is longer than 120 characters. | 64 |
org/apache/myfaces/custom/schedule/model/Interval.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 137 | |
| '{' should be on a new line. | 144 |
org/apache/myfaces/custom/schedule/model/ScheduleDay.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 103 | |
| '{' should be on a new line. | 117 | |
| '{' should be on a new line. | 118 | |
| '{' should be on a new line. | 181 | |
| '{' should be on a new line. | 184 | |
| '{' should be on a new line. | 188 | |
| '{' should be on a new line. | 195 | |
| '{' should be on a new line. | 213 | |
| '{' should be on a new line. | 216 | |
| '{' should be on a new line. | 222 | |
| '{' should be on a new line. | 238 | |
| '{' should be on a new line. | 350 |
org/apache/myfaces/custom/schedule/model/SimpleScheduleModel.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 122 | |
| 'if' construct must use '{}'s. | 159 | |
| '}' should be alone on a line. | 167 |
org/apache/myfaces/custom/schedule/util/ScheduleUtil.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 44 | |
| '{' should be on a new line. | 57 | |
| '{' should be on a new line. | 103 | |
| '}' should be alone on a line. | 105 | |
| '{' should be on a new line. | 105 | |
| '{' should be on a new line. | 109 | |
| '{' should be on a new line. | 115 | |
| '{' should be on a new line. | 139 | |
| '{' should be on a new line. | 143 | |
| '}' should be alone on a line. | 145 | |
| '{' should be on a new line. | 145 | |
| '{' should be on a new line. | 170 | |
| '}' should be alone on a line. | 172 | |
| '{' should be on a new line. | 172 | |
| '{' should be on a new line. | 176 | |
| '{' should be on a new line. | 180 | |
| '{' should be on a new line. | 227 | |
| '}' should be alone on a line. | 229 | |
| '{' should be on a new line. | 229 | |
| '{' should be on a new line. | 233 | |
| '{' should be on a new line. | 239 | |
| '{' should be on a new line. | 268 | |
| '}' should be alone on a line. | 270 | |
| '{' should be on a new line. | 270 | |
| '{' should be on a new line. | 274 | |
| '{' should be on a new line. | 298 | |
| '{' should be on a new line. | 362 | |
| '{' should be on a new line. | 395 | |
| '}' should be alone on a line. | 397 | |
| '{' should be on a new line. | 397 | |
| '{' should be on a new line. | 401 | |
| '{' should be on a new line. | 446 | |
| '{' should be on a new line. | 450 | |
| 'if' construct must use '{}'s. | 465 | |
| 'if' construct must use '{}'s. | 482 | |
| 'if' construct must use '{}'s. | 494 |
org/apache/myfaces/custom/selectOneCountry/AbstractSelectOneCountry.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 55 | |
| '{' should be on a new line. | 59 | |
| '{' should be on a new line. | 77 | |
| 'for' construct must use '{}'s. | 81 | |
| '{' should be on a new line. | 87 | |
| 'if' construct must use '{}'s. | 98 | |
| 'else' construct must use '{}'s. | 100 | |
| '{' should be on a new line. | 107 | |
| 'if' construct must use '{}'s. | 109 | |
| 'if' construct must use '{}'s. | 116 | |
| 'if' construct must use '{}'s. | 121 | |
| '{' should be on a new line. | 124 | |
| 'if' construct must use '{}'s. | 128 | |
| 'else' construct must use '{}'s. | 130 | |
| '{' should be on a new line. | 139 |
org/apache/myfaces/custom/selectOneCountry/SelectOneCountryRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 45 | |
| Line is longer than 120 characters. | 65 | |
| Line is longer than 120 characters. | 82 | |
| '{' should be on a new line. | 83 | |
| Line is longer than 120 characters. | 87 |
org/apache/myfaces/custom/selectOneLanguage/AbstractSelectOneLanguage.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 55 | |
| '{' should be on a new line. | 63 | |
| '{' should be on a new line. | 81 | |
| 'for' construct must use '{}'s. | 85 | |
| '{' should be on a new line. | 91 | |
| 'if' construct must use '{}'s. | 102 | |
| 'else' construct must use '{}'s. | 104 | |
| '{' should be on a new line. | 111 | |
| 'if' construct must use '{}'s. | 113 | |
| 'if' construct must use '{}'s. | 120 | |
| 'if' construct must use '{}'s. | 125 | |
| '{' should be on a new line. | 128 | |
| 'if' construct must use '{}'s. | 132 | |
| 'else' construct must use '{}'s. | 134 | |
| '{' should be on a new line. | 143 |
org/apache/myfaces/custom/selectOneLanguage/SelectOneLanguageRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 45 | |
| Line is longer than 120 characters. | 82 | |
| '{' should be on a new line. | 83 | |
| Line is longer than 120 characters. | 87 |
org/apache/myfaces/custom/selectOneRow/SelectOneRowRenderer.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 109 | |
| 'else' construct must use '{}'s. | 111 | |
| 'if' construct must use '{}'s. | 117 | |
| 'if' construct must use '{}'s. | 119 | |
| 'else' construct must use '{}'s. | 121 |
org/apache/myfaces/custom/selectitems/AbstractUISelectItems.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 48 | |
| '{' should be on a new line. | 73 | |
| '{' should be on a new line. | 78 | |
| '{' should be on a new line. | 81 | |
| '{' should be on a new line. | 84 | |
| '{' should be on a new line. | 86 | |
| '{' should be on a new line. | 88 | |
| '{' should be on a new line. | 91 | |
| '{' should be on a new line. | 95 | |
| '{' should be on a new line. | 103 | |
| '{' should be on a new line. | 105 | |
| '{' should be on a new line. | 117 | |
| 'if' construct must use '{}'s. | 122 | |
| 'else' construct must use '{}'s. | 124 | |
| '{' should be on a new line. | 130 | |
| '{' should be on a new line. | 134 |
org/apache/myfaces/custom/sortheader/AbstractHtmlCommandSortHeader.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 92 |
org/apache/myfaces/custom/subform/AbstractSubForm.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 116 | |
| 'if' construct must use '{}'s. | 130 | |
| 'if' construct must use '{}'s. | 131 | |
| 'if' construct must use '{}'s. | 151 | |
| 'if' construct must use '{}'s. | 152 |
org/apache/myfaces/custom/subform/SubFormRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 59 |
org/apache/myfaces/custom/swapimage/AbstractHtmlSwapImage.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 172 |
org/apache/myfaces/custom/swapimage/HtmlSwapImageRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 100 | |
| Line is longer than 120 characters. | 105 | |
| 'if' construct must use '{}'s. | 111 | |
| Line is longer than 120 characters. | 111 |
org/apache/myfaces/custom/tabbedpane/AbstractHtmlPanelTab.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 70 |
org/apache/myfaces/custom/tabbedpane/AbstractHtmlPanelTabbedPane.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 80 | |
| '{' should be on a new line. | 91 | |
| '{' should be on a new line. | 92 | |
| '}' should be alone on a line. | 96 | |
| '{' should be on a new line. | 96 | |
| 'if' construct must use '{}'s. | 104 | |
| 'if' construct must use '{}'s. | 105 | |
| '{' should be on a new line. | 115 | |
| '{' should be on a new line. | 116 | |
| '}' should be alone on a line. | 120 | |
| '{' should be on a new line. | 120 | |
| 'if' construct must use '{}'s. | 128 | |
| 'if' construct must use '{}'s. | 129 | |
| '{' should be on a new line. | 139 | |
| '{' should be on a new line. | 140 | |
| '}' should be alone on a line. | 144 | |
| '{' should be on a new line. | 144 | |
| Each variable declaration must be in its own statement. | 156 |
org/apache/myfaces/custom/tabbedpane/HtmlPanelTabbedPaneTagHandler.java
| Violation | Message | Line |
|---|---|---|
| Name 'actionListenerTagRule' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'. | 36 |
org/apache/myfaces/custom/tabbedpane/HtmlTabbedPaneRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 105 | |
| Line is longer than 120 characters. | 106 | |
| Line is longer than 120 characters. | 108 | |
| Line is longer than 120 characters. | 109 | |
| Line is longer than 120 characters. | 110 | |
| '{' should be on a new line. | 130 | |
| Each variable declaration must be in its own statement. | 133 | |
| '{' should be on a new line. | 136 | |
| 'if' construct must use '{}'s. | 139 | |
| '{' should be on a new line. | 150 | |
| 'if' construct must use '{}'s. | 153 | |
| '{' should be on a new line. | 159 | |
| 'if' construct must use '{}'s. | 162 | |
| Each variable declaration must be in its own statement. | 187 | |
| Line is longer than 120 characters. | 237 | |
| Each variable declaration must be in its own statement. | 264 | |
| '{' should be on a new line. | 284 | |
| '{' should be on a new line. | 314 | |
| '{' should be on a new line. | 320 | |
| '{' should be on a new line. | 326 | |
| Line is longer than 120 characters. | 332 | |
| '{' should be on a new line. | 332 | |
| 'if' construct must use '{}'s. | 336 | |
| 'if' construct must use '{}'s. | 339 | |
| Line is longer than 120 characters. | 356 | |
| '{' should be on a new line. | 368 | |
| '{' should be on a new line. | 373 | |
| '{' should be on a new line. | 377 | |
| '{' should be on a new line. | 382 | |
| '{' should be on a new line. | 408 | |
| Line is longer than 120 characters. | 412 | |
| Line is longer than 120 characters. | 418 | |
| '{' should be on a new line. | 423 | |
| '{' should be on a new line. | 433 | |
| Line is longer than 120 characters. | 435 | |
| '}' should be alone on a line. | 438 | |
| '{' should be on a new line. | 438 | |
| '{' should be on a new line. | 444 | |
| Line is longer than 120 characters. | 449 | |
| '{' should be on a new line. | 451 | |
| Line is longer than 120 characters. | 459 | |
| Line is longer than 120 characters. | 460 | |
| Line is longer than 120 characters. | 461 | |
| Line is longer than 120 characters. | 462 | |
| Each variable declaration must be in its own statement. | 484 | |
| '{' should be on a new line. | 495 | |
| '{' should be on a new line. | 499 | |
| '{' should be on a new line. | 503 | |
| '{' should be on a new line. | 504 | |
| '}' should be alone on a line. | 508 | |
| '{' should be on a new line. | 508 | |
| Line is longer than 120 characters. | 514 | |
| '{' should be on a new line. | 539 | |
| Each variable declaration must be in its own statement. | 544 | |
| '{' should be on a new line. | 544 | |
| '{' should be on a new line. | 546 | |
| '{' should be on a new line. | 548 | |
| '{' should be on a new line. | 557 | |
| '{' should be on a new line. | 560 | |
| '{' should be on a new line. | 567 | |
| '}' should be alone on a line. | 571 | |
| '{' should be on a new line. | 571 | |
| Each variable declaration must be in its own statement. | 583 |
org/apache/myfaces/custom/toggle/AbstractTogglePanel.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 75 |
org/apache/myfaces/custom/toggle/ToggleGroupRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 40 | |
| '{' should be on a new line. | 42 |
org/apache/myfaces/custom/toggle/ToggleLinkRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 48 | |
| Line is longer than 120 characters. | 70 | |
| '{' should be on a new line. | 91 | |
| '{' should be on a new line. | 94 | |
| 'if' construct must use '{}'s. | 99 | |
| Line is longer than 120 characters. | 115 | |
| Line is longer than 120 characters. | 116 | |
| '{' should be on a new line. | 128 | |
| 'if' construct must use '{}'s. | 132 | |
| '{' should be on a new line. | 138 | |
| 'if' construct must use '{}'s. | 142 | |
| '{' should be on a new line. | 149 | |
| 'for' construct must use '{}'s. | 150 | |
| 'if' construct must use '{}'s. | 151 | |
| Line is longer than 120 characters. | 155 | |
| '{' should be on a new line. | 159 | |
| '{' should be on a new line. | 162 | |
| '{' should be on a new line. | 164 | |
| 'if' construct must use '{}'s. | 165 | |
| '{' should be on a new line. | 176 | |
| '{' should be on a new line. | 177 | |
| 'if' construct must use '{}'s. | 178 | |
| '{' should be on a new line. | 185 | |
| '{' should be on a new line. | 189 |
org/apache/myfaces/custom/toggle/TogglePanelRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 46 | |
| '{' should be on a new line. | 50 | |
| '{' should be on a new line. | 75 | |
| '{' should be on a new line. | 76 | |
| '{' should be on a new line. | 83 | |
| '{' should be on a new line. | 86 | |
| '{' should be on a new line. | 88 | |
| '{' should be on a new line. | 96 | |
| '{' should be on a new line. | 99 | |
| '{' should be on a new line. | 104 | |
| '{' should be on a new line. | 112 | |
| '{' should be on a new line. | 113 | |
| '}' should be alone on a line. | 115 | |
| '{' should be on a new line. | 115 | |
| 'if' construct must use '{}'s. | 117 | |
| '{' should be on a new line. | 120 | |
| '}' should be alone on a line. | 122 | |
| '{' should be on a new line. | 122 | |
| '}' should be alone on a line. | 126 | |
| '{' should be on a new line. | 126 | |
| '{' should be on a new line. | 127 | |
| '}' should be alone on a line. | 129 | |
| '{' should be on a new line. | 129 | |
| '}' should be alone on a line. | 135 | |
| '{' should be on a new line. | 135 | |
| '{' should be on a new line. | 140 | |
| '{' should be on a new line. | 144 | |
| '{' should be on a new line. | 148 | |
| '{' should be on a new line. | 152 | |
| Line is longer than 120 characters. | 155 |
org/apache/myfaces/custom/transform/AbstractXmlTransform.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 77 | |
| 'if' construct must use '{}'s. | 78 | |
| 'if' construct must use '{}'s. | 80 | |
| 'if' construct must use '{}'s. | 191 | |
| 'if' construct must use '{}'s. | 217 |
org/apache/myfaces/custom/tree/HtmlTree.java
| Violation | Message | Line |
|---|---|---|
| '}' should be alone on a line. | 621 | |
| '}' should be alone on a line. | 763 | |
| '}' should be alone on a line. | 881 | |
| switch without "default" clause. | 1054 |
org/apache/myfaces/custom/tree/HtmlTreeNode.java
| Violation | Message | Line |
|---|---|---|
| '}' should be alone on a line. | 220 | |
| '{' should be on a new line. | 251 | |
| '{' should be on a new line. | 253 | |
| '}' should be alone on a line. | 255 | |
| '{' should be on a new line. | 255 | |
| '{' should be on a new line. | 256 | |
| '}' should be alone on a line. | 258 | |
| '{' should be on a new line. | 258 | |
| '{' should be on a new line. | 276 | |
| '{' should be on a new line. | 280 | |
| '{' should be on a new line. | 294 | |
| '}' should be alone on a line. | 323 | |
| '}' should be alone on a line. | 354 | |
| '}' should be alone on a line. | 358 | |
| '}' should be alone on a line. | 362 | |
| '}' should be alone on a line. | 369 | |
| '}' should be alone on a line. | 372 | |
| '}' should be alone on a line. | 376 | |
| Line is longer than 120 characters. | 456 | |
| '}' should be alone on a line. | 459 | |
| Line is longer than 120 characters. | 473 |
org/apache/myfaces/custom/tree/model/TreeModelEvent.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 47 |
org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeCheckboxRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 63 |
org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeImageCommandLinkRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 45 | |
| '{' should be on a new line. | 50 | |
| '{' should be on a new line. | 57 | |
| '{' should be on a new line. | 70 | |
| '{' should be on a new line. | 76 |
org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeNodeRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 39 | |
| '{' should be on a new line. | 41 | |
| '{' should be on a new line. | 50 |
org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 133 | |
| 'if' construct must use '{}'s. | 175 | |
| 'if' construct must use '{}'s. | 177 | |
| 'if' construct must use '{}'s. | 183 | |
| 'if' construct must use '{}'s. | 185 | |
| Each variable declaration must be in its own statement. | 319 | |
| Line is longer than 120 characters. | 341 | |
| Line is longer than 120 characters. | 354 | |
| Line is longer than 120 characters. | 555 |
org/apache/myfaces/custom/tree/taglib/AbstractTreeTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 40 | |
| '{' should be on a new line. | 46 | |
| '{' should be on a new line. | 50 | |
| '{' should be on a new line. | 54 | |
| '{' should be on a new line. | 58 | |
| '{' should be on a new line. | 62 | |
| '{' should be on a new line. | 66 | |
| '{' should be on a new line. | 73 | |
| '{' should be on a new line. | 76 | |
| '{' should be on a new line. | 81 | |
| '{' should be on a new line. | 90 | |
| '{' should be on a new line. | 94 | |
| '{' should be on a new line. | 104 | |
| '{' should be on a new line. | 113 | |
| '{' should be on a new line. | 117 | |
| '{' should be on a new line. | 118 | |
| '}' should be alone on a line. | 123 | |
| '{' should be on a new line. | 123 | |
| '{' should be on a new line. | 125 |
org/apache/myfaces/custom/tree/taglib/IconProviderTag.java
| Violation | Message | Line |
|---|---|---|
| '}' should be alone on a line. | 87 | |
| '}' should be alone on a line. | 93 |
org/apache/myfaces/custom/tree/taglib/TreeSelectionListenerTag.java
| Violation | Message | Line |
|---|---|---|
| '}' should be alone on a line. | 92 | |
| '}' should be alone on a line. | 98 |
org/apache/myfaces/custom/tree/taglib/TreeTagHandler.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 77 | |
| '{' should be on a new line. | 95 | |
| '{' should be on a new line. | 97 | |
| '{' should be on a new line. | 101 | |
| '{' should be on a new line. | 116 |
org/apache/myfaces/custom/tree2/AbstractHtmlTree.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 105 | |
| Line is longer than 120 characters. | 126 | |
| Line is longer than 120 characters. | 127 | |
| '{' should be on a new line. | 134 | |
| Line is longer than 120 characters. | 162 |
org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 86 | |
| Line is longer than 120 characters. | 138 | |
| 'if' construct must use '{}'s. | 177 | |
| 'if' construct must use '{}'s. | 178 | |
| Line is longer than 120 characters. | 353 | |
| Method length is 209 lines (max allowed is 200). | 405 | |
| 'if' construct must use '{}'s. | 420 | |
| Line is longer than 120 characters. | 420 | |
| Line is longer than 120 characters. | 485 | |
| Line is longer than 120 characters. | 506 | |
| Line is longer than 120 characters. | 549 | |
| Line is longer than 120 characters. | 632 | |
| Line is longer than 120 characters. | 633 | |
| Line is longer than 120 characters. | 638 |
org/apache/myfaces/custom/tree2/Tree.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 26 |
org/apache/myfaces/custom/tree2/TreeModelBase.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 126 |
org/apache/myfaces/custom/tree2/TreeNodeChecked.java
| Violation | Message | Line |
|---|---|---|
| Redundant import from the same package - org.apache.myfaces.custom.tree2.TreeNodeBase. | 21 | |
| '{' should be on a new line. | 35 | |
| '{' should be on a new line. | 39 | |
| '{' should be on a new line. | 43 | |
| '{' should be on a new line. | 47 | |
| '{' should be on a new line. | 52 | |
| '{' should be on a new line. | 58 | |
| '{' should be on a new line. | 62 |
org/apache/myfaces/custom/tree2/UITreeData.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 58 | |
| '{' should be on a new line. | 115 | |
| 'if' construct must use '{}'s. | 169 | |
| 'if' construct must use '{}'s. | 170 | |
| 'if' construct must use '{}'s. | 189 | |
| 'if' construct must use '{}'s. | 190 | |
| 'if' construct must use '{}'s. | 201 | |
| 'if' construct must use '{}'s. | 202 | |
| '}' should be alone on a line. | 216 | |
| '}' should be alone on a line. | 228 | |
| 'if' construct must use '{}'s. | 305 | |
| '}' should be alone on a line. | 393 | |
| '}' should be alone on a line. | 450 | |
| 'if' construct must use '{}'s. | 456 | |
| switch without "default" clause. | 541 | |
| Line is longer than 120 characters. | 666 |
org/apache/myfaces/custom/updateactionlistener/UpdateActionListener.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 93 | |
| Line is longer than 120 characters. | 139 | |
| Empty statement. | 181 | |
| Empty statement. | 182 | |
| 'if' construct must use '{}'s. | 192 |
org/apache/myfaces/custom/updateactionlistener/UpdateActionListenerTag.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 103 | |
| 'if' construct must use '{}'s. | 104 | |
| 'if' construct must use '{}'s. | 105 | |
| Line is longer than 120 characters. | 105 |
org/apache/myfaces/custom/updateactionlistener/UpdateActionListenerTagHandler.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 85 | |
| 'if' construct must use '{}'s. | 99 | |
| 'else' construct must use '{}'s. | 101 | |
| 'if' construct must use '{}'s. | 115 |
org/apache/myfaces/dateformat/ParserContext.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 120 |
org/apache/myfaces/dateformat/SimpleDateFormatter.java
| Violation | Message | Line |
|---|---|---|
| Each variable declaration must be in its own statement. | 167 | |
| '}' should be alone on a line. | 388 | |
| 'if' construct must use '{}'s. | 483 | |
| 'else' construct must use '{}'s. | 485 | |
| 'if' construct must use '{}'s. | 521 | |
| 'if' construct must use '{}'s. | 721 | |
| 'if' construct must use '{}'s. | 822 | |
| 'if' construct must use '{}'s. | 868 | |
| 'if' construct must use '{}'s. | 883 | |
| 'else' construct must use '{}'s. | 885 | |
| 'if' construct must use '{}'s. | 897 | |
| 'else' construct must use '{}'s. | 899 | |
| 'if' construct must use '{}'s. | 1199 |
org/apache/myfaces/dateformat/WeekDate.java
| Violation | Message | Line |
|---|---|---|
| Each variable declaration must be in its own statement. | 30 |
org/apache/myfaces/renderkit/html/ext/HtmlCheckboxRenderer.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 81 | |
| 'if' construct must use '{}'s. | 82 | |
| '{' should be on a new line. | 252 | |
| Line is longer than 120 characters. | 267 | |
| '{' should be on a new line. | 310 | |
| 'if' construct must use '{}'s. | 314 | |
| '{' should be on a new line. | 320 | |
| '{' should be on a new line. | 329 | |
| Line is longer than 120 characters. | 330 | |
| 'if' construct must use '{}'s. | 335 | |
| '{' should be on a new line. | 346 | |
| '{' should be on a new line. | 348 | |
| '{' should be on a new line. | 360 | |
| '{' should be on a new line. | 362 | |
| '}' should be alone on a line. | 364 | |
| '{' should be on a new line. | 364 | |
| '{' should be on a new line. | 369 | |
| '{' should be on a new line. | 370 | |
| '{' should be on a new line. | 373 | |
| '}' should be alone on a line. | 376 | |
| '{' should be on a new line. | 376 | |
| Line is longer than 120 characters. | 398 | |
| '{' should be on a new line. | 447 | |
| '{' should be on a new line. | 463 | |
| '{' should be on a new line. | 467 | |
| Line is longer than 120 characters. | 468 | |
| '{' should be on a new line. | 471 | |
| '{' should be on a new line. | 475 | |
| Line is longer than 120 characters. | 489 | |
| '{' should be on a new line. | 493 | |
| '{' should be on a new line. | 499 | |
| '{' should be on a new line. | 532 |
org/apache/myfaces/renderkit/html/ext/HtmlGridRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 49 | |
| '{' should be on a new line. | 49 |
org/apache/myfaces/renderkit/html/ext/HtmlGroupRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 48 | |
| '{' should be on a new line. | 78 | |
| '{' should be on a new line. | 79 | |
| '{' should be on a new line. | 81 |
org/apache/myfaces/renderkit/html/ext/HtmlHiddenRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 74 |
org/apache/myfaces/renderkit/html/ext/HtmlListboxRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 60 |
org/apache/myfaces/renderkit/html/ext/HtmlMessageRenderer.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 81 | |
| 'if' construct must use '{}'s. | 83 | |
| 'if' construct must use '{}'s. | 96 | |
| 'if' construct must use '{}'s. | 99 | |
| 'if' construct must use '{}'s. | 100 | |
| 'if' construct must use '{}'s. | 102 | |
| 'if' construct must use '{}'s. | 118 | |
| 'if' construct must use '{}'s. | 131 | |
| 'if' construct must use '{}'s. | 134 | |
| 'if' construct must use '{}'s. | 135 | |
| 'if' construct must use '{}'s. | 137 | |
| 'if' construct must use '{}'s. | 152 | |
| 'while' construct must use '{}'s. | 170 | |
| Inner assignments should be avoided. | 170 | |
| Empty statement. | 170 | |
| Line is longer than 120 characters. | 238 | |
| 'if' construct must use '{}'s. | 277 |
org/apache/myfaces/renderkit/html/ext/HtmlMessagesRenderer.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 63 | |
| 'if' construct must use '{}'s. | 65 | |
| 'if' construct must use '{}'s. | 77 | |
| 'if' construct must use '{}'s. | 80 | |
| 'if' construct must use '{}'s. | 81 | |
| 'if' construct must use '{}'s. | 83 | |
| 'if' construct must use '{}'s. | 102 | |
| 'if' construct must use '{}'s. | 139 | |
| 'if' construct must use '{}'s. | 142 | |
| 'if' construct must use '{}'s. | 143 | |
| 'if' construct must use '{}'s. | 145 | |
| 'if' construct must use '{}'s. | 160 |
org/apache/myfaces/renderkit/html/ext/HtmlRadioRenderer.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 67 | |
| 'if' construct must use '{}'s. | 68 | |
| Line is longer than 120 characters. | 112 | |
| '{' should be on a new line. | 190 | |
| '{' should be on a new line. | 194 | |
| Line is longer than 120 characters. | 208 | |
| Line is longer than 120 characters. | 216 |
org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 63 | |
| '{' should be on a new line. | 77 | |
| '{' should be on a new line. | 78 | |
| '{' should be on a new line. | 90 | |
| '{' should be on a new line. | 91 | |
| '{' should be on a new line. | 103 | |
| '{' should be on a new line. | 104 | |
| '{' should be on a new line. | 114 | |
| '{' should be on a new line. | 115 | |
| '{' should be on a new line. | 124 | |
| '{' should be on a new line. | 127 | |
| '{' should be on a new line. | 132 | |
| '{' should be on a new line. | 133 | |
| '{' should be on a new line. | 141 | |
| '{' should be on a new line. | 142 | |
| Line is longer than 120 characters. | 149 | |
| '{' should be on a new line. | 149 | |
| '{' should be on a new line. | 150 | |
| '{' should be on a new line. | 158 | |
| '{' should be on a new line. | 160 | |
| '{' should be on a new line. | 167 | |
| '{' should be on a new line. | 168 | |
| '{' should be on a new line. | 175 | |
| '{' should be on a new line. | 178 | |
| '{' should be on a new line. | 183 | |
| '{' should be on a new line. | 186 | |
| '{' should be on a new line. | 191 | |
| '{' should be on a new line. | 194 | |
| '{' should be on a new line. | 204 | |
| '{' should be on a new line. | 207 | |
| '{' should be on a new line. | 210 | |
| '{' should be on a new line. | 213 | |
| '{' should be on a new line. | 219 | |
| '{' should be on a new line. | 246 | |
| '{' should be on a new line. | 250 | |
| '{' should be on a new line. | 261 | |
| '{' should be on a new line. | 262 | |
| '{' should be on a new line. | 264 | |
| '{' should be on a new line. | 268 | |
| '{' should be on a new line. | 276 | |
| '{' should be on a new line. | 277 | |
| '{' should be on a new line. | 279 | |
| '{' should be on a new line. | 283 | |
| '{' should be on a new line. | 288 | |
| '{' should be on a new line. | 289 | |
| Each variable declaration must be in its own statement. | 291 | |
| '{' should be on a new line. | 291 | |
| '{' should be on a new line. | 293 | |
| '{' should be on a new line. | 295 | |
| '{' should be on a new line. | 305 | |
| '{' should be on a new line. | 306 | |
| '{' should be on a new line. | 313 | |
| '{' should be on a new line. | 326 | |
| '{' should be on a new line. | 329 | |
| Each variable declaration must be in its own statement. | 337 | |
| '{' should be on a new line. | 337 | |
| '{' should be on a new line. | 339 | |
| '{' should be on a new line. | 341 | |
| '{' should be on a new line. | 349 | |
| '{' should be on a new line. | 353 | |
| '{' should be on a new line. | 359 | |
| '{' should be on a new line. | 364 | |
| '{' should be on a new line. | 367 | |
| '{' should be on a new line. | 370 | |
| '{' should be on a new line. | 376 | |
| '{' should be on a new line. | 380 | |
| Each variable declaration must be in its own statement. | 387 | |
| '{' should be on a new line. | 387 | |
| '{' should be on a new line. | 391 | |
| '{' should be on a new line. | 392 | |
| '{' should be on a new line. | 401 | |
| '{' should be on a new line. | 405 | |
| '{' should be on a new line. | 413 | |
| '{' should be on a new line. | 428 | |
| '{' should be on a new line. | 437 | |
| Each variable declaration must be in its own statement. | 438 | |
| '{' should be on a new line. | 438 | |
| '{' should be on a new line. | 466 | |
| '{' should be on a new line. | 467 | |
| '{' should be on a new line. | 469 | |
| '{' should be on a new line. | 470 | |
| '{' should be on a new line. | 486 | |
| '{' should be on a new line. | 487 | |
| '{' should be on a new line. | 490 | |
| '{' should be on a new line. | 494 | |
| '{' should be on a new line. | 498 | |
| '{' should be on a new line. | 501 | |
| '{' should be on a new line. | 513 | |
| '{' should be on a new line. | 514 | |
| '{' should be on a new line. | 516 | |
| '{' should be on a new line. | 520 | |
| '{' should be on a new line. | 527 | |
| Line is longer than 120 characters. | 548 | |
| '{' should be on a new line. | 548 | |
| '{' should be on a new line. | 551 | |
| '{' should be on a new line. | 556 | |
| '{' should be on a new line. | 560 | |
| '{' should be on a new line. | 563 | |
| '{' should be on a new line. | 566 | |
| '{' should be on a new line. | 572 | |
| '{' should be on a new line. | 573 | |
| '{' should be on a new line. | 609 | |
| Each variable declaration must be in its own statement. | 620 | |
| '{' should be on a new line. | 661 | |
| '{' should be on a new line. | 662 | |
| '{' should be on a new line. | 674 | |
| '{' should be on a new line. | 678 | |
| '{' should be on a new line. | 683 | |
| '{' should be on a new line. | 686 | |
| '{' should be on a new line. | 690 | |
| '{' should be on a new line. | 691 | |
| '{' should be on a new line. | 695 | |
| '{' should be on a new line. | 699 | |
| '{' should be on a new line. | 703 | |
| '{' should be on a new line. | 705 | |
| '{' should be on a new line. | 715 | |
| '{' should be on a new line. | 716 | |
| '{' should be on a new line. | 721 | |
| '{' should be on a new line. | 722 | |
| '{' should be on a new line. | 726 | |
| '{' should be on a new line. | 734 | |
| '{' should be on a new line. | 764 | |
| '{' should be on a new line. | 767 | |
| Each variable declaration must be in its own statement. | 769 | |
| '{' should be on a new line. | 769 | |
| '{' should be on a new line. | 771 | |
| '{' should be on a new line. | 775 | |
| '{' should be on a new line. | 790 | |
| '{' should be on a new line. | 791 | |
| '{' should be on a new line. | 795 | |
| '{' should be on a new line. | 807 | |
| '{' should be on a new line. | 813 | |
| '{' should be on a new line. | 816 | |
| '{' should be on a new line. | 820 | |
| '{' should be on a new line. | 825 | |
| '{' should be on a new line. | 837 | |
| '{' should be on a new line. | 838 | |
| '{' should be on a new line. | 839 | |
| '{' should be on a new line. | 843 | |
| '{' should be on a new line. | 849 | |
| '{' should be on a new line. | 852 | |
| '{' should be on a new line. | 856 | |
| '{' should be on a new line. | 861 | |
| '{' should be on a new line. | 868 | |
| Line is longer than 120 characters. | 869 | |
| Each variable declaration must be in its own statement. | 870 | |
| '{' should be on a new line. | 870 | |
| '{' should be on a new line. | 894 | |
| '{' should be on a new line. | 896 | |
| '{' should be on a new line. | 908 | |
| '{' should be on a new line. | 910 | |
| Line is longer than 120 characters. | 923 | |
| '{' should be on a new line. | 923 | |
| '{' should be on a new line. | 924 | |
| Line is longer than 120 characters. | 933 | |
| '{' should be on a new line. | 933 | |
| '{' should be on a new line. | 934 | |
| '{' should be on a new line. | 942 | |
| '{' should be on a new line. | 943 | |
| '{' should be on a new line. | 945 | |
| '{' should be on a new line. | 949 | |
| '{' should be on a new line. | 958 | |
| '{' should be on a new line. | 961 | |
| Line is longer than 120 characters. | 968 | |
| '{' should be on a new line. | 968 | |
| '{' should be on a new line. | 971 | |
| '{' should be on a new line. | 978 | |
| '{' should be on a new line. | 982 | |
| '{' should be on a new line. | 983 | |
| '{' should be on a new line. | 987 | |
| '{' should be on a new line. | 999 | |
| '{' should be on a new line. | 1002 | |
| '{' should be on a new line. | 1004 | |
| '{' should be on a new line. | 1007 | |
| '{' should be on a new line. | 1010 | |
| '{' should be on a new line. | 1013 | |
| '{' should be on a new line. | 1014 | |
| '{' should be on a new line. | 1015 | |
| '{' should be on a new line. | 1018 | |
| '{' should be on a new line. | 1021 | |
| '{' should be on a new line. | 1025 | |
| '{' should be on a new line. | 1040 | |
| '{' should be on a new line. | 1044 | |
| '{' should be on a new line. | 1048 | |
| '{' should be on a new line. | 1054 | |
| '{' should be on a new line. | 1058 |
org/apache/myfaces/renderkit/html/ext/HtmlTextRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 192 |
org/apache/myfaces/renderkit/html/util/AddResourceFactory.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.portlet.PortletResponse. | 34 | |
| Using the '.*' form of import should be avoided - java.util.*. | 37 | |
| '{' should be on a new line. | 195 | |
| '{' should be on a new line. | 199 | |
| '{' should be on a new line. | 326 | |
| Line is longer than 120 characters. | 379 | |
| Line is longer than 120 characters. | 390 |
org/apache/myfaces/renderkit/html/util/DefaultAddResource.java
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.myfaces.shared_tomahawk.config.MyfacesConfig. | 25 | |
| Unused import - org.apache.myfaces.shared_tomahawk.renderkit.html.HTML. | 26 | |
| Unused import - org.apache.myfaces.shared_tomahawk.util.ClassUtils. | 29 | |
| Line is longer than 120 characters. | 144 | |
| 'if' construct must use '{}'s. | 417 | |
| 'if' construct must use '{}'s. | 457 | |
| 'if' construct must use '{}'s. | 466 | |
| 'if' construct must use '{}'s. | 473 |
org/apache/myfaces/renderkit/html/util/DummyFormUtils.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 51 | |
| '{' should be on a new line. | 63 | |
| '{' should be on a new line. | 75 | |
| '{' should be on a new line. | 76 | |
| '{' should be on a new line. | 80 | |
| '{' should be on a new line. | 92 | |
| '{' should be on a new line. | 102 | |
| '{' should be on a new line. | 103 | |
| Line is longer than 120 characters. | 104 | |
| '{' should be on a new line. | 107 | |
| '{' should be on a new line. | 108 | |
| '{' should be on a new line. | 114 | |
| '{' should be on a new line. | 115 | |
| Line is longer than 120 characters. | 116 | |
| '{' should be on a new line. | 125 | |
| Line is longer than 120 characters. | 147 | |
| '{' should be on a new line. | 149 | |
| Line is longer than 120 characters. | 154 | |
| '{' should be on a new line. | 160 | |
| Line is longer than 120 characters. | 161 | |
| Line is longer than 120 characters. | 162 | |
| Line is longer than 120 characters. | 163 | |
| Line is longer than 120 characters. | 164 | |
| '{' should be on a new line. | 171 | |
| '{' should be on a new line. | 173 |
org/apache/myfaces/renderkit/html/util/ExtensionsPhaseListener.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 47 | |
| '}' should be alone on a line. | 71 | |
| Line is longer than 120 characters. | 78 | |
| Line is longer than 120 characters. | 87 | |
| Line is longer than 120 characters. | 94 | |
| 'if' construct must use '{}'s. | 108 | |
| Line is longer than 120 characters. | 140 | |
| Line is longer than 120 characters. | 152 | |
| Line is longer than 120 characters. | 155 | |
| '{' should be on a new line. | 157 | |
| Line is longer than 120 characters. | 171 | |
| Line is longer than 120 characters. | 174 |
org/apache/myfaces/renderkit/html/util/HtmlBufferResponseWriterWrapper.java
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.io.*. | 24 | |
| '{' should be on a new line. | 31 | |
| Line is longer than 120 characters. | 61 | |
| Line is longer than 120 characters. | 75 | |
| Line is longer than 120 characters. | 79 |
org/apache/myfaces/renderkit/html/util/MyFacesResourceLoader.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 155 | |
| Line is longer than 120 characters. | 157 | |
| Line is longer than 120 characters. | 162 | |
| Line is longer than 120 characters. | 164 | |
| 'if' construct must use '{}'s. | 306 | |
| 'if' construct must use '{}'s. | 309 | |
| 'if' construct must use '{}'s. | 312 | |
| 'if' construct must use '{}'s. | 314 | |
| 'if' construct must use '{}'s. | 316 | |
| 'if' construct must use '{}'s. | 318 |
org/apache/myfaces/renderkit/html/util/NonBufferingAddResource.java
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRendererUtils. | 25 | |
| Unused import - org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlResponseWriterImpl. | 26 | |
| '{' should be on a new line. | 44 | |
| Line is longer than 120 characters. | 97 | |
| '{' should be on a new line. | 97 | |
| '{' should be on a new line. | 101 | |
| '{' should be on a new line. | 104 | |
| Line is longer than 120 characters. | 111 | |
| '{' should be on a new line. | 111 | |
| '{' should be on a new line. | 113 | |
| '{' should be on a new line. | 116 | |
| '{' should be on a new line. | 123 | |
| Line is longer than 120 characters. | 125 | |
| '{' should be on a new line. | 127 | |
| Line is longer than 120 characters. | 128 | |
| '{' should be on a new line. | 134 | |
| Line is longer than 120 characters. | 137 | |
| Line is longer than 120 characters. | 143 | |
| '{' should be on a new line. | 143 | |
| Line is longer than 120 characters. | 145 | |
| '{' should be on a new line. | 151 | |
| Line is longer than 120 characters. | 153 | |
| '{' should be on a new line. | 158 | |
| Line is longer than 120 characters. | 229 | |
| '{' should be on a new line. | 229 | |
| '{' should be on a new line. | 230 | |
| '}' should be alone on a line. | 232 | |
| '{' should be on a new line. | 232 | |
| Line is longer than 120 characters. | 237 | |
| '{' should be on a new line. | 237 | |
| '{' should be on a new line. | 238 | |
| '}' should be alone on a line. | 241 | |
| '{' should be on a new line. | 241 | |
| Line is longer than 120 characters. | 246 | |
| '{' should be on a new line. | 246 | |
| '{' should be on a new line. | 247 | |
| '}' should be alone on a line. | 250 | |
| '{' should be on a new line. | 250 | |
| '{' should be on a new line. | 255 | |
| '{' should be on a new line. | 256 | |
| '}' should be alone on a line. | 258 | |
| '{' should be on a new line. | 258 | |
| '{' should be on a new line. | 263 | |
| '{' should be on a new line. | 264 | |
| '}' should be alone on a line. | 266 | |
| '{' should be on a new line. | 266 | |
| '{' should be on a new line. | 279 | |
| Line is longer than 120 characters. | 280 | |
| Line is longer than 120 characters. | 283 | |
| '{' should be on a new line. | 283 | |
| '{' should be on a new line. | 284 | |
| '}' should be alone on a line. | 286 | |
| '{' should be on a new line. | 286 | |
| Line is longer than 120 characters. | 291 | |
| '{' should be on a new line. | 291 | |
| '{' should be on a new line. | 292 | |
| Line is longer than 120 characters. | 293 | |
| '}' should be alone on a line. | 294 | |
| '{' should be on a new line. | 294 | |
| Line is longer than 120 characters. | 299 | |
| '{' should be on a new line. | 299 | |
| '{' should be on a new line. | 300 | |
| Line is longer than 120 characters. | 301 | |
| '}' should be alone on a line. | 302 | |
| '{' should be on a new line. | 302 | |
| '{' should be on a new line. | 307 | |
| '{' should be on a new line. | 308 | |
| '}' should be alone on a line. | 310 | |
| '{' should be on a new line. | 310 | |
| '{' should be on a new line. | 315 | |
| '{' should be on a new line. | 316 | |
| '}' should be alone on a line. | 318 | |
| '{' should be on a new line. | 318 | |
| '{' should be on a new line. | 323 | |
| '{' should be on a new line. | 324 | |
| '}' should be alone on a line. | 326 | |
| '{' should be on a new line. | 326 | |
| '{' should be on a new line. | 331 | |
| '{' should be on a new line. | 332 | |
| '}' should be alone on a line. | 334 | |
| '{' should be on a new line. | 334 | |
| 'if' construct must use '{}'s. | 489 | |
| Line is longer than 120 characters. | 587 | |
| '{' should be on a new line. | 587 | |
| Line is longer than 120 characters. | 591 | |
| '{' should be on a new line. | 591 | |
| '{' should be on a new line. | 595 | |
| '{' should be on a new line. | 599 | |
| '{' should be on a new line. | 603 | |
| '{' should be on a new line. | 607 | |
| '{' should be on a new line. | 610 | |
| '{' should be on a new line. | 613 |
org/apache/myfaces/renderkit/html/util/ReducedHTMLParser.java
| Violation | Message | Line |
|---|---|---|
| Method length is 248 lines (max allowed is 200). | 377 | |
| '{' should be on a new line. | 636 |
org/apache/myfaces/taglib/html/ext/HtmlCommandButtonTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 48 |
org/apache/myfaces/taglib/html/ext/HtmlCommandLinkTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 56 |
org/apache/myfaces/taglib/html/ext/HtmlDataTableTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 330 | |
| '{' should be on a new line. | 334 | |
| '{' should be on a new line. | 338 | |
| '{' should be on a new line. | 342 | |
| '{' should be on a new line. | 346 | |
| '{' should be on a new line. | 350 | |
| '{' should be on a new line. | 354 | |
| '{' should be on a new line. | 358 |
org/apache/myfaces/taglib/html/ext/HtmlGraphicImageTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 52 |
org/apache/myfaces/taglib/html/ext/HtmlInputSecretTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 56 | |
| Line is longer than 120 characters. | 79 |
org/apache/myfaces/taglib/html/ext/HtmlInputTextTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 58 | |
| Line is longer than 120 characters. | 85 |
org/apache/myfaces/taglib/html/ext/HtmlInputTextareaTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 55 | |
| Line is longer than 120 characters. | 76 |
org/apache/myfaces/taglib/html/ext/HtmlMessageTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 53 | |
| Line is longer than 120 characters. | 71 |
org/apache/myfaces/taglib/html/ext/HtmlMessagesTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 55 | |
| Line is longer than 120 characters. | 76 |
org/apache/myfaces/taglib/html/ext/HtmlOutputLabelTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 47 |
org/apache/myfaces/taglib/html/ext/HtmlOutputTextTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 47 |
org/apache/myfaces/taglib/html/ext/HtmlPanelGridTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 52 | |
| Line is longer than 120 characters. | 69 |
org/apache/myfaces/taglib/html/ext/HtmlPanelGroupTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 58 | |
| Line is longer than 120 characters. | 77 |
org/apache/myfaces/taglib/html/ext/HtmlSelectBooleanCheckboxTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 56 | |
| Line is longer than 120 characters. | 75 |
org/apache/myfaces/taglib/html/ext/HtmlSelectManyCheckboxTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 56 | |
| Line is longer than 120 characters. | 79 |
org/apache/myfaces/taglib/html/ext/HtmlSelectManyListboxTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 54 | |
| Line is longer than 120 characters. | 74 |
org/apache/myfaces/taglib/html/ext/HtmlSelectManyMenuTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 54 | |
| Line is longer than 120 characters. | 74 |
org/apache/myfaces/taglib/html/ext/HtmlSelectOneListboxTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 54 | |
| Line is longer than 120 characters. | 74 |
org/apache/myfaces/taglib/html/ext/HtmlSelectOneMenuTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 54 | |
| Line is longer than 120 characters. | 74 |
org/apache/myfaces/taglib/html/ext/HtmlSelectOneRadioTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 55 | |
| Line is longer than 120 characters. | 75 |
org/apache/myfaces/tomahawk/application/jsp/JspTilesTwoViewHandlerImpl.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 49 | |
| '{' should be on a new line. | 62 | |
| '{' should be on a new line. | 64 | |
| '{' should be on a new line. | 90 | |
| '{' should be on a new line. | 105 | |
| '{' should be on a new line. | 112 | |
| Line is longer than 120 characters. | 119 | |
| '{' should be on a new line. | 119 | |
| '{' should be on a new line. | 123 | |
| '}' should be alone on a line. | 125 | |
| '{' should be on a new line. | 125 | |
| '{' should be on a new line. | 128 | |
| '{' should be on a new line. | 135 | |
| '{' should be on a new line. | 137 | |
| '{' should be on a new line. | 142 | |
| '{' should be on a new line. | 156 | |
| 'if' construct must use '{}'s. | 168 | |
| Line is longer than 120 characters. | 168 | |
| 'if' construct must use '{}'s. | 173 | |
| '{' should be on a new line. | 186 | |
| '{' should be on a new line. | 192 | |
| '{' should be on a new line. | 194 | |
| '{' should be on a new line. | 199 | |
| '{' should be on a new line. | 205 | |
| 'if' construct must use '{}'s. | 206 | |
| '{' should be on a new line. | 209 | |
| Each variable declaration must be in its own statement. | 225 |
org/apache/myfaces/tomahawk/application/jsp/JspTilesViewHandlerImpl.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 75 | |
| 'if' construct must use '{}'s. | 99 | |
| 'if' construct must use '{}'s. | 134 | |
| Line is longer than 120 characters. | 134 | |
| 'if' construct must use '{}'s. | 139 | |
| Line is longer than 120 characters. | 173 | |
| '{' should be on a new line. | 200 | |
| '{' should be on a new line. | 202 | |
| '{' should be on a new line. | 203 | |
| '}' should be alone on a line. | 206 | |
| '{' should be on a new line. | 206 | |
| 'if' construct must use '{}'s. | 228 | |
| '{' should be on a new line. | 231 | |
| '{' should be on a new line. | 239 | |
| '{' should be on a new line. | 244 | |
| Each variable declaration must be in its own statement. | 262 |
org/apache/myfaces/tomahawk/util/ExternalContextUtils.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 100 |
org/apache/myfaces/validator/AttachedStateWrapper.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 42 |
org/apache/myfaces/validator/ValidatorBase.java
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| '{' should be on a new line. | 40 | |
| 'if' construct must use '{}'s. | 54 | |
| '{' should be on a new line. | 63 | |
| '{' should be on a new line. | 75 | |
| '{' should be on a new line. | 84 | |
| '{' should be on a new line. | 96 | |
| 'if' construct must use '{}'s. | 97 | |
| '{' should be on a new line. | 106 | |
| '{' should be on a new line. | 114 | |
| '{' should be on a new line. | 122 | |
| '{' should be on a new line. | 129 | |
| '{' should be on a new line. | 133 | |
| '{' should be on a new line. | 144 | |
| '}' should be alone on a line. | 150 | |
| '{' should be on a new line. | 150 | |
| 'if' construct must use '{}'s. | 165 | |
| 'if' construct must use '{}'s. | 179 | |
| 'if' construct must use '{}'s. | 255 | |
| 'if' construct must use '{}'s. | 291 | |
| 'if' construct must use '{}'s. | 292 | |
| Line is longer than 120 characters. | 313 |
org/apache/myfaces/validator/ValidatorBaseTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 36 | |
| '{' should be on a new line. | 42 | |
| '{' should be on a new line. | 56 | |
| 'if' construct must use '{}'s. | 62 | |
| 'if' construct must use '{}'s. | 67 |
org/apache/myfaces/webapp/filter/ExtensionsFilter.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 142 | |
| Line is longer than 120 characters. | 158 | |
| '{' should be on a new line. | 212 | |
| '{' should be on a new line. | 249 | |
| '{' should be on a new line. | 252 | |
| '{' should be on a new line. | 257 | |
| '}' should be alone on a line. | 260 | |
| '{' should be on a new line. | 260 | |
| '}' should be alone on a line. | 263 | |
| '{' should be on a new line. | 263 | |
| 'if' construct must use '{}'s. | 275 | |
| Line is longer than 120 characters. | 278 | |
| Line is longer than 120 characters. | 281 | |
| '{' should be on a new line. | 281 | |
| '{' should be on a new line. | 291 | |
| '{' should be on a new line. | 306 | |
| '{' should be on a new line. | 321 | |
| Line is longer than 120 characters. | 338 | |
| '{' should be on a new line. | 357 | |
| Line is longer than 120 characters. | 376 | |
| '{' should be on a new line. | 406 |
org/apache/myfaces/webapp/filter/ExtensionsResponseWrapper.java
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.io.*. | 28 | |
| '{' should be on a new line. | 35 | |
| '{' should be on a new line. | 43 | |
| '{' should be on a new line. | 50 | |
| '{' should be on a new line. | 54 | |
| '{' should be on a new line. | 55 | |
| '}' should be alone on a line. | 57 | |
| '{' should be on a new line. | 57 | |
| '{' should be on a new line. | 65 | |
| '{' should be on a new line. | 66 | |
| '{' should be on a new line. | 76 | |
| '{' should be on a new line. | 80 | |
| '{' should be on a new line. | 88 | |
| '{' should be on a new line. | 92 | |
| '{' should be on a new line. | 97 | |
| '{' should be on a new line. | 101 | |
| '{' should be on a new line. | 105 | |
| '{' should be on a new line. | 106 | |
| '{' should be on a new line. | 107 | |
| '}' should be alone on a line. | 109 | |
| '{' should be on a new line. | 109 | |
| '{' should be on a new line. | 110 | |
| '}' should be alone on a line. | 114 | |
| '{' should be on a new line. | 114 | |
| '{' should be on a new line. | 119 | |
| '{' should be on a new line. | 125 | |
| '{' should be on a new line. | 128 | |
| '{' should be on a new line. | 132 | |
| '{' should be on a new line. | 136 | |
| '{' should be on a new line. | 140 |
org/apache/myfaces/webapp/filter/JavaScriptDetectorFilter.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 52 |
org/apache/myfaces/webapp/filter/MultipartRequestWrapper.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 67 | |
| '{' should be on a new line. | 80 | |
| '{' should be on a new line. | 90 | |
| 'if' construct must use '{}'s. | 154 | |
| 'if' construct must use '{}'s. | 171 | |
| 'if' construct must use '{}'s. | 178 | |
| '{' should be on a new line. | 187 | |
| '{' should be on a new line. | 190 | |
| '{' should be on a new line. | 199 | |
| '}' should be alone on a line. | 201 | |
| '{' should be on a new line. | 201 | |
| '{' should be on a new line. | 202 | |
| '}' should be alone on a line. | 204 | |
| '{' should be on a new line. | 204 | |
| '}' should be alone on a line. | 210 | |
| '{' should be on a new line. | 210 | |
| '{' should be on a new line. | 211 | |
| '{' should be on a new line. | 249 | |
| '{' should be on a new line. | 250 | |
| '}' should be alone on a line. | 253 | |
| '{' should be on a new line. | 253 | |
| '{' should be on a new line. | 263 | |
| 'if' construct must use '{}'s. | 264 | |
| '{' should be on a new line. | 273 | |
| 'if' construct must use '{}'s. | 274 | |
| '{' should be on a new line. | 294 | |
| 'if' construct must use '{}'s. | 295 | |
| '{' should be on a new line. | 313 | |
| 'if' construct must use '{}'s. | 314 | |
| '{' should be on a new line. | 323 | |
| 'if' construct must use '{}'s. | 324 | |
| '{' should be on a new line. | 333 | |
| 'if' construct must use '{}'s. | 334 | |
| '{' should be on a new line. | 339 | |
| '{' should be on a new line. | 340 |
org/apache/myfaces/webapp/filter/MultipartRequestWrapperConfig.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 84 | |
| Line is longer than 120 characters. | 87 |
org/apache/myfaces/webapp/filter/PortletMultipartRequestWrapper.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 66 | |
| '{' should be on a new line. | 79 | |
| '{' should be on a new line. | 90 | |
| 'if' construct must use '{}'s. | 152 | |
| 'if' construct must use '{}'s. | 169 | |
| 'if' construct must use '{}'s. | 176 | |
| '{' should be on a new line. | 185 | |
| '{' should be on a new line. | 188 | |
| '{' should be on a new line. | 197 | |
| '}' should be alone on a line. | 199 | |
| '{' should be on a new line. | 199 | |
| '{' should be on a new line. | 200 | |
| '}' should be alone on a line. | 202 | |
| '{' should be on a new line. | 202 | |
| '}' should be alone on a line. | 208 | |
| '{' should be on a new line. | 208 | |
| '{' should be on a new line. | 209 | |
| 'if' construct must use '{}'s. | 235 | |
| '{' should be on a new line. | 242 | |
| '{' should be on a new line. | 243 | |
| '}' should be alone on a line. | 246 | |
| '{' should be on a new line. | 246 | |
| '{' should be on a new line. | 256 | |
| 'if' construct must use '{}'s. | 257 | |
| '{' should be on a new line. | 262 | |
| 'if' construct must use '{}'s. | 263 | |
| 'if' construct must use '{}'s. | 266 | |
| '{' should be on a new line. | 271 | |
| 'if' construct must use '{}'s. | 272 | |
| '{' should be on a new line. | 277 | |
| 'if' construct must use '{}'s. | 278 | |
| '{' should be on a new line. | 284 | |
| 'if' construct must use '{}'s. | 285 | |
| '{' should be on a new line. | 294 | |
| 'if' construct must use '{}'s. | 295 | |
| '{' should be on a new line. | 300 | |
| '{' should be on a new line. | 301 |
org/apache/myfaces/webapp/filter/PortletUtils.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 62 | |
| Line is longer than 120 characters. | 65 |
org/apache/myfaces/webapp/filter/ServeResourcePhaseListener.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 49 | |
| Line is longer than 120 characters. | 53 | |
| '{' should be on a new line. | 55 | |
| '{' should be on a new line. | 58 | |
| '{' should be on a new line. | 59 | |
| '{' should be on a new line. | 76 | |
| '{' should be on a new line. | 80 | |
| '{' should be on a new line. | 85 | |
| '{' should be on a new line. | 97 | |
| '{' should be on a new line. | 109 | |
| '{' should be on a new line. | 110 | |
| Line is longer than 120 characters. | 112 | |
| '{' should be on a new line. | 118 |
org/apache/myfaces/webapp/filter/TomahawkFacesContextFactory.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 49 | |
| '{' should be on a new line. | 64 | |
| Line is longer than 120 characters. | 68 | |
| '{' should be on a new line. | 68 | |
| Line is longer than 120 characters. | 90 | |
| Line is longer than 120 characters. | 94 | |
| Line is longer than 120 characters. | 95 | |
| Line is longer than 120 characters. | 100 | |
| 'if' construct must use '{}'s. | 122 | |
| Line is longer than 120 characters. | 125 |
org/apache/myfaces/webapp/filter/TomahawkFacesContextWrapper.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 93 | |
| '{' should be on a new line. | 105 | |
| '{' should be on a new line. | 109 | |
| '{' should be on a new line. | 151 | |
| '{' should be on a new line. | 166 | |
| '{' should be on a new line. | 204 | |
| Empty statement. | 205 | |
| '{' should be on a new line. | 242 | |
| '{' should be on a new line. | 246 | |
| '{' should be on a new line. | 250 | |
| '{' should be on a new line. | 254 | |
| '{' should be on a new line. | 258 | |
| '{' should be on a new line. | 262 | |
| '{' should be on a new line. | 266 | |
| '{' should be on a new line. | 270 | |
| '{' should be on a new line. | 274 | |
| '{' should be on a new line. | 278 | |
| '{' should be on a new line. | 282 | |
| '{' should be on a new line. | 286 | |
| '{' should be on a new line. | 290 | |
| '{' should be on a new line. | 294 | |
| '{' should be on a new line. | 298 | |
| '{' should be on a new line. | 302 | |
| '{' should be on a new line. | 306 | |
| '{' should be on a new line. | 315 | |
| Line is longer than 120 characters. | 316 | |
| Line is longer than 120 characters. | 317 | |
| '{' should be on a new line. | 337 | |
| Line is longer than 120 characters. | 356 | |
| '{' should be on a new line. | 363 | |
| '{' should be on a new line. | 391 | |
| '{' should be on a new line. | 395 | |
| '{' should be on a new line. | 400 | |
| Line is longer than 120 characters. | 403 |
org/apache/myfaces/webapp/filter/portlet/PortletChacheFileSizeErrorsFileUpload.java
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.commons.fileupload.RequestContext. | 37 | |
| Unused import - org.apache.commons.fileupload.servlet.ServletFileUpload. | 40 | |
| '{' should be on a new line. | 80 | |
| '{' should be on a new line. | 81 | |
| '}' should be alone on a line. | 83 | |
| '{' should be on a new line. | 83 |
org/apache/myfaces/webapp/filter/portlet/PortletExternalContextWrapper.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 54 | |
| Line is longer than 120 characters. | 69 | |
| '{' should be on a new line. | 69 | |
| '{' should be on a new line. | 76 | |
| '{' should be on a new line. | 80 | |
| '{' should be on a new line. | 84 | |
| '{' should be on a new line. | 88 | |
| '{' should be on a new line. | 92 | |
| '{' should be on a new line. | 96 | |
| '{' should be on a new line. | 100 | |
| '{' should be on a new line. | 104 | |
| '{' should be on a new line. | 108 | |
| '{' should be on a new line. | 112 | |
| '{' should be on a new line. | 116 | |
| '{' should be on a new line. | 120 | |
| '{' should be on a new line. | 124 | |
| '{' should be on a new line. | 128 | |
| '{' should be on a new line. | 143 | |
| '{' should be on a new line. | 158 | |
| '{' should be on a new line. | 162 | |
| '{' should be on a new line. | 166 | |
| '{' should be on a new line. | 181 | |
| '{' should be on a new line. | 196 | |
| '{' should be on a new line. | 202 | |
| '{' should be on a new line. | 206 | |
| '{' should be on a new line. | 210 | |
| Line is longer than 120 characters. | 211 | |
| '{' should be on a new line. | 222 | |
| '{' should be on a new line. | 237 | |
| '{' should be on a new line. | 241 | |
| '{' should be on a new line. | 245 | |
| '{' should be on a new line. | 249 | |
| '{' should be on a new line. | 253 | |
| '{' should be on a new line. | 257 | |
| '{' should be on a new line. | 261 | |
| '{' should be on a new line. | 265 | |
| '{' should be on a new line. | 280 | |
| '{' should be on a new line. | 284 | |
| '{' should be on a new line. | 288 | |
| '{' should be on a new line. | 292 | |
| '{' should be on a new line. | 296 | |
| '{' should be on a new line. | 341 |
org/apache/myfaces/webapp/filter/portlet/PortletRequestWrapper.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.servlet.ServletResponse. | 32 | |
| '}' should be alone on a line. | 53 | |
| '}' should be alone on a line. | 69 |
org/apache/myfaces/webapp/filter/portlet/RequestHeaderValuesMap.java
| Violation | Message | Line |
|---|---|---|
| Inner assignments should be avoided. | 58 |
org/apache/myfaces/webapp/filter/servlet/AbstractAttributeMap.java
| Violation | Message | Line |
|---|---|---|
| Inner assignments should be avoided. | 93 | |
| Inner assignments should be avoided. | 108 | |
| Name 'key_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| Name 'key_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| Inner assignments should be avoided. | 149 | |
| Inner assignments should be avoided. | 221 | |
| '{' should be on a new line. | 268 | |
| '{' should be on a new line. | 272 | |
| '{' should be on a new line. | 289 | |
| '{' should be on a new line. | 348 | |
| '{' should be on a new line. | 352 | |
| 'if' construct must use '{}'s. | 353 |
org/apache/myfaces/webapp/filter/servlet/CookieMap.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 61 | |
| Each variable declaration must be in its own statement. | 62 | |
| 'if' construct must use '{}'s. | 81 | |
| Each variable declaration must be in its own statement. | 82 | |
| 'if' construct must use '{}'s. | 114 | |
| Each variable declaration must be in its own statement. | 115 |
org/apache/myfaces/webapp/filter/servlet/RequestHeaderValuesMap.java
| Violation | Message | Line |
|---|---|---|
| Inner assignments should be avoided. | 59 |
org/apache/myfaces/webapp/filter/servlet/ServletChacheFileSizeErrorsFileUpload.java
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.commons.fileupload.RequestContext. | 37 | |
| '{' should be on a new line. | 79 | |
| '{' should be on a new line. | 80 | |
| '}' should be alone on a line. | 82 | |
| '{' should be on a new line. | 82 |
org/apache/myfaces/webapp/filter/servlet/ServletExternalContextWrapper.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 60 | |
| Line is longer than 120 characters. | 76 | |
| '{' should be on a new line. | 76 | |
| '{' should be on a new line. | 83 | |
| '{' should be on a new line. | 87 | |
| '{' should be on a new line. | 91 | |
| '{' should be on a new line. | 95 | |
| '{' should be on a new line. | 99 | |
| '{' should be on a new line. | 103 | |
| '{' should be on a new line. | 107 | |
| '{' should be on a new line. | 111 | |
| '{' should be on a new line. | 115 | |
| '{' should be on a new line. | 119 | |
| '{' should be on a new line. | 123 | |
| '{' should be on a new line. | 128 | |
| '{' should be on a new line. | 132 | |
| '{' should be on a new line. | 147 | |
| '{' should be on a new line. | 162 | |
| '{' should be on a new line. | 177 | |
| '{' should be on a new line. | 181 | |
| '{' should be on a new line. | 185 | |
| '{' should be on a new line. | 200 | |
| '{' should be on a new line. | 215 | |
| '{' should be on a new line. | 221 | |
| '{' should be on a new line. | 225 | |
| '{' should be on a new line. | 229 | |
| Line is longer than 120 characters. | 230 | |
| '{' should be on a new line. | 241 | |
| '{' should be on a new line. | 256 | |
| '{' should be on a new line. | 260 | |
| '{' should be on a new line. | 264 | |
| '{' should be on a new line. | 268 | |
| '{' should be on a new line. | 272 | |
| '{' should be on a new line. | 276 | |
| '{' should be on a new line. | 280 | |
| '{' should be on a new line. | 284 | |
| '{' should be on a new line. | 299 | |
| '{' should be on a new line. | 303 | |
| '{' should be on a new line. | 307 | |
| '{' should be on a new line. | 311 | |
| '{' should be on a new line. | 315 | |
| '{' should be on a new line. | 360 |