Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert *Base (e.g. PropertiesBase, HelperBase) classes to XTend2 classes #133

Open
rcodesmith opened this issue Jun 25, 2014 · 1 comment

Comments

@rcodesmith
Copy link
Member

The *Base classes (e.g. PropertiesBase, HelperBase) are used in transformations and templates, but are implemented in Java, so cannot be overridden via the Sculptor extension mechanism.

These classes were in Java prior to the XTend1/XPand -> XTend2 migration, so have remained as Java classes.

This issue is to track the conversion of these methods into XTend. These methods can usually be placed in the corresponding non-Base XTend2 class (e.g. Properties, Helper, DbHelper).

rcodesmith added a commit that referenced this issue Jun 26, 2014
… may be called by override classes, and remove useIdSuffixInForeignKey() which is provided in Properties class
@tjuerge
Copy link
Member

tjuerge commented Jun 26, 2014

This approach "tackling one-by-one and marking the migrated (but still needed) ones as deprecated" is very good.

@tjuerge tjuerge removed the 1 - Ready label Jan 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants