提高测试覆盖率 #39
Annotations
8 warnings
trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/ServerConfigParserTest.java#L59
[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:59: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)
|
trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/ServerConfigParserTest.java#L59
[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:59:10: warning: WhitespaceAround: 'catch' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/ServerConfigParserTest.java#L59
[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:59:29: warning: WhitespaceAround: '{' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/system/EnvironmentConfigurationTest.java#L12
[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:12:42: warning: WhitespaceAround: '{' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/system/EnvironmentConfigurationTest.java#L16
[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:16:5: info: 缺少 Javadoc 。 (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/system/EnvironmentConfigurationTest.java#L42
[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:42:5: info: 缺少 Javadoc 。 (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/YamlUtilsTest.java#L14
[checkstyle] reported by reviewdog 🐶
不应使用 '.*' 形式的导入 - java.util.* 。
Raw Output:
/github/workspace/./trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/YamlUtilsTest.java:14:17: warning: 不应使用 '.*' 形式的导入 - java.util.* 。 (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
|
trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/YamlUtilsTest.java#L100
[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:100:36: warning: WhitespaceAround: '{' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
The logs for this run have expired and are no longer available.
Loading