[CDAP-21172] Implement Search functionality for Metadata Tables #15990
Checkstyle report
17 violation(s) found
Annotations
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'getCreateTableDDLStatement' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'getCreateMetadataTableDDLStatement' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
First sentence of Javadoc is missing an ending period.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'getCreateMetadataPropsTableDDLStatement' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'getAllSearchIndexDDLStatements' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'executeDDLStatements' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'sortColumns' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'sortOrders' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck
Javadoc tag '@returns' should be preceded with an empty line.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
',' is preceded with whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
'?' should be on a new line.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
Redundant 'public' modifier.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
Redundant 'public' modifier.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'org.junit.AfterClass'
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
Empty catch block.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
Empty catch block.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
'METHOD_DEF' should be separated from previous line.