groovy

Class Reloading Doesn't work with inheritance

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major 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 :
    0

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.

Activity

Hide
blackdrag blackdrag added a comment -

GCL test the class reloading capability now through using "instanceof GroovyObject", so this issue should be no longer a problem

Show
blackdrag blackdrag added a comment - GCL test the class reloading capability now through using "instanceof GroovyObject", so this issue should be no longer a problem

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: