bugfix: 修复http协议偶发串包问题 #299
Annotations
3 warnings
|
checkstyle
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
checkstyle:
trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/client/HttpConsumerInvokerTest.java#L360
[checkstyle] reported by reviewdog 🐶
变量'mockCallInfo'声明及第一次使用距离4行(最多:3 行)。若需要存储该变量的值,请将其声明为final的(方法调用前声明以避免副作用影响原值)。
Raw Output:
/github/workspace/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/client/HttpConsumerInvokerTest.java:360:9: warning: 变量'mockCallInfo'声明及第一次使用距离4行(最多:3 行)。若需要存储该变量的值,请将其声明为final的(方法调用前声明以避免副作用影响原值)。 (com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck)
|
|
checkstyle:
trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/client/HttpConsumerInvokerTest.java#L65
[checkstyle] reported by reviewdog 🐶
缺少 Javadoc 。
Raw Output:
/github/workspace/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/client/HttpConsumerInvokerTest.java:65:5: info: 缺少 Javadoc 。 (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|