You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/28 07:06:55 UTC

[GitHub] [dubbo] BurningCN commented on a change in pull request #8943: optimise compile error message in jdk compiler.(#8942)

BurningCN commented on a change in pull request #8943:
URL: https://github.com/apache/dubbo/pull/8943#discussion_r717283971



##########
File path: dubbo-common/src/test/java/org/apache/dubbo/common/compiler/support/JavaCodeTest.java
##########
@@ -98,4 +98,17 @@ String getSimpleCodeWithWithExtends() {
         code.append("}");
         return code.toString();
     }
+
+    String getSimpleCodeWithError() {
+        StringBuilder code = new StringBuilder();
+        code.append("package org.apache.dubbo.common.compiler.support;");
+
+        code.append("public class HelloServiceImpl" + SUBFIX.getAndIncrement() + " implements HelloService {");

Review comment:
       Fix typo by the way(SUFFIX)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org