You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2008/03/01 19:20:51 UTC

[jira] Created: (TAPESTRY-2216) Add a @GenerateAccessors annotation for fields to create a getter and setter method

Add a @GenerateAccessors annotation for fields to create a getter and setter method
-----------------------------------------------------------------------------------

                 Key: TAPESTRY-2216
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2216
             Project: Tapestry
          Issue Type: New Feature
          Components: tapestry-core
    Affects Versions: 5.0.10
            Reporter: Howard M. Lewis Ship


Getter/Setter generation should occur early.

It must be done in such a way that the methods to not appear as "added", because the field references may later be intercepted due to injections or other annotations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-2216) Add a @GenerateAccessors annotation for fields to create a getter and setter method

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574136#action_12574136 ] 

Howard M. Lewis Ship commented on TAPESTRY-2216:
------------------------------------------------

This is not test friendly, and the compiler will give you warnings about unused variables quite often, but it is very, very handy.

> Add a @GenerateAccessors annotation for fields to create a getter and setter method
> -----------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2216
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2216
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.0.10
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> Getter/Setter generation should occur early.
> It must be done in such a way that the methods to not appear as "added", because the field references may later be intercepted due to injections or other annotations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-2216) Add a @Property annotation for fields to create a getter and setter method

Posted by "Julien Henry (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581092#action_12581092 ] 

Julien Henry commented on TAPESTRY-2216:
----------------------------------------

The documentation needs some update:

http://tapestry.apache.org/tapestry5/tutorial1/forms.html

You need to replace @GenerateAcessors by @Property

> Add a @Property annotation for fields to create a getter and setter method
> --------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2216
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2216
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.0.10
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.11
>
>
> Getter/Setter generation should occur early.
> It must be done in such a way that the methods to not appear as "added", because the field references may later be intercepted due to injections or other annotations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-2216) Add a @GenerateAccessors annotation for fields to create a getter and setter method

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-2216.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.11

> Add a @GenerateAccessors annotation for fields to create a getter and setter method
> -----------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2216
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2216
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.0.10
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.11
>
>
> Getter/Setter generation should occur early.
> It must be done in such a way that the methods to not appear as "added", because the field references may later be intercepted due to injections or other annotations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2216) Add a @Property annotation for fields to create a getter and setter method

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-2216:
-------------------------------------------

    Summary: Add a @Property annotation for fields to create a getter and setter method  (was: Add a @GenerateAccessors annotation for fields to create a getter and setter method)

> Add a @Property annotation for fields to create a getter and setter method
> --------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2216
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2216
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.0.10
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.11
>
>
> Getter/Setter generation should occur early.
> It must be done in such a way that the methods to not appear as "added", because the field references may later be intercepted due to injections or other annotations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAPESTRY-2216) Add a @GenerateAccessors annotation for fields to create a getter and setter method

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAPESTRY-2216:
----------------------------------------------

    Assignee: Howard M. Lewis Ship

> Add a @GenerateAccessors annotation for fields to create a getter and setter method
> -----------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2216
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2216
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.0.10
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> Getter/Setter generation should occur early.
> It must be done in such a way that the methods to not appear as "added", because the field references may later be intercepted due to injections or other annotations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org