[ https://issues.apache.org/jira/browse/FREEMARKER-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16180906#comment-16180906 ]
Daniel Dekany commented on FREEMARKER-74: ----------------------------------------- So the JavaDoc of which @param did you miss exactly? I would add it if I know. Also, I guess it does what you wanted, but note that with a singleton it does it faster. As of the parameters, as I said, the default aren't ideal unfortunately, but can't be changed for backward compatibility. Anyway, at least pass in a version number: {{new Configuration(Configuration.VERSION_2_3_26)}}. > Constructors freemarker.template.Template > ----------------------------------------- > > Key: FREEMARKER-74 > URL: https://issues.apache.org/jira/browse/FREEMARKER-74 > Project: Apache Freemarker > Issue Type: Improvement > Reporter: Jörg Rade > Priority: Trivial > > # add java doc to all Constructors > # change 'String name' to 'String templateDescription' > # provide a Constructor where the 'templateSourceString' can be passed in > directly > ad 3) I have a use case where I have already have the template source at hand > and all the file io is handled elsewhere - so I may even get along without > cfg (insofar as it deals with file io) -- This message was sent by Atlassian JIRA (v6.4.14#64029)