You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ar...@apache.org on 2020/06/12 09:40:51 UTC

[netbeans] branch master updated: [NETBEANS-3311] Convert TextBlock to String, Function call parameter fix test case fix (#2172)

This is an automated email from the ASF dual-hosted git repository.

arusinha pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new f1f3b46  [NETBEANS-3311] Convert TextBlock to String, Function call parameter fix test case fix (#2172)
f1f3b46 is described below

commit f1f3b46fb0b22a14a83f8e9e2899f3011b497405
Author: Akshay-Gupta-Oracle <55...@users.noreply.github.com>
AuthorDate: Fri Jun 12 09:40:38 2020 +0000

    [NETBEANS-3311] Convert TextBlock to String, Function call parameter fix test case fix (#2172)
---
 .../netbeans/modules/java/hints/jdk/ConvertTextBlockToStringTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/java.hints/test/unit/src/org/netbeans/modules/java/hints/jdk/ConvertTextBlockToStringTest.java b/java/java.hints/test/unit/src/org/netbeans/modules/java/hints/jdk/ConvertTextBlockToStringTest.java
index 3c61941..a209f8e 100644
--- a/java/java.hints/test/unit/src/org/netbeans/modules/java/hints/jdk/ConvertTextBlockToStringTest.java
+++ b/java/java.hints/test/unit/src/org/netbeans/modules/java/hints/jdk/ConvertTextBlockToStringTest.java
@@ -387,7 +387,7 @@ public class ConvertTextBlockToStringTest {
                 .sourceLevel(SourceVersion.latest().name())
                 .options("--enable-preview")
                 .run(ConvertTextBlockToString.class)
-                .findWarning("3:18-3:21:verifier:" + Bundle.ERR_ConvertTextBlockToString())
+                .findWarning("4:27-4:30:verifier:" + Bundle.ERR_ConvertTextBlockToString())
                 .applyFix()
                 .assertCompilable()
                 .assertOutput("package test;\n"
@@ -419,7 +419,7 @@ public class ConvertTextBlockToStringTest {
                 .sourceLevel(SourceVersion.latest().name())
                 .options("--enable-preview")
                 .run(ConvertTextBlockToString.class)
-                .findWarning("3:18-3:21:verifier:" + Bundle.ERR_ConvertTextBlockToString())
+                .findWarning("2:27-2:30:verifier:" + Bundle.ERR_ConvertTextBlockToString())
                 .applyFix()
                 .assertCompilable()
                 .assertOutput("class myClass{\n"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists