
|
If you were logged in you would be able to see more operations.
|
|
|
|
If a reflector is generated for a class that is not loaded through RootLoader or by any other class loader which is a parent to the class loader which loaded the groovy runtime, then the generation of the reflector might fail with a ClassCastException. This happens only if the parent class loader also knows the Reflector class. The cast then fails because Reflector got duplicated.
|
|
Description
|
If a reflector is generated for a class that is not loaded through RootLoader or by any other class loader which is a parent to the class loader which loaded the groovy runtime, then the generation of the reflector might fail with a ClassCastException. This happens only if the parent class loader also knows the Reflector class. The cast then fails because Reflector got duplicated. |
Show » |
|