Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0-JSR-3
-
None
Description
the current implementation of ClassNode#isScript is
public boolean isScript()
{ return script | isDerivedFrom(Type.SCRIPT_TYPE); }but the base type for a script is changeable by a property, so this test is nonesense in this form.