-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inline Javatemplate in RefasterTemplateProcessor (#57)
* Inline JavaTemplate into RefasterTemplateProcessor * Adapt Refaster input and output tests * Remove unused method statementType * Resolve parameters, which now triggers NPE * Revert JavacResolution for template parameters * Change input to ParameterReuseRecipe * Adapt three out of four remaining tests * Fix remaining test * Update new test too * Add TODO * Quick stash * Fix compilation issue * Add an inline test for RefaterTemplateProcessor as well * Add FIXME * Add more analysis of what's going wrong * First working version * Update reference outputs * Handle recipes without parameters * Drop now unused import * Drop inline tests again while text blocks are unavailable * Only pass through matching resolved parameter types * Resolve all before templates at once
- Loading branch information
Showing
22 changed files
with
386 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.