You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (Created) (JIRA)" <ji...@apache.org> on 2012/01/26 18:50:38 UTC

[jira] [Created] (TAP5-1832) Tapestry could do an even better job of filtering unnecessary stack frames from the exception report

Tapestry could do an even better job of filtering unnecessary stack frames from the exception report
----------------------------------------------------------------------------------------------------

                 Key: TAP5-1832
                 URL: https://issues.apache.org/jira/browse/TAP5-1832
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.3, 5.4
            Reporter: Howard M. Lewis Ship
            Priority: Minor


Tapestry could add additional rules to hide even more of the stack frames introduced by the plastic AOP layer, or related to operation tracking.  Tapestry 5.3 and earlier do a good job of this, but there are a few edge cases they miss. Also the TapestryAOPStackFrameAnalyzer has not been updated for plastic.

--
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-1832) Tapestry could do an even better job of filtering unnecessary stack frames from the exception report

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

Hudson commented on TAP5-1832:
------------------------------

Integrated in tapestry-trunk-freestyle #667 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/667/])
    TAP5-1832: Tapestry could do an even better job of filtering unnecessary stack frames from the exception report

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1236335
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/TapestryAOPStackFrameAnalyzer.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java

                
> Tapestry could do an even better job of filtering unnecessary stack frames from the exception report
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1832
>                 URL: https://issues.apache.org/jira/browse/TAP5-1832
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.4
>
>
> Tapestry could add additional rules to hide even more of the stack frames introduced by the plastic AOP layer, or related to operation tracking.  Tapestry 5.3 and earlier do a good job of this, but there are a few edge cases they miss. Also the TapestryAOPStackFrameAnalyzer has not been updated for plastic.

--
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-1832) Tapestry could do an even better job of filtering unnecessary stack frames from the exception report

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

Hudson commented on TAP5-1832:
------------------------------

Integrated in tapestry-trunk-freestyle #667 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/667/])
    TAP5-1832: Tapestry could do an even better job of filtering unnecessary stack frames from the exception report

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1236335
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/TapestryAOPStackFrameAnalyzer.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java

                
> Tapestry could do an even better job of filtering unnecessary stack frames from the exception report
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1832
>                 URL: https://issues.apache.org/jira/browse/TAP5-1832
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.4
>
>
> Tapestry could add additional rules to hide even more of the stack frames introduced by the plastic AOP layer, or related to operation tracking.  Tapestry 5.3 and earlier do a good job of this, but there are a few edge cases they miss. Also the TapestryAOPStackFrameAnalyzer has not been updated for plastic.

--
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] [Assigned] (TAP5-1832) Tapestry could do an even better job of filtering unnecessary stack frames from the exception report

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

Howard M. Lewis Ship reassigned TAP5-1832:
------------------------------------------

    Assignee: Howard M. Lewis Ship
    
> Tapestry could do an even better job of filtering unnecessary stack frames from the exception report
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1832
>                 URL: https://issues.apache.org/jira/browse/TAP5-1832
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> Tapestry could add additional rules to hide even more of the stack frames introduced by the plastic AOP layer, or related to operation tracking.  Tapestry 5.3 and earlier do a good job of this, but there are a few edge cases they miss. Also the TapestryAOPStackFrameAnalyzer has not been updated for plastic.

--
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] [Assigned] (TAP5-1832) Tapestry could do an even better job of filtering unnecessary stack frames from the exception report

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

Howard M. Lewis Ship reassigned TAP5-1832:
------------------------------------------

    Assignee: Howard M. Lewis Ship
    
> Tapestry could do an even better job of filtering unnecessary stack frames from the exception report
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1832
>                 URL: https://issues.apache.org/jira/browse/TAP5-1832
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> Tapestry could add additional rules to hide even more of the stack frames introduced by the plastic AOP layer, or related to operation tracking.  Tapestry 5.3 and earlier do a good job of this, but there are a few edge cases they miss. Also the TapestryAOPStackFrameAnalyzer has not been updated for plastic.

--
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-1832) Tapestry could do an even better job of filtering unnecessary stack frames from the exception report

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

Howard M. Lewis Ship closed TAP5-1832.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.4
    
> Tapestry could do an even better job of filtering unnecessary stack frames from the exception report
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1832
>                 URL: https://issues.apache.org/jira/browse/TAP5-1832
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.4
>
>
> Tapestry could add additional rules to hide even more of the stack frames introduced by the plastic AOP layer, or related to operation tracking.  Tapestry 5.3 and earlier do a good job of this, but there are a few edge cases they miss. Also the TapestryAOPStackFrameAnalyzer has not been updated for plastic.

--
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-1832) Tapestry could do an even better job of filtering unnecessary stack frames from the exception report

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

Howard M. Lewis Ship closed TAP5-1832.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.4
    
> Tapestry could do an even better job of filtering unnecessary stack frames from the exception report
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1832
>                 URL: https://issues.apache.org/jira/browse/TAP5-1832
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.4
>
>
> Tapestry could add additional rules to hide even more of the stack frames introduced by the plastic AOP layer, or related to operation tracking.  Tapestry 5.3 and earlier do a good job of this, but there are a few edge cases they miss. Also the TapestryAOPStackFrameAnalyzer has not been updated for plastic.

--
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