[jira] [Commented] (OGNL-24) Support visitor pattern on AST

2011-10-09 Thread Christian Grobmeier (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13123681#comment-13123681 ] Christian Grobmeier commented on OGNL-24: - Thanks very much Daniel, I have just

[jira] [Commented] (OGNL-24) Support visitor pattern on AST

2011-10-09 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13123684#comment-13123684 ] Hudson commented on OGNL-24: Integrated in ognl #130 (See

[jira] [Commented] (OGNL-24) Support visitor pattern on AST

2011-10-03 Thread Daniel Pitts (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13119440#comment-13119440 ] Daniel Pitts commented on OGNL-24: -- Any committer willing to look at this?

[jira] [Commented] (OGNL-24) Support visitor pattern on AST

2011-10-03 Thread Simone Tripodi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13119533#comment-13119533 ] Simone Tripodi commented on OGNL-24: Contributions are reviewed as soon as some of us get

[jira] [Commented] (OGNL-24) Support visitor pattern on AST

2011-09-26 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114482#comment-13114482 ] Adrian Crum commented on OGNL-24: - Agreed - the extra parameter would be needed for flyweight

[jira] [Commented] (OGNL-24) Support visitor pattern on AST

2011-09-25 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114461#comment-13114461 ] Adrian Crum commented on OGNL-24: - If the object doing the visiting isn't going to do

[jira] [Commented] (OGNL-24) Support visitor pattern on AST

2011-09-25 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114462#comment-13114462 ] Adrian Crum commented on OGNL-24: - Also, there is no need to include the public keyword in

[jira] [Commented] (OGNL-24) Support visitor pattern on AST

2011-09-25 Thread Daniel Pitts (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114470#comment-13114470 ] Daniel Pitts commented on OGNL-24: -- What makes you think the visitor isn't going to do