Checkstyle Results

The following document contains the results of Checkstyle 9.3 with checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
8 0 33 0

Files

File  I  W  E
lib/aide/JsonContentAction.java 0 1 0
lib/aide/tabular/JooqRowsSupplier.java 0 3 0
org/techbd/orchestrate/fhir/OrchestrationEngine.java 0 2 0
org/techbd/service/http/hub/prime/AppConfig.java 0 3 0
org/techbd/service/http/hub/prime/api/FHIRService.java 0 19 0
org/techbd/service/http/hub/prime/api/FhirController.java 0 2 0
org/techbd/service/http/hub/prime/ux/NeedAttentionController.java 0 2 0
org/techbd/service/http/hub/prime/ux/PrimeController.java 0 1 0

Rules

Category Rule Violations Severity
coding MissingSwitchDefault 1  Warning
modifier ModifierOrder 3  Warning
naming AbbreviationAsWordInName
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "3"
4  Warning
LocalVariableName
  • format: "^[a-z]([a-z0-9][a-zA-Z0-9]*)?$"
  • tokens: "VARIABLE_DEF"
1  Warning
ParameterName
  • format: "^[a-z]([a-z0-9][a-zA-Z0-9]*)?$"
3  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • allowMultipleEmptyLines: "false"
  • allowMultipleEmptyLinesInsideClassMembers: "false"
7  Warning
NoWhitespaceBefore
  • tokens: "COMMA, SEMI, POST_INC, POST_DEC, DOT, ELLIPSIS, METHOD_REF"
  • allowLineBreaks: "true"
1  Warning
OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR, METHOD_REF "
  • option: "NL"
12  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyLambdas: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
1  Warning

Details

lib/aide/JsonContentAction.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 63

lib/aide/tabular/JooqRowsSupplier.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 38
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 42
 Warning coding MissingSwitchDefault switch without "default" clause. 321

org/techbd/orchestrate/fhir/OrchestrationEngine.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous line. 318
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous line. 334

org/techbd/service/http/hub/prime/AppConfig.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous line. 101
 Warning whitespace EmptyLineSeparator 'RECORD_DEF' should be separated from previous line. 108
 Warning whitespace EmptyLineSeparator 'RECORD_DEF' should be separated from previous line. 113

org/techbd/service/http/hub/prime/api/FHIRService.java

Severity Category Rule Message Line
 Warning naming AbbreviationAsWordInName Abbreviation in name 'FHIRService' must contain no more than '4' consecutive capital letters. 74
 Warning naming LocalVariableName Local variable name 'mTlsStrategy' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 366
 Warning naming ParameterName Parameter name 'mTlsResources' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 395
 Warning whitespace OperatorWrap '+' should be on a new line. 469
 Warning whitespace OperatorWrap '+' should be on a new line. 470
 Warning whitespace OperatorWrap '+' should be on a new line. 471
 Warning whitespace OperatorWrap '+' should be on a new line. 472
 Warning naming ParameterName Parameter name 'mTlsStrategy' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 497
 Warning whitespace OperatorWrap '+' should be on a new line. 508
 Warning whitespace OperatorWrap '+' should be on a new line. 509
 Warning whitespace OperatorWrap '+' should be on a new line. 510
 Warning whitespace OperatorWrap '+' should be on a new line. 511
 Warning naming ParameterName Parameter name 'mTlsAwsSecrets' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 534
 Warning naming AbbreviationAsWordInName Abbreviation in name 'CERTIFICATE' must contain no more than '4' consecutive capital letters. 553
 Warning naming AbbreviationAsWordInName Abbreviation in name 'PRIVATE_KEY' must contain no more than '4' consecutive capital letters. 554
 Warning whitespace OperatorWrap '+' should be on a new line. 591
 Warning whitespace OperatorWrap '+' should be on a new line. 592
 Warning whitespace OperatorWrap '+' should be on a new line. 593
 Warning whitespace OperatorWrap '+' should be on a new line. 594

org/techbd/service/http/hub/prime/api/FhirController.java

Severity Category Rule Message Line
 Warning whitespace NoWhitespaceBefore ',' is preceded with whitespace. 118
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 118

org/techbd/service/http/hub/prime/ux/NeedAttentionController.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'CLASS_DEF' has more than 1 empty lines before. 21
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' has more than 1 empty lines before. 68

org/techbd/service/http/hub/prime/ux/PrimeController.java

Severity Category Rule Message Line
 Warning naming AbbreviationAsWordInName Abbreviation in name 'fetchFHIRSMermaidDiagram' must contain no more than '4' consecutive capital letters. 255