Google Code Exporter
Google Code Exporter
``` Looking at it more closely in my case (2 static methods but the bug can be reproduced with member methods) the stack is : - bsh.Reflect.gatherMethodsRecursive(baseClass, methodName, types.length, publicMethods,...
Original comment by `[email protected]` on 11 Oct 2012 at 7:33
``` This is a general issue for script languages on the JVM, which are often used as you describe. When I looked at JSR-223 when it was published I was...
``` It seems issue #76 is for the same feature. Link it here. Let's find a proper and common way to achieve this... ``` Original comment by `[email protected]` on 11...
``` test case is bsh.SourceForgeIssuesTest#sourceforge_issue_2081602 ``` Original comment by `[email protected]` on 27 Feb 2011 at 10:42
``` Created a patch - seems a bit risky. Need more test cases first. ``` Original comment by `[email protected]` on 27 Feb 2011 at 10:44 Attachments: - [patch_for_issue_45.patch](https://storage.googleapis.com/google-code-attachments/beanshell2/issue-45/comment-2/patch_for_issue_45.patch)
``` Another test case, with an abstract class. ``` Original comment by `[email protected]` on 31 Aug 2012 at 1:34 Attachments: - [test.bsh](https://storage.googleapis.com/google-code-attachments/beanshell2/issue-45/comment-3/test.bsh)
``` This appears to be a duplicate of issue #37. ``` Original comment by `[email protected]` on 11 Dec 2012 at 9:19
``` sorry bad typo, mean: "variadic" ``` Original comment by `[email protected]` on 21 Nov 2011 at 5:35
``` You could call "Interpreter.setNameSpace(bsh.NameSpace)" with your own derived version of "bsh.NameSpace" with your changed logic. ``` Original comment by `[email protected]` on 16 Nov 2011 at 9:30