Skip to content

[CDAP-20990] Added new database schemas, API schema and Store methods #137

[CDAP-20990] Added new database schemas, API schema and Store methods

[CDAP-20990] Added new database schemas, API schema and Store methods #137

GitHub Actions / Checkstyle failed Feb 22, 2024 in 0s

Checkstyle report

53 violation(s) found

Annotations

Check failure on line 919 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/DefaultStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck

Line is longer than 120 characters (found 143).

Check warning on line 1 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck

File does not end with a newline.

Check warning on line 103 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck

Empty line should be followed by <p> tag on the next line.

Check warning on line 107 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck

Empty line should be followed by <p> tag on the next line.

Check warning on line 110 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck

Empty line should be followed by <p> tag on the next line.

Check warning on line 112 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck

Empty line should be followed by <p> tag on the next line.

Check warning on line 115 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck

Empty line should be followed by <p> tag on the next line.

Check warning on line 117 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck

Empty line should be followed by <p> tag on the next line.

Check warning on line 393 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 406 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 443 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 786 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 1180 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 1256 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck

Distance between variable 'meta' declaration and its first usage is 6, 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).

Check warning on line 1685 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck

All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,621'.

Check warning on line 1752 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck

All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,659'.

Check warning on line 1771 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck

All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,737'.

Check warning on line 1805 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck

All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,597'.

Check warning on line 1833 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 1870 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck

All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,805'.

Check warning on line 1898 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 1920 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 2165 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck

All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,833'.

Check warning on line 2179 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck

All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,870'.

Check warning on line 2227 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/store/AppMetadataStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.