Search Results
OK to copy?
Examples 1 through 2 of
2 (0.017 seconds)
Class:
org.apache.axis.handlers.soap.SOAPService
©,
Rating:
0% of 0,
C1
Class: org.apache.tools.ant.types.Assertions ©, Rating: 0% of 0, C1
152 */
153 public ArrayList getActors() {
154 ArrayList acts = (ArrayList)actors.clone(); // ??? cache this?
155
156 // TODO: a SOAPService should always be associated with an engine,
Class: org.apache.tools.ant.types.Assertions ©, Rating: 0% of 0, C1
251 public Object clone() throws CloneNotSupportedException {
252 Assertions that = (Assertions) super.clone();
253 that.assertionList = (ArrayList) assertionList.clone();
254 return that;
255 }
Result Page:
1