Hello Arno
I've tried to compile my class body with the new 2.53 version and the
integrated new static import feature.
When trying this i receive the strange error :
Class "myclass" was first imported as "com.xxx.xxx", now as "com.xxx.xxx"
Again i'm using the class body evaluator. Any idea what's going wrong ?
Thanks in advance fo any help !
or duplicate single-static-imports, e.g.
are not an error (as JANINO reports).
Inconsistent single-type-imports or single-static-imports, e.g.
are errors, of course!