Search Results
OK to copy?
Examples 1 through 3 of
3 (0.0010 seconds)
Class:
org.apache.tools.ant.Project
©,
Rating:
0% of 0,
C2
Class: org.apache.tools.ant.Project ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.Project ©, Rating: 0% of 0, C1
2021 Task task = (Task) threadTasks.get(thread);
2022 if (task == null) {
2023 ThreadGroup group = thread.getThreadGroup();
2024 while (task == null && group != null) {
2025 task = (Task) threadGroupTasks.get(group);
Class: org.apache.tools.ant.Project ©, Rating: 0% of 0, C1
2007 } else {
2008 threadTasks.remove(thread);
2009 threadGroupTasks.remove(thread.getThreadGroup());
2010 }
2011 }
Class: org.apache.tools.ant.Project ©, Rating: 0% of 0, C1
2004 if (task != null) {
2005 threadTasks.put(thread, task);
2006 threadGroupTasks.put(thread.getThreadGroup(), task);
2007 } else {
2008 threadTasks.remove(thread);
Result Page:
1