A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W 

B

BACKTICKS_PROHIBITED - enum entry in org.cqfn.diktat.ruleset.constants.Warnings
 
BLANK_LINE_BETWEEN_PROPERTIES - enum entry in org.cqfn.diktat.ruleset.constants.Warnings
 
BlankLinesRule - class in org.cqfn.diktat.ruleset.rules.chapter3.files
This rule checks usage of blank lines in code.
BlockStructureBraces - class in org.cqfn.diktat.ruleset.rules.chapter3
This rule checks that non-empty code blocks with braces follow the K&R style (1TBS or OTBS style):
  • The opening brace is on the same same line with the first line of the code block

  • The closing brace is on it's new line

  • The closing brace can be followed by a new line. Only exceptions are: else, finally, while (from do-while statement) or catch keywords. These keywords should not be split from the closing brace by a newline. Exceptions:

  • opening brace of lambda

  • braces around else/catch/finally/while (in do-while loop)

BlockStructureBraces.BlockStructureBracesConfiguration - class in org.cqfn.diktat.ruleset.rules.chapter3.BlockStructureBraces
Configuration for style of braces in block
BRACES_BLOCK_STRUCTURE_ERROR - enum entry in org.cqfn.diktat.ruleset.constants.Warnings
 
BracesInConditionalsAndLoopsRule - class in org.cqfn.diktat.ruleset.rules.chapter3
Rule that checks that all conditionals and loops have braces.
BracesInConditionalsAndLoopsRule.Companion - class in org.cqfn.diktat.ruleset.rules.chapter3.BracesInConditionalsAndLoopsRule
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W