Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Infos Warnings Errors
34 0 0 155

Files

Files I W E
net/sf/flatpack/examples/Examples.java 0 0 14
net/sf/flatpack/examples/createsamplecsv/CSVTestFileCreator.java 0 0 7
net/sf/flatpack/examples/createsamplecsv/package.html 0 0 1
net/sf/flatpack/examples/csvheaderandtrailer/CSVHeaderAndTrailer.java 0 0 17
net/sf/flatpack/examples/csvheaderandtrailer/package.html 0 0 1
net/sf/flatpack/examples/csvperformancetest/CSVPerformanceTest.java 0 0 16
net/sf/flatpack/examples/csvperformancetest/package.html 0 0 1
net/sf/flatpack/examples/delimitedcolumnnamesinfile/DelimitedColumnNamesInFile.java 0 0 5
net/sf/flatpack/examples/delimitedcolumnnamesinfile/package.html 0 0 1
net/sf/flatpack/examples/delimiteddynamiccolumns/DelimitedWithPZMap.java 0 0 13
net/sf/flatpack/examples/delimiteddynamiccolumns/package.html 0 0 1
net/sf/flatpack/examples/delimiteddynamiccolumnswitherrors/DelimitedWithPZMapErrors.java 0 0 13
net/sf/flatpack/examples/delimiteddynamiccolumnswitherrors/package.html 0 0 1
net/sf/flatpack/examples/exporttoexcel/DelimitedFileExportToExcel.java 0 0 3
net/sf/flatpack/examples/exporttoexcel/package.html 0 0 1
net/sf/flatpack/examples/fixedlengthdynamiccolumns/FixedLengthWithPZMap.java 0 0 3
net/sf/flatpack/examples/fixedlengthdynamiccolumns/package.html 0 0 1
net/sf/flatpack/examples/fixedlengthheaderandtrailer/FixedLengthHeaderAndTrailer.java 0 0 17
net/sf/flatpack/examples/fixedlengthheaderandtrailer/package.html 0 0 1
net/sf/flatpack/examples/largedataset/delimiteddynamiccolumns/LargeDelimitedWithPZMap.java 0 0 4
net/sf/flatpack/examples/largedataset/delimiteddynamiccolumns/package.html 0 0 1
net/sf/flatpack/examples/largedataset/fixedlengthdynamiccolumns/LargeFixedLengthWithPZMap.java 0 0 3
net/sf/flatpack/examples/largedataset/fixedlengthdynamiccolumns/package.html 0 0 1
net/sf/flatpack/examples/largedataset/largecsvperformancetest/CSVLarge.java 0 0 9
net/sf/flatpack/examples/largedataset/largecsvperformancetest/package.html 0 0 1
net/sf/flatpack/examples/lowlevelparse/LowLevelParse.java 0 0 5
net/sf/flatpack/examples/lowlevelparse/package.html 0 0 1
net/sf/flatpack/examples/multilinedelimitedrecord/DelimitedMultiLine.java 0 0 4
net/sf/flatpack/examples/multilinedelimitedrecord/package.html 0 0 1
net/sf/flatpack/examples/numericsanddates/NumericsAndDates.java 0 0 6
net/sf/flatpack/examples/numericsanddates/package.html 0 0 1
net/sf/flatpack/examples/package.html 0 0 1

net/sf/flatpack/examples/Examples.java

Error Line
Error Line matches the illegal pattern 'System\.out\.println'. 45
Error Line matches the illegal pattern 'System\.out\.println'. 46
Error Line matches the illegal pattern 'System\.out\.println'. 47
Error Line matches the illegal pattern 'System\.out\.println'. 48
Error Line matches the illegal pattern 'System\.out\.println'. 49
Error Line matches the illegal pattern 'System\.out\.println'. 50
Error Line matches the illegal pattern 'System\.out\.println'. 51
Error Line matches the illegal pattern 'System\.out\.println'. 52
Error Line matches the illegal pattern 'System\.out\.println'. 53
Error Line matches the illegal pattern 'System\.out\.println'. 184
Error '1000' is a magic number. 231
Error Line matches the illegal pattern 'System\.out\.println'. 237
Error Line matches the illegal pattern 'System\.out\.println'. 249
Error Line matches the illegal pattern 'System\.out\.println'. 277

