提高测试覆盖率 #40
Annotations
7 warnings
checkstyle:
trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/ServerConfigParserTest.java#L56
[checkstyle] reported by reviewdog 🐶
WhitespaceAround: '}' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
Raw Output:
/github/workspace/./trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/ServerConfigParserTest.java:56:9: warning: WhitespaceAround: '}' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
checkstyle:
trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/ServerConfigParserTest.java#L56
[checkstyle] reported by reviewdog 🐶
WhitespaceAround: 'catch' is not preceded with whitespace.
Raw Output:
/github/workspace/./trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/ServerConfigParserTest.java:56:10: warning: WhitespaceAround: 'catch' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
checkstyle:
trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/ServerConfigParserTest.java#L56
[checkstyle] reported by reviewdog 🐶
WhitespaceAround: '{' is not preceded with whitespace.
Raw Output:
/github/workspace/./trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/ServerConfigParserTest.java:56:29: warning: WhitespaceAround: '{' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
checkstyle:
trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/system/EnvironmentConfigurationTest.java#L10
[checkstyle] reported by reviewdog 🐶
WhitespaceAround: '{' is not preceded with whitespace.
Raw Output:
/github/workspace/./trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/system/EnvironmentConfigurationTest.java:10:42: warning: WhitespaceAround: '{' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
checkstyle:
trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/system/EnvironmentConfigurationTest.java#L14
[checkstyle] reported by reviewdog 🐶
缺少 Javadoc 。
Raw Output:
/github/workspace/./trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/system/EnvironmentConfigurationTest.java:14:5: info: 缺少 Javadoc 。 (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
checkstyle:
trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/system/EnvironmentConfigurationTest.java#L37
[checkstyle] reported by reviewdog 🐶
缺少 Javadoc 。
Raw Output:
/github/workspace/./trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/system/EnvironmentConfigurationTest.java:37:5: info: 缺少 Javadoc 。 (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
checkstyle:
trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/YamlUtilsTest.java#L103
[checkstyle] reported by reviewdog 🐶
WhitespaceAround: '{' is not preceded with whitespace.
Raw Output:
/github/workspace/./trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/YamlUtilsTest.java:103:36: warning: WhitespaceAround: '{' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|