Search Results
OK to copy?
Examples 1 through 10 of
90 (0.01 seconds)
Class:
sessions.DummyCart
©,
Rating:
0% of 0,
C1
Class: sessions.DummyCart ©, Rating: 0% of 0, C1
Class: org.apache.axis.utils.cache.JavaMethod ©, Rating: 0% of 0, C2
Class: org.apache.batik.test.DefaultTestSuite ©, Rating: 0% of 0, C1
Class: org.apache.jasper.compiler.ImplicitTagLibraryInfo ©, Rating: 0% of 0, C1
Class: org.apache.catalina.cluster.tcp.ReplicationTransmitter ©, Rating: 0% of 0, C1
Class: org.apache.batik.apps.svgbrowser.WindowsAltFileSystemView ©, Rating: 0% of 0, C2
Class: org.apache.batik.test.DefaultTestSuiteReport ©, Rating: 0% of 0, C1
Class: org.apache.batik.test.DefaultTestSuiteReport ©, Rating: 0% of 0, C2
Class: org.htmlparser.beans.LinkBean ©, Rating: 0% of 0, C1
43 public String[] getItems() {
44 String[] s = new String[v.size()];
45 v.copyInto(s);
46 return s;
47 }
Class: sessions.DummyCart ©, Rating: 0% of 0, C1
43 public String[] getItems() {
44 String[] s = new String[v.size()];
45 v.copyInto(s);
46 return s;
47 }
Class: org.apache.axis.utils.cache.JavaMethod ©, Rating: 0% of 0, C2
089 if (workinglist.size() > 0) {
090 this.methods = new Method[workinglist.size()];
091 workinglist.copyInto(this.methods);
092 }
093 }
Class: org.apache.batik.test.DefaultTestSuite ©, Rating: 0% of 0, C1
135 public Test[] getChildrenTests(){
136 Test[] children = new Test[tests.size()];
137 tests.copyInto(children);
138 return children;
139 }
Class: org.apache.jasper.compiler.ImplicitTagLibraryInfo ©, Rating: 0% of 0, C1
Class: org.apache.catalina.cluster.tcp.ReplicationTransmitter ©, Rating: 0% of 0, C1
105 }
106 IDataSender[] result = new IDataSender[v.size()];
107 v.copyInto(result);
108 return result;
109 }
Class: org.apache.batik.apps.svgbrowser.WindowsAltFileSystemView ©, Rating: 0% of 0, C2
181 }
182 File[] roots = new File[rootsVector.size()];
183 rootsVector.copyInto(roots);
184 return roots;
185 }
Class: org.apache.batik.test.DefaultTestSuiteReport ©, Rating: 0% of 0, C1
220 int nReports = reports.size();
221 TestReport[] r = new TestReport[nReports];
222 reports.copyInto(r);
223 return r;
224 }
Class: org.apache.batik.test.DefaultTestSuiteReport ©, Rating: 0% of 0, C2
194 if(descs.size() > 0){
195 entries = new TestReport.Entry[descs.size()];
196 descs.copyInto(entries);
197 }
198
Class: org.htmlparser.beans.LinkBean ©, Rating: 0% of 0, C1