Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
3 0 0 293

Rules

Rules Violations Severity
JavadocPackage
  • allowLegacy: "true"
1 Errors Error
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
11 Errors Error
JavadocMethod 8 Errors Error
JavadocType 0 Errors Error
JavadocVariable 0 Errors Error
JavadocStyle 0 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
LineLength 186 Errors Error
MethodLength 2 Errors Error
ParameterNumber 2 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 4 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 3 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 7 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 26 Errors Error
MissingSwitchDefault 1 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 0 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 1 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 41 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

de/xypron/jcobyla/Calcfc.java

Violation Message Line
Errors Line has trailing spaces. 25
Errors Line has trailing spaces. 27

de/xypron/jcobyla/Cobyla.java

Violation Message Line
Errors Line has trailing spaces. 25
Errors Line has trailing spaces. 27
Errors Utility classes should not have a public or default constructor. 53
Errors Line is longer than 80 characters. 54
Errors Line is longer than 80 characters. 55
Errors Line is longer than 80 characters. 56
Errors Line is longer than 80 characters. 57
Errors Line is longer than 80 characters. 59
Errors Line is longer than 80 characters. 60
Errors Line has trailing spaces. 61
Errors 'static' modifier out of order with the JLS suggestions. 65
Errors 'static' modifier out of order with the JLS suggestions. 69
Errors Line is longer than 80 characters. 71
Errors 'static' modifier out of order with the JLS suggestions. 73
Errors 'static' modifier out of order with the JLS suggestions. 78
Errors More than 7 parameters. 99
Errors Parameter n should be final. 99
Errors Parameter m should be final. 100
Errors Parameter x should be final. 100
Errors Parameter rhobeg should be final. 100
Errors Parameter rhoend should be final. 100
Errors Parameter iprint should be final. 100
Errors Parameter maxfun should be final. 101
Errors Line is longer than 80 characters. 103
Errors Line is longer than 80 characters. 105
Errors Line is longer than 80 characters. 107
Errors Line is longer than 80 characters. 109
Errors Line is longer than 80 characters. 110
Errors Line is longer than 80 characters. 111
Errors Line is longer than 80 characters. 112
Errors Line is longer than 80 characters. 113
Errors Line is longer than 80 characters. 114
Errors Line is longer than 80 characters. 115
Errors Line is longer than 80 characters. 116
Errors Line is longer than 80 characters. 117
Errors Line is longer than 80 characters. 118
Errors Line is longer than 80 characters. 119
Errors Line is longer than 80 characters. 122
Errors Line is longer than 80 characters. 123
Errors Line is longer than 80 characters. 124
Errors Line is longer than 80 characters. 125
Errors Line is longer than 80 characters. 127
Errors Line is longer than 80 characters. 128
Errors Line is longer than 80 characters. 129
Errors Line is longer than 80 characters. 133
Errors Line is longer than 80 characters. 134
Errors Line is longer than 80 characters. 136
Errors Line is longer than 80 characters. 137
Errors Line is longer than 80 characters. 138
Errors Line is longer than 80 characters. 139
Errors Line is longer than 80 characters. 141
Errors Line is longer than 80 characters. 145
Errors Line is longer than 80 characters. 146
Errors Line is longer than 80 characters. 147
Errors Line is longer than 80 characters. 148
Errors Line is longer than 80 characters. 149
Errors Line has trailing spaces. 157
Errors Line is longer than 80 characters. 157
Errors Line is longer than 80 characters. 158
Errors Parameter n should be final. 169
Errors Parameter m should be final. 169
Errors Parameter x should be final. 169
Errors Parameter con should be final. 169
Errors Line is longer than 80 characters. 179
Errors Line is longer than 80 characters. 185
Errors Method length is 501 lines (max allowed is 150). 185
Errors Missing a Javadoc comment. 185
Errors More than 7 parameters. 185
Errors Parameter calcfc should be final. 185
Errors Parameter n should be final. 185
Errors Parameter m should be final. 185
Errors Parameter mpp should be final. 185
Errors Parameter x should be final. 185
Errors Parameter rhobeg should be final. 186
Errors Parameter rhoend should be final. 186
Errors Parameter iprint should be final. 186
Errors Parameter maxfun should be final. 186
Errors Line is longer than 80 characters. 187
Errors Line is longer than 80 characters. 190
Errors Line is longer than 80 characters. 191
Errors Line is longer than 80 characters. 192
Errors Line is longer than 80 characters. 193
Errors '0.25' is a magic number. 198
Errors '2.1' is a magic number. 199
Errors '0.5' is a magic number. 200
Errors '1.1' is a magic number. 201
Errors Line is longer than 80 characters. 230
Errors Line is longer than 80 characters. 246
Errors '3' is a magic number. 263
Errors Line is longer than 80 characters. 270
Errors Line is longer than 80 characters. 271
Errors Line is longer than 80 characters. 272
Errors Line is longer than 80 characters. 273
Errors Line is longer than 80 characters. 284
Errors Line is longer than 80 characters. 285
Errors Line is longer than 80 characters. 322
Errors Line is longer than 80 characters. 324
Errors Line is longer than 80 characters. 332
Errors Line is longer than 80 characters. 337
Errors Line is longer than 80 characters. 359
Errors Line is longer than 80 characters. 364
Errors Avoid inline conditionals. 364
Errors '0.1' is a magic number. 368
Errors Line is longer than 80 characters. 373
Errors Line is longer than 80 characters. 374
Errors Line is longer than 80 characters. 375
Errors Line is longer than 80 characters. 384
Errors Avoid inline conditionals. 384
Errors Line is longer than 80 characters. 388
Errors Line is longer than 80 characters. 410
Errors Line is longer than 80 characters. 430
Errors Line is longer than 80 characters. 440
Errors Line is longer than 80 characters. 447
Errors Avoid inline conditionals. 447
Errors Line is longer than 80 characters. 449
Errors Line is longer than 80 characters. 462
Errors '0.25' is a magic number. 480
Errors Line is longer than 80 characters. 486
Errors Line is longer than 80 characters. 492
Errors Line is longer than 80 characters. 498
Errors Line is longer than 80 characters. 499
Errors Line is longer than 80 characters. 500
Errors Avoid inline conditionals. 503
Errors '1.5' is a magic number. 504
Errors Line is longer than 80 characters. 507
Errors Line is longer than 80 characters. 509
Errors Line is longer than 80 characters. 512
Errors Line is longer than 80 characters. 519
Errors Line is longer than 80 characters. 520
Errors Line is longer than 80 characters. 537
Errors Line is longer than 80 characters. 538
Errors Line is longer than 80 characters. 539
Errors Avoid inline conditionals. 541
Errors Line is longer than 80 characters. 544
Errors Line is longer than 80 characters. 576
Errors Line is longer than 80 characters. 588
Errors Line is longer than 80 characters. 598
Errors '0.1' is a magic number. 599
Errors Line is longer than 80 characters. 615
Errors '0.5' is a magic number. 618
Errors '1.5' is a magic number. 619
Errors '0.5' is a magic number. 631
Errors Avoid inline conditionals. 633
Errors Line is longer than 80 characters. 643
Errors Line is longer than 80 characters. 646
Errors switch without "default" clause. 652
Errors Line is longer than 80 characters. 655
Errors Line is longer than 80 characters. 666
Errors Line is longer than 80 characters. 671
Errors Line is longer than 80 characters. 688
Errors Method length is 489 lines (max allowed is 150). 688
Errors Missing a Javadoc comment. 688
Errors Parameter n should be final. 688
Errors Parameter m should be final. 688
Errors Parameter a should be final. 688
Errors Parameter b should be final. 688
Errors Parameter rho should be final. 688
Errors Parameter dx should be final. 688
Errors Line is longer than 80 characters. 689
Errors Line is longer than 80 characters. 691
Errors Line is longer than 80 characters. 692
Errors Line is longer than 80 characters. 694
Errors Line is longer than 80 characters. 695
Errors Line is longer than 80 characters. 696
Errors Line is longer than 80 characters. 700
Errors Line is longer than 80 characters. 701
Errors Line is longer than 80 characters. 702
Errors Line is longer than 80 characters. 703
Errors Line is longer than 80 characters. 705
Errors Line is longer than 80 characters. 706
Errors Line is longer than 80 characters. 707
Errors Line is longer than 80 characters. 708
Errors Line is longer than 80 characters. 709
Errors Line is longer than 80 characters. 710
Errors Line is longer than 80 characters. 711
Errors Line is longer than 80 characters. 714
Errors Line is longer than 80 characters. 715
Errors Line is longer than 80 characters. 716
Errors Line is longer than 80 characters. 717
Errors Line is longer than 80 characters. 718
Errors Line is longer than 80 characters. 720
Errors Line is longer than 80 characters. 721
Errors Line is longer than 80 characters. 722
Errors Line is longer than 80 characters. 761
Errors Line is longer than 80 characters. 762
Errors Line is longer than 80 characters. 763
Errors Line is longer than 80 characters. 764
Errors Line is longer than 80 characters. 785
Errors Avoid inline conditionals. 785
Errors '3' is a magic number. 790
Errors '3' is a magic number. 793
Errors Line is longer than 80 characters. 801
Errors Line is longer than 80 characters. 802
Errors Line is longer than 80 characters. 803
Errors Line is longer than 80 characters. 804
Errors Line is longer than 80 characters. 805
Errors Line is longer than 80 characters. 809
Errors Line is longer than 80 characters. 817
Errors Line is longer than 80 characters. 818
Errors Line is longer than 80 characters. 825
Errors Line is longer than 80 characters. 838
Errors Line is longer than 80 characters. 848
Errors Avoid nested blocks. 860
Errors '0.1' is a magic number. 870
Errors '0.2' is a magic number. 871
Errors Line is longer than 80 characters. 884
Errors Line is longer than 80 characters. 885
Errors Line is longer than 80 characters. 894
Errors Line is longer than 80 characters. 895
Errors Line is longer than 80 characters. 896
Errors Line is longer than 80 characters. 897
Errors Line is longer than 80 characters. 898
Errors Line is longer than 80 characters. 899
Errors Avoid nested blocks. 902
Errors Line is longer than 80 characters. 913
Errors '0.1' is a magic number. 913
Errors Line is longer than 80 characters. 914
Errors '0.2' is a magic number. 914
Errors Line is longer than 80 characters. 940
Errors Line is longer than 80 characters. 941
Errors Line is longer than 80 characters. 942
Errors Line is longer than 80 characters. 944
Errors Line is longer than 80 characters. 953
Errors Line is longer than 80 characters. 954
Errors Line is longer than 80 characters. 960
Errors Line is longer than 80 characters. 961
Errors Line is longer than 80 characters. 971
Errors Line is longer than 80 characters. 979
Errors Line is longer than 80 characters. 988
Errors Line is longer than 80 characters. 989
Errors Line is longer than 80 characters. 994
Errors Line is longer than 80 characters. 995
Errors Line is longer than 80 characters. 1002
Errors Line is longer than 80 characters. 1012
Errors Line is longer than 80 characters. 1023
Errors Line is longer than 80 characters. 1030
Errors Line is longer than 80 characters. 1031
Errors Line is longer than 80 characters. 1032
Errors Line is longer than 80 characters. 1033
Errors '1.0E-6' is a magic number. 1039
Errors '1.0E-6' is a magic number. 1049
Errors '0.1' is a magic number. 1055
Errors '0.2' is a magic number. 1056
Errors Line is longer than 80 characters. 1063
Errors Line is longer than 80 characters. 1064
Errors Line is longer than 80 characters. 1065
Errors Line is longer than 80 characters. 1066
Errors Line is longer than 80 characters. 1075
Errors Line is longer than 80 characters. 1080
Errors Line is longer than 80 characters. 1081
Errors Line is longer than 80 characters. 1082
Errors Avoid nested blocks. 1084
Errors '0.1' is a magic number. 1094
Errors '0.2' is a magic number. 1095
Errors Line is longer than 80 characters. 1112
Errors '0.1' is a magic number. 1127
Errors '0.2' is a magic number. 1128
Errors Line is longer than 80 characters. 1136
Errors Line is longer than 80 characters. 1155
Errors Line is longer than 80 characters. 1161
Errors Line is longer than 80 characters. 1171
Errors Line is longer than 80 characters. 1178
Errors Missing a Javadoc comment. 1178
Errors Parameter nfvals should be final. 1178
Errors Parameter f should be final. 1178
Errors Parameter resmax should be final. 1178
Errors Parameter x should be final. 1178
Errors Parameter n should be final. 1178
Errors Line is longer than 80 characters. 1179
Errors Missing a Javadoc comment. 1183
Errors Parameter src should be final. 1183
Errors Parameter rowidx should be final. 1183
Errors Missing a Javadoc comment. 1192
Errors Parameter src should be final. 1192
Errors Parameter colidx should be final. 1192
Errors Missing a Javadoc comment. 1201
Errors Parameter src should be final. 1201
Errors Parameter from should be final. 1201
Errors Parameter to should be final. 1201
Errors Missing a Javadoc comment. 1210
Errors Parameter x should be final. 1210
Errors Missing a Javadoc comment. 1218
Errors Parameter lhs should be final. 1218
Errors Parameter rhs should be final. 1218

de/xypron/jcobyla/CobylaExitStatus.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line has trailing spaces. 25
Errors Line has trailing spaces. 27
Errors Line has trailing spaces. 36
Errors Line has trailing spaces. 44
Errors Line is longer than 80 characters. 46
Errors Line has trailing spaces. 49