DVL1 dishevelled.org

Skip to: [content] [navigation]

dishevelled.org matrix 1.1-SNAPSHOT :: Downloads | Repository | Javadocs | Checkstyle | Test coverage | Changes

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
16 0 0 48

Details

org/dishevelled/matrix/BitMatrix1D.java

Violation Message Line
Errors '37' is a magic number. 459
Errors '17' is a magic number. 460
Errors '32' is a magic number. 460
Errors '17' is a magic number. 461

org/dishevelled/matrix/BitMatrix2D.java

Violation Message Line
Errors '37' is a magic number. 579
Errors '17' is a magic number. 580
Errors '32' is a magic number. 580
Errors '17' is a magic number. 581
Errors '32' is a magic number. 581
Errors '17' is a magic number. 582
Errors '32' is a magic number. 582
Errors '17' is a magic number. 583

org/dishevelled/matrix/BitMatrix3D.java

Violation Message Line
Errors '37' is a magic number. 690
Errors '17' is a magic number. 691
Errors '32' is a magic number. 691
Errors '17' is a magic number. 692
Errors '32' is a magic number. 692
Errors '17' is a magic number. 693
Errors '32' is a magic number. 693
Errors '17' is a magic number. 694
Errors '32' is a magic number. 694
Errors '17' is a magic number. 695

org/dishevelled/matrix/impl/AbstractMatrix1D.java

Violation Message Line
Errors Variable 'size' must be private and have accessor methods. 49
Errors Variable 'zero' must be private and have accessor methods. 52
Errors Variable 'stride' must be private and have accessor methods. 55
Errors Variable 'isView' must be private and have accessor methods. 58

org/dishevelled/matrix/impl/AbstractMatrix2D.java

Violation Message Line
Errors Variable 'rows' must be private and have accessor methods. 50
Errors Variable 'columns' must be private and have accessor methods. 53
Errors Variable 'rowZero' must be private and have accessor methods. 56
Errors Variable 'columnZero' must be private and have accessor methods. 59
Errors Variable 'rowStride' must be private and have accessor methods. 62
Errors Variable 'columnStride' must be private and have accessor methods. 65
Errors Variable 'isView' must be private and have accessor methods. 68

org/dishevelled/matrix/impl/AbstractMatrix3D.java

Violation Message Line
Errors Variable 'slices' must be private and have accessor methods. 50
Errors Variable 'rows' must be private and have accessor methods. 53
Errors Variable 'columns' must be private and have accessor methods. 56
Errors Variable 'sliceZero' must be private and have accessor methods. 59
Errors Variable 'rowZero' must be private and have accessor methods. 62
Errors Variable 'columnZero' must be private and have accessor methods. 65
Errors Variable 'sliceStride' must be private and have accessor methods. 68
Errors Variable 'rowStride' must be private and have accessor methods. 71
Errors Variable 'columnStride' must be private and have accessor methods. 74
Errors Variable 'isView' must be private and have accessor methods. 77
Errors More than 7 parameters. 129
Errors '3' is a magic number. 485
Errors '3' is a magic number. 494

org/dishevelled/matrix/impl/SparseMatrix2D.java

Violation Message Line
Errors More than 7 parameters. 116

org/dishevelled/matrix/impl/SparseMatrix3D.java

Violation Message Line
Errors More than 7 parameters. 124