Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
I'm using the Groovy uber-compiler task and the stub generator doesn't generate stubs when you have a sub class. For example if you have
class Identity {
}
class CompositeIdentity extends Identity {
}
The stub for Identity is generated but not for CompositeIdentity