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)" <ta...@jakarta.apache.org> on 2007/03/11 20:10:09 UTC

[jira] Created: (TAPESTRY-1342) When an exception is reported concerning a particular method, the string identifying the method should include the file name and line number (if available)

When an exception is reported concerning a particular method, the string identifying the method should include the file name and line number (if available)
-----------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: TAPESTRY-1342
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1342
             Project: Tapestry
          Issue Type: Improvement
          Components: tapestry-ioc
    Affects Versions: 5.0
            Reporter: Howard M. Lewis Ship
            Priority: Minor


This information is available via Javassist, so this would be a change to the ClassFactory service.

-- 
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-1342) When an exception is reported concerning a particular method, the string identifying the method should include the file name and line number (if available)

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

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

       Resolution: Fixed
    Fix Version/s: 5.0.3
         Assignee: Howard M. Lewis Ship

Came out sweet.

This also encompasses reporting of failures on component event handler methods: either failures to provide parameters to the method, or methods returning incorrect type values. These too are now identified with the file name and line number (though the exception report page can not, alas, display the Java source the way it can component template source).

> When an exception is reported concerning a particular method, the string identifying the method should include the file name and line number (if available)
> -----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1342
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1342
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.0
>            Reporter: Howard M. Lewis Ship
>         Assigned To: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.3
>
>
> This information is available via Javassist, so this would be a change to the ClassFactory service.

-- 
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-1342) When an exception is reported concerning a particular method, the string identifying the method should include the file name and line number (if available)

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479959 ] 

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

This is especially important since TAPESTRY-1341, since a lot of service builder methods, even within the same module, will be called "build" (with various parameters).

> When an exception is reported concerning a particular method, the string identifying the method should include the file name and line number (if available)
> -----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1342
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1342
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.0
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>
> This information is available via Javassist, so this would be a change to the ClassFactory service.

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