The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 27 | 71 | 874 | 0 |
| Rules | Violations | Severity |
|---|---|---|
| JavadocMethod | 230 | |
| JavadocType | 3 | |
| JavadocVariable | 40 | |
| JavadocStyle | 23 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
Header
|
1 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 1 | |
| UnusedImports | 0 | |
| FileLength | 1 | |
LineLength
|
14 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| NoWhitespaceAfter | 17 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 1 | |
| ParenPad | 12 | |
| TypecastParenPad | 0 | |
| TabCharacter | 324 | |
| WhitespaceAfter | 3 | |
| WhitespaceAround | 165 | |
| ModifierOrder | 2 | |
| RedundantModifier | 13 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 3 | |
| LeftCurly | 0 | |
| NeedBraces | 29 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 5 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 1 | |
| HiddenField | 31 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 5 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 0 | Ignore |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| TodoComment | 1 | |
| UpperEll | 0 | |
| AbstractClassName | 0 | |
| ImportOrder | 2 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| DeclarationOrder | 0 | |
| IllegalCatch | 1 | |
| JUnitTestCase | 0 | |
| PackageHtml | 6 | |
| NewlineAtEndOfFile | 10 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 28 | |
| 'httpStatusCode' hides a field. | 28 | |
| Missing a Javadoc comment. | 33 | |
| 'httpStatusCode' hides a field. | 33 | |
| Missing a Javadoc comment. | 38 | |
| 'httpStatusCode' hides a field. | 38 | |
| Missing a Javadoc comment. | 43 | |
| 'httpStatusCode' hides a field. | 43 | |
| '+' is not preceded with whitespace. | 44 | |
| '+' is not followed by whitespace. | 44 | |
| '+' is not preceded with whitespace. | 44 | |
| '+' is not followed by whitespace. | 44 | |
| Expected @param tag for 'msg'. | 51 | |
| Expected @param tag for 'msg'. | 59 | |
| Expected @param tag for 'ex'. | 59 | |
| Expected @param tag for 'ex'. | 66 | |
| Expected an @return tag. | 75 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 13 | |
| 'message' hides a field. | 13 | |
| 'input' hides a field. | 13 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 22 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 19 |
| Violation | Message | Line |
|---|---|---|
| File length is 3,438 lines (max allowed is 2,000). | 1 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Line is longer than 120 characters. | 69 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 94 | |
| Line is longer than 120 characters. | 111 | |
| Expected an @return tag. | 114 | |
| '<' is not preceded with whitespace. | 117 | |
| '<' is not followed by whitespace. | 117 | |
| '?' is not preceded with whitespace. | 117 | |
| '>' is not preceded with whitespace. | 117 | |
| '?' is not followed by whitespace. | 117 | |
| Expected @param tag for 'aTestContext'. | 198 | |
| Unused @param tag for 'url'. | 207 | |
| Expected @param tag for 'aRelativeURL'. | 210 | |
| Redundant throws: 'TestingEngineResponseException' is unchecked exception. | 210 | |
| Missing a Javadoc comment. | 219 | |
| Avoid inline conditionals. | 226 | |
| Catching 'Exception' is not allowed. | 245 | |
| Comment matches to-do format 'TODO:'. | 267 | |
| Line contains a tab character. | 282 | |
| '(' is followed by whitespace. | 282 | |
| ')' is preceded with whitespace. | 282 | |
| Line is longer than 120 characters. | 293 | |
| Line contains a tab character. | 293 | |
| '(' is followed by whitespace. | 293 | |
| ')' is preceded with whitespace. | 293 | |
| Line contains a tab character. | 296 | |
| Line contains a tab character. | 297 | |
| Line contains a tab character. | 298 | |
| Line contains a tab character. | 299 | |
| Line contains a tab character. | 300 | |
| Line contains a tab character. | 301 | |
| Expected @param tag for 'ignore'. | 302 | |
| Line contains a tab character. | 303 | |
| Line contains a tab character. | 312 | |
| '(' is followed by whitespace. | 312 | |
| ')' is preceded with whitespace. | 312 | |
| Line contains a tab character. | 321 | |
| '(' is followed by whitespace. | 321 | |
| ')' is preceded with whitespace. | 321 | |
| Line contains a tab character. | 331 | |
| '(' is followed by whitespace. | 331 | |
| ')' is preceded with whitespace. | 331 | |
| Line is longer than 120 characters. | 341 | |
| Line contains a tab character. | 341 | |
| Line contains a tab character. | 351 | |
| '<' is not preceded with whitespace. | 359 | |
| '<' is not followed by whitespace. | 359 | |
| '>' is not preceded with whitespace. | 359 | |
| Line contains a tab character. | 360 | |
| Line contains a tab character. | 382 | |
| Line contains a tab character. | 391 | |
| First sentence should end with a period. | 405 | |
| Expected @param tag for 'titleKey'. | 411 | |
| Expected @param tag for 'args'. | 411 | |
| First sentence should end with a period. | 425 | |
| Expected @param tag for 'key'. | 431 | |
| Expected @param tag for 'args'. | 431 | |
| Expected @param tag for 'text'. | 440 | |
| 'if' construct must use '{}'s. | 441 | |
| Expected @param tag for 'regexp'. | 452 | |
| 'if' construct must use '{}'s. | 454 | |
| Expected @param tag for 'regexp'. | 465 | |
| Expected @param tag for 'text'. | 465 | |
| Line contains a tab character. | 466 | |
| Expected @param tag for 'regexp'. | 475 | |
| Expected @param tag for 'text'. | 475 | |
| Line contains a tab character. | 476 | |
| Expected @param tag for 'message'. | 486 | |
| Expected @param tag for 'regexp'. | 486 | |
| Expected @param tag for 'text'. | 486 | |
| 'if' construct must use '{}'s. | 488 | |
| Expected @param tag for 'message'. | 498 | |
| Expected @param tag for 'regexp'. | 498 | |
| Expected @param tag for 'text'. | 498 | |
| 'if' construct must use '{}'s. | 500 | |
| Expected @param tag for 'args'. | 519 | |
| Expected @param tag for 'text'. | 528 | |
| 'if' construct must use '{}'s. | 529 | |
| Expected @param tag for 'regexp'. | 539 | |
| Line contains a tab character. | 540 | |
| Line contains a tab character. | 541 | |
| Expected @param tag for 'tableSummaryNameOrId'. | 549 | |
| 'if' construct must use '{}'s. | 559 | |
| 'if' construct must use '{}'s. | 570 | |
| Expected @param tag for 'args'. | 593 | |
| Expected @param tag for 'text'. | 604 | |
| Expected @param tag for 'regexp'. | 617 | |
| Expected @param tag for 'args'. | 645 | |
| Unused @param tag for 'text'. | 669 | |
| Expected @param tag for 'regexp'. | 671 | |
| Expected @param tag for 'text'. | 693 | |
| Expected @param tag for 'regexp'. | 718 | |
| Unused @param tag for 'text'. | 729 | |
| Expected @param tag for 'regexp'. | 732 | |
| Expected @param tag for 'formElementName'. | 858 | |
| Expected @param tag for 'formElementName'. | 869 | |
| Must have at least one statement. | 874 | |
| Expected @param tag for 'nameOrID'. | 943 | |
| Expected @param tag for 'nameOrID'. | 961 | |
| Expected @param tag for 'formElementName'. | 974 | |
| Expected @param tag for 'expectedValue'. | 975 | |
| Expected @param tag for 'formElementName'. | 988 | |
| Expected @param tag for 'regexp'. | 988 | |
| Line contains a tab character. | 989 | |
| Line is longer than 120 characters. | 1009 | |
| Expected @param tag for 'formElementName'. | 1011 | |
| Expected @param tag for 'checkBoxName'. | 1050 | |
| Expected @param tag for 'checkBoxName'. | 1064 | |
| Expected @param tag for 'checkBoxValue'. | 1064 | |
| Expected @param tag for 'checkBoxName'. | 1077 | |
| Expected @param tag for 'checkBoxName'. | 1091 | |
| Expected @param tag for 'checkBoxValue'. | 1092 | |
| 'if' construct must use '{}'s. | 1122 | |
| Line contains a tab character. | 1136 | |
| 'for' construct must use '{}'s. | 1161 | |
| '{' is followed by whitespace. | 1175 | |
| 'for' construct must use '{}'s. | 1189 | |
| '{' is followed by whitespace. | 1205 | |
| 'for' construct must use '{}'s. | 1218 | |
| '{' is followed by whitespace. | 1234 | |
| Line contains a tab character. | 1246 | |
| Line contains a tab character. | 1247 | |
| 'for' construct must use '{}'s. | 1249 | |
| Line contains a tab character. | 1266 | |
| Line contains a tab character. | 1267 | |
| '{' is followed by whitespace. | 1269 | |
| Unused @param tag for 'expectedOption'. | 1293 | |
| Expected @param tag for 'optionLabel'. | 1296 | |
| Expected @param tag for 'index'. | 1313 | |
| Unused @param tag for 'expectedOption'. | 1327 | |
| Expected @param tag for 'index'. | 1330 | |
| Expected @param tag for 'optionLabel'. | 1330 | |
| 'for' construct must use '{}'s. | 1486 | |
| 'for' construct must use '{}'s. | 1507 | |
| '{' is followed by whitespace. | 1525 | |
| Unused @param tag for 'optionLabel'. | 1534 | |
| Expected @param tag for 'option'. | 1536 | |
| '{' is followed by whitespace. | 1537 | |
| 'for' construct must use '{}'s. | 1552 | |
| 'for' construct must use '{}'s. | 1571 | |
| '{' is followed by whitespace. | 1584 | |
| '{' is followed by whitespace. | 1596 | |
| '{' is followed by whitespace. | 1652 | |
| '{' is followed by whitespace. | 1664 | |
| Expected @param tag for 'buttonName'. | 1693 | |
| Expected @param tag for 'buttonName'. | 1725 | |
| Expected @param tag for 'buttonName'. | 1742 | |
| Expected @param tag for 'buttonValue'. | 1742 | |
| Expected @param tag for 'buttonName'. | 1770 | |
| Expected @param tag for 'buttonName'. | 1800 | |
| Expected @param tag for 'buttonId'. | 1815 | |
| Expected @param tag for 'buttonId'. | 1845 | |
| Expected @param tag for 'linkId'. | 1856 | |
| Expected @param tag for 'linkId'. | 1866 | |
| Expected @param tag for 'linkText'. | 1876 | |
| Expected @param tag for 'linkText'. | 1887 | |
| Expected @param tag for 'linkText'. | 1899 | |
| Expected @param tag for 'linkText'. | 1911 | |
| Expected @param tag for 'linkText'. | 1924 | |
| Expected @param tag for 'linkText'. | 1935 | |
| Expected @param tag for 'linkText'. | 1947 | |
| Expected @param tag for 'linkText'. | 1959 | |
| Expected an @return tag. | 2034 | |
| '<' is not preceded with whitespace. | 2034 | |
| '<' is not followed by whitespace. | 2034 | |
| '>' is not preceded with whitespace. | 2034 | |
| Line contains a tab character. | 2035 | |
| Expected @param tag for 'comment'. | 2043 | |
| Line contains a tab character. | 2044 | |
| Expected @param tag for 'comment'. | 2052 | |
| Line contains a tab character. | 2053 | |
| Missing a Javadoc comment. | 2070 | |
| Expected @param tag for 'windowName'. | 2113 | |
| Expected @param tag for 'title'. | 2133 | |
| '<' is not preceded with whitespace. | 2169 | |
| '<' is not followed by whitespace. | 2169 | |
| '?' is not preceded with whitespace. | 2169 | |
| '>' is not preceded with whitespace. | 2169 | |
| '?' is not followed by whitespace. | 2169 | |
| '<' is not preceded with whitespace. | 2170 | |
| '<' is not followed by whitespace. | 2170 | |
| '?' is not preceded with whitespace. | 2170 | |
| '>' is not preceded with whitespace. | 2170 | |
| '?' is not followed by whitespace. | 2170 | |
| '<' is not preceded with whitespace. | 2186 | |
| '<' is not followed by whitespace. | 2186 | |
| '?' is not preceded with whitespace. | 2186 | |
| '>' is not preceded with whitespace. | 2186 | |
| '?' is not followed by whitespace. | 2186 | |
| '<' is not preceded with whitespace. | 2187 | |
| '<' is not followed by whitespace. | 2187 | |
| '?' is not preceded with whitespace. | 2187 | |
| '>' is not preceded with whitespace. | 2187 | |
| '?' is not followed by whitespace. | 2187 | |
| '<' is not preceded with whitespace. | 2211 | |
| '<' is not followed by whitespace. | 2211 | |
| '?' is not preceded with whitespace. | 2211 | |
| '>' is not preceded with whitespace. | 2211 | |
| '?' is not followed by whitespace. | 2211 | |
| '<' is not preceded with whitespace. | 2212 | |
| '<' is not followed by whitespace. | 2212 | |
| '?' is not preceded with whitespace. | 2212 | |
| '>' is not preceded with whitespace. | 2212 | |
| '?' is not followed by whitespace. | 2212 | |
| Expected an @return tag. | 2229 | |
| Expected @param tag for 'formElementName'. | 2229 | |
| '{' is followed by whitespace. | 2355 | |
| '{' is followed by whitespace. | 2367 | |
| Unused @param tag for 'index'. | 2399 | |
| Unused @param tag for 'values'. | 2401 | |
| Expected @param tag for 'value'. | 2403 | |
| '{' is followed by whitespace. | 2404 | |
| Unused @param tag for 'values'. | 2424 | |
| Expected @param tag for 'index'. | 2426 | |
| Expected @param tag for 'value'. | 2426 | |
| '{' is followed by whitespace. | 2427 | |
| Expected an @return tag. | 2594 | |
| Expected @param tag for 'xpath'. | 2594 | |
| Expected @param tag for 'attribute'. | 2594 | |
| Line contains a tab character. | 2595 | |
| Expected an @return tag. | 2603 | |
| '{' is not preceded with whitespace. | 2603 | |
| Line contains a tab character. | 2605 | |
| Line contains a tab character. | 2613 | |
| Unused @throws tag for 'AssertionFailedError'. | 2613 | |
| Line contains a tab character. | 2616 | |
| Line contains a tab character. | 2617 | |
| Line contains a tab character. | 2626 | |
| Unused @throws tag for 'AssertionFailedError'. | 2626 | |
| Line contains a tab character. | 2629 | |
| Line contains a tab character. | 2630 | |
| '<' is not preceded with whitespace. | 2639 | |
| '<' is not followed by whitespace. | 2639 | |
| '>' is not preceded with whitespace. | 2639 | |
| Line contains a tab character. | 2640 | |
| Expected @param tag for 'id'. | 2647 | |
| Line contains a tab character. | 2648 | |
| Expected an @return tag. | 2657 | |
| Expected @param tag for 'id'. | 2657 | |
| Line contains a tab character. | 2658 | |
| Line contains a tab character. | 2659 | |
| 'if' construct must use '{}'s. | 2660 | |
| Line contains a tab character. | 2660 | |
| Line contains a tab character. | 2661 | |
| Line contains a tab character. | 2662 | |
| Line contains a tab character. | 2663 | |
| First sentence should end with a period. | 2666 | |
| Line contains a tab character. | 2674 | |
| Line contains a tab character. | 2675 | |
| Line contains a tab character. | 2676 | |
| Line contains a tab character. | 2677 | |
| Line contains a tab character. | 2678 | |
| Line contains a tab character. | 2679 | |
| Expected @param tag for 'regexp'. | 2685 | |
| Line contains a tab character. | 2686 | |
| Line contains a tab character. | 2695 | |
| 'if' construct must use '{}'s. | 2696 | |
| Line contains a tab character. | 2696 | |
| '(' is followed by whitespace. | 2696 | |
| ')' is preceded with whitespace. | 2696 | |
| Line contains a tab character. | 2697 | |
| Line contains a tab character. | 2698 | |
| Line contains a tab character. | 2699 | |
| '<' is not preceded with whitespace. | 2708 | |
| '<' is not followed by whitespace. | 2708 | |
| '>' is not preceded with whitespace. | 2708 | |
| Line contains a tab character. | 2709 | |
| '<' is not preceded with whitespace. | 2709 | |
| '<' is not followed by whitespace. | 2709 | |
| '>' is not preceded with whitespace. | 2709 | |
| '<' is not preceded with whitespace. | 2709 | |
| '<' is not followed by whitespace. | 2709 | |
| '>' is not preceded with whitespace. | 2709 | |
| '>' is not followed by whitespace. | 2709 | |
| Line contains a tab character. | 2710 | |
| Line contains a tab character. | 2711 | |
| Line contains a tab character. | 2712 | |
| 'if' construct must use '{}'s. | 2713 | |
| Line contains a tab character. | 2713 | |
| Line contains a tab character. | 2714 | |
| Line contains a tab character. | 2715 | |
| Line contains a tab character. | 2716 | |
| Line contains a tab character. | 2717 | |
| Line contains a tab character. | 2718 | |
| Line contains a tab character. | 2719 | |
| Line contains a tab character. | 2720 | |
| Line is longer than 120 characters. | 2721 | |
| Line contains a tab character. | 2721 | |
| Line contains a tab character. | 2722 | |
| Line contains a tab character. | 2723 | |
| Line contains a tab character. | 2724 | |
| Line contains a tab character. | 2725 | |
| Line contains a tab character. | 2726 | |
| Line contains a tab character. | 2727 | |
| Expected @param tag for 'identifier'. | 2736 | |
| Expected @param tag for 'label'. | 2736 | |
| Expected @param tag for 'fieldText'. | 2736 | |
| Line contains a tab character. | 2737 | |
| '<' is not preceded with whitespace. | 2737 | |
| '<' is not followed by whitespace. | 2737 | |
| '>' is not preceded with whitespace. | 2737 | |
| Line contains a tab character. | 2739 | |
| Line contains a tab character. | 2740 | |
| Line contains a tab character. | 2741 | |
| Line contains a tab character. | 2742 | |
| 'if' construct must use '{}'s. | 2743 | |
| Line contains a tab character. | 2743 | |
| Line contains a tab character. | 2744 | |
| 'if' construct must use '{}'s. | 2745 | |
| Line contains a tab character. | 2745 | |
| Line contains a tab character. | 2746 | |
| Line contains a tab character. | 2747 | |
| Line contains a tab character. | 2748 | |
| Line contains a tab character. | 2749 | |
| Line contains a tab character. | 2750 | |
| Line contains a tab character. | 2751 | |
| Line contains a tab character. | 2752 | |
| Line contains a tab character. | 2753 | |
| Line contains a tab character. | 2754 | |
| Line contains a tab character. | 2755 | |
| Line contains a tab character. | 2756 | |
| Line contains a tab character. | 2757 | |
| Line contains a tab character. | 2758 | |
| Line contains a tab character. | 2759 | |
| Line contains a tab character. | 2760 | |
| Line contains a tab character. | 2761 | |
| Line contains a tab character. | 2762 | |
| Line contains a tab character. | 2763 | |
| Line contains a tab character. | 2764 | |
| Line contains a tab character. | 2765 | |
| Line contains a tab character. | 2766 | |
| Line contains a tab character. | 2767 | |
| Line contains a tab character. | 2768 | |
| Line contains a tab character. | 2769 | |
| Line contains a tab character. | 2770 | |
| Line contains a tab character. | 2771 | |
| Line is longer than 120 characters. | 2772 | |
| Line contains a tab character. | 2772 | |
| Avoid inline conditionals. | 2772 | |
| Line contains a tab character. | 2773 | |
| Line contains a tab character. | 2774 | |
| Line contains a tab character. | 2775 | |
| Line contains a tab character. | 2776 | |
| Line contains a tab character. | 2777 | |
| Line contains a tab character. | 2778 | |
| Line contains a tab character. | 2779 | |
| Line contains a tab character. | 2780 | |
| Line is longer than 120 characters. | 2781 | |
| Line contains a tab character. | 2781 | |
| Avoid inline conditionals. | 2781 | |
| First sentence should end with a period. | 2784 | |
| Expected @param tag for 'id'. | 2791 | |
| Expected @param tag for 'fieldText'. | 2791 | |
| Line contains a tab character. | 2792 | |
| Line contains a tab character. | 2793 | |
| Line contains a tab character. | 2794 | |
| Line contains a tab character. | 2795 | |
| Missing a Javadoc comment. | 2798 | |
| Line contains a tab character. | 2799 | |
| Line contains a tab character. | 2800 | |
| Line contains a tab character. | 2801 | |
| Line contains a tab character. | 2802 | |
| '<' is not preceded with whitespace. | 2802 | |
| '<' is not followed by whitespace. | 2802 | |
| '>' is not preceded with whitespace. | 2802 | |
| Line is longer than 120 characters. | 2803 | |
| Line contains a tab character. | 2803 | |
| Line contains a tab character. | 2804 | |
| Line contains a tab character. | 2805 | |
| Line contains a tab character. | 2806 | |
| 'if' construct must use '{}'s. | 2807 | |
| Line contains a tab character. | 2807 | |
| Line contains a tab character. | 2808 | |
| Line contains a tab character. | 2809 | |
| Line contains a tab character. | 2810 | |
| Line contains a tab character. | 2811 | |
| Line contains a tab character. | 2812 | |
| Line contains a tab character. | 2813 | |
| Line contains a tab character. | 2814 | |
| Line contains a tab character. | 2815 | |
| Line contains a tab character. | 2816 | |
| Line contains a tab character. | 2817 | |
| Line contains a tab character. | 2818 | |
| Line contains a tab character. | 2819 | |
| Line contains a tab character. | 2820 | |
| Line contains a tab character. | 2821 | |
| Line contains a tab character. | 2822 | |
| Line contains a tab character. | 2823 | |
| Line contains a tab character. | 2824 | |
| Line contains a tab character. | 2825 | |
| Line contains a tab character. | 2826 | |
| Line contains a tab character. | 2827 | |
| Line contains a tab character. | 2828 | |
| Line contains a tab character. | 2829 | |
| Line contains a tab character. | 2830 | |
| Line contains a tab character. | 2831 | |
| Line contains a tab character. | 2832 | |
| Line contains a tab character. | 2833 | |
| Line contains a tab character. | 2834 | |
| Line contains a tab character. | 2835 | |
| Line contains a tab character. | 2836 | |
| Line contains a tab character. | 2837 | |
| Line contains a tab character. | 2838 | |
| Line contains a tab character. | 2839 | |
| '&&' should be on a new line. | 2839 | |
| Line is longer than 120 characters. | 2840 | |
| Line contains a tab character. | 2840 | |
| Avoid inline conditionals. | 2840 | |
| Line contains a tab character. | 2841 | |
| Line contains a tab character. | 2842 | |
| Line contains a tab character. | 2843 | |
| Line contains a tab character. | 2844 | |
| Line contains a tab character. | 2845 | |
| Line contains a tab character. | 2846 | |
| Line contains a tab character. | 2847 | |
| Line contains a tab character. | 2848 | |
| Line contains a tab character. | 2849 | |
| Line contains a tab character. | 2850 | |
| Redundant throws: 'TestingEngineResponseException' is unchecked exception. | 2909 | |
| '<' is not preceded with whitespace. | 2922 | |
| '<' is not followed by whitespace. | 2922 | |
| '?' is not preceded with whitespace. | 2922 | |
| '>' is not preceded with whitespace. | 2922 | |
| '?' is not followed by whitespace. | 2922 | |
| '<' is not preceded with whitespace. | 2923 | |
| '<' is not followed by whitespace. | 2923 | |
| '?' is not preceded with whitespace. | 2923 | |
| '>' is not preceded with whitespace. | 2923 | |
| '?' is not followed by whitespace. | 2923 | |
| Expected an @return tag. | 2954 | |
| Line contains a tab character. | 2955 | |
| '=' is not preceded with whitespace. | 2965 | |
| '=' is not followed by whitespace. | 2965 | |
| 'while' construct must use '{}'s. | 2969 | |
| '=' is not preceded with whitespace. | 2969 | |
| '=' is not followed by whitespace. | 2969 | |
| Expected @param tag for 'stream'. | 3014 | |
| Expected @param tag for 'tableNameOrId'. | 3024 | |
| Expected @param tag for 'tableNameOrId'. | 3035 | |
| Expected @param tag for 'stream'. | 3035 | |
| First sentence should end with a period. | 3051 | |
| Expected @param tag for 'value'. | 3054 | |
| 'testingEngineKey' hides a field. | 3064 | |
| Line is longer than 120 characters. | 3083 | |
| Missing a Javadoc comment. | 3089 | |
| Missing a Javadoc comment. | 3187 | |
| Expected @param tag for 'value'. | 3204 | |
| '{' is followed by whitespace. | 3217 | |
| '{' is followed by whitespace. | 3253 | |
| '{' is followed by whitespace. | 3295 | |
| '!=' is not preceded with whitespace. | 3334 | |
| Expected @param tag for 'partialImageSrc'. | 3346 | |
| Expected @param tag for 'partialImageAlt'. | 3346 | |
| '!=' is not preceded with whitespace. | 3348 | |
| Expected @param tag for 'imageSrc'. | 3358 | |
| Expected @param tag for 'imageAlt'. | 3358 | |
| Expected @param tag for 'imageAlt'. | 3368 | |
| Expected @param tag for 'out'. | 3369 | |
| Expected an @return tag. | 3376 | |
| Expected @param tag for 'imageSrc'. | 3376 | |
| Expected @param tag for 'imageAlt'. | 3376 | |
| Line contains a tab character. | 3388 | |
| Missing a Javadoc comment. | 3391 | |
| Missing a Javadoc comment. | 3417 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '/******************************************************************************'. | 1 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Redundant 'public' modifier. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Redundant 'public' modifier. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Redundant 'public' modifier. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Redundant 'public' modifier. | 52 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Redundant 'public' modifier. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Redundant 'public' modifier. | 68 | |
| '<' is not preceded with whitespace. | 68 | |
| '<' is not followed by whitespace. | 68 | |
| '>' is not preceded with whitespace. | 68 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Redundant 'public' modifier. | 75 | |
| Expected @param tag for 'string'. | 75 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Redundant 'public' modifier. | 83 | |
| Expected @param tag for 'string'. | 83 | |
| Expected @param tag for 'value'. | 83 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Redundant 'public' modifier. | 90 | |
| Expected @param tag for 'value'. | 90 | |
| Line contains a tab character. | 91 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 17 | |
| 'static' modifier out of order with the JLS suggestions. | 22 | |
| 'static' modifier out of order with the JLS suggestions. | 27 | |
| Missing a Javadoc comment. | 29 | |
| '<' is not preceded with whitespace. | 29 | |
| '<' is not followed by whitespace. | 29 | |
| ',' is not followed by whitespace. | 29 | |
| '<' is not preceded with whitespace. | 29 | |
| '<' is not followed by whitespace. | 29 | |
| '?' is not preceded with whitespace. | 29 | |
| '>' is not preceded with whitespace. | 29 | |
| '?' is not followed by whitespace. | 29 | |
| '>' is not followed by whitespace. | 29 | |
| '>' is not preceded with whitespace. | 29 | |
| '<' is not preceded with whitespace. | 29 | |
| '<' is not followed by whitespace. | 29 | |
| ',' is not followed by whitespace. | 29 | |
| '<' is not preceded with whitespace. | 29 | |
| '<' is not followed by whitespace. | 29 | |
| '?' is not preceded with whitespace. | 29 | |
| '>' is not preceded with whitespace. | 29 | |
| '?' is not followed by whitespace. | 29 | |
| '>' is not followed by whitespace. | 29 | |
| '>' is not preceded with whitespace. | 29 | |
| '>' is not followed by whitespace. | 29 | |
| Must have at least one statement. | 36 | |
| Must have at least one statement. | 43 | |
| '<' is not preceded with whitespace. | 54 | |
| '<' is not followed by whitespace. | 54 | |
| '?' is not preceded with whitespace. | 54 | |
| '>' is not preceded with whitespace. | 54 | |
| '?' is not followed by whitespace. | 54 | |
| Expected @throws tag for 'ClassNotFoundException'. | 55 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '?' is not preceded with whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| '?' is not followed by whitespace. | 56 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '?' is not preceded with whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| '?' is not followed by whitespace. | 56 | |
| '>' is not followed by whitespace. | 56 | |
| '<' is not preceded with whitespace. | 69 | |
| '<' is not followed by whitespace. | 69 | |
| '?' is not preceded with whitespace. | 69 | |
| '>' is not preceded with whitespace. | 69 | |
| '?' is not followed by whitespace. | 69 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 20 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| First sentence should end with a period. | 16 | |
| Missing a Javadoc comment. | 21 | |
| 'message' hides a field. | 21 | |
| First sentence should end with a period. | 27 | |
| Expected an @return tag. | 30 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 13 | |
| 'message' hides a field. | 13 | |
| 'action' hides a field. | 13 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 22 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Line contains a tab character. | 16 | |
| First sentence should end with a period. | 17 | |
| Line contains a tab character. | 17 | |
| Missing a Javadoc comment. | 22 | |
| 'message' hides a field. | 22 | |
| First sentence should end with a period. | 27 | |
| Expected an @return tag. | 30 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| 'value' hides a field. | 31 | |
| 'value' hides a field. | 42 | |
| 'colspan' hides a field. | 42 | |
| 'rowspan' hides a field. | 42 | |
| Definition of 'equals()' without corresponding definition of 'hashCode()'. | 108 |
| Violation | Message | Line |
|---|---|---|
| Wrong order for 'net.sourceforge.jwebunit.api.IElement' import. | 20 | |
| Redundant import from the same package - net.sourceforge.jwebunit.api.IElement. | 20 | |
| Redundant throws: 'TestingEngineResponseException' is unchecked exception. | 38 | |
| Redundant throws: 'TestingEngineResponseException' is unchecked exception. | 60 | |
| '<' is not preceded with whitespace. | 81 | |
| '<' is not followed by whitespace. | 81 | |
| '?' is not preceded with whitespace. | 81 | |
| '>' is not preceded with whitespace. | 81 | |
| '?' is not followed by whitespace. | 81 | |
| Unclosed HTML tag found: <INPUT type="reset"> | 241 | |
| Expected an @return tag. | 269 | |
| Expected an @return tag. | 279 | |
| Expected an @return tag. | 288 | |
| Expected an @return tag. | 299 | |
| Expected an @return tag. | 308 | |
| Expected an @return tag. | 319 | |
| Expected an @return tag. | 463 | |
| Expected an @return tag. | 476 | |
| Expected an @return tag. | 489 | |
| Expected an @return tag. | 503 | |
| Expected an @return tag. | 552 | |
| Expected an @return tag. | 564 | |
| Expected an @return tag. | 663 | |
| Line is longer than 120 characters. | 666 | |
| Expected an @return tag. | 671 | |
| Expected @throws tag for 'TestingEngineResponseException'. | 672 | |
| Redundant throws: 'TestingEngineResponseException' is unchecked exception. | 672 | |
| Line is longer than 120 characters. | 683 | |
| Expected an @return tag. | 697 | |
| Expected an @return tag. | 708 | |
| Unclosed HTML tag found: <tt>"images/my_icon.png"<tt>, you could just pass in | 714 | |
| Expected an @return tag. | 720 | |
| Expected an @return tag. | 727 | |
| Expected an @return tag. | 803 | |
| Line contains a tab character. | 854 | |
| Line contains a tab character. | 855 | |
| Line contains a tab character. | 856 | |
| Line contains a tab character. | 857 | |
| Line contains a tab character. | 858 | |
| Line contains a tab character. | 859 | |
| Line contains a tab character. | 860 | |
| Line contains a tab character. | 861 | |
| Line contains a tab character. | 862 | |
| Line contains a tab character. | 863 | |
| Line contains a tab character. | 864 | |
| Line contains a tab character. | 865 | |
| Line contains a tab character. | 866 | |
| Line contains a tab character. | 867 | |
| Line contains a tab character. | 868 | |
| Line contains a tab character. | 869 | |
| Line contains a tab character. | 870 | |
| Line contains a tab character. | 871 | |
| Line contains a tab character. | 872 | |
| Line contains a tab character. | 873 | |
| Line contains a tab character. | 874 | |
| Line contains a tab character. | 875 | |
| Line contains a tab character. | 876 | |
| Line contains a tab character. | 877 | |
| Line contains a tab character. | 878 | |
| '<' is not preceded with whitespace. | 878 | |
| '<' is not followed by whitespace. | 878 | |
| '>' is not preceded with whitespace. | 878 | |
| Line contains a tab character. | 880 | |
| Line contains a tab character. | 881 | |
| Line contains a tab character. | 882 | |
| Line contains a tab character. | 883 | |
| Line contains a tab character. | 884 | |
| Line contains a tab character. | 885 | |
| Line contains a tab character. | 886 | |
| Line contains a tab character. | 887 | |
| Line contains a tab character. | 888 | |
| Line contains a tab character. | 889 | |
| Line contains a tab character. | 890 | |
| Line contains a tab character. | 891 | |
| Line contains a tab character. | 892 | |
| Line contains a tab character. | 893 | |
| Line contains a tab character. | 894 | |
| Line contains a tab character. | 895 | |
| Line contains a tab character. | 896 | |
| Line contains a tab character. | 897 | |
| Line contains a tab character. | 898 | |
| Line contains a tab character. | 899 | |
| Line contains a tab character. | 900 | |
| '<' is not preceded with whitespace. | 900 | |
| '<' is not followed by whitespace. | 900 | |
| ',' is not followed by whitespace. | 900 | |
| '>' is not preceded with whitespace. | 900 | |
| Line contains a tab character. | 901 | |
| Line contains a tab character. | 902 | |
| Line contains a tab character. | 903 | |
| Line contains a tab character. | 904 | |
| Line contains a tab character. | 905 | |
| Line contains a tab character. | 906 | |
| Line contains a tab character. | 907 | |
| Line contains a tab character. | 908 | |
| Redundant 'public' modifier. | 908 | |
| Expected @param tag for 'ignore'. | 908 | |
| Line contains a tab character. | 909 | |
| Expected an @return tag. | 913 | |
| Redundant 'public' modifier. | 913 | |
| '<' is not preceded with whitespace. | 913 | |
| '<' is not followed by whitespace. | 913 | |
| '>' is not preceded with whitespace. | 913 | |
| Redundant 'public' modifier. | 922 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 11 | |
| 'message' hides a field. | 11 | |
| Missing a Javadoc comment. | 15 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| First sentence should end with a period. | 17 | |
| Missing a Javadoc comment. | 22 | |
| 'message' hides a field. | 22 | |
| First sentence should end with a period. | 27 | |
| Expected an @return tag. | 30 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| First sentence should end with a period. | 16 | |
| Missing a Javadoc comment. | 21 | |
| 'message' hides a field. | 21 | |
| First sentence should end with a period. | 27 | |
| Expected an @return tag. | 30 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| First sentence should end with a period. | 17 | |
| Missing a Javadoc comment. | 22 | |
| 'message' hides a field. | 22 | |
| First sentence should end with a period. | 27 | |
| Expected an @return tag. | 30 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 63 | |
| 'if' construct must use '{}'s. | 66 | |
| Missing a Javadoc comment. | 72 | |
| 'if' construct must use '{}'s. | 75 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 90 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| First sentence should end with a period. | 16 | |
| Missing a Javadoc comment. | 21 | |
| 'message' hides a field. | 21 | |
| First sentence should end with a period. | 27 | |
| Expected an @return tag. | 30 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 77 | |
| 'if' construct must use '{}'s. | 80 | |
| Missing a Javadoc comment. | 86 | |
| 'if' construct must use '{}'s. | 89 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 104 | |
| 'if' construct must use '{}'s. | 106 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 124 | |
| 'if' construct must use '{}'s. | 126 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Line contains a tab character. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 21 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Wrong order for 'java.net.MalformedURLException' import. | 9 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| '>' is not followed by whitespace. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 57 | |
| '<' is not preceded with whitespace. | 63 | |
| '<' is not followed by whitespace. | 63 | |
| '>' is not preceded with whitespace. | 63 | |
| '>' is not followed by whitespace. | 63 | |
| 'user' hides a field. | 88 | |
| 'passwd' hides a field. | 88 | |
| 'user' hides a field. | 100 | |
| 'passwd' hides a field. | 100 | |
| 'domain' hides a field. | 100 | |
| Expected @param tag for 'domain'. | 100 | |
| 'user' hides a field. | 115 | |
| 'passwd' hides a field. | 115 | |
| Line is longer than 120 characters. | 130 | |
| 'domain' hides a field. | 132 | |
| 'domain' hides a field. | 146 | |
| Expected an @return tag. | 164 | |
| Expected an @return tag. | 171 | |
| Expected an @return tag. | 178 | |
| Expected an @return tag. | 185 | |
| Expected an @return tag. | 192 | |
| Expected an @return tag. | 199 | |
| Expected an @return tag. | 206 | |
| Expected an @return tag. | 213 | |
| '<' is not preceded with whitespace. | 213 | |
| '<' is not followed by whitespace. | 213 | |
| '>' is not preceded with whitespace. | 213 | |
| Missing a Javadoc comment. | 217 | |
| Missing a Javadoc comment. | 221 | |
| 'userAgent' hides a field. | 221 | |
| Missing a Javadoc comment. | 225 | |
| Expected an @return tag. | 233 | |
| 'locale' hides a field. | 240 | |
| Expected @param tag for 'locale'. | 240 | |
| Expected an @return tag. | 256 | |
| First sentence should end with a period. | 260 | |
| Expected an @return tag. | 263 | |
| First sentence should end with a period. | 267 | |
| Expected an @return tag. | 270 | |
| First sentence should end with a period. | 274 | |
| Expected an @return tag. | 277 | |
| First sentence should end with a period. | 281 | |
| Expected an @return tag. | 284 | |
| Expected an @return tag. | 291 | |
| Avoid inline conditionals. | 302 | |
| Unused @param tag for 'name'. | 336 | |
| Unused @param tag for 'value'. | 337 | |
| Expected an @return tag. | 339 | |
| '<' is not preceded with whitespace. | 339 | |
| '<' is not followed by whitespace. | 339 | |
| '>' is not preceded with whitespace. | 339 | |
| '<' is not preceded with whitespace. | 348 | |
| '<' is not followed by whitespace. | 348 | |
| '>' is not preceded with whitespace. | 348 | |
| '>' is not followed by whitespace. | 348 |