beanshell2
beanshell2 copied to clipboard
Beanshell2, a scripting language for the Java Virtual Machine
``` If create an anonymous inner class (say "Inner") inside another class declaration (say "Outer"), and from within this inner class try to refer to a member variable of "Outer",...
``` What steps will reproduce the problem? 1. java -jar bsh-2.1.6.jar 2. FileMenu-Workspace Editor 3. Right-click the editor's background. What is the expected output? What do you see instead? The...
``` Running beanshell scripts in a restricted Environment (with installed SecurityManager) fails with SecurityException, even when "setAccessibility(true)" isn't called. ``` Original issue reported on code.google.com by `[email protected]` on 20 Sep...
``` can't think off hand what to do about set caret.... but these few trivial changes remove deprecation warnings. Index: src/bsh/Remote.java =================================================================== --- src/bsh/Remote.java (revision 124) +++ src/bsh/Remote.java (working copy)...
``` What steps will reproduce the problem? 1. Modify VarargsTest as below, adding calling_java_varargs_or_without_should_choose_the_simplest() and the two overloaded methods in ClassWithVarargMethods 2. Run in Eclipse the tests from VarargsTest. My...
``` What steps will reproduce the problem? 1. Define a standard java class in script, and load by interpreter. 2. Save all states by serialization 3. Deserialize, and try to...
``` Feature request: interruptor. As a scripting language, it's likely to be embedded into other host applications. However scripting can easily cause deadlock. While it would be nice for host...
``` What steps will reproduce the problem? 1. Interprete a java source with annotations. For example, the most common one: @Override What is the expected output? What do you see...
``` Since support for parsing java files directly has been removed, I propose you remove the following return values from the ScriptEngineFactory: Extensions: java Mime Types: application/x-java-source Names: java Screen...
``` What steps will reproduce the problem? 1. Type 'String.' and hit tab or: 1. Type 'String myString = "text";' 2. Type 'myString.' and hit tab What is the expected...