cz6ace commented on code in PR #7972:
URL: https://github.com/apache/netbeans/pull/7972#discussion_r1853651669
##########
java/debugger.jpda.js/src/org/netbeans/modules/debugger/jpda/js/StepIntoJSHandler.java:
##########
@@ -64,7 +64,7 @@
@LazyActionsManagerListener.Registration(path="netbeans-JPDASession/Java")
public class StepIntoJSHandler extends LazyActionsManagerListener implements
PropertyChangeListener {
- private static final String SCRIPT_ACCESS_CLASS =
"jdk.nashorn.internal.runtime.ScriptFunctionData"; // NOI18N
+ private static final String SCRIPT_ACCESS_CLASS =
"org.openjdk.nashorn.internal.runtime.ScriptFunctionData"; // NOI18N
Review Comment:
good catch, you are correct, I missed this. Need to apply for both Nashorns
too.
--
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