Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-JSR-5
-
Fix Version/s: 1.0-JSR-6
-
Component/s: groovy-jdk
-
Labels:None
-
Number of attachments :
Description
When one class extends another one like:
class B {
}
class A extends B {
}
Attempting to reloading class A fails, it just doesn't reload. I will see if I can attach a test case later.
GCL test the class reloading capability now through using "instanceof GroovyObject", so this issue should be no longer a problem