The following document contains the results of Checkstyle
.
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 63 | 0 | 0 | 814 |
| Rules | Violations | Severity |
|---|---|---|
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
JavadocMethod
|
118 | |
| JavadocType | 5 | |
JavadocVariable
|
0 | |
| JavadocStyle | 8 | |
| ConstantName | 2 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 58 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 3 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 1 | |
| MethodLength | 2 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 2 | |
NoWhitespaceAfter
|
0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 11 | |
| TypecastParenPad | 0 | |
| TabCharacter | 460 | |
WhitespaceAfter
|
0 | |
| WhitespaceAround | 38 | |
| ModifierOrder | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 3 | |
| LeftCurly | 2 | |
| RightCurly | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
|
1 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 14 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
84 | |
| ArrayTypeStyle | 2 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| File length is 2,518 lines (max allowed is 2,000). | 1 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Name 'verify_input_fifo' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 28 | |
| Variable 'data' must be private and have accessor methods. | 29 | |
| Variable 'size' must be private and have accessor methods. | 30 | |
| Variable 'tail' must be private and have accessor methods. | 31 | |
| Missing a Javadoc comment. | 34 | |
| Name 'verify_output' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 34 | |
| Variable 'data' must be private and have accessor methods. | 35 | |
| Variable 'capacity' must be private and have accessor methods. | 36 | |
| Variable 'bytes' must be private and have accessor methods. | 37 | |
| First sentence should end with a period. | 102 | |
| First sentence should end with a period. | 128 | |
| Name 'input_capacity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| Variable 'input_capacity' must be private and have accessor methods. | 134 | |
| Name 'integer_signal' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| Variable 'integer_signal' must be private and have accessor methods. | 135 | |
| Name 'integer_signal_mid_side' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| Variable 'integer_signal_mid_side' must be private and have accessor methods. | 136 | |
| Name 'real_signal' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 | |
| Variable 'real_signal' must be private and have accessor methods. | 137 | |
| Name 'real_signal_mid_side' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| Variable 'real_signal_mid_side' must be private and have accessor methods. | 138 | |
| Name 'subframe_bps' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 | |
| Variable 'subframe_bps' must be private and have accessor methods. | 139 | |
| Name 'subframe_bps_mid_side' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| Variable 'subframe_bps_mid_side' must be private and have accessor methods. | 140 | |
| Name 'residual_workspace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| Variable 'residual_workspace' must be private and have accessor methods. | 141 | |
| Name 'residual_workspace_mid_side' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| Variable 'residual_workspace_mid_side' must be private and have accessor methods. | 142 | |
| Name 'partitioned_rice_contents_workspace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| Variable 'partitioned_rice_contents_workspace' must be private and have accessor methods. | 147 | |
| Name 'partitioned_rice_contents_workspace_mid_side' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 | |
| Variable 'partitioned_rice_contents_workspace_mid_side' must be private and have accessor methods. | 148 | |
| Name 'partitioned_rice_contents_workspace_ptr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 | |
| Variable 'partitioned_rice_contents_workspace_ptr' must be private and have accessor methods. | 149 | |
| Name 'partitioned_rice_contents_workspace_ptr_mid_side' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 | |
| Variable 'partitioned_rice_contents_workspace_ptr_mid_side' must be private and have accessor methods. | 150 | |
| Name 'best_subframe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 | |
| Variable 'best_subframe' must be private and have accessor methods. | 151 | |
| Name 'best_subframe_mid_side' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 | |
| Variable 'best_subframe_mid_side' must be private and have accessor methods. | 152 | |
| Name 'best_subframe_bits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 | |
| Variable 'best_subframe_bits' must be private and have accessor methods. | 153 | |
| Name 'best_subframe_bits_mid_side' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 | |
| Variable 'best_subframe_bits_mid_side' must be private and have accessor methods. | 154 | |
| Variable 'frame' must be private and have accessor methods. | 158 | |
| Name 'loose_mid_side_stereo_frames_exact' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| Variable 'loose_mid_side_stereo_frames_exact' must be private and have accessor methods. | 159 | |
| Name 'loose_mid_side_stereo_frames' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 | |
| Variable 'loose_mid_side_stereo_frames' must be private and have accessor methods. | 160 | |
| Name 'loose_mid_side_stereo_frame_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 | |
| Variable 'loose_mid_side_stereo_frame_count' must be private and have accessor methods. | 161 | |
| Name 'last_channel_assignment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 | |
| Variable 'last_channel_assignment' must be private and have accessor methods. | 162 | |
| Name 'current_sample_number' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 | |
| Variable 'current_sample_number' must be private and have accessor methods. | 164 | |
| Name 'current_frame_number' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| Variable 'current_frame_number' must be private and have accessor methods. | 165 | |
| Name 'use_wide_by_block' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
| Variable 'use_wide_by_block' must be private and have accessor methods. | 173 | |
| Name 'use_wide_by_partition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| Variable 'use_wide_by_partition' must be private and have accessor methods. | 174 | |
| Name 'use_wide_by_order' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 | |
| Variable 'use_wide_by_order' must be private and have accessor methods. | 175 | |
| Name 'precompute_partition_sums' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 | |
| Variable 'precompute_partition_sums' must be private and have accessor methods. | 176 | |
| Name 'disable_constant_subframes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
| Variable 'disable_constant_subframes' must be private and have accessor methods. | 177 | |
| Name 'disable_fixed_subframes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 | |
| Variable 'disable_fixed_subframes' must be private and have accessor methods. | 178 | |
| Name 'disable_verbatim_subframes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 | |
| Variable 'disable_verbatim_subframes' must be private and have accessor methods. | 179 | |
| Name 'integer_signal_unaligned' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 184 | |
| Variable 'integer_signal_unaligned' must be private and have accessor methods. | 184 | |
| Name 'integer_signal_mid_side_unaligned' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 | |
| Variable 'integer_signal_mid_side_unaligned' must be private and have accessor methods. | 185 | |
| Name 'real_signal_unaligned' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 186 | |
| Variable 'real_signal_unaligned' must be private and have accessor methods. | 186 | |
| Name 'real_signal_mid_side_unaligned' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 | |
| Variable 'real_signal_mid_side_unaligned' must be private and have accessor methods. | 187 | |
| Name 'residual_workspace_unaligned' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 | |
| Variable 'residual_workspace_unaligned' must be private and have accessor methods. | 188 | |
| Name 'residual_workspace_mid_side_unaligned' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| Variable 'residual_workspace_mid_side_unaligned' must be private and have accessor methods. | 189 | |
| Name 'partitioned_rice_contents_extra' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 | |
| Variable 'partitioned_rice_contents_extra' must be private and have accessor methods. | 198 | |
| Missing a Javadoc comment. | 202 | |
| Variable 'decoder' must be private and have accessor methods. | 203 | |
| Name 'state_hint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 | |
| Variable 'state_hint' must be private and have accessor methods. | 204 | |
| Name 'needs_magic_hack' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 | |
| Variable 'needs_magic_hack' must be private and have accessor methods. | 205 | |
| Name 'input_fifo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 | |
| Variable 'input_fifo' must be private and have accessor methods. | 206 | |
| Variable 'output' must be private and have accessor methods. | 207 | |
| Missing a Javadoc comment. | 208 | |
| Name 'error_stats' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 208 | |
| Name 'absolute_sample' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 | |
| Variable 'absolute_sample' must be private and have accessor methods. | 209 | |
| Name 'frame_number' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 | |
| Variable 'frame_number' must be private and have accessor methods. | 210 | |
| Variable 'channel' must be private and have accessor methods. | 211 | |
| Variable 'sample' must be private and have accessor methods. | 212 | |
| Variable 'expected' must be private and have accessor methods. | 213 | |
| Variable 'got' must be private and have accessor methods. | 214 | |
| Name 'is_being_deleted' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 | |
| Variable 'is_being_deleted' must be private and have accessor methods. | 218 | |
| Variable 'state' must be private and have accessor methods. | 221 | |
| Variable 'verify' must be private and have accessor methods. | 222 | |
| Name 'streamable_subset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 223 | |
| Variable 'streamable_subset' must be private and have accessor methods. | 223 | |
| Name 'do_mid_side_stereo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
| Variable 'do_mid_side_stereo' must be private and have accessor methods. | 224 | |
| Name 'loose_mid_side_stereo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 225 | |
| Variable 'loose_mid_side_stereo' must be private and have accessor methods. | 225 | |
| Variable 'channels' must be private and have accessor methods. | 226 | |
| Name 'bits_per_sample' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 227 | |
| Variable 'bits_per_sample' must be private and have accessor methods. | 227 | |
| Name 'sample_rate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 | |
| Variable 'sample_rate' must be private and have accessor methods. | 228 | |
| Variable 'blocksize' must be private and have accessor methods. | 229 | |
| Name 'max_lpc_order' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 | |
| Variable 'max_lpc_order' must be private and have accessor methods. | 230 | |
| Name 'qlp_coeff_precision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 | |
| Variable 'qlp_coeff_precision' must be private and have accessor methods. | 231 | |
| Name 'do_qlp_coeff_prec_search' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 232 | |
| Variable 'do_qlp_coeff_prec_search' must be private and have accessor methods. | 232 | |
| Name 'do_exhaustive_model_search' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 | |
| Variable 'do_exhaustive_model_search' must be private and have accessor methods. | 233 | |
| Name 'do_escape_coding' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 | |
| Variable 'do_escape_coding' must be private and have accessor methods. | 234 | |
| Name 'min_residual_partition_order' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 235 | |
| Variable 'min_residual_partition_order' must be private and have accessor methods. | 235 | |
| Name 'max_residual_partition_order' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 | |
| Variable 'max_residual_partition_order' must be private and have accessor methods. | 236 | |
| Name 'rice_parameter_search_dist' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 | |
| Variable 'rice_parameter_search_dist' must be private and have accessor methods. | 237 | |
| Name 'total_samples_estimate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 | |
| Variable 'total_samples_estimate' must be private and have accessor methods. | 238 | |
| Name 'num_metadata_blocks' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 240 | |
| Variable 'num_metadata_blocks' must be private and have accessor methods. | 240 | |
| First sentence should end with a period. | 244 | |
| Name 'StreamEncoderStateString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 250 | |
| Array brackets at illegal position. | 250 | |
| Name 'StreamEncoderWriteStatusString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 275 | |
| Array brackets at illegal position. | 275 | |
| First sentence should end with a period. | 280 | |
| Missing a Javadoc comment. | 750 | |
| Missing a Javadoc comment. | 755 | |
| Missing a Javadoc comment. | 760 | |
| Missing a Javadoc comment. | 765 | |
| Missing a Javadoc comment. | 770 | |
| Missing a Javadoc comment. | 775 | |
| Missing a Javadoc comment. | 780 | |
| Missing a Javadoc comment. | 785 | |
| Missing a Javadoc comment. | 790 | |
| Missing a Javadoc comment. | 795 | |
| Missing a Javadoc comment. | 800 | |
| Missing a Javadoc comment. | 805 | |
| Missing a Javadoc comment. | 810 | |
| Missing a Javadoc comment. | 815 | |
| Missing a Javadoc comment. | 820 | |
| Missing a Javadoc comment. | 872 | |
| Missing a Javadoc comment. | 877 | |
| Missing a Javadoc comment. | 882 | |
| Missing a Javadoc comment. | 887 | |
| Missing a Javadoc comment. | 929 | |
| Missing a Javadoc comment. | 933 | |
| Missing a Javadoc comment. | 937 | |
| Missing a Javadoc comment. | 941 | |
| Missing a Javadoc comment. | 945 | |
| Missing a Javadoc comment. | 949 | |
| Missing a Javadoc comment. | 953 | |
| Missing a Javadoc comment. | 957 | |
| Missing a Javadoc comment. | 961 | |
| Missing a Javadoc comment. | 965 | |
| Missing a Javadoc comment. | 969 | |
| Missing a Javadoc comment. | 973 | |
| Missing a Javadoc comment. | 977 | |
| Missing a Javadoc comment. | 981 | |
| Missing a Javadoc comment. | 985 | |
| Missing a Javadoc comment. | 989 | |
| Missing a Javadoc comment. | 993 | |
| First sentence should end with a period. | 1117 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 243 | |
| Line contains a tab character. | 244 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 246 | |
| Line contains a tab character. | 258 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 267 | |
| Line contains a tab character. | 268 | |
| '+' is not preceded with whitespace. | 268 | |
| '+' is not followed by whitespace. | 268 | |
| Line contains a tab character. | 269 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 86 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'len'. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 116 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'qlpCoeff'. | 214 | |
| Expected @param tag for 'lpQuantization'. | 214 | |
| Expected @param tag for 'qlpCoeff'. | 240 | |
| Expected @param tag for 'lpQuantization'. | 240 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| First sentence should end with a period. | 53 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| 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 | |
| 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. | 68 | |
| Line contains a tab character. | 69 | |
| 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 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| 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 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 130 |
| Violation | Message | Line |
|---|---|---|
| Method length is 194 lines (max allowed is 150). | 424 | |
| Inner assignments should be avoided. | 436 | |
| Inner assignments should be avoided. | 522 |
| Violation | Message | Line |
|---|---|---|
| Variable 'blockSize' must be private and have accessor methods. | 38 | |
| Variable 'sampleRate' must be private and have accessor methods. | 40 | |
| Variable 'channels' must be private and have accessor methods. | 42 | |
| Variable 'channelAssignment' must be private and have accessor methods. | 44 | |
| Variable 'bitsPerSample' must be private and have accessor methods. | 46 | |
| Variable 'frameNumber' must be private and have accessor methods. | 52 | |
| Variable 'sampleNumber' must be private and have accessor methods. | 57 | |
| Method length is 211 lines (max allowed is 150). | 74 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 53 | |
| Missing a Javadoc comment. | 53 | |
| '(' is preceded with whitespace. | 53 | |
| Line contains a tab character. | 54 | |
| '{' should be on the previous line. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Must have at least one statement. | 71 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 117 | |
| Missing a Javadoc comment. | 117 | |
| '(' is preceded with whitespace. | 117 | |
| Line contains a tab character. | 118 | |
| '{' should be on the previous line. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 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 | |
| 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 | |
| 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. | 44 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 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 | |
| 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. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Expected an @return tag. | 62 | |
| 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 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Expected an @return tag. | 75 | |
| Line contains a tab character. | 75 | |
| Expected @param tag for 'key'. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 45 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| First sentence should end with a period. | 48 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 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 | |
| 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 | |
| Line contains a tab character. | 69 | |
| 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 | |
| Line contains a tab character. | 76 | |
| 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 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| '+' is not preceded with whitespace. | 139 | |
| '+' is not followed by whitespace. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| '+' is not preceded with whitespace. | 149 | |
| '+' is not followed by whitespace. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| '+' is not preceded with whitespace. | 157 | |
| '+' is not followed by whitespace. | 157 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 185 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| '+' is not preceded with whitespace. | 200 | |
| '+' is not followed by whitespace. | 200 | |
| '+' is not preceded with whitespace. | 200 | |
| '+' is not followed by whitespace. | 200 | |
| '+' is not preceded with whitespace. | 200 | |
| '+' is not followed by whitespace. | 200 | |
| Line contains a tab character. | 201 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| Line contains a tab character. | 216 | |
| Line contains a tab character. | 217 | |
| Line contains a tab character. | 218 | |
| '+' is not preceded with whitespace. | 218 | |
| '+' is not followed by whitespace. | 218 | |
| '+' is not preceded with whitespace. | 218 | |
| '+' is not followed by whitespace. | 218 | |
| '+' is not preceded with whitespace. | 218 | |
| '+' is not followed by whitespace. | 218 | |
| Line contains a tab character. | 219 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| Line contains a tab character. | 222 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 224 | |
| Line contains a tab character. | 225 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 228 | |
| Line contains a tab character. | 229 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 231 | |
| '+' is not preceded with whitespace. | 231 | |
| '+' is not followed by whitespace. | 231 | |
| '+' is not preceded with whitespace. | 231 | |
| '+' is not followed by whitespace. | 231 | |
| '+' is not preceded with whitespace. | 231 | |
| '+' is not followed by whitespace. | 231 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 233 | |
| Line contains a tab character. | 234 | |
| Line contains a tab character. | 235 | |
| Line contains a tab character. | 236 | |
| Line contains a tab character. | 238 | |
| Line contains a tab character. | 239 | |
| Line contains a tab character. | 240 | |
| Line contains a tab character. | 241 | |
| Line contains a tab character. | 242 | |
| Line contains a tab character. | 243 | |
| Line contains a tab character. | 244 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 246 | |
| Line contains a tab character. | 247 | |
| Line contains a tab character. | 248 | |
| Line contains a tab character. | 249 | |
| Line contains a tab character. | 250 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| Line contains a tab character. | 256 | |
| Line contains a tab character. | 257 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 262 | |
| Line contains a tab character. | 263 | |
| Line contains a tab character. | 264 | |
| Line contains a tab character. | 265 | |
| Line contains a tab character. | 266 | |
| Line contains a tab character. | 267 | |
| Line contains a tab character. | 268 | |
| Line contains a tab character. | 269 | |
| Line contains a tab character. | 270 | |
| Line contains a tab character. | 271 | |
| Line contains a tab character. | 272 | |
| Line contains a tab character. | 273 | |
| Line contains a tab character. | 274 | |
| Line contains a tab character. | 275 | |
| Line contains a tab character. | 276 | |
| Line contains a tab character. | 277 | |
| Line contains a tab character. | 278 | |
| Line contains a tab character. | 279 | |
| Line contains a tab character. | 280 | |
| Line contains a tab character. | 281 | |
| Line contains a tab character. | 282 | |
| Line contains a tab character. | 283 | |
| Line contains a tab character. | 284 | |
| Line contains a tab character. | 285 | |
| Line contains a tab character. | 286 | |
| Line contains a tab character. | 287 | |
| Line contains a tab character. | 288 | |
| Line contains a tab character. | 289 | |
| Line contains a tab character. | 290 | |
| Line contains a tab character. | 291 | |
| Line contains a tab character. | 293 | |
| Line contains a tab character. | 294 | |
| Line contains a tab character. | 295 | |
| 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 | |
| Line contains a tab character. | 302 | |
| Line contains a tab character. | 303 | |
| Line contains a tab character. | 304 | |
| Line contains a tab character. | 305 |
| Violation | Message | Line |
|---|---|---|
| '*' is not preceded with whitespace. | 66 | |
| '*' is not followed by whitespace. | 66 | |
| Must have at least one statement. | 78 | |
| '{' is not followed by whitespace. | 78 | |
| '}' is not preceded with whitespace. | 78 | |
| '*' is not preceded with whitespace. | 102 | |
| '*' is not followed by whitespace. | 102 |
| Violation | Message | Line |
|---|---|---|
| Must have at least one statement. | 156 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| ')' is preceded with whitespace. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 605 | |
| Line contains a tab character. | 606 | |
| Line contains a tab character. | 607 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 51 |
| Violation | Message | Line |
|---|---|---|
| Inner assignments should be avoided. | 79 | |
| Inner assignments should be avoided. | 85 | |
| Inner assignments should be avoided. | 91 | |
| Inner assignments should be avoided. | 98 | |
| Inner assignments should be avoided. | 107 | |
| Inner assignments should be avoided. | 115 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 80 |
| Violation | Message | Line |
|---|---|---|
| Inner assignments should be avoided. | 164 | |
| Inner assignments should be avoided. | 170 | |
| Inner assignments should be avoided. | 177 | |
| Inner assignments should be avoided. | 184 | |
| Inner assignments should be avoided. | 194 | |
| Inner assignments should be avoided. | 202 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Missing a Javadoc comment. | 77 | |
| '(' is followed by whitespace. | 77 | |
| ')' is preceded with whitespace. | 77 | |
| ')' is preceded with whitespace. | 78 | |
| 'for' is not followed by whitespace. | 80 | |
| '(' is followed by whitespace. | 80 | |
| '=' is not preceded with whitespace. | 80 | |
| '=' is not followed by whitespace. | 80 | |
| ')' is preceded with whitespace. | 80 | |
| ')' is preceded with whitespace. | 83 | |
| 'if' is not followed by whitespace. | 84 | |
| '(' is followed by whitespace. | 84 | |
| ')' is preceded with whitespace. | 84 | |
| '(' is followed by whitespace. | 85 | |
| '+' is not preceded with whitespace. | 85 | |
| '+' is not followed by whitespace. | 85 | |
| ')' is preceded with whitespace. | 85 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 38 | |
| Expected @param tag for 'data'. | 38 | |
| Expected @param tag for 'dataLen'. | 38 | |
| Expected @param tag for 'residualBitsPerSample'. | 38 | |
| Expected an @return tag. | 98 | |
| Expected @param tag for 'data'. | 98 | |
| Expected @param tag for 'dataLen'. | 98 | |
| Expected @param tag for 'residualBitsPerSample'. | 98 | |
| Expected @param tag for 'data'. | 163 | |
| Expected @param tag for 'dataLen'. | 163 | |
| Expected @param tag for 'order'. | 163 | |
| Expected @param tag for 'residual'. | 163 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'arg0'. | 45 | |
| Expected @throws tag for 'IOException'. | 45 | |
| Expected @param tag for 'arg0'. | 52 | |
| Expected @throws tag for 'IOException'. | 52 | |
| Expected @param tag for 'arg0'. | 59 | |
| Expected @throws tag for 'IOException'. | 59 | |
| Expected @param tag for 'arg0'. | 66 | |
| Expected @throws tag for 'IOException'. | 66 | |
| Expected @param tag for 'arg0'. | 73 | |
| Expected @throws tag for 'IOException'. | 73 | |
| Expected @param tag for 'arg0'. | 80 | |
| Expected @throws tag for 'IOException'. | 80 | |
| Expected @param tag for 'arg0'. | 90 | |
| Expected @throws tag for 'IOException'. | 90 | |
| Expected @param tag for 'arg0'. | 98 | |
| Expected @throws tag for 'IOException'. | 98 | |
| Expected @param tag for 'arg0'. | 112 | |
| Expected @throws tag for 'IOException'. | 112 | |
| Expected @param tag for 'arg0'. | 119 | |
| Expected @throws tag for 'IOException'. | 119 | |
| Expected @param tag for 'arg0'. | 126 | |
| Expected @param tag for 'arg1'. | 126 | |
| Expected @param tag for 'arg2'. | 126 | |
| Expected @throws tag for 'IOException'. | 126 | |
| Expected @param tag for 'arg0'. | 133 | |
| Expected @throws tag for 'IOException'. | 133 | |
| Expected @param tag for 'arg0'. | 140 | |
| Expected @throws tag for 'IOException'. | 140 | |
| Expected @param tag for 'arg0'. | 147 | |
| Expected @throws tag for 'IOException'. | 147 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 52 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 280 | |
| Missing a Javadoc comment. | 332 | |
| Missing a Javadoc comment. | 336 | |
| Missing a Javadoc comment. | 376 | |
| Missing a Javadoc comment. | 384 | |
| Missing a Javadoc comment. | 391 | |
| Missing a Javadoc comment. | 402 | |
| Missing a Javadoc comment. | 451 | |
| 'totalBits' hides a field. | 452 | |
| Missing a Javadoc comment. | 480 | |
| Missing a Javadoc comment. | 511 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 60 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'arg0'. | 91 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 335 | |
| Line contains a tab character. | 336 | |
| Line contains a tab character. | 338 | |
| Line contains a tab character. | 339 | |
| Line contains a tab character. | 340 | |
| Line contains a tab character. | 341 | |
| Line contains a tab character. | 342 | |
| Line contains a tab character. | 343 | |
| Line contains a tab character. | 344 | |
| Line contains a tab character. | 346 | |
| Line contains a tab character. | 347 | |
| Line contains a tab character. | 348 | |
| Line contains a tab character. | 349 | |
| Line contains a tab character. | 350 | |
| Line contains a tab character. | 351 | |
| Line contains a tab character. | 352 | |
| Line contains a tab character. | 353 | |
| Line contains a tab character. | 354 | |
| Line contains a tab character. | 356 | |
| Line contains a tab character. | 358 | |
| Line contains a tab character. | 400 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'extension'. | 89 | |
| Expected @param tag for 'extension'. | 102 | |
| Expected @param tag for 'description'. | 102 | |
| Expected @param tag for 'filters'. | 117 | |
| Expected @param tag for 'filters'. | 129 | |
| Expected @param tag for 'description'. | 129 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 60 |
| Violation | Message | Line |
|---|---|---|
| Variable 'header' must be private and have accessor methods. | 31 | |
| Variable 'subframes' must be private and have accessor methods. | 34 | |
| Expected an @return tag. | 42 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 158 |