beanshell2 icon indicating copy to clipboard operation
beanshell2 copied to clipboard

Beanshell2, a scripting language for the Java Virtual Machine

Results 49 beanshell2 issues
Sort by recently updated
recently updated
newest added

…ent than version 1.8. Mostly these are replacing the boxed primitive constructors with the static valueOf method. In the Reflect class test that the package is exported from the module...

This patch is used to avoid the content of comment make it failed in parser. According to https://github.com/pejobo/beanshell2/issues/112 , there is a solution which move the unicode decode part of...

The code at http://www.beanshell.org/license.html and the fork at https://code.google.com/archive/p/beanshell2/ have been licensed unter LGPL. Since then the license of the original code has been moved and the license has been...

``` What steps will reproduce the problem? 1.When Number is entered in binary format eg: int anInt = 0b101; 2. 3. What is the expected output? What do you see...

auto-migrated

Hi all, There is a simple case for unicode decoding. I think the unicode behavior is good in string literal, but not all the scope to get a token. ```java...

``` What steps will reproduce the problem? 1. Go to maven central repository or sonatype 2. Search for beanshell 2.1.8 3. Peruse the list of beanshell choices What is the...

auto-migrated

``` >> What are the issues and expected behaviour? Issue #1: (BUG) Patch to handle Unicode characters, submitted by Daniel Leuck, replaces all characters by \uXXXX, so the following operation...

auto-migrated

``` When trying to override a Method of a Superclass with long, float or double argument i will get following Exception: Exception in thread "main" java.lang.VerifyError: (class: BshTestExtended, method: _bshSuperexecute...

auto-migrated

``` Hello, I was wondering if there is a way to stop a Interpreter while it is running or atleast see if an Interpreter is doing anything? If there is...

auto-migrated