I need to override some methods that are defined in the *Base classes (e.g. PropertiesBase, HelperBase).
Unfortunately, I can't because they're implemented in Java and don't support the Sculptor extension mechanism.
Do you know what the reason is these are implemented in Java? Was it a historical optimization when Helper, Properties, etc were in XTend1?
Unless there's a reason they have to stay in Java, I'd like to start migrating these methods to the corresponding Helper, Properties, etc XTend2 classes.
--Ron