Checkstyle Results
The following document contains the results of Checkstyle
.
Summary
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 221 | 0 | 0 | 1497 |
Files
Rules
| Rules | Violations | Severity |
|---|---|---|
ConstantName
|
6 | |
| LocalVariableName | 3 | |
MethodName
|
0 | |
| PackageName | 0 | |
| LocalFinalVariableName | 0 | |
| ParameterName | 9 | |
| StaticVariableName | 23 | |
TypeName
|
0 | |
Header
|
0 | |
| AvoidStarImport | 1 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 11 | |
| FileLength | 0 | |
LineLength
|
221 | |
MethodLength
|
0 | |
ParameterNumber
|
2 | |
| TabCharacter | 0 | |
| NeedBraces | 189 | |
LeftCurly
|
921 | |
RightCurly
|
89 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 1 | |
| EqualsHashCode | 0 | |
| InnerAssignment | 10 | |
| DefaultComesLast | 0 | |
| MissingSwitchDefault | 0 | |
| FallThrough | 2 | |
| MultipleVariableDeclarations | 9 | |
| UpperEll | 0 |
Details
org/apache/myfaces/convert/ex/DoubleConverter.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 27 | |
| '{' should be on a new line. | 29 | |
| '{' should be on a new line. | 33 |
org/apache/myfaces/convert/ex/FloatConverter.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 27 | |
| '{' should be on a new line. | 29 | |
| '{' should be on a new line. | 33 |
org/apache/myfaces/convert/ex/IntegerConverter.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 27 | |
| '{' should be on a new line. | 29 | |
| '{' should be on a new line. | 33 |
org/apache/myfaces/convert/ex/LongConverter.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 27 | |
| '{' should be on a new line. | 29 | |
| '{' should be on a new line. | 33 |
org/apache/myfaces/convert/ex/ShortConverter.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 27 | |
| '{' should be on a new line. | 29 | |
| '{' should be on a new line. | 33 |
org/apache/myfaces/custom/accordion/AbstractHtmlAccordionPanel.java
| Violation | Message | Line |
|---|---|---|
| Name 'ACCORDION_LAYOUT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| Name 'TOGGLING_LAYOUT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| Name 'EXPANDED_BACK_COLOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| Name 'EXPANDED_TEXT_COLOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| Name 'EXPANDED_FONT_WEIGHT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| Name 'COLLAPSED_BACK_COLOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| Name 'COLLAPSED_TEXT_COLOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| Name 'COLLAPSED_FONT_WEIGHT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| Name 'HOVER_BACK_COLOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| Name 'HOVER_TEXT_COLOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| Name 'BORDER_COLOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| Name 'EXPAND_STATEHOLDER_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
org/apache/myfaces/custom/accordion/HtmlAccordionPanelRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 106 | |
| Line is longer than 120 characters. | 253 | |
| Line is longer than 120 characters. | 256 | |
| Line is longer than 120 characters. | 260 | |
| Line is longer than 120 characters. | 261 | |
| Line is longer than 120 characters. | 262 | |
| Line is longer than 120 characters. | 263 | |
| Line is longer than 120 characters. | 264 |
org/apache/myfaces/custom/ajax/api/AjaxDecodePhaseListener.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 116 | |
| Line is longer than 120 characters. | 215 | |
| Line is longer than 120 characters. | 243 | |
| '}' should be alone on a line. | 245 | |
| '{' should be on a new line. | 245 | |
| 'if' construct must use '{}'s. | 283 | |
| 'else' construct must use '{}'s. | 285 | |
| 'else' construct must use '{}'s. | 363 |
org/apache/myfaces/custom/ajax/api/DeprecatedAjaxComponent.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 31 |
org/apache/myfaces/custom/ajax/util/AjaxRendererUtils.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 75 | |
| Line is longer than 120 characters. | 80 | |
| Line is longer than 120 characters. | 81 | |
| Line is longer than 120 characters. | 101 | |
| Name 'AJAX_RESPONSE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| Line is longer than 120 characters. | 127 | |
| 'if' construct must use '{}'s. | 154 | |
| Line is longer than 120 characters. | 155 | |
| 'if' construct must use '{}'s. | 156 | |
| Line is longer than 120 characters. | 157 | |
| 'if' construct must use '{}'s. | 158 | |
| Line is longer than 120 characters. | 159 | |
| Line is longer than 120 characters. | 180 | |
| Line is longer than 120 characters. | 208 | |
| 'if' construct must use '{}'s. | 220 | |
| 'if' construct must use '{}'s. | 221 | |
| 'if' construct must use '{}'s. | 224 | |
| '{' should be on a new line. | 240 | |
| Line is longer than 120 characters. | 255 |
org/apache/myfaces/custom/ajaxchildcombobox/AbstractAjaxChildComboBox.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 61 | |
| 'if' construct must use '{}'s. | 62 |
org/apache/myfaces/custom/ajaxchildcombobox/AjaxChildComboBoxTagHandler.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 29 | |
| Name 'ajaxSelectItemsMethodParamList' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'. | 33 | |
| '{' should be on a new line. | 37 | |
| '{' should be on a new line. | 50 | |
| Name '_ajaxSelectItemsMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
org/apache/myfaces/custom/autoupdatedatatable/AbstractAutoUpdateDataTable.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 49 | |
| '{' should be on a new line. | 92 | |
| 'if' construct must use '{}'s. | 93 | |
| 'if' construct must use '{}'s. | 94 |
org/apache/myfaces/custom/autoupdatedatatable/AutoUpdateDataTableRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 49 | |
| Line is longer than 120 characters. | 84 | |
| '{' should be on a new line. | 131 | |
| Line is longer than 120 characters. | 132 | |
| '{' should be on a new line. | 135 |
org/apache/myfaces/custom/clientvalidation/common/CVCall.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 30 | |
| '{' should be on a new line. | 42 | |
| '{' should be on a new line. | 48 | |
| '{' should be on a new line. | 51 | |
| '{' should be on a new line. | 55 | |
| '{' should be on a new line. | 58 | |
| '{' should be on a new line. | 62 | |
| '{' should be on a new line. | 65 | |
| '{' should be on a new line. | 69 | |
| '{' should be on a new line. | 72 | |
| '{' should be on a new line. | 76 | |
| '{' should be on a new line. | 79 | |
| '{' should be on a new line. | 83 | |
| '{' should be on a new line. | 86 | |
| '{' should be on a new line. | 90 | |
| '{' should be on a new line. | 93 |
org/apache/myfaces/custom/clientvalidation/common/CVCallsHolder.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 31 | |
| '{' should be on a new line. | 35 | |
| '{' should be on a new line. | 38 | |
| '{' should be on a new line. | 42 | |
| 'if' construct must use '{}'s. | 43 | |
| '{' should be on a new line. | 47 |
org/apache/myfaces/custom/clientvalidation/common/CVUtils.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 45 | |
| '{' should be on a new line. | 49 | |
| '{' should be on a new line. | 53 | |
| '{' should be on a new line. | 57 | |
| '{' should be on a new line. | 65 | |
| '{' should be on a new line. | 74 | |
| '{' should be on a new line. | 76 | |
| '{' should be on a new line. | 84 | |
| Line is longer than 120 characters. | 85 | |
| '{' should be on a new line. | 88 | |
| 'if' construct must use '{}'s. | 90 | |
| 'else' construct must use '{}'s. | 92 | |
| Line is longer than 120 characters. | 93 | |
| '{' should be on a new line. | 97 | |
| 'if' construct must use '{}'s. | 98 | |
| '{' should be on a new line. | 101 | |
| '{' should be on a new line. | 102 | |
| 'if' construct must use '{}'s. | 105 | |
| '}' should be alone on a line. | 108 | |
| '{' should be on a new line. | 108 | |
| '{' should be on a new line. | 110 | |
| '{' should be on a new line. | 117 | |
| '{' should be on a new line. | 127 | |
| '{' should be on a new line. | 133 | |
| '{' should be on a new line. | 141 | |
| Line is longer than 120 characters. | 144 | |
| 'if' construct must use '{}'s. | 149 | |
| 'else' construct must use '{}'s. | 151 | |
| 'if' construct must use '{}'s. | 157 | |
| '{' should be on a new line. | 159 | |
| '{' should be on a new line. | 160 | |
| 'if' construct must use '{}'s. | 162 | |
| '{' should be on a new line. | 171 | |
| Line is longer than 120 characters. | 175 | |
| '{' should be on a new line. | 177 | |
| Line is longer than 120 characters. | 178 | |
| '{' should be on a new line. | 191 | |
| Line is longer than 120 characters. | 198 |
org/apache/myfaces/custom/clientvalidation/common/ClientConverter.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 25 |
org/apache/myfaces/custom/clientvalidation/common/ClientValidator.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 25 |
org/apache/myfaces/custom/clientvalidation/validationscript/ValidationScript.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 31 | |
| '{' should be on a new line. | 37 |
org/apache/myfaces/custom/clientvalidation/validationscript/ValidationScriptRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 40 | |
| '{' should be on a new line. | 42 | |
| '{' should be on a new line. | 45 |
org/apache/myfaces/custom/comparetovalidator/AbstractCompareToValidator.java
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.myfaces.shared_tomahawk.util._ComponentUtils. | 38 | |
| Line is longer than 120 characters. | 101 | |
| '{' should be on a new line. | 113 | |
| '{' should be on a new line. | 126 | |
| 'if' construct must use '{}'s. | 148 | |
| 'if' construct must use '{}'s. | 150 | |
| 'if' construct must use '{}'s. | 152 | |
| 'if' construct must use '{}'s. | 154 | |
| 'if' construct must use '{}'s. | 156 | |
| 'if' construct must use '{}'s. | 158 | |
| 'if' construct must use '{}'s. | 161 | |
| 'if' construct must use '{}'s. | 163 | |
| 'if' construct must use '{}'s. | 165 | |
| 'if' construct must use '{}'s. | 167 | |
| 'if' construct must use '{}'s. | 169 | |
| 'if' construct must use '{}'s. | 171 | |
| 'if' construct must use '{}'s. | 174 | |
| 'if' construct must use '{}'s. | 182 | |
| 'if' construct must use '{}'s. | 184 | |
| 'if' construct must use '{}'s. | 186 | |
| 'if' construct must use '{}'s. | 188 | |
| 'if' construct must use '{}'s. | 190 | |
| 'if' construct must use '{}'s. | 192 | |
| 'if' construct must use '{}'s. | 200 | |
| 'if' construct must use '{}'s. | 202 | |
| 'if' construct must use '{}'s. | 204 | |
| 'if' construct must use '{}'s. | 206 | |
| 'if' construct must use '{}'s. | 208 | |
| 'if' construct must use '{}'s. | 210 | |
| '{' should be on a new line. | 220 | |
| 'if' construct must use '{}'s. | 222 | |
| 'if' construct must use '{}'s. | 223 | |
| 'if' construct must use '{}'s. | 234 | |
| Line is longer than 120 characters. | 235 | |
| 'if' construct must use '{}'s. | 237 | |
| Line is longer than 120 characters. | 238 | |
| '{' should be on a new line. | 241 | |
| 'if' construct must use '{}'s. | 288 | |
| Line is longer than 120 characters. | 316 | |
| Line is longer than 120 characters. | 322 | |
| 'if' construct must use '{}'s. | 332 | |
| 'else' construct must use '{}'s. | 334 | |
| 'if' construct must use '{}'s. | 341 | |
| Line is longer than 120 characters. | 367 | |
| 'if' construct must use '{}'s. | 401 | |
| 'if' construct must use '{}'s. | 403 | |
| Line is longer than 120 characters. | 410 | |
| 'if' construct must use '{}'s. | 418 | |
| 'if' construct must use '{}'s. | 422 | |
| 'if' construct must use '{}'s. | 425 | |
| 'if' construct must use '{}'s. | 427 | |
| 'if' construct must use '{}'s. | 428 | |
| '}' should be alone on a line. | 471 | |
| '{' should be on a new line. | 471 |
org/apache/myfaces/custom/conversation/AbstractConversationActionListener.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 86 |
org/apache/myfaces/custom/conversation/ConversationContext.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 151 |
org/apache/myfaces/custom/conversation/ConversationExternalContext.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 43 |
org/apache/myfaces/custom/conversation/ConversationManager.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 49 | |
| Name 'NEXT_CONVERSATION_CONTEXT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| Line is longer than 120 characters. | 124 | |
| Line is longer than 120 characters. | 127 | |
| Line is longer than 120 characters. | 129 | |
| Line is longer than 120 characters. | 161 | |
| Line is longer than 120 characters. | 244 | |
| Line is longer than 120 characters. | 421 | |
| Line is longer than 120 characters. | 430 | |
| Line is longer than 120 characters. | 455 | |
| Line is longer than 120 characters. | 464 | |
| Line is longer than 120 characters. | 490 | |
| Line is longer than 120 characters. | 493 | |
| Line is longer than 120 characters. | 497 | |
| Line is longer than 120 characters. | 501 | |
| Line is longer than 120 characters. | 505 | |
| Line is longer than 120 characters. | 509 |
org/apache/myfaces/custom/conversation/ConversationServletFilter.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 36 | |
| Name 'externalContextTL' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'. | 38 | |
| Name 'conversationManagerTL' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'. | 39 | |
| Line is longer than 120 characters. | 48 |
org/apache/myfaces/custom/conversation/ConversationUtils.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 57 | |
| Line is longer than 120 characters. | 95 |
org/apache/myfaces/custom/conversation/DefaultConversationMessager.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 35 |
org/apache/myfaces/custom/conversation/UIConversation.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 60 | |
| Line is longer than 120 characters. | 76 | |
| Line is longer than 120 characters. | 79 |
org/apache/myfaces/custom/conversation/UISeparateConversationContext.java
| Violation | Message | Line |
|---|---|---|
| Name 'inSeperationMode' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'. | 46 |
org/apache/myfaces/custom/convertNumber/TypedNumberConverter.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 167 | |
| 'if' construct must use '{}'s. | 168 | |
| Line is longer than 120 characters. | 183 | |
| 'if' construct must use '{}'s. | 195 | |
| 'if' construct must use '{}'s. | 196 | |
| 'if' construct must use '{}'s. | 209 | |
| 'if' construct must use '{}'s. | 210 | |
| 'if' construct must use '{}'s. | 211 | |
| 'if' construct must use '{}'s. | 212 | |
| 'if' construct must use '{}'s. | 421 | |
| Each variable declaration must be in its own statement. | 546 | |
| Fall through from previous branch of the switch statement. | 565 | |
| Empty statement. | 570 | |
| Fall through from previous branch of the switch statement. | 571 |
org/apache/myfaces/custom/convertStringUtils/StringUtilsConverter.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 51 | |
| '{' should be on a new line. | 63 | |
| '{' should be on a new line. | 67 | |
| '{' should be on a new line. | 71 | |
| '{' should be on a new line. | 74 | |
| '}' should be alone on a line. | 76 | |
| '{' should be on a new line. | 76 | |
| '{' 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 | |
| '}' should be alone on a line. | 85 | |
| '{' should be on a new line. | 85 | |
| '}' should be alone on a line. | 87 | |
| '{' should be on a new line. | 87 | |
| '{' should be on a new line. | 103 | |
| '{' should be on a new line. | 110 | |
| '{' should be on a new line. | 116 | |
| '{' should be on a new line. | 125 | |
| '{' should be on a new line. | 135 | |
| Name '_transient' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 | |
| '{' 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. | 163 | |
| '{' should be on a new line. | 167 | |
| '{' should be on a new line. | 177 | |
| '{' should be on a new line. | 181 | |
| '{' should be on a new line. | 191 | |
| '{' should be on a new line. | 195 | |
| '{' should be on a new line. | 205 | |
| '{' should be on a new line. | 209 |
org/apache/myfaces/custom/csvvalidator/AbstractCSVValidator.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 42 | |
| '{' should be on a new line. | 79 | |
| 'if' construct must use '{}'s. | 80 | |
| '{' should be on a new line. | 84 | |
| '{' should be on a new line. | 88 | |
| 'if' construct must use '{}'s. | 96 | |
| 'if' construct must use '{}'s. | 98 | |
| 'if' construct must use '{}'s. | 101 | |
| 'else' construct must use '{}'s. | 103 | |
| 'if' construct must use '{}'s. | 106 | |
| 'else' construct must use '{}'s. | 108 | |
| '{' should be on a new line. | 113 | |
| 'if' construct must use '{}'s. | 115 | |
| 'if' construct must use '{}'s. | 116 | |
| 'if' construct must use '{}'s. | 124 | |
| '{' should be on a new line. | 128 | |
| Line is longer than 120 characters. | 130 | |
| 'if' construct must use '{}'s. | 133 | |
| '{' should be on a new line. | 136 | |
| '{' should be on a new line. | 139 | |
| Line is longer than 120 characters. | 141 | |
| '{' should be on a new line. | 144 | |
| '{' should be on a new line. | 145 | |
| 'else' construct must use '{}'s. | 148 | |
| '{' should be on a new line. | 148 | |
| '{' should be on a new line. | 151 | |
| 'if' construct must use '{}'s. | 155 |
org/apache/myfaces/custom/dialog/AbstractModalDialog.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 67 | |
| '{' should be on a new line. | 171 | |
| '{' should be on a new line. | 233 | |
| '{' should be on a new line. | 237 |
org/apache/myfaces/custom/dialog/ModalDialogRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 379 | |
| Line is longer than 120 characters. | 398 |
org/apache/myfaces/custom/dojoaddresource/DojoAddResource.java
| Violation | Message | Line |
|---|---|---|
| Name 'logSend' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'. | 84 | |
| Line is longer than 120 characters. | 129 | |
| Line is longer than 120 characters. | 140 | |
| Line is longer than 120 characters. | 255 | |
| Line is longer than 120 characters. | 324 | |
| Line is longer than 120 characters. | 333 | |
| 'if' construct must use '{}'s. | 592 | |
| Line is longer than 120 characters. | 906 | |
| Line is longer than 120 characters. | 915 | |
| Line is longer than 120 characters. | 970 |
org/apache/myfaces/custom/dojolayouts/AbstractDojoContentPane.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 79 |
org/apache/myfaces/custom/dojolayouts/AbstractDojoSplitPane.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 38 |
org/apache/myfaces/custom/dojolayouts/AbstractFloatingPaneBase.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 38 |
org/apache/myfaces/custom/dojolayouts/DojoContentPaneRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 49 | |
| '{' should be on a new line. | 51 | |
| '{' should be on a new line. | 56 | |
| '{' should be on a new line. | 58 | |
| '{' should be on a new line. | 59 | |
| '}' should be alone on a line. | 61 | |
| '{' should be on a new line. | 61 | |
| '{' should be on a new line. | 66 | |
| '{' should be on a new line. | 72 | |
| '{' should be on a new line. | 73 | |
| 'if' construct must use '{}'s. | 79 | |
| '{' should be on a new line. | 93 | |
| '{' should be on a new line. | 96 | |
| '{' should be on a new line. | 102 | |
| '{' should be on a new line. | 108 | |
| '{' should be on a new line. | 115 | |
| '{' should be on a new line. | 124 |
org/apache/myfaces/custom/dojolayouts/DojoSplitPaneRenderer.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.servlet.http.HttpServletRequest. | 30 | |
| '{' should be on a new line. | 47 | |
| '{' should be on a new line. | 48 | |
| Line is longer than 120 characters. | 53 | |
| '{' should be on a new line. | 61 | |
| '{' should be on a new line. | 62 | |
| 'if' construct must use '{}'s. | 68 | |
| '{' should be on a new line. | 74 | |
| '{' should be on a new line. | 80 | |
| 'if' construct must use '{}'s. | 82 | |
| '{' should be on a new line. | 84 | |
| '{' should be on a new line. | 90 | |
| Line is longer than 120 characters. | 91 | |
| 'if' construct must use '{}'s. | 95 | |
| Line is longer than 120 characters. | 99 | |
| '{' should be on a new line. | 107 | |
| '{' should be on a new line. | 111 | |
| '{' should be on a new line. | 126 | |
| '{' should be on a new line. | 135 |
org/apache/myfaces/custom/dojolayouts/FloatingPaneBaseRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 46 | |
| '{' should be on a new line. | 48 | |
| '{' should be on a new line. | 53 | |
| '{' should be on a new line. | 55 | |
| '{' should be on a new line. | 56 | |
| '}' should be alone on a line. | 58 | |
| '{' should be on a new line. | 58 | |
| '}' should be alone on a line. | 61 | |
| '{' should be on a new line. | 61 | |
| Line is longer than 120 characters. | 65 | |
| 'if' construct must use '{}'s. | 67 | |
| '{' should be on a new line. | 71 | |
| Line is longer than 120 characters. | 72 | |
| '{' should be on a new line. | 75 | |
| '{' should be on a new line. | 77 | |
| 'if' construct must use '{}'s. | 83 | |
| '{' should be on a new line. | 97 | |
| '{' should be on a new line. | 100 | |
| '{' should be on a new line. | 105 | |
| '{' should be on a new line. | 113 | |
| Line is longer than 120 characters. | 116 | |
| 'if' construct must use '{}'s. | 119 | |
| 'else' construct must use '{}'s. | 121 | |
| '{' should be on a new line. | 125 |
org/apache/myfaces/custom/dojolayouts/ResourceLoader.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 22 |
org/apache/myfaces/custom/dojolayouts/TitlePaneRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 41 | |
| '{' should be on a new line. | 43 | |
| '{' should be on a new line. | 48 | |
| '{' should be on a new line. | 50 | |
| '{' should be on a new line. | 51 | |
| '}' should be alone on a line. | 53 | |
| '{' should be on a new line. | 53 | |
| '{' should be on a new line. | 58 | |
| '{' should be on a new line. | 66 | |
| '{' should be on a new line. | 70 | |
| '{' should be on a new line. | 76 |
org/apache/myfaces/custom/effect/EffectRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 102 | |
| Line is longer than 120 characters. | 103 | |
| Line is longer than 120 characters. | 104 | |
| 'if' construct must use '{}'s. | 106 | |
| 'if' construct must use '{}'s. | 117 | |
| 'if' construct must use '{}'s. | 120 | |
| 'if' construct must use '{}'s. | 160 | |
| 'if' construct must use '{}'s. | 184 | |
| 'else' construct must use '{}'s. | 186 | |
| Line is longer than 120 characters. | 214 | |
| Line is longer than 120 characters. | 240 | |
| Line is longer than 120 characters. | 243 | |
| 'if' construct must use '{}'s. | 288 |
org/apache/myfaces/custom/exporter/ExporterActionListener.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 39 | |
| '{' should be on a new line. | 56 | |
| '{' should be on a new line. | 61 | |
| '{' should be on a new line. | 64 | |
| '{' should be on a new line. | 65 | |
| '{' should be on a new line. | 127 | |
| Name '_filename' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 | |
| '{' 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. | 143 | |
| Name '_for' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| '{' should be on a new line. | 147 | |
| '{' should be on a new line. | 151 | |
| '{' should be on a new line. | 159 | |
| '{' should be on a new line. | 168 | |
| '{' should be on a new line. | 172 | |
| '{' should be on a new line. | 173 |
org/apache/myfaces/custom/exporter/ExporterActionListenerTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 37 | |
| '{' should be on a new line. | 44 | |
| '{' should be on a new line. | 93 | |
| '{' should be on a new line. | 100 | |
| Name '_filename' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| '{' should be on a new line. | 109 | |
| '{' should be on a new line. | 113 | |
| '{' should be on a new line. | 122 | |
| '{' should be on a new line. | 126 | |
| Name '_for' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| '{' should be on a new line. | 135 |
org/apache/myfaces/custom/exporter/util/ExcelExporterUtil.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 41 | |
| '{' should be on a new line. | 43 | |
| '{' should be on a new line. | 46 | |
| '{' should be on a new line. | 52 | |
| '{' should be on a new line. | 54 | |
| '{' should be on a new line. | 56 | |
| '{' should be on a new line. | 64 | |
| '{' should be on a new line. | 67 | |
| '{' should be on a new line. | 78 | |
| '{' should be on a new line. | 87 | |
| '{' should be on a new line. | 90 | |
| '{' should be on a new line. | 104 | |
| '{' should be on a new line. | 126 | |
| '{' should be on a new line. | 150 |
org/apache/myfaces/custom/exporter/util/ExporterConstants.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 21 |
org/apache/myfaces/custom/exporter/util/PDFExporterUtil.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 43 | |
| '{' should be on a new line. | 50 | |
| '{' should be on a new line. | 76 | |
| '{' should be on a new line. | 78 | |
| '{' should be on a new line. | 81 | |
| '{' should be on a new line. | 93 | |
| '{' should be on a new line. | 101 | |
| '{' should be on a new line. | 103 | |
| '{' should be on a new line. | 106 | |
| '{' should be on a new line. | 119 | |
| '{' should be on a new line. | 129 | |
| '{' should be on a new line. | 132 | |
| '{' should be on a new line. | 156 |
org/apache/myfaces/custom/fisheye/AbstractFishEyeCommandLink.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 34 |
org/apache/myfaces/custom/fisheye/AbstractHtmlFishEyeNavigationMenu.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 66 | |
| 'if' construct must use '{}'s. | 84 | |
| '{' should be on a new line. | 103 | |
| Line is longer than 120 characters. | 104 |
org/apache/myfaces/custom/fisheye/FishEyeItem.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 25 | |
| '{' should be on a new line. | 30 | |
| '{' should be on a new line. | 35 | |
| '{' should be on a new line. | 41 | |
| '{' should be on a new line. | 45 | |
| '{' should be on a new line. | 49 | |
| '{' should be on a new line. | 53 | |
| '{' should be on a new line. | 57 | |
| '{' should be on a new line. | 61 |
org/apache/myfaces/custom/fisheye/HtmlFishEyeNavigationMenuRenderer.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.servlet.http.HttpServletRequest. | 37 | |
| Using the '.*' form of import should be avoided - java.util.*. | 39 | |
| '{' should be on a new line. | 56 | |
| '{' should be on a new line. | 80 | |
| '{' should be on a new line. | 82 | |
| '{' should be on a new line. | 85 | |
| '{' should be on a new line. | 86 | |
| '}' should be alone on a line. | 88 | |
| '{' should be on a new line. | 88 | |
| '{' should be on a new line. | 91 | |
| '{' should be on a new line. | 104 | |
| '{' should be on a new line. | 105 | |
| '{' should be on a new line. | 115 | |
| Line is longer than 120 characters. | 127 | |
| '{' should be on a new line. | 138 | |
| Line is longer than 120 characters. | 148 | |
| '{' should be on a new line. | 157 | |
| '}' should be alone on a line. | 159 | |
| '{' should be on a new line. | 159 | |
| Line is longer than 120 characters. | 162 | |
| '{' should be on a new line. | 179 | |
| Line is longer than 120 characters. | 183 | |
| Line is longer than 120 characters. | 185 | |
| '{' should be on a new line. | 194 | |
| '{' should be on a new line. | 196 | |
| '}' should be alone on a line. | 198 | |
| '{' should be on a new line. | 198 | |
| '{' should be on a new line. | 201 | |
| 'if' construct must use '{}'s. | 203 | |
| '{' should be on a new line. | 205 | |
| '{' should be on a new line. | 213 | |
| Line is longer than 120 characters. | 214 | |
| 'if' construct must use '{}'s. | 218 | |
| Line is longer than 120 characters. | 222 | |
| '{' should be on a new line. | 233 | |
| '{' should be on a new line. | 238 | |
| '{' should be on a new line. | 240 | |
| '{' should be on a new line. | 242 | |
| '}' should be alone on a line. | 248 | |
| '{' should be on a new line. | 248 | |
| '{' should be on a new line. | 249 | |
| 'if' construct must use '{}'s. | 251 | |
| '{' should be on a new line. | 253 | |
| '{' should be on a new line. | 264 | |
| '{' should be on a new line. | 265 | |
| '{' should be on a new line. | 272 | |
| '{' should be on a new line. | 287 | |
| Line is longer than 120 characters. | 292 | |
| '{' should be on a new line. | 293 | |
| '{' should be on a new line. | 297 | |
| '{' should be on a new line. | 306 | |
| '}' should be alone on a line. | 312 | |
| '{' should be on a new line. | 312 | |
| '{' should be on a new line. | 330 | |
| '}' should be alone on a line. | 334 | |
| '{' should be on a new line. | 334 | |
| '}' should be alone on a line. | 338 | |
| '{' should be on a new line. | 338 | |
| '{' should be on a new line. | 343 | |
| Line is longer than 120 characters. | 366 | |
| Line is longer than 120 characters. | 372 | |
| '{' should be on a new line. | 372 | |
| '{' should be on a new line. | 373 |
org/apache/myfaces/custom/focus/HtmlFocusRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 94 | |
| Line is longer than 120 characters. | 100 |
org/apache/myfaces/custom/form/HtmlFormRenderer.java
| Violation | Message | Line |
|---|---|---|
| Name 'CLIENT_VALIDATON_SCRIPT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| 'if' construct must use '{}'s. | 128 | |
| '{' should be on a new line. | 135 | |
| '{' should be on a new line. | 136 | |
| 'if' construct must use '{}'s. | 137 | |
| '{' should be on a new line. | 143 | |
| '{' should be on a new line. | 145 | |
| '{' should be on a new line. | 152 | |
| 'if' construct must use '{}'s. | 155 | |
| 'else' construct must use '{}'s. | 157 | |
| '{' should be on a new line. | 161 | |
| 'if' construct must use '{}'s. | 163 | |
| 'else' construct must use '{}'s. | 165 |
org/apache/myfaces/custom/graphicimagedynamic/GraphicImageDynamic.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 58 |
org/apache/myfaces/custom/graphicimagedynamic/GraphicImageDynamicRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 66 | |
| '{' should be on a new line. | 73 | |
| '{' 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. | 110 | |
| '{' should be on a new line. | 124 | |
| '{' should be on a new line. | 130 | |
| '{' should be on a new line. | 146 | |
| '{' should be on a new line. | 154 | |
| '}' should be alone on a line. | 157 | |
| '{' should be on a new line. | 157 | |
| '{' should be on a new line. | 161 | |
| '{' should be on a new line. | 168 | |
| '{' should be on a new line. | 173 | |
| '}' should be alone on a line. | 175 | |
| '{' should be on a new line. | 175 | |
| '}' should be alone on a line. | 182 | |
| '{' should be on a new line. | 182 | |
| '{' should be on a new line. | 194 | |
| '{' should be on a new line. | 205 | |
| '{' should be on a new line. | 209 | |
| '{' should be on a new line. | 213 | |
| '}' should be alone on a line. | 215 | |
| '{' should be on a new line. | 215 |
org/apache/myfaces/custom/graphicimagedynamic/util/GraphicImageDynamicConstants.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 22 |
org/apache/myfaces/custom/graphicimagedynamic/util/GraphicsImageDynamicHelper.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 36 | |
| '{' should be on a new line. | 45 | |
| '{' should be on a new line. | 47 | |
| '{' should be on a new line. | 50 | |
| '{' should be on a new line. | 55 | |
| '}' should be alone on a line. | 57 | |
| '{' should be on a new line. | 57 | |
| '}' should be alone on a line. | 62 | |
| '{' should be on a new line. | 62 | |
| '}' should be alone on a line. | 68 | |
| '{' should be on a new line. | 68 | |
| '{' should be on a new line. | 82 | |
| '{' should be on a new line. | 95 | |
| '{' should be on a new line. | 103 | |
| '{' should be on a new line. | 104 | |
| '}' should be alone on a line. | 106 | |
| '{' should be on a new line. | 106 | |
| '{' should be on a new line. | 113 | |
| '{' should be on a new line. | 114 | |
| '}' should be alone on a line. | 116 | |
| '{' should be on a new line. | 116 |
org/apache/myfaces/custom/graphicimagedynamic/util/ImageResponseStream.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 30 | |
| '{' should be on a new line. | 34 | |
| '{' should be on a new line. | 38 | |
| '{' should be on a new line. | 43 | |
| '{' should be on a new line. | 47 | |
| '{' should be on a new line. | 51 | |
| '{' should be on a new line. | 55 |
org/apache/myfaces/custom/graphicimagedynamic/util/SimpleImageContext.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 24 | |
| '{' should be on a new line. | 30 | |
| '{' should be on a new line. | 36 | |
| '{' should be on a new line. | 40 | |
| '{' should be on a new line. | 44 |
org/apache/myfaces/custom/ifmessage/AbstractIfMessage.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 41 | |
| '{' should be on a new line. | 53 | |
| '{' should be on a new line. | 55 | |
| '{' should be on a new line. | 62 | |
| '{' should be on a new line. | 66 | |
| '{' should be on a new line. | 67 | |
| '{' should be on a new line. | 69 | |
| '{' should be on a new line. | 70 | |
| '}' should be alone on a line. | 75 | |
| '{' should be on a new line. | 75 | |
| '{' should be on a new line. | 76 |
org/apache/myfaces/custom/ifmessage/IfMessageRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 36 |
org/apache/myfaces/custom/imageloop/AbstractHtmlImageLoop.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 49 | |
| '{' should be on a new line. | 63 | |
| '{' should be on a new line. | 72 |
org/apache/myfaces/custom/imageloop/AbstractImageLoopItems.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 34 |
org/apache/myfaces/custom/imageloop/GraphicItem.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 28 | |
| '{' should be on a new line. | 34 | |
| 'if' construct must use '{}'s. | 35 | |
| '{' should be on a new line. | 40 | |
| '{' should be on a new line. | 44 |
org/apache/myfaces/custom/imageloop/HtmlImageLoopRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 46 | |
| '{' should be on a new line. | 70 | |
| '{' should be on a new line. | 74 | |
| '{' should be on a new line. | 78 | |
| '{' should be on a new line. | 138 | |
| '{' should be on a new line. | 143 | |
| 'if' construct must use '{}'s. | 148 | |
| 'else' construct must use '{}'s. | 150 | |
| '{' should be on a new line. | 156 |
org/apache/myfaces/custom/imageloop/ImageLoopItem.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 33 |
org/apache/myfaces/custom/imageloop/ImageLoopItemsIterator.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 36 | |
| '{' should be on a new line. | 44 | |
| '{' should be on a new line. | 48 | |
| Line is longer than 120 characters. | 105 | |
| '{' should be on a new line. | 117 | |
| '{' should be on a new line. | 146 |
org/apache/myfaces/custom/inputAjax/AbstractHtmlCommandButtonAjax.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 45 | |
| 'if' construct must use '{}'s. | 82 | |
| 'if' construct must use '{}'s. | 83 |
org/apache/myfaces/custom/inputAjax/AbstractHtmlInputTextAjax.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 75 | |
| 'if' construct must use '{}'s. | 76 |
org/apache/myfaces/custom/inputAjax/AbstractHtmlSelectBooleanCheckboxAjax.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 116 | |
| 'if' construct must use '{}'s. | 117 |
org/apache/myfaces/custom/inputAjax/AbstractHtmlSelectManyCheckboxAjax.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 50 | |
| Line is longer than 120 characters. | 72 | |
| '{' should be on a new line. | 84 | |
| '}' should be alone on a line. | 90 | |
| '{' should be on a new line. | 90 | |
| '{' should be on a new line. | 107 | |
| '{' should be on a new line. | 109 | |
| '{' should be on a new line. | 114 | |
| '{' should be on a new line. | 116 | |
| '}' should be alone on a line. | 120 | |
| '{' should be on a new line. | 120 | |
| '{' should be on a new line. | 126 | |
| '}' should be alone on a line. | 131 | |
| '{' should be on a new line. | 131 | |
| 'if' construct must use '{}'s. | 139 | |
| 'if' construct must use '{}'s. | 140 |
org/apache/myfaces/custom/inputAjax/AbstractHtmlSelectOneRadioAjax.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 46 | |
| 'if' construct must use '{}'s. | 81 | |
| 'if' construct must use '{}'s. | 82 |
org/apache/myfaces/custom/inputAjax/AbstractListener.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.faces.context.FacesContext. | 22 | |
| Line is longer than 120 characters. | 29 |
org/apache/myfaces/custom/inputAjax/HtmlCommandButtonAjaxRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 50 | |
| Line is longer than 120 characters. | 97 | |
| '{' should be on a new line. | 97 |
org/apache/myfaces/custom/inputAjax/HtmlInputTextAjaxRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 52 | |
| Line is longer than 120 characters. | 96 | |
| '{' should be on a new line. | 107 | |
| Line is longer than 120 characters. | 109 | |
| '{' should be on a new line. | 128 | |
| '{' should be on a new line. | 136 | |
| Line is longer than 120 characters. | 140 |
org/apache/myfaces/custom/inputAjax/HtmlMessageTag.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 56 | |
| Line is longer than 120 characters. | 60 |
org/apache/myfaces/custom/inputAjax/HtmlSelectBooleanCheckboxAjaxRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 55 | |
| Line is longer than 120 characters. | 88 | |
| Line is longer than 120 characters. | 89 | |
| Line is longer than 120 characters. | 161 |
org/apache/myfaces/custom/inputAjax/HtmlSelectManyCheckboxAjaxRenderer.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.servlet.http.HttpServletRequest. | 28 | |
| Line is longer than 120 characters. | 56 | |
| '{' should be on a new line. | 102 |
org/apache/myfaces/custom/inputAjax/HtmlSelectOneRadioAjaxRenderer.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.servlet.http.HttpServletRequest. | 35 | |
| Line is longer than 120 characters. | 54 | |
| '{' should be on a new line. | 100 |
org/apache/myfaces/custom/isbnvalidator/ISBNValidator.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 41 | |
| '{' should be on a new line. | 58 | |
| '{' should be on a new line. | 70 | |
| 'if' construct must use '{}'s. | 73 | |
| 'if' construct must use '{}'s. | 74 | |
| '{' should be on a new line. | 81 | |
| 'if' construct must use '{}'s. | 84 |
org/apache/myfaces/custom/loadbundle/AbstractLoadBundle.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 44 | |
| '{' should be on a new line. | 65 | |
| '{' should be on a new line. | 124 | |
| '{' should be on a new line. | 129 | |
| '{' should be on a new line. | 137 | |
| '{' should be on a new line. | 151 | |
| 'if' construct must use '{}'s. | 152 | |
| '{' should be on a new line. | 166 | |
| '{' should be on a new line. | 221 | |
| '}' should be alone on a line. | 223 | |
| '{' should be on a new line. | 223 | |
| '{' should be on a new line. | 235 | |
| '}' should be alone on a line. | 237 | |
| '{' should be on a new line. | 237 | |
| Line is longer than 120 characters. | 288 |
org/apache/myfaces/custom/loadbundle/AbstractLoadBundleTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 42 |
org/apache/myfaces/custom/loadbundle/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/media/AbstractMediaComponent.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 30 | |
| Name 'COMPONENT_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| Name 'DEFAULT_RENDERER_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| Name 'COMPONENT_FAMILY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
org/apache/myfaces/custom/media/MediaRenderer.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.faces.context.ResponseWriter. | 25 | |
| Unused import - org.apache.myfaces.custom.media.util.MediaConstants. | 28 | |
| Unused import - org.apache.myfaces.shared_tomahawk.renderkit.JSFAttr. | 30 | |
| Unused import - org.apache.myfaces.shared_tomahawk.renderkit.html.HTML. | 32 | |
| '{' should be on a new line. | 44 | |
| '{' should be on a new line. | 47 | |
| '{' should be on a new line. | 58 | |
| '{' should be on a new line. | 66 |
org/apache/myfaces/custom/media/util/MediaConstants.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 24 |
org/apache/myfaces/custom/media/util/MediaUtil.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 33 | |
| '{' should be on a new line. | 51 | |
| '{' should be on a new line. | 72 | |
| '{' should be on a new line. | 94 | |
| '{' should be on a new line. | 98 | |
| '{' should be on a new line. | 126 |
org/apache/myfaces/custom/outputlinkdynamic/AbstractOutputLinkDynamic.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 45 |
org/apache/myfaces/custom/passwordStrength/AbstractPasswordStrengthComponent.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 50 | |
| Name 'COMPONENT_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| Name 'DEFAULT_RENDERER_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| Name 'COMPONENT_FAMILY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
org/apache/myfaces/custom/passwordStrength/PasswordStrengthRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 44 | |
| '{' should be on a new line. | 54 | |
| '{' should be on a new line. | 61 | |
| '{' should be on a new line. | 68 | |
| '}' should be alone on a line. | 71 | |
| '{' should be on a new line. | 71 | |
| '{' should be on a new line. | 79 | |
| '}' should be alone on a line. | 86 | |
| '{' should be on a new line. | 86 | |
| '{' should be on a new line. | 111 | |
| '{' should be on a new line. | 115 | |
| '}' should be alone on a line. | 117 | |
| '{' should be on a new line. | 117 | |
| '{' should be on a new line. | 126 | |
| '{' should be on a new line. | 134 | |
| '{' should be on a new line. | 141 | |
| '{' 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. | 171 | |
| '{' should be on a new line. | 178 | |
| '{' should be on a new line. | 183 | |
| '{' should be on a new line. | 215 | |
| Line is longer than 120 characters. | 231 | |
| '{' should be on a new line. | 265 | |
| '{' should be on a new line. | 286 | |
| '{' should be on a new line. | 297 | |
| '{' should be on a new line. | 303 | |
| '}' should be alone on a line. | 305 | |
| '{' should be on a new line. | 305 | |
| '{' should be on a new line. | 319 | |
| '{' should be on a new line. | 326 | |
| '{' should be on a new line. | 334 | |
| '{' should be on a new line. | 343 | |
| '{' should be on a new line. | 347 | |
| '{' should be on a new line. | 358 | |
| '{' should be on a new line. | 361 | |
| '{' should be on a new line. | 369 | |
| '{' should be on a new line. | 370 | |
| '}' should be alone on a line. | 372 | |
| '{' should be on a new line. | 372 | |
| More than 10 parameters. | 378 | |
| '{' should be on a new line. | 383 | |
| '{' should be on a new line. | 391 | |
| More than 10 parameters. | 403 | |
| '{' should be on a new line. | 412 | |
| '{' should be on a new line. | 425 | |
| '{' should be on a new line. | 429 | |
| '{' should be on a new line. | 433 | |
| '{' should be on a new line. | 437 | |
| '{' should be on a new line. | 441 | |
| Line is longer than 120 characters. | 444 |
org/apache/myfaces/custom/passwordStrength/TextIndicatorType.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 21 |
org/apache/myfaces/custom/ppr/AbstractPPRPanelGroup.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 77 | |
| Line is longer than 120 characters. | 84 | |
| Line is longer than 120 characters. | 85 | |
| Line is longer than 120 characters. | 87 | |
| Line is longer than 120 characters. | 88 | |
| Line is longer than 120 characters. | 91 | |
| Line is longer than 120 characters. | 100 | |
| '{' should be on a new line. | 159 | |
| '{' should be on a new line. | 184 | |
| '{' should be on a new line. | 187 | |
| '{' should be on a new line. | 200 | |
| '{' should be on a new line. | 203 |
org/apache/myfaces/custom/ppr/PPRFacesContextWrapper.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 199 | |
| Line is longer than 120 characters. | 204 | |
| Line is longer than 120 characters. | 209 |
org/apache/myfaces/custom/ppr/PPRPanelGroupRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 64 | |
| '{' should be on a new line. | 76 | |
| '{' should be on a new line. | 78 | |
| '{' should be on a new line. | 99 | |
| '{' should be on a new line. | 132 | |
| Line is longer than 120 characters. | 140 | |
| '{' should be on a new line. | 140 | |
| '{' should be on a new line. | 141 |
org/apache/myfaces/custom/ppr/PPRPhaseListener.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 92 | |
| '{' should be on a new line. | 101 | |
| '{' should be on a new line. | 104 | |
| '{' should be on a new line. | 119 | |
| '{' should be on a new line. | 122 | |
| '{' should be on a new line. | 168 | |
| '{' should be on a new line. | 177 | |
| Line is longer than 120 characters. | 197 | |
| '{' should be on a new line. | 199 | |
| Line is longer than 120 characters. | 200 | |
| '{' should be on a new line. | 217 | |
| '{' should be on a new line. | 220 | |
| '{' should be on a new line. | 239 | |
| '{' should be on a new line. | 242 | |
| Line is longer than 120 characters. | 257 | |
| '{' should be on a new line. | 269 | |
| '{' should be on a new line. | 272 | |
| '{' should be on a new line. | 278 | |
| '{' should be on a new line. | 288 | |
| '{' should be on a new line. | 291 | |
| '{' should be on a new line. | 298 | |
| '{' should be on a new line. | 301 | |
| '{' should be on a new line. | 304 | |
| '{' should be on a new line. | 308 | |
| Line is longer than 120 characters. | 309 | |
| '{' should be on a new line. | 314 | |
| Line is longer than 120 characters. | 315 | |
| '{' should be on a new line. | 325 | |
| '{' should be on a new line. | 328 | |
| '{' should be on a new line. | 335 | |
| '{' should be on a new line. | 340 | |
| '{' should be on a new line. | 347 | |
| '{' should be on a new line. | 352 | |
| Line is longer than 120 characters. | 361 | |
| '{' should be on a new line. | 362 | |
| '{' should be on a new line. | 369 | |
| '{' should be on a new line. | 376 | |
| '{' should be on a new line. | 384 | |
| '{' should be on a new line. | 390 | |
| '{' should be on a new line. | 393 | |
| Line is longer than 120 characters. | 402 | |
| '{' should be on a new line. | 407 |
org/apache/myfaces/custom/ppr/PPRSubmitRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 54 | |
| '{' should be on a new line. | 63 | |
| '{' should be on a new line. | 67 | |
| '{' should be on a new line. | 70 | |
| '{' should be on a new line. | 75 | |
| '{' should be on a new line. | 79 | |
| '{' should be on a new line. | 85 | |
| '{' should be on a new line. | 96 | |
| '{' should be on a new line. | 98 | |
| '{' should be on a new line. | 103 | |
| '{' should be on a new line. | 105 | |
| '{' should be on a new line. | 116 | |
| '{' should be on a new line. | 118 | |
| '{' should be on a new line. | 121 |
org/apache/myfaces/custom/ppr/PPRSupport.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 104 | |
| '{' should be on a new line. | 108 | |
| Line is longer than 120 characters. | 121 | |
| Line is longer than 120 characters. | 171 | |
| '{' should be on a new line. | 195 | |
| '{' should be on a new line. | 198 | |
| Line is longer than 120 characters. | 200 | |
| '{' should be on a new line. | 202 | |
| '{' should be on a new line. | 203 | |
| Line is longer than 120 characters. | 209 | |
| '{' should be on a new line. | 215 | |
| Line is longer than 120 characters. | 223 | |
| '{' should be on a new line. | 230 | |
| Line is longer than 120 characters. | 231 | |
| Line is longer than 120 characters. | 236 | |
| '{' should be on a new line. | 242 | |
| Line is longer than 120 characters. | 243 | |
| Line is longer than 120 characters. | 247 | |
| '{' should be on a new line. | 251 | |
| Line is longer than 120 characters. | 252 | |
| Line is longer than 120 characters. | 256 | |
| '{' should be on a new line. | 259 | |
| Line is longer than 120 characters. | 260 | |
| Line is longer than 120 characters. | 264 | |
| '{' should be on a new line. | 269 | |
| '{' should be on a new line. | 271 | |
| '{' should be on a new line. | 273 | |
| Line is longer than 120 characters. | 276 | |
| '{' should be on a new line. | 278 | |
| '{' should be on a new line. | 282 | |
| '{' should be on a new line. | 287 | |
| '{' should be on a new line. | 292 | |
| '{' should be on a new line. | 301 | |
| '{' should be on a new line. | 302 | |
| '{' should be on a new line. | 311 | |
| '{' should be on a new line. | 320 | |
| '{' should be on a new line. | 344 | |
| Line is longer than 120 characters. | 348 | |
| '{' should be on a new line. | 350 | |
| '{' should be on a new line. | 359 | |
| '{' should be on a new line. | 362 | |
| '{' should be on a new line. | 370 | |
| '{' should be on a new line. | 373 | |
| '{' should be on a new line. | 377 | |
| '{' should be on a new line. | 378 | |
| Line is longer than 120 characters. | 401 | |
| Line is longer than 120 characters. | 419 | |
| '{' should be on a new line. | 424 | |
| '{' should be on a new line. | 427 | |
| '{' should be on a new line. | 430 | |
| '{' should be on a new line. | 432 | |
| Line is longer than 120 characters. | 442 |
org/apache/myfaces/custom/ppr/PPRViewRootWrapper.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 105 |
org/apache/myfaces/custom/ppr/PartialTriggerParser.java
| Violation | Message | Line |
|---|---|---|
| Each variable declaration must be in its own statement. | 40 | |
| '{' should be on a new line. | 40 | |
| '{' should be on a new line. | 45 | |
| '{' should be on a new line. | 48 | |
| '{' should be on a new line. | 51 | |
| '{' 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. | 67 | |
| '{' should be on a new line. | 72 | |
| '{' should be on a new line. | 91 | |
| '{' should be on a new line. | 109 | |
| '{' should be on a new line. | 122 | |
| '{' should be on a new line. | 126 |
org/apache/myfaces/custom/redirectTracker/RedirectTrackerManager.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 209 |
org/apache/myfaces/custom/redirectTracker/RedirectTrackerNavigationHandler.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 39 |
org/apache/myfaces/custom/requestParameterProvider/RequestParameterProviderManager.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 67 | |
| 'if' construct must use '{}'s. | 86 | |
| 'else' construct must use '{}'s. | 88 | |
| Line is longer than 120 characters. | 103 | |
| Line is longer than 120 characters. | 155 |
org/apache/myfaces/custom/requestParameterProvider/RequestParameterResponseWrapper.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 51 |
org/apache/myfaces/custom/roundeddiv/HtmlRoundedDivRenderer.java
| Violation | Message | Line |
|---|---|---|
| Inner assignments should be avoided. | 184 | |
| Each variable declaration must be in its own statement. | 191 | |
| Inner assignments should be avoided. | 192 | |
| Inner assignments should be avoided. | 196 | |
| 'if' construct must use '{}'s. | 219 | |
| Inner assignments should be avoided. | 274 | |
| Inner assignments should be avoided. | 280 | |
| Inner assignments should be avoided. | 679 | |
| Inner assignments should be avoided. | 687 | |
| Each variable declaration must be in its own statement. | 860 | |
| '{' should be on a new line. | 883 | |
| '{' should be on a new line. | 905 |
org/apache/myfaces/custom/roundeddiv/RoundedBorderGenerator.java
| Violation | Message | Line |
|---|---|---|
| Each variable declaration must be in its own statement. | 158 | |
| Inner assignments should be avoided. | 162 | |
| Inner assignments should be avoided. | 165 | |
| 'if' construct must use '{}'s. | 203 | |
| Each variable declaration must be in its own statement. | 207 | |
| Inner assignments should be avoided. | 215 | |
| 'if' construct must use '{}'s. | 237 | |
| 'else' construct must use '{}'s. | 239 | |
| 'if' construct must use '{}'s. | 249 | |
| 'if' construct must use '{}'s. | 400 |
org/apache/myfaces/custom/scope/AfterScopePhaseListener.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 33 | |
| '{' should be on a new line. | 46 | |
| 'if' construct must use '{}'s. | 48 | |
| '{' should be on a new line. | 52 | |
| '{' should be on a new line. | 58 |
org/apache/myfaces/custom/scope/ScopeUtils.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 67 | |
| 'if' construct must use '{}'s. | 78 |
org/apache/myfaces/custom/scope/UIScope.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 83 |
org/apache/myfaces/custom/script/AbstractScript.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 37 |
org/apache/myfaces/custom/script/ScriptRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 40 | |
| '{' should be on a new line. | 42 | |
| '{' should be on a new line. | 43 | |
| Line is longer than 120 characters. | 52 | |
| '{' should be on a new line. | 64 | |
| '{' should be on a new line. | 65 |
org/apache/myfaces/custom/security/SecurityContext.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 25 | |
| '{' should be on a new line. | 42 | |
| '{' should be on a new line. | 46 | |
| '{' should be on a new line. | 48 | |
| '{' should be on a new line. | 50 | |
| '}' should be alone on a line. | 52 | |
| '{' should be on a new line. | 52 | |
| '{' should be on a new line. | 60 | |
| '{' should be on a new line. | 62 | |
| '{' should be on a new line. | 64 | |
| '{' should be on a new line. | 72 | |
| '{' should be on a new line. | 74 | |
| '{' should be on a new line. | 76 | |
| '}' should be alone on a line. | 79 | |
| '{' should be on a new line. | 79 | |
| '{' should be on a new line. | 86 | |
| '{' should be on a new line. | 90 | |
| '{' should be on a new line. | 93 | |
| '{' should be on a new line. | 97 | |
| '{' should be on a new line. | 100 |
org/apache/myfaces/custom/security/SecurityContextImpl.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 27 | |
| '{' should be on a new line. | 29 | |
| '{' should be on a new line. | 33 | |
| '{' should be on a new line. | 37 |
org/apache/myfaces/custom/security/SecurityContextPropertyResolver.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 32 | |
| '{' should be on a new line. | 45 | |
| '{' should be on a new line. | 49 | |
| '{' should be on a new line. | 50 | |
| '{' should be on a new line. | 53 | |
| '{' should be on a new line. | 80 | |
| 'if' construct must use '{}'s. | 84 | |
| 'if' construct must use '{}'s. | 86 | |
| 'if' construct must use '{}'s. | 88 | |
| 'else' construct must use '{}'s. | 90 | |
| '{' should be on a new line. | 93 | |
| 'if' construct must use '{}'s. | 94 | |
| Line is longer than 120 characters. | 95 | |
| 'else' construct must use '{}'s. | 100 | |
| '{' should be on a new line. | 105 | |
| '{' should be on a new line. | 109 | |
| 'if' construct must use '{}'s. | 110 | |
| 'else' construct must use '{}'s. | 112 | |
| '{' should be on a new line. | 116 | |
| '{' should be on a new line. | 120 | |
| '{' should be on a new line. | 124 | |
| 'if' construct must use '{}'s. | 125 | |
| 'else' construct must use '{}'s. | 127 | |
| '{' should be on a new line. | 131 | |
| Line is longer than 120 characters. | 135 | |
| '{' should be on a new line. | 135 | |
| '{' should be on a new line. | 139 | |
| '{' should be on a new line. | 141 | |
| '{' should be on a new line. | 147 |
org/apache/myfaces/custom/security/SecurityContextVariableResolver.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 29 | |
| '{' should be on a new line. | 36 | |
| '{' should be on a new line. | 40 | |
| '{' should be on a new line. | 41 | |
| '{' should be on a new line. | 44 | |
| '{' should be on a new line. | 49 | |
| 'if' construct must use '{}'s. | 52 | |
| '{' should be on a new line. | 55 | |
| '}' should be alone on a line. | 58 | |
| '{' should be on a new line. | 58 |
org/apache/myfaces/custom/statechangednotifier/AbstractStateChangedNotifier.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 36 | |
| '{' should be on a new line. | 47 | |
| '{' should be on a new line. | 78 |
org/apache/myfaces/custom/statechangednotifier/StateChangedNotifierRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 56 | |
| '{' should be on a new line. | 58 | |
| '{' should be on a new line. | 61 | |
| '}' should be alone on a line. | 63 | |
| '{' should be on a new line. | 63 | |
| '{' should be on a new line. | 68 | |
| '{' should be on a new line. | 73 | |
| 'if' construct must use '{}'s. | 75 | |
| Line is longer than 120 characters. | 87 | |
| '{' should be on a new line. | 87 | |
| '{' should be on a new line. | 93 | |
| 'if' construct must use '{}'s. | 100 | |
| Line is longer than 120 characters. | 110 | |
| '{' should be on a new line. | 114 | |
| '}' should be alone on a line. | 116 | |
| '{' should be on a new line. | 116 | |
| '{' should be on a new line. | 129 | |
| 'if' construct must use '{}'s. | 141 | |
| '{' should be on a new line. | 147 | |
| '}' should be alone on a line. | 149 | |
| '{' should be on a new line. | 149 | |
| Line is longer than 120 characters. | 150 | |
| '{' should be on a new line. | 154 | |
| '{' should be on a new line. | 168 | |
| '{' should be on a new line. | 182 |
org/apache/myfaces/custom/submitOnEvent/AbstractSubmitOnEvent.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 48 |
org/apache/myfaces/custom/submitOnEvent/SubmitOnEventRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 106 | |
| Line is longer than 120 characters. | 179 |
org/apache/myfaces/custom/suggest/AbstractInputSuggest.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 57 | |
| Line is longer than 120 characters. | 68 | |
| Line is longer than 120 characters. | 76 | |
| Line is longer than 120 characters. | 84 |
org/apache/myfaces/custom/suggest/InputSuggestRenderer.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 174 | |
| Line is longer than 120 characters. | 397 | |
| Line is longer than 120 characters. | 398 | |
| Line is longer than 120 characters. | 401 | |
| Line is longer than 120 characters. | 402 | |
| Line is longer than 120 characters. | 407 | |
| Line is longer than 120 characters. | 409 | |
| Line is longer than 120 characters. | 410 |
org/apache/myfaces/custom/suggestajax/AbstractSuggestAjax.java
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 70 | |
| 'if' construct must use '{}'s. | 71 |
org/apache/myfaces/custom/suggestajax/AbstractSuggestAjaxTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 51 | |
| '{' should be on a new line. | 58 | |
| Line is longer than 120 characters. | 96 | |
| '{' should be on a new line. | 100 | |
| Line is longer than 120 characters. | 101 | |
| '}' should be alone on a line. | 103 | |
| '{' should be on a new line. | 103 | |
| Line is longer than 120 characters. | 104 |
org/apache/myfaces/custom/suggestajax/inputsuggestajax/InputSuggestAjaxRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 88 | |
| Line is longer than 120 characters. | 186 | |
| Line is longer than 120 characters. | 194 | |
| Line is longer than 120 characters. | 217 |
org/apache/myfaces/custom/suggestajax/inputsuggestajax/InputSuggestAjaxTagHandler.java
| Violation | Message | Line |
|---|---|---|
| Name 'itemLabelMethodParamList' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'. | 38 | |
| '{' should be on a new line. | 62 | |
| '{' should be on a new line. | 79 |
org/apache/myfaces/custom/suggestajax/tablesuggestajax/AbstractHtmlOutputText.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 86 | |
| '{' should be on a new line. | 90 | |
| '{' should be on a new line. | 94 | |
| '{' should be on a new line. | 103 |
org/apache/myfaces/custom/suggestajax/tablesuggestajax/AbstractTableSuggestAjax.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 42 | |
| '{' should be on a new line. | 47 | |
| '{' should be on a new line. | 53 | |
| '{' should be on a new line. | 64 |
org/apache/myfaces/custom/suggestajax/tablesuggestajax/TableSuggestAjaxRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 95 | |
| '{' should be on a new line. | 126 | |
| '{' should be on a new line. | 129 | |
| '{' should be on a new line. | 135 | |
| '{' should be on a new line. | 138 | |
| '{' should be on a new line. | 144 | |
| '{' should be on a new line. | 147 | |
| '{' should be on a new line. | 153 | |
| '{' should be on a new line. | 158 | |
| '{' should be on a new line. | 163 | |
| '{' should be on a new line. | 168 | |
| '{' should be on a new line. | 173 | |
| '{' should be on a new line. | 178 | |
| '{' should be on a new line. | 183 | |
| '{' should be on a new line. | 188 | |
| Line is longer than 120 characters. | 195 | |
| Line is longer than 120 characters. | 203 | |
| '}' should be alone on a line. | 330 | |
| '{' should be on a new line. | 330 | |
| '{' should be on a new line. | 335 | |
| '{' should be on a new line. | 341 | |
| '{' should be on a new line. | 374 |
org/apache/myfaces/custom/suggestajax/tablesuggestajax/TableSuggestAjaxTagHandler.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 56 | |
| '{' should be on a new line. | 73 |
org/apache/myfaces/custom/table/AbstractFilterTable.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 31 |
org/apache/myfaces/custom/table/AbstractSortableColumn.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 31 |
org/apache/myfaces/custom/table/FilterTableRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 48 | |
| '{' 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. | 73 | |
| '{' should be on a new line. | 76 | |
| '}' should be alone on a line. | 78 | |
| '{' should be on a new line. | 78 | |
| '{' should be on a new line. | 81 | |
| '}' should be alone on a line. | 83 | |
| '{' should be on a new line. | 83 | |
| '{' should be on a new line. | 86 | |
| '}' should be alone on a line. | 89 | |
| '{' should be on a new line. | 89 | |
| '{' should be on a new line. | 92 | |
| '}' should be alone on a line. | 95 | |
| '{' should be on a new line. | 95 | |
| '{' should be on a new line. | 98 | |
| '}' should be alone on a line. | 100 | |
| '{' should be on a new line. | 100 | |
| '{' 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. | 108 | |
| '}' should be alone on a line. | 110 | |
| '{' should be on a new line. | 110 | |
| '{' should be on a new line. | 113 | |
| '}' should be alone on a line. | 115 | |
| '{' should be on a new line. | 115 | |
| '{' should be on a new line. | 122 | |
| '{' should be on a new line. | 126 | |
| '{' should be on a new line. | 128 | |
| '{' should be on a new line. | 131 | |
| '{' should be on a new line. | 134 | |
| '}' should be alone on a line. | 136 | |
| '{' should be on a new line. | 136 | |
| '{' should be on a new line. | 139 | |
| '{' should be on a new line. | 142 | |
| '{' should be on a new line. | 145 | |
| '{' should be on a new line. | 148 | |
| '{' should be on a new line. | 152 | |
| '}' should be alone on a line. | 154 | |
| '{' should be on a new line. | 154 | |
| '{' should be on a new line. | 174 | |
| '{' should be on a new line. | 181 | |
| '{' should be on a new line. | 184 | |
| '{' should be on a new line. | 186 | |
| '{' should be on a new line. | 190 | |
| '{' should be on a new line. | 193 | |
| Each variable declaration must be in its own statement. | 201 | |
| '{' should be on a new line. | 201 | |
| '{' should be on a new line. | 203 | |
| 'if' construct must use '{}'s. | 205 | |
| '{' should be on a new line. | 214 | |
| '{' should be on a new line. | 220 |
org/apache/myfaces/custom/timednotifier/AbstractTimedNotifier.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 37 | |
| '{' should be on a new line. | 47 | |
| '{' should be on a new line. | 62 | |
| '{' should be on a new line. | 117 | |
| '{' should be on a new line. | 121 |
org/apache/myfaces/custom/timednotifier/TimedNotifierRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 53 | |
| '{' should be on a new line. | 55 | |
| '{' should be on a new line. | 58 | |
| '}' should be alone on a line. | 60 | |
| '{' should be on a new line. | 60 | |
| '{' should be on a new line. | 65 | |
| '{' should be on a new line. | 70 | |
| 'if' construct must use '{}'s. | 72 | |
| Line is longer than 120 characters. | 83 | |
| '{' should be on a new line. | 83 | |
| '{' should be on a new line. | 89 | |
| 'if' construct must use '{}'s. | 109 | |
| 'else' construct must use '{}'s. | 113 | |
| Line is longer than 120 characters. | 132 | |
| '{' should be on a new line. | 132 | |
| 'if' construct must use '{}'s. | 144 | |
| '{' should be on a new line. | 150 | |
| '}' should be alone on a line. | 152 | |
| '{' should be on a new line. | 152 | |
| Line is longer than 120 characters. | 153 | |
| '{' should be on a new line. | 166 | |
| 'if' construct must use '{}'s. | 200 | |
| 'else' construct must use '{}'s. | 202 | |
| 'if' construct must use '{}'s. | 207 | |
| '{' should be on a new line. | 209 |
org/apache/myfaces/custom/urlvalidator/AbstractUrlValidator.java
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.faces.application.FacesMessage. | 22 | |
| '{' should be on a new line. | 42 | |
| '{' should be on a new line. | 54 | |
| '{' should be on a new line. | 66 | |
| 'if' construct must use '{}'s. | 69 | |
| 'if' construct must use '{}'s. | 70 | |
| '{' should be on a new line. | 79 | |
| '{' should be on a new line. | 102 | |
| '{' should be on a new line. | 114 | |
| Name '_schemes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| Name '_allow2Slashes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| Name '_allowAllSchemas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 |
org/apache/myfaces/custom/util/ComponentUtils.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 46 | |
| '{' should be on a new line. | 59 | |
| '{' should be on a new line. | 61 | |
| '{' should be on a new line. | 65 | |
| '{' should be on a new line. | 66 | |
| '{' should be on a new line. | 84 | |
| '{' should be on a new line. | 86 | |
| '{' should be on a new line. | 92 | |
| '{' should be on a new line. | 93 | |
| '{' should be on a new line. | 101 | |
| '{' should be on a new line. | 102 | |
| '{' 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. | 124 | |
| 'if' construct must use '{}'s. | 128 | |
| 'else' construct must use '{}'s. | 130 | |
| '{' should be on a new line. | 145 | |
| 'if' construct must use '{}'s. | 146 | |
| 'if' construct must use '{}'s. | 152 | |
| 'if' construct must use '{}'s. | 154 | |
| 'else' construct must use '{}'s. | 156 | |
| '{' should be on a new line. | 167 | |
| '{' should be on a new line. | 169 | |
| '{' should be on a new line. | 171 | |
| '{' should be on a new line. | 174 | |
| '{' should be on a new line. | 188 | |
| '{' should be on a new line. | 201 | |
| '{' should be on a new line. | 204 | |
| '{' should be on a new line. | 206 |
org/apache/myfaces/custom/util/URIComponentUtils.java
| Violation | Message | Line |
|---|---|---|
| Each variable declaration must be in its own statement. | 50 | |
| Each variable declaration must be in its own statement. | 52 | |
| 'if' construct must use '{}'s. | 84 |
org/apache/myfaces/custom/valueChangeNotifier/ValueChangeNotifierTag.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 117 |
org/apache/myfaces/renderkit/html/ext/HtmlButtonExRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 41 | |
| '{' should be on a new line. | 43 | |
| '{' should be on a new line. | 46 | |
| Line is longer than 120 characters. | 47 |
org/apache/myfaces/renderkit/html/ext/HtmlFormRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 41 | |
| Name 'CLIENT_VALIDATON_SCRIPT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| '{' should be on a new line. | 45 | |
| '{' should be on a new line. | 46 | |
| '{' should be on a new line. | 53 | |
| '{' should be on a new line. | 54 | |
| '{' should be on a new line. | 60 | |
| '{' should be on a new line. | 68 | |
| Line is longer than 120 characters. | 75 |
org/apache/myfaces/renderkit/html/ext/HtmlOutputTextRenderer.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 30 |
org/apache/myfaces/renderkit/template/DefaultTemplateEncoder.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 45 | |
| Line is longer than 120 characters. | 71 |
org/apache/myfaces/renderkit/template/DefaultTemplateLoader.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 37 |
org/apache/myfaces/renderkit/template/TemplateEncoder.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 29 | |
| Line is longer than 120 characters. | 30 |
org/apache/myfaces/renderkit/template/TemplateRenderer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 36 | |
| 'if' construct must use '{}'s. | 43 | |
| 'if' construct must use '{}'s. | 52 | |
| 'if' construct must use '{}'s. | 53 | |
| 'if' construct must use '{}'s. | 62 | |
| '{' should be on a new line. | 66 | |
| '{' should be on a new line. | 70 | |
| '{' should be on a new line. | 75 | |
| '{' should be on a new line. | 79 | |
| '}' should be alone on a line. | 82 | |
| '{' should be on a new line. | 82 | |
| Line is longer than 120 characters. | 83 | |
| '}' should be alone on a line. | 84 | |
| '{' should be on a new line. | 84 | |
| Line is longer than 120 characters. | 85 | |
| '}' should be alone on a line. | 86 | |
| '{' should be on a new line. | 86 | |
| Line is longer than 120 characters. | 87 |
org/apache/myfaces/tomahawk/util/ErrorPageWriter.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 64 | |
| Name 'ERROR_PARTS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| Name 'DEBUG_PARTS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| '{' should be on a new line. | 83 | |
| '{' should be on a new line. | 107 | |
| '{' should be on a new line. | 108 | |
| '{' should be on a new line. | 112 | |
| '{' should be on a new line. | 117 | |
| '{' should be on a new line. | 119 | |
| '{' should be on a new line. | 125 | |
| '{' should be on a new line. | 132 | |
| 'if' construct must use '{}'s. | 135 | |
| '{' should be on a new line. | 142 | |
| 'if' construct must use '{}'s. | 145 | |
| '{' should be on a new line. | 149 | |
| '{' should be on a new line. | 151 | |
| 'if' construct must use '{}'s. | 153 | |
| 'if' construct must use '{}'s. | 157 | |
| '{' should be on a new line. | 160 | |
| '}' should be alone on a line. | 163 | |
| '{' should be on a new line. | 163 | |
| '{' should be on a new line. | 168 | |
| '{' should be on a new line. | 171 | |
| '{' should be on a new line. | 172 | |
| '{' should be on a new line. | 174 | |
| '}' should be alone on a line. | 176 | |
| '{' should be on a new line. | 176 | |
| '}' should be alone on a line. | 179 | |
| '{' should be on a new line. | 179 | |
| '}' should be alone on a line. | 181 | |
| '{' should be on a new line. | 181 | |
| '}' should be alone on a line. | 183 | |
| '{' should be on a new line. | 183 | |
| '{' should be on a new line. | 184 | |
| '}' should be alone on a line. | 187 | |
| '{' should be on a new line. | 187 | |
| '}' should be alone on a line. | 189 | |
| '{' should be on a new line. | 189 | |
| '}' should be alone on a line. | 191 | |
| '{' should be on a new line. | 191 | |
| '{' should be on a new line. | 278 | |
| '{' should be on a new line. | 286 | |
| '{' should be on a new line. | 289 | |
| '{' should be on a new line. | 290 | |
| '}' should be alone on a line. | 292 | |
| '{' should be on a new line. | 292 | |
| '}' should be alone on a line. | 294 | |
| '{' should be on a new line. | 294 | |
| '}' should be alone on a line. | 296 | |
| '{' should be on a new line. | 296 | |
| '}' should be alone on a line. | 298 | |
| '{' should be on a new line. | 298 | |
| '{' should be on a new line. | 304 | |
| '{' should be on a new line. | 308 | |
| '{' should be on a new line. | 314 | |
| Line is longer than 120 characters. | 317 | |
| '{' should be on a new line. | 319 | |
| '{' should be on a new line. | 323 | |
| '{' should be on a new line. | 326 | |
| '{' should be on a new line. | 336 | |
| '{' should be on a new line. | 342 | |
| '{' should be on a new line. | 344 | |
| '{' should be on a new line. | 347 | |
| '{' should be on a new line. | 348 | |
| '{' should be on a new line. | 350 | |
| '{' should be on a new line. | 361 | |
| '{' should be on a new line. | 362 | |
| '{' should be on a new line. | 364 | |
| '{' should be on a new line. | 374 | |
| '{' should be on a new line. | 375 | |
| '{' should be on a new line. | 388 | |
| '{' should be on a new line. | 389 | |
| '{' should be on a new line. | 399 | |
| '{' should be on a new line. | 400 | |
| '{' should be on a new line. | 406 | |
| '{' should be on a new line. | 407 | |
| '{' should be on a new line. | 409 | |
| '{' should be on a new line. | 411 | |
| '{' should be on a new line. | 412 | |
| '{' should be on a new line. | 418 | |
| '}' should be alone on a line. | 420 | |
| '{' should be on a new line. | 420 | |
| '}' should be alone on a line. | 422 | |
| '{' should be on a new line. | 422 | |
| '}' should be alone on a line. | 429 | |
| '{' should be on a new line. | 429 | |
| '{' should be on a new line. | 436 | |
| '}' should be alone on a line. | 441 | |
| '{' should be on a new line. | 441 | |
| '{' should be on a new line. | 446 | |
| '{' should be on a new line. | 447 | |
| '}' should be alone on a line. | 450 | |
| '{' should be on a new line. | 450 | |
| '{' should be on a new line. | 454 | |
| '}' should be alone on a line. | 456 | |
| '{' should be on a new line. | 456 | |
| '{' should be on a new line. | 462 | |
| '{' should be on a new line. | 467 | |
| '{' should be on a new line. | 476 | |
| '{' should be on a new line. | 481 | |
| '{' should be on a new line. | 483 | |
| '{' should be on a new line. | 492 | |
| '{' should be on a new line. | 496 | |
| Line is longer than 120 characters. | 501 | |
| '{' should be on a new line. | 536 | |
| 'if' construct must use '{}'s. | 538 | |
| '{' should be on a new line. | 542 | |
| '{' should be on a new line. | 553 | |
| '{' should be on a new line. | 554 | |
| '}' should be alone on a line. | 558 | |
| '{' should be on a new line. | 558 | |
| '{' should be on a new line. | 563 | |
| '{' should be on a new line. | 564 | |
| '}' should be alone on a line. | 568 | |
| '{' should be on a new line. | 568 | |
| '{' should be on a new line. | 573 | |
| '{' should be on a new line. | 589 | |
| '{' should be on a new line. | 592 | |
| '{' should be on a new line. | 602 | |
| 'if' construct must use '{}'s. | 604 | |
| '{' should be on a new line. | 607 | |
| '{' should be on a new line. | 612 |
org/apache/myfaces/tomahawk/util/ErrorRedirectJSFPageHandler.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 79 | |
| Line is longer than 120 characters. | 81 | |
| Line is longer than 120 characters. | 85 | |
| 'if' construct must use '{}'s. | 98 | |
| Line is longer than 120 characters. | 134 | |
| Line is longer than 120 characters. | 153 | |
| '{' should be on a new line. | 189 | |
| '{' should be on a new line. | 197 | |
| Line is longer than 120 characters. | 200 | |
| '}' should be alone on a line. | 201 | |
| '{' should be on a new line. | 201 | |
| '}' should be alone on a line. | 206 | |
| '{' should be on a new line. | 206 | |
| '}' should be alone on a line. | 211 | |
| '{' should be on a new line. | 211 | |
| Line is longer than 120 characters. | 214 | |
| '}' should be alone on a line. | 216 | |
| '{' should be on a new line. | 216 | |
| 'if' construct must use '{}'s. | 251 | |
| '{' should be on a new line. | 262 | |
| '{' should be on a new line. | 263 | |
| '{' should be on a new line. | 271 | |
| '}' should be alone on a line. | 276 | |
| '{' should be on a new line. | 276 | |
| '}' should be alone on a line. | 281 | |
| '{' should be on a new line. | 281 | |
| '}' should be alone on a line. | 286 | |
| '{' should be on a new line. | 286 | |
| '}' should be alone on a line. | 290 | |
| '{' should be on a new line. | 290 | |
| Name '_lifecycle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 356 |
org/apache/myfaces/tomahawk/util/ExceptionContext.java
| Violation | Message | Line |
|---|---|---|
| Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| 'if' construct must use '{}'s. | 86 | |
| 'if' construct must use '{}'s. | 143 | |
| 'if' construct must use '{}'s. | 177 |
org/apache/myfaces/validator/ex/DoubleRangeValidator.java
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 27 | |
| '{' should be on a new line. | 29 | |
| '{' should be on a new line. | 33 |