Checkstyle Results
The following document contains the results of Checkstyle.
Files
Details
org/dishevelled/matrix/BitMatrix1D.java
Violation | Message | Line |
---|---|---|
'37' is a magic number. | 459 | |
'17' is a magic number. | 460 | |
'32' is a magic number. | 460 | |
'17' is a magic number. | 461 |
org/dishevelled/matrix/BitMatrix2D.java
Violation | Message | Line |
---|---|---|
'37' is a magic number. | 579 | |
'17' is a magic number. | 580 | |
'32' is a magic number. | 580 | |
'17' is a magic number. | 581 | |
'32' is a magic number. | 581 | |
'17' is a magic number. | 582 | |
'32' is a magic number. | 582 | |
'17' is a magic number. | 583 |
org/dishevelled/matrix/BitMatrix3D.java
Violation | Message | Line |
---|---|---|
'37' is a magic number. | 690 | |
'17' is a magic number. | 691 | |
'32' is a magic number. | 691 | |
'17' is a magic number. | 692 | |
'32' is a magic number. | 692 | |
'17' is a magic number. | 693 | |
'32' is a magic number. | 693 | |
'17' is a magic number. | 694 | |
'32' is a magic number. | 694 | |
'17' is a magic number. | 695 |
org/dishevelled/matrix/impl/AbstractMatrix1D.java
Violation | Message | Line |
---|---|---|
Variable 'size' must be private and have accessor methods. | 49 | |
Variable 'zero' must be private and have accessor methods. | 52 | |
Variable 'stride' must be private and have accessor methods. | 55 | |
Variable 'isView' must be private and have accessor methods. | 58 |
org/dishevelled/matrix/impl/AbstractMatrix2D.java
Violation | Message | Line |
---|---|---|
Variable 'rows' must be private and have accessor methods. | 50 | |
Variable 'columns' must be private and have accessor methods. | 53 | |
Variable 'rowZero' must be private and have accessor methods. | 56 | |
Variable 'columnZero' must be private and have accessor methods. | 59 | |
Variable 'rowStride' must be private and have accessor methods. | 62 | |
Variable 'columnStride' must be private and have accessor methods. | 65 | |
Variable 'isView' must be private and have accessor methods. | 68 |
org/dishevelled/matrix/impl/AbstractMatrix3D.java
Violation | Message | Line |
---|---|---|
Variable 'slices' must be private and have accessor methods. | 50 | |
Variable 'rows' must be private and have accessor methods. | 53 | |
Variable 'columns' must be private and have accessor methods. | 56 | |
Variable 'sliceZero' must be private and have accessor methods. | 59 | |
Variable 'rowZero' must be private and have accessor methods. | 62 | |
Variable 'columnZero' must be private and have accessor methods. | 65 | |
Variable 'sliceStride' must be private and have accessor methods. | 68 | |
Variable 'rowStride' must be private and have accessor methods. | 71 | |
Variable 'columnStride' must be private and have accessor methods. | 74 | |
Variable 'isView' must be private and have accessor methods. | 77 | |
More than 7 parameters. | 129 | |
'3' is a magic number. | 485 | |
'3' is a magic number. | 494 |