lkishalmi commented on a change in pull request #2458:
URL: https://github.com/apache/netbeans/pull/2458#discussion_r505655453



##########
File path: 
extide/gradle/test/unit/src/org/netbeans/modules/gradle/api/execute/RunUtilsTest.java
##########
@@ -70,4 +72,15 @@ public void testIncludeOpenProjects2() throws Exception {
         assertEquals(0, params.size());
     }
 
+    public void testEvaluateArgs1() throws Exception {
+        FileObject a = createGradleProject("projectA",
+                "apply plugin: 'java'\n", "");
+        Project prjA = ProjectManager.getDefault().findProject(a);
+        ProjectTrust.getDefault().trustProject(prjA);
+        openProject(a);
+        String[] args = RunUtils.evalueteActionArgs(prjA, null, "Project: 
${projectPath}${projectName}", Lookups.singleton(prjA));

Review comment:
       Thanks for spotting the typo!
   Well, I do not know if this support ```java.lsp.server``` in any way. That 
would be your call to decide.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to