Search Results
OK to copy?
Examples 1 through 3 of
3 (0.0 seconds)
Class:
com.technoetic.xplanner.db.TaskQueryHelper
©,
Rating:
0% of 0,
C1
Class: org.springframework.beans.propertyeditors.CustomCollectionEditor ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.engine.StandardJMeterEngine ©, Rating: 0% of 0, C3
84 Session session = ThreadSession.get();
85 cachedCurrentTasks = queryTasks(session, "tasks.current.accepted");
86 cachedCurrentTasks.addAll(queryTasks(session, "tasks.current.worked"));
87 }
88 return cachedCurrentTasks;
Class: org.springframework.beans.propertyeditors.CustomCollectionEditor ©, Rating: 0% of 0, C2
095 Collection source = (Collection) value;
096 Collection target = createCollection(this.collectionType, source.size());
097 target.addAll(source);
098 super.setValue(target);
099 }
Class: org.apache.jmeter.engine.StandardJMeterEngine ©, Rating: 0% of 0, C3
350 log.info("About to call test listeners");
351 Collection col = testListeners.getSearchResults();
352 col.addAll(testList);
353 testList=null;
354 notifyTestListenersOfStart();
Result Page:
1