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

ASF GitHub Bot logged work on TEXT-152:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Mar/19 20:06
            Start Date: 04/Mar/19 20:06
    Worklog Time Spent: 10m 
      Work Description: coveralls commented on issue #107: TEXT-152 - new tests 
and fix for infinite loop
URL: https://github.com/apache/commons-text/pull/107#issuecomment-469067658
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/21978320/badge)](https://coveralls.io/builds/21978320)
   
   Coverage decreased (-0.02%) to 97.885% when pulling 
**0fe8086afd187517a8f970804a59a4f1c585f1a9 on CAPS50:TEXT-152** into 
**d880f686338f63b8e0860ad37da190fda792eecf on apache:master**.
   
 
----------------------------------------------------------------
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: 207403)
    Time Spent: 2h  (was: 1h 50m)

> infinite loop in WordUtils.wrap
> -------------------------------
>
>                 Key: TEXT-152
>                 URL: https://issues.apache.org/jira/browse/TEXT-152
>             Project: Commons Text
>          Issue Type: Bug
>    Affects Versions: 1.7
>            Reporter: Carlos
>            Priority: Critical
>             Fix For: 1.7
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> this infinite loop can be reproduced with this unit test:
>  
> {code:java}
> @Test
> public void testWrapAtStartAndEnd() {
>     assertThat(WordUtils.wrap("nabcdefabcdefn", 2, "\n", false, 
> "(?=n)")).isEqualTo("\nabcdefabcdef\n");
> }
> {code}



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

Reply via email to