[ 
https://issues.apache.org/jira/browse/LANG-1369?focusedWorklogId=215638&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-215638
 ]

ASF GitHub Bot logged work on LANG-1369:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Mar/19 18:27
            Start Date: 19/Mar/19 18:27
    Worklog Time Spent: 10m 
      Work Description: BELUGABEHR commented on pull request #414: LANG-1369: 
Formatted and Paramaterized Exception Classes
URL: https://github.com/apache/commons-lang/pull/414
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 215638)
            Time Spent: 10m
    Remaining Estimate: 0h

> Formatted and Paramaterized Exception Classes
> ---------------------------------------------
>
>                 Key: LANG-1369
>                 URL: https://issues.apache.org/jira/browse/LANG-1369
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.exception.*
>    Affects Versions: 3.7
>            Reporter: David Mollitor
>            Priority: Major
>         Attachments: LANG-1369.1.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Add two new Exception classes:
> # FormattedException
> # ParameterizedException
> Both classes provide different mechanisms for creating error messages instead 
> of using straight string concatenation that can look sloppy and introduces a 
> lot of {{StringBuilder}} instances into the underlying byte code.  
> FormattedException uses Java's {{java.lang.String#format}} method for 
> producing the Exception's detailed message.  ParameterizedException uses 
> Log4j's implementation of the SLF4J parameterization implementation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to