Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-5
-
None
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.