Google Code Exporter
Google Code Exporter
``` "import static" is currently not supported ``` Original comment by `[email protected]` on 14 Feb 2012 at 7:26 - Changed title: **Support of "import static"**
``` Is it planned in a next release candidate ? Thanks ``` Original comment by `[email protected]` on 14 Feb 2012 at 8:31
``` I'll try to dig into it, but this is a bigger change. ``` Original comment by `[email protected]` on 14 Feb 2012 at 9:48
``` As I know "import static" is supported and was supported in original project. but you have to type "static import" instead. At least it will work with wild card...
``` Variable arguments were hacked in to 2.0b4: http://www.nabble.com/Support-of-varargs,-an-example-t3275553.html ``` Original comment by `[email protected]` on 9 May 2007 at 5:54
``` I added support for calling vararg java methods, but you still can't declare varargs in beanshell. ``` Original comment by `[email protected]` on 29 Mar 2008 at 11:38 - Changed...
``` So did you comitted ? i downloaded last release 2.0b4 but it still does not work with varargs :( ``` Original comment by `[email protected]` on 15 Aug 2010 at...
``` Yes I committed but this isn't in the downloads. You will have to check out the source and compile it. ``` Original comment by `[email protected]` on 15 Aug 2010...
``` I added a unit test which tests the calling of vararg methods from beanshell: VarargsTest.java ``` Original comment by `[email protected]` on 21 Feb 2011 at 8:58
``` See the issue 83 too. ``` Original comment by `[email protected]` on 12 Nov 2012 at 9:47