You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, I am not very experienced with Java, just inherited the Java/Rhino part of the project. Thus, I would be very thankful for any suggestions.
The text was updated successfully, but these errors were encountered:
I am seeing a null pointer in MemberBox.java related to the changes in 73a8b29:
Tracing back the issue I see
Context.emptyArgs
is indeed null when callingMemberBox.invoke()
in JavaMembers.java:The weird thing is, though, that
Context.emptyArgs
actually should be the same asScriptRuntime.emptyArgs
(which is not null) – but it obviously isn’t:It could be there is some code in my project causing this, see antville/helma#75 (comment).
Unfortunately, I am not very experienced with Java, just inherited the Java/Rhino part of the project. Thus, I would be very thankful for any suggestions.
The text was updated successfully, but these errors were encountered: