DVL1 dishevelled.org

Skip to: [content] [navigation]

dishevelled.org matrix 1.0 :: Downloads | Repository | Javadocs | Checkstyle | Test coverage | Changes

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
160048

Details

org/dishevelled/matrix/BitMatrix1D.java

ViolationMessageLine
Errors'37' is a magic number.460
Errors'17' is a magic number.461
Errors'32' is a magic number.461
Errors'17' is a magic number.462

org/dishevelled/matrix/BitMatrix2D.java

ViolationMessageLine
Errors'37' 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
Errors'32' is a magic number.583
Errors'17' is a magic number.584

org/dishevelled/matrix/BitMatrix3D.java

ViolationMessageLine
Errors'37' 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
Errors'32' is a magic number.695
Errors'17' is a magic number.696

org/dishevelled/matrix/impl/AbstractMatrix1D.java

ViolationMessageLine
ErrorsVariable 'size' must be private and have accessor methods.50
ErrorsVariable 'zero' must be private and have accessor methods.53
ErrorsVariable 'stride' must be private and have accessor methods.56
ErrorsVariable 'isView' must be private and have accessor methods.59

org/dishevelled/matrix/impl/AbstractMatrix2D.java

ViolationMessageLine
ErrorsVariable 'rows' must be private and have accessor methods.51
ErrorsVariable 'columns' must be private and have accessor methods.54
ErrorsVariable 'rowZero' must be private and have accessor methods.57
ErrorsVariable 'columnZero' must be private and have accessor methods.60
ErrorsVariable 'rowStride' must be private and have accessor methods.63
ErrorsVariable 'columnStride' must be private and have accessor methods.66
ErrorsVariable 'isView' must be private and have accessor methods.69

org/dishevelled/matrix/impl/AbstractMatrix3D.java

ViolationMessageLine
ErrorsVariable 'slices' must be private and have accessor methods.51
ErrorsVariable 'rows' must be private and have accessor methods.54
ErrorsVariable 'columns' must be private and have accessor methods.57
ErrorsVariable 'sliceZero' must be private and have accessor methods.60
ErrorsVariable 'rowZero' must be private and have accessor methods.63
ErrorsVariable 'columnZero' must be private and have accessor methods.66
ErrorsVariable 'sliceStride' must be private and have accessor methods.69
ErrorsVariable 'rowStride' must be private and have accessor methods.72
ErrorsVariable 'columnStride' must be private and have accessor methods.75
ErrorsVariable 'isView' must be private and have accessor methods.78
ErrorsMore than 7 parameters.130
Errors'3' is a magic number.486
Errors'3' is a magic number.495

org/dishevelled/matrix/impl/SparseMatrix2D.java

ViolationMessageLine
ErrorsMore than 7 parameters.117

org/dishevelled/matrix/impl/SparseMatrix3D.java

ViolationMessageLine
ErrorsMore than 7 parameters.125