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)" <ji...@apache.org> on 2008/10/31 17:21:44 UTC

[jira] Assigned: (TAP5-20) Stack frames in the exception report are not always highlighted correctly

     [ https://issues.apache.org/jira/browse/TAP5-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Assignee: Howard M. Lewis Ship

> Stack frames in the exception report are not always highlighted correctly
> -------------------------------------------------------------------------
>
>                 Key: TAP5-20
>                 URL: https://issues.apache.org/jira/browse/TAP5-20
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.0.15
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> User code stack frames are supposed to be highlighted in blue (via adding a CSS class to the enclose <li>) but this doesn't always happen.
> It appears the methods that are advised lose their line number information and this interferes the following code:
>     public String getFrameClass()
>     {
>         if (frame.getClassName().startsWith(appPackage) && frame.getLineNumber() > 0) return "t-usercode-frame";
>         return null;
>     }
> The line number is 0 for the advised method.
> Somehow we need to flag the method as user code, perhaps by finding a way to "re-attach" the line number from the advised method to its replacement.

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