You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by GitBox <gi...@apache.org> on 2020/01/10 22:59:22 UTC

[GitHub] [groovy] paulk-asert commented on a change in pull request #1137: GROOVY-8296: Groovydoc Recognition exception with Java 8 class

paulk-asert commented on a change in pull request #1137: GROOVY-8296: Groovydoc Recognition exception with Java 8 class
URL: https://github.com/apache/groovy/pull/1137#discussion_r365463693
 
 

 ##########
 File path: subprojects/groovy-templates/src/main/groovy/groovy/text/GStringTemplateEngine.java
 ##########
 @@ -199,6 +199,7 @@ public Object run() {
             try {
                 groovyClass = loader.parseClass(new GroovyCodeSource(templateExpressions.toString(), "GStringTemplateScript" + counter.incrementAndGet() + ".groovy", "x"));
             } catch (Exception e) {
+                System.err.println("templateExpressions = " + templateExpressions);
 
 Review comment:
   Thanks for spotting that, yes I'll revert.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services