[
https://issues.apache.org/jira/browse/LANG-1359?focusedWorklogId=511751&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-511751
]
ASF GitHub Bot logged work on LANG-1359:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Nov/20 14:40
Start Date: 14/Nov/20 14:40
Worklog Time Spent: 10m
Work Description: arturobernalg commented on pull request #650:
URL: https://github.com/apache/commons-lang/pull/650#issuecomment-727216603
In git 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: 511751)
Time Spent: 0.5h (was: 20m)
> Add StopWatch.getStopTime()
> ----------------------------
>
> Key: LANG-1359
> URL: https://issues.apache.org/jira/browse/LANG-1359
> Project: Commons Lang
> Issue Type: Improvement
> Components: lang.time.*
> Reporter: Keegan Witt
> Priority: Minor
> Fix For: 3.12
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Someone I know recently had a use case where they needed to retrieve the
> stopTime for a timer. I know this could be inferred from
> {code:java}
> stopWatch.getStartTime() + stopWatch.getTime();
> {code}
> but it might be nice to just add a getter.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)