[
https://issues.apache.org/jira/browse/LANG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benedikt Ritter resolved LANG-1105.
-----------------------------------
Resolution: Fixed
Fix Version/s: (was: Review Patch)
3.5
Merged PR #78 in 1cb5573ada7dc7ec240fca6afe4eeb6e2c793d8e into master.
> Add ThreadUtils - A utility class which provides helper methods related to
> java.lang.Thread
> -------------------------------------------------------------------------------------------
>
> Key: LANG-1105
> URL: https://issues.apache.org/jira/browse/LANG-1105
> Project: Commons Lang
> Issue Type: New Feature
> Components: General
> Reporter: Benedikt Ritter
> Assignee: Benedikt Ritter
> Fix For: 3.5
>
>
> Placeholder for github PR https://github.com/apache/commons-lang/pull/61
> {quote}
> Add org.apache.commons.lang3.ThreadUtils which provide helper methods related
> to java.lang.Thread
> * getSystemThreadGroup()
> * getAllThreads()
> * getAllThreadGroups()
> * findThreadsByName(String threadName, String threadGroupName)
> * findThreadsByName(String threadName)
> * findThreadGroupsByName(String threadGroupName)
> * findThreadById(long threadId, String threadGroupName)
> * findThreadById(long threadId)
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)