net/sf/flatpack/examples/createsamplecsv/CSVTestFileCreator.java

Error Line
Error Utility classes should not have a public or default constructor. 16
Error '100000' is a magic number. 71
Error Must have at least one statement. 86
Error Line matches the illegal pattern 'System\.out\.println'. 93
Error Line matches the illegal pattern 'System\.out\.println'. 94
Error Line matches the illegal pattern 'System\.out\.println'. 95
Error Line matches the illegal pattern 'System\.out\.println'. 96

net/sf/flatpack/examples/createsamplecsv/package.html

Error Line
Error Missing package documentation file. 0

net/sf/flatpack/examples/csvheaderandtrailer/CSVHeaderAndTrailer.java

Error Line
Error Utility classes should not have a public or default constructor. 20
Error Line matches the illegal pattern 'System\.out\.println'. 44
Error Line matches the illegal pattern 'System\.out\.println'. 45
Error Line matches the illegal pattern 'System\.out\.println'. 46
Error Line matches the illegal pattern 'System\.out\.println'. 47
Error Line matches the illegal pattern 'System\.out\.println'. 52
Error Line matches the illegal pattern 'System\.out\.println'. 53
Error Line matches the illegal pattern 'System\.out\.println'. 54
Error Line matches the illegal pattern 'System\.out\.println'. 55
Error Line matches the illegal pattern 'System\.out\.println'. 59
Error Line matches the illegal pattern 'System\.out\.println'. 60
Error Line matches the illegal pattern 'System\.out\.println'. 61
Error Line matches the illegal pattern 'System\.out\.println'. 62
Error Line matches the illegal pattern 'System\.out\.println'. 63
Error Line matches the illegal pattern 'System\.out\.println'. 64
Error Line matches the illegal pattern 'System\.out\.println'. 65
Error Line matches the illegal pattern 'System\.out\.println'. 69

net/sf/flatpack/examples/csvheaderandtrailer/package.html

Error Line
Error Missing package documentation file. 0

net/sf/flatpack/examples/csvperformancetest/CSVPerformanceTest.java

Error Line
Error Utility classes should not have a public or default constructor. 27
Error Redundant throws: 'InterruptedException' is subclass of 'Exception'. 46
Error Line matches the illegal pattern 'System\.out\.println'. 51
Error '1000' is a magic number. 59
Error '1000.0' is a magic number. 62
Error Line matches the illegal pattern 'System\.out\.println'. 65
Error Line matches the illegal pattern 'System\.out\.println'. 66
Error '2000' is a magic number. 70
Error Line matches the illegal pattern 'System\.out\.println'. 83
Error Line matches the illegal pattern 'System\.out\.println'. 88
Error '1000' is a magic number. 93
Error '1000.0' is a magic number. 96
Error Line matches the illegal pattern 'System\.out\.println'. 99
Error Line matches the illegal pattern 'System\.out\.println'. 100
Error Line matches the illegal pattern 'System\.out\.println'. 105
Error Line matches the illegal pattern 'System\.out\.println'. 108

net/sf/flatpack/examples/csvperformancetest/package.html

Error Line
Error Missing package documentation file. 0

net/sf/flatpack/examples/delimitedcolumnnamesinfile/DelimitedColumnNamesInFile.java

Error Line
Error Utility classes should not have a public or default constructor. 23
Error Line matches the illegal pattern 'System\.out\.println'. 44
Error Line matches the illegal pattern 'System\.out\.println'. 47
Error Line matches the illegal pattern 'System\.out\.println'. 51
Error Line matches the illegal pattern 'System\.out\.println'. 54

net/sf/flatpack/examples/delimitedcolumnnamesinfile/package.html

