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. | 460 | |
| '17' is a magic number. | 461 | |
| '32' is a magic number. | 461 | |
| '17' is a magic number. | 462 |
org/dishevelled/matrix/BitMatrix2D.java
| Violation | Message | Line |
|---|---|---|
| '37' 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 | |
| '32' is a magic number. | 583 | |
| '17' is a magic number. | 584 |
org/dishevelled/matrix/BitMatrix3D.java
| Violation | Message | Line |
|---|---|---|
| '37' 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 | |
| '32' is a magic number. | 695 | |
| '17' is a magic number. | 696 |
org/dishevelled/matrix/impl/AbstractMatrix1D.java
| Violation | Message | Line |
|---|---|---|
| Variable 'size' must be private and have accessor methods. | 50 | |
| Variable 'zero' must be private and have accessor methods. | 53 | |
| Variable 'stride' must be private and have accessor methods. | 56 | |
| Variable 'isView' must be private and have accessor methods. | 59 |
org/dishevelled/matrix/impl/AbstractMatrix2D.java
| Violation | Message | Line |
|---|---|---|
| Variable 'rows' must be private and have accessor methods. | 51 | |
| Variable 'columns' must be private and have accessor methods. | 54 | |
| Variable 'rowZero' must be private and have accessor methods. | 57 | |
| Variable 'columnZero' must be private and have accessor methods. | 60 | |
| Variable 'rowStride' must be private and have accessor methods. | 63 | |
| Variable 'columnStride' must be private and have accessor methods. | 66 | |
| Variable 'isView' must be private and have accessor methods. | 69 |
org/dishevelled/matrix/impl/AbstractMatrix3D.java
| Violation | Message | Line |
|---|---|---|
| Variable 'slices' must be private and have accessor methods. | 51 | |
| Variable 'rows' must be private and have accessor methods. | 54 | |
| Variable 'columns' must be private and have accessor methods. | 57 | |
| Variable 'sliceZero' must be private and have accessor methods. | 60 | |
| Variable 'rowZero' must be private and have accessor methods. | 63 | |
| Variable 'columnZero' must be private and have accessor methods. | 66 | |
| Variable 'sliceStride' must be private and have accessor methods. | 69 | |
| Variable 'rowStride' must be private and have accessor methods. | 72 | |
| Variable 'columnStride' must be private and have accessor methods. | 75 | |
| Variable 'isView' must be private and have accessor methods. | 78 | |
| More than 7 parameters. | 130 | |
| '3' is a magic number. | 486 | |
| '3' is a magic number. | 495 |