You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Jochen Kemnade (JIRA)" <ji...@apache.org> on 2014/03/17 12:55:43 UTC

[jira] [Comment Edited] (TAP5-2302) Tapestry should ignore hashCode, equals and toString in module classes

    [ https://issues.apache.org/jira/browse/TAP5-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13937706#comment-13937706 ] 

Jochen Kemnade edited comment on TAP5-2302 at 3/17/14 11:53 AM:
----------------------------------------------------------------

I have some Tapestry modules written in Clojure. The module classes are generated using Clojure's {{gen-class}} function. That function automatically creates {{equals}}, {{hashCode}}, and {{toString}} methods in the generated classes.


was (Author: jkemnade):
I have some Tapestry modules written in Clojure. The module classes are generated using Clojure's {{gen-class}} function. That function automatically creates {{equals}}, {{hashCode}} or {{toString}} methods in the generated classes.

> Tapestry should ignore hashCode, equals and toString in module classes
> ----------------------------------------------------------------------
>
>                 Key: TAP5-2302
>                 URL: https://issues.apache.org/jira/browse/TAP5-2302
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.4
>            Reporter: Jochen Kemnade
>
> When {{equals}}, {{hashCode}} or {{toString}} are overridded in a module class, Tapestry complains that those methods are "unrecognized public methods". For example, those methods will unconditionally be created by {{gen-class}}.



--
This message was sent by Atlassian JIRA
(v6.2#6252)