dbeaver/dbeaver-vscode#22 Support non-CB applications #299
Annotations
3 warnings
Run dbeaver/action-java-checkstyle@master:
server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/WebServiceUtils.java#L138
[checkstyle] reported by reviewdog 🐶
'typecast' is not followed by whitespace.
Raw Output:
/github/workspace/./server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/WebServiceUtils.java:138:31: warning: 'typecast' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
|
Run dbeaver/action-java-checkstyle@master:
server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/utils/WebEventUtils.java#L56
[checkstyle] reported by reviewdog 🐶
switch without "default" clause.
Raw Output:
/github/workspace/./server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/utils/WebEventUtils.java:56:9: warning: switch without "default" clause. (com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck)
|
Run dbeaver/action-java-checkstyle@master:
server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/utils/WebEventUtils.java#L91
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/utils/WebEventUtils.java:91:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
Loading