You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Sinuhé (JIRA)" <ji...@apache.org> on 2017/01/05 22:01:58 UTC

[jira] [Created] (GROOVY-8038) Change BaseTemplate private methods to protected

Sinuhé created GROOVY-8038:
------------------------------

             Summary: Change BaseTemplate private methods to protected
                 Key: GROOVY-8038
                 URL: https://issues.apache.org/jira/browse/GROOVY-8038
             Project: Groovy
          Issue Type: Improvement
          Components: Templating
    Affects Versions: 2.4.7
            Reporter: Sinuhé
            Priority: Minor


*groovy.text.markup.BaseTemplate* is a good candidate for extending it with custom methods. The problem is that common methods such as *createWriter()*, *forkModel()*, *writeIndent()* should be accessible by extended class. For simplicity, I suggest to change all current private methods to protected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)