[jira] [Work logged] (LANG-1577) refine StringUtils.chop

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


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

ASF GitHub Bot logged work on LANG-1577:


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


   
   [![Coverage 
Status](https://coveralls.io/builds/37305250/badge)](https://coveralls.io/builds/37305250)
   
   Coverage decreased (-0.0006%) to 94.957% when pulling 
**f5b58257d94938d1e9378079d9b1fbde61e19904 on xenoamess-fork:refine_chop** into 
**f84342914591ef452ba35181c5a05e2e5eca1283 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: 555458)
Time Spent: 1h  (was: 50m)

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



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


[jira] [Work logged] (LANG-1577) refine StringUtils.chop

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


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

ASF GitHub Bot logged work on LANG-1577:


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


   @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: 555451)
Time Spent: 50m  (was: 40m)

> refine StringUtils.chop 
> 
>
> Key: LANG-1577
> URL: https://issues.apache.org/jira/browse/LANG-1577
> 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/566]



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


[jira] [Work logged] (LANG-1577) refine StringUtils.chop

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


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

ASF GitHub Bot logged work on LANG-1577:


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


   
   [![Coverage 
Status](https://coveralls.io/builds/32377643/badge)](https://coveralls.io/builds/32377643)
   
   Coverage decreased (-0.0007%) to 94.665% when pulling 
**473d9d1d6df0294f6f53a2365b9525063b7e04e9 on XenoAmess:refine_chop** 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: 464080)
Time Spent: 40m  (was: 0.5h)

> refine StringUtils.chop 
> 
>
> Key: LANG-1577
> URL: https://issues.apache.org/jira/browse/LANG-1577
> 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/566]



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


[jira] [Work logged] (LANG-1577) refine StringUtils.chop

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


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

ASF GitHub Bot logged work on LANG-1577:


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


   full performance tests at https://pastebin.ubuntu.com/p/GHrxg5nb2B/
   in short:
   ```
   Benchmark  Mode  Cnt   Score   Error  Units
   StringUtilsChopTest.test1New   avgt5   6.243 ?0.252  ns/op
   
   StringUtilsChopTest.test1New2  avgt5   6.562 ?1.295  ns/op
   
   StringUtilsChopTest.test1Old   avgt5   6.443 ?0.517  ns/op
   
   StringUtilsChopTest.test2New   avgt5   6.259 ?0.211  ns/op
   
   StringUtilsChopTest.test2New2  avgt5   6.237 ?0.102  ns/op
   
   StringUtilsChopTest.test2Old   avgt5  37.241 ?9.481  ns/op
   
   StringUtilsChopTest.test3New   avgt5   2.378 ?0.158  ns/op
   
   StringUtilsChopTest.test3New2  avgt5   2.358 ?0.064  ns/op
   
   StringUtilsChopTest.test3Old   avgt5   2.403 ?0.154  ns/op
   
   StringUtilsChopTest.test4New   avgt5   6.326 ?0.392  ns/op
   
   StringUtilsChopTest.test4New2  avgt5   6.332 ?0.404  ns/op
   
   StringUtilsChopTest.test4Old   avgt5   6.396 ?0.250  ns/op
   ```



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: 463945)
Time Spent: 0.5h  (was: 20m)

> refine StringUtils.chop 
> 
>
> Key: LANG-1577
> URL: https://issues.apache.org/jira/browse/LANG-1577
> 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/566]



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


[jira] [Work logged] (LANG-1577) refine StringUtils.chop

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


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

ASF GitHub Bot logged work on LANG-1577:


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







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: 463889)
Time Spent: 20m  (was: 10m)

> refine StringUtils.chop 
> 
>
> Key: LANG-1577
> URL: https://issues.apache.org/jira/browse/LANG-1577
> 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/566]



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