[jira] [Work logged] (LANG-1586) refine StringUtils.wrap

2021-02-21 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on LANG-1586:


Author: ASF GitHub Bot
Created on: 21/Feb/21 16:37
Start Date: 21/Feb/21 16:37
Worklog Time Spent: 10m 
  Work Description: coveralls edited a comment on pull request #575:
URL: https://github.com/apache/commons-lang/pull/575#issuecomment-651068621


   
   [![Coverage 
Status](https://coveralls.io/builds/37305168/badge)](https://coveralls.io/builds/37305168)
   
   Coverage decreased (-0.001%) to 94.956% when pulling 
**3746a2ecda4367070bcfeb97e2794a7c4140c12b on xenoamess-fork:refine_wrap** into 
**e233ab6b1464601341cc77ac489e9358aa45fbed 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:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 555449)
Time Spent: 50m  (was: 40m)

> refine StringUtils.wrap
> ---
>
> Key: LANG-1586
> URL: https://issues.apache.org/jira/browse/LANG-1586
> Project: Commons Lang
>  Issue Type: Sub-task
>Reporter: Jin Xu
>Priority: Minor
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> [https://github.com/apache/commons-lang/pull/575]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (LANG-1586) refine StringUtils.wrap

2021-02-21 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on LANG-1586:


Author: ASF GitHub Bot
Created on: 21/Feb/21 16:28
Start Date: 21/Feb/21 16:28
Worklog Time Spent: 10m 
  Work Description: XenoAmess commented on pull request #575:
URL: https://github.com/apache/commons-lang/pull/575#issuecomment-782884584


   @garydgregory rebased. please find some time to review. thanks.



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:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 555442)
Time Spent: 40m  (was: 0.5h)

> refine StringUtils.wrap
> ---
>
> Key: LANG-1586
> URL: https://issues.apache.org/jira/browse/LANG-1586
> Project: Commons Lang
>  Issue Type: Sub-task
>Reporter: Jin Xu
>Priority: Minor
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> [https://github.com/apache/commons-lang/pull/575]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (LANG-1586) refine StringUtils.wrap

2020-07-29 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on LANG-1586:


Author: ASF GitHub Bot
Created on: 29/Jul/20 08:01
Start Date: 29/Jul/20 08:01
Worklog Time Spent: 10m 
  Work Description: XenoAmess commented on pull request #575:
URL: https://github.com/apache/commons-lang/pull/575#issuecomment-665128057


   full jmh result at https://pastebin.ubuntu.com/p/9GTwkT5cgR/
   in short:
   ```
   StringUtilsWrapTest.test00New  avgt5 6.636 ?  0.724  ns/op
   
   StringUtilsWrapTest.test00Old  avgt5 9.890 ?  4.562  ns/op
   
   StringUtilsWrapTest.test01New  avgt5 8.478 ?  0.679  ns/op
   
   StringUtilsWrapTest.test01Old  avgt515.321 ?  1.837  ns/op
   
   StringUtilsWrapTest.test10New  avgt5 8.493 ?  0.424  ns/op
   
   StringUtilsWrapTest.test10Old  avgt539.020 ?  2.662  ns/op
   
   StringUtilsWrapTest.test11New  avgt5 6.668 ?  0.400  ns/op
   
   StringUtilsWrapTest.test11Old  avgt533.370 ?  3.456  ns/op
   
   StringUtilsWrapTest.test12New  avgt5 2.360 ?  0.016  ns/op
   
   StringUtilsWrapTest.test12ld   avgt5 2.398 ?  0.155  ns/op
   
   StringUtilsWrapTest.test20New  avgt5 8.466 ?  0.498  ns/op
   
   StringUtilsWrapTest.test20Old  avgt530.567 ?  3.343  ns/op
   
   StringUtilsWrapTest.test21New  avgt5 6.435 ?  0.261  ns/op
   
   StringUtilsWrapTest.test21Old  avgt528.250 ?  5.174  ns/op
   
   StringUtilsWrapTest.test22New  avgt5 2.377 ?  0.109  ns/op
   
   StringUtilsWrapTest.test22Old  avgt5 2.380 ?  0.065  ns/op
   
   StringUtilsWrapTest.testsNew   avgt5  33745736.602 ?2654906.163  ns/op
   
   StringUtilsWrapTest.testsOld   avgt5  60026265.229 ?5142552.447  ns/op
   ```
   indicates:
   faster in any means. seems should merge.



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:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 464099)
Time Spent: 0.5h  (was: 20m)

> refine StringUtils.wrap
> ---
>
> Key: LANG-1586
> URL: https://issues.apache.org/jira/browse/LANG-1586
> Project: Commons Lang
>  Issue Type: Sub-task
>Reporter: Jin Xu
>Priority: Minor
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> [https://github.com/apache/commons-lang/pull/575]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (LANG-1586) refine StringUtils.wrap

2020-07-29 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on LANG-1586:


Author: ASF GitHub Bot
Created on: 29/Jul/20 07:52
Start Date: 29/Jul/20 07:52
Worklog Time Spent: 10m 
  Work Description: coveralls edited a comment on pull request #575:
URL: https://github.com/apache/commons-lang/pull/575#issuecomment-651068621


   
   [![Coverage 
Status](https://coveralls.io/builds/32376566/badge)](https://coveralls.io/builds/32376566)
   
   Coverage decreased (-0.001%) to 94.664% when pulling 
**8930f4e0033c1a23cff888d84f8188d65f07f6df on XenoAmess:refine_wrap** into 
**cf0bc2b5dbb08ee1f5c0c8d54df307e23345544d 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:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 464003)
Time Spent: 20m  (was: 10m)

> refine StringUtils.wrap
> ---
>
> Key: LANG-1586
> URL: https://issues.apache.org/jira/browse/LANG-1586
> Project: Commons Lang
>  Issue Type: Sub-task
>Reporter: Jin Xu
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> [https://github.com/apache/commons-lang/pull/575]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (LANG-1586) refine StringUtils.wrap

2020-06-29 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on LANG-1586:


Author: ASF GitHub Bot
Created on: 29/Jun/20 11:57
Start Date: 29/Jun/20 11:57
Worklog Time Spent: 10m 
  Work Description: coveralls commented on pull request #575:
URL: https://github.com/apache/commons-lang/pull/575#issuecomment-651068621


   
   [![Coverage 
Status](https://coveralls.io/builds/31744751/badge)](https://coveralls.io/builds/31744751)
   
   Coverage decreased (-0.001%) to 94.677% when pulling 
**eaf259b9961db083e55faf12cf6e3fd758ade329 on XenoAmess:refine_wrap** into 
**da0f6a8051cc60d1bebe703b4e390ce3035497db 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:
us...@infra.apache.org


Issue Time Tracking
---

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

> refine StringUtils.wrap
> ---
>
> Key: LANG-1586
> URL: https://issues.apache.org/jira/browse/LANG-1586
> Project: Commons Lang
>  Issue Type: Sub-task
>Reporter: Jin Xu
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> [https://github.com/apache/commons-lang/pull/575]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)