You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Gunnar Eketrapp (JIRA)" <ji...@apache.org> on 2011/04/17 17:23:05 UTC

[jira] [Created] (TAP5-1505) Let URLEventContext implement its own toString()

Let URLEventContext implement its own toString()
------------------------------------------------

                 Key: TAP5-1505
                 URL: https://issues.apache.org/jira/browse/TAP5-1505
             Project: Tapestry 5
          Issue Type: Wish
          Components: tapestry-core
            Reporter: Gunnar Eketrapp
            Priority: Trivial


Wouldn't it be nice if URLEventContext implemented its own toString method !?

I am using event contexts quite a lot and would like them to be displayed properly by the @Log annotation.

I.e. now i get ...

[ENTER] onActivate(org.apache.tapestry5.internal.URLEventContext@10537e4)

.. but would like this ...

[ENTER] onActivate(1,7)


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TAP5-1505) Let URLEventContext implement its own toString()

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13131512#comment-13131512 ] 

Hudson commented on TAP5-1505:
------------------------------

Integrated in tapestry-trunk-freestyle #595 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/595/])
    Merge branch 'TAP5-1505' into trunk

mlusetti : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1186711
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/AbstractEventContext.java

                
> Let URLEventContext implement its own toString()
> ------------------------------------------------
>
>                 Key: TAP5-1505
>                 URL: https://issues.apache.org/jira/browse/TAP5-1505
>             Project: Tapestry 5
>          Issue Type: Wish
>          Components: tapestry-core
>            Reporter: Gunnar Eketrapp
>            Assignee: Massimo Lusetti
>            Priority: Trivial
>             Fix For: 5.3
>
>
> Wouldn't it be nice if URLEventContext implemented its own toString method !?
> I am using event contexts quite a lot and would like them to be displayed properly by the @Log annotation.
> I.e. now i get ...
> [ENTER] onActivate(org.apache.tapestry5.internal.URLEventContext@10537e4)
> .. but would like this ...
> [ENTER] onActivate(1,7)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1505) Let URLEventContext implement its own toString()

Posted by "Massimo Lusetti (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Massimo Lusetti closed TAP5-1505.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3
         Assignee: Massimo Lusetti
    
> Let URLEventContext implement its own toString()
> ------------------------------------------------
>
>                 Key: TAP5-1505
>                 URL: https://issues.apache.org/jira/browse/TAP5-1505
>             Project: Tapestry 5
>          Issue Type: Wish
>          Components: tapestry-core
>            Reporter: Gunnar Eketrapp
>            Assignee: Massimo Lusetti
>            Priority: Trivial
>             Fix For: 5.3
>
>
> Wouldn't it be nice if URLEventContext implemented its own toString method !?
> I am using event contexts quite a lot and would like them to be displayed properly by the @Log annotation.
> I.e. now i get ...
> [ENTER] onActivate(org.apache.tapestry5.internal.URLEventContext@10537e4)
> .. but would like this ...
> [ENTER] onActivate(1,7)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1505) Let URLEventContext implement its own toString()

Posted by "Massimo Lusetti (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Massimo Lusetti closed TAP5-1505.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3
         Assignee: Massimo Lusetti
    
> Let URLEventContext implement its own toString()
> ------------------------------------------------
>
>                 Key: TAP5-1505
>                 URL: https://issues.apache.org/jira/browse/TAP5-1505
>             Project: Tapestry 5
>          Issue Type: Wish
>          Components: tapestry-core
>            Reporter: Gunnar Eketrapp
>            Assignee: Massimo Lusetti
>            Priority: Trivial
>             Fix For: 5.3
>
>
> Wouldn't it be nice if URLEventContext implemented its own toString method !?
> I am using event contexts quite a lot and would like them to be displayed properly by the @Log annotation.
> I.e. now i get ...
> [ENTER] onActivate(org.apache.tapestry5.internal.URLEventContext@10537e4)
> .. but would like this ...
> [ENTER] onActivate(1,7)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1505) Let URLEventContext implement its own toString()

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13131512#comment-13131512 ] 

Hudson commented on TAP5-1505:
------------------------------

Integrated in tapestry-trunk-freestyle #595 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/595/])
    Merge branch 'TAP5-1505' into trunk

mlusetti : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1186711
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/AbstractEventContext.java

                
> Let URLEventContext implement its own toString()
> ------------------------------------------------
>
>                 Key: TAP5-1505
>                 URL: https://issues.apache.org/jira/browse/TAP5-1505
>             Project: Tapestry 5
>          Issue Type: Wish
>          Components: tapestry-core
>            Reporter: Gunnar Eketrapp
>            Assignee: Massimo Lusetti
>            Priority: Trivial
>             Fix For: 5.3
>
>
> Wouldn't it be nice if URLEventContext implemented its own toString method !?
> I am using event contexts quite a lot and would like them to be displayed properly by the @Log annotation.
> I.e. now i get ...
> [ENTER] onActivate(org.apache.tapestry5.internal.URLEventContext@10537e4)
> .. but would like this ...
> [ENTER] onActivate(1,7)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira