-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Milestone
Description
It seems that some projects (see #164 and eclipse-collections/eclipse-collections#128) use template files to generate abstract skeletal implementers for a particular interface. This seems to be particularly useful for generating skeletal implementation classes that deal with all the primitive types.
Currently, the tool does not analyze or manipulate such template files. It would be particularly useful to identify source code files generated from templates and, instead of manipulating the derived source code, manipulating the corresponding template mechanism.