mbien commented on PR #7886:
URL: https://github.com/apache/netbeans/pull/7886#issuecomment-2422964792
```
[nb-javac]
/home/runner/work/netbeans/netbeans/java/java.file.launcher/test/unit/src/org/netbeans/modules/java/file/launcher/actions/JavaFileTest.java:60:
error: method invokeActionHelper in class SingleJavaSourceRunActionProvider
cannot be applied to given types;
[nb-javac] LaunchProcess process =
runActionProvider.invokeActionHelper(null, "run.single", javaFO,
ExplicitProcessParameters.empty());
[nb-javac] ^
[nb-javac] required: String,FileObject,ExplicitProcessParameters
[nb-javac] found: <null>,String,FileObject,ExplicitProcessParameters
[nb-javac] reason: actual and formal argument lists differ in length
```
test wasn't updated in https://github.com/apache/netbeans/pull/7776, going
to fix this quickly
--
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: [email protected]
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