Error Line
Error Missing package documentation file. 0

net/sf/flatpack/examples/delimiteddynamiccolumns/DelimitedWithPZMap.java

Error Line
Error Utility classes should not have a public or default constructor. 24
Error Line matches the illegal pattern 'System\.out\.println'. 60
Error Line matches the illegal pattern 'System\.out\.println'. 61
Error Line matches the illegal pattern 'System\.out\.println'. 62
Error Line matches the illegal pattern 'System\.out\.println'. 63
Error Line matches the illegal pattern 'System\.out\.println'. 68
Error Line matches the illegal pattern 'System\.out\.println'. 69
Error Line matches the illegal pattern 'System\.out\.println'. 70
Error Line matches the illegal pattern 'System\.out\.println'. 71
Error Line matches the illegal pattern 'System\.out\.println'. 76
Error Line matches the illegal pattern 'System\.out\.println'. 79
Error Line matches the illegal pattern 'System\.out\.println'. 83
Error Line matches the illegal pattern 'System\.out\.println'. 87

net/sf/flatpack/examples/delimiteddynamiccolumns/package.html

Error Line
Error Missing package documentation file. 0

net/sf/flatpack/examples/delimiteddynamiccolumnswitherrors/DelimitedWithPZMapErrors.java

Error Line
Error Utility classes should not have a public or default constructor. 24
Error Line matches the illegal pattern 'System\.out\.println'. 57
Error Line matches the illegal pattern 'System\.out\.println'. 58
Error Line matches the illegal pattern 'System\.out\.println'. 59
Error Line matches the illegal pattern 'System\.out\.println'. 60
Error Line matches the illegal pattern 'System\.out\.println'. 65
Error Line matches the illegal pattern 'System\.out\.println'. 66
Error Line matches the illegal pattern 'System\.out\.println'. 67
Error Line matches the illegal pattern 'System\.out\.println'. 68
Error Line matches the illegal pattern 'System\.out\.println'. 73
Error Line matches the illegal pattern 'System\.out\.println'. 76
Error Line matches the illegal pattern 'System\.out\.println'. 79
Error Line matches the illegal pattern 'System\.out\.println'. 84

net/sf/flatpack/examples/delimiteddynamiccolumnswitherrors/package.html

Error Line
Error Missing package documentation file. 0

net/sf/flatpack/examples/exporttoexcel/DelimitedFileExportToExcel.java

Error Line
Error Utility classes should not have a public or default constructor. 24
Error Line matches the illegal pattern 'System\.out\.println'. 56
Error Line matches the illegal pattern 'System\.out\.println'. 64

net/sf/flatpack/examples/exporttoexcel/package.html

Error Line
Error Missing package documentation file. 0

net/sf/flatpack/examples/fixedlengthdynamiccolumns/FixedLengthWithPZMap.java

Error Line
Error Utility classes should not have a public or default constructor. 20
Error Line matches the illegal pattern 'System\.out\.println'. 44
Error Line matches the illegal pattern 'System\.out\.println'. 47

net/sf/flatpack/examples/fixedlengthdynamiccolumns/package.html

Error Line
Error Missing package documentation file. 0

net/sf/flatpack/examples/fixedlengthheaderandtrailer/FixedLengthHeaderAndTrailer.java

Error Line
Error Utility classes should not have a public or default constructor. 22
Error Line matches the illegal pattern 'System\.out\.println'. 47
Error Line matches the illegal pattern 'System\.out\.println'. 48
Error Line matches the illegal pattern 'System\.out\.println'. 49
Error Line matches the illegal pattern 'System\.out\.println'. 50
Error Line matches the illegal pattern 'System\.out\.println'. 55
Error Line matches the illegal pattern 'System\.out\.println'. 56
Error Line matches the illegal pattern 'System\.out\.println'. 57
Error Line matches the illegal pattern 'System\.out\.println'. 58
Error Line matches the illegal pattern 'System\.out\.println'. 62
Error Line matches the illegal pattern 'System\.out\.println'. 63
Error Line matches the illegal pattern 'System\.out\.println'. 64
Error Line matches the illegal pattern 'System\.out\.println'. 65
Error Line matches the illegal pattern 'System\.out\.println'. 66
Error Line matches the illegal pattern 'System\.out\.println'. 67
Error Line matches the illegal pattern 'System\.out\.println'. 68
Error Line matches the illegal pattern 'System\.out\.println'. 78

net/sf/flatpack/examples/fixedlengthheaderandtrailer/package.html

Error Line
Error Missing package documentation file. 0

net/sf/flatpack/examples/largedataset/delimiteddynamiccolumns/LargeDelimitedWithPZMap.java

Error Line
Error Utility classes should not have a public or default constructor. 21
Error Line matches the illegal pattern 'System\.out\.println'. 57
Error Line matches the illegal pattern 'System\.out\.println'. 60
Error Line matches the illegal pattern 'System\.out\.println'. 64

net/sf/flatpack/examples/largedataset/delimiteddynamiccolumns/package.html

Error Line
Error Missing package documentation file. 0

net/sf/flatpack/examples/largedataset/fixedlengthdynamiccolumns/LargeFixedLengthWithPZMap.java

Error Line
Error Utility classes should not have a public or default constructor. 20
Error Line matches the illegal pattern 'System\.out\.println'. 46
Error Line matches the illegal pattern 'System\.out\.println'. 49

net/sf/flatpack/examples/largedataset/fixedlengthdynamiccolumns/package.html

Error Line
Error Missing package documentation file. 0

net/sf/flatpack/examples/largedataset/largecsvperformancetest/CSVLarge.java

Error Line
Error Utility classes should not have a public or default constructor. 27
Error '2500' is a magic number. 60
Error Line matches the illegal pattern 'System\.out\.println'. 61
Error '1000' is a magic number. 69
Error '1000' is a magic number. 72
Error Line matches the illegal pattern 'System\.out\.println'. 75
Error Line matches the illegal pattern 'System\.out\.println'. 76
Error Line matches the illegal pattern 'System\.out\.println'. 79
Error Line matches the illegal pattern 'System\.out\.println'. 82

net/sf/flatpack/examples/largedataset/largecsvperformancetest/package.html

Error Line
Error Missing package documentation file. 0

net/sf/flatpack/examples/lowlevelparse/LowLevelParse.java

Error Line
Error Utility classes should not have a public or default constructor. 19
Error '10' is a magic number. 55
Error Line matches the illegal pattern 'System\.out\.println'. 58
Error Line matches the illegal pattern 'System\.out\.println'. 61
Error Must have at least one statement. 75

net/sf/flatpack/examples/lowlevelparse/package.html

Error Line
Error Missing package documentation file. 0

net/sf/flatpack/examples/multilinedelimitedrecord/DelimitedMultiLine.java

Error Line
Error Utility classes should not have a public or default constructor. 20
Error Line matches the illegal pattern 'System\.out\.println'. 47
Error Line matches the illegal pattern 'System\.out\.println'. 50
Error Line matches the illegal pattern 'System\.out\.println'. 54

net/sf/flatpack/examples/multilinedelimitedrecord/package.html

Error Line
Error Missing package documentation file. 0

net/sf/flatpack/examples/numericsanddates/NumericsAndDates.java

Error Line
Error Utility classes should not have a public or default constructor. 21
Error Line matches the illegal pattern 'System\.out\.println'. 47
Error Line matches the illegal pattern 'System\.out\.println'. 48
Error Line matches the illegal pattern 'System\.out\.println'. 49
Error Line matches the illegal pattern 'System\.out\.println'. 50
Error Line matches the illegal pattern 'System\.out\.println'. 51

net/sf/flatpack/examples/numericsanddates/package.html

Error Line
Error Missing package documentation file. 0

net/sf/flatpack/examples/package.html

Error Line
Error Missing package documentation file. 0