e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 10 of 82 (0.901 seconds)
Class: org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping  ©, Rating: 0% of 0, C2

85 } 86 } 87 return (String[]) urls.toArray(new String[urls.size()]); 88 } 89

Class: org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator  ©, Rating: 0% of 0, C1

067 } 068 advisors = sortAdvisors(advisors); 069 return advisors.toArray(); 070 } 071

Class: org.springframework.core.io.support.PathMatchingResourcePatternResolverTests  ©, Rating: 0% of 0, C1

081 List fileNames = new ArrayList(Arrays.asList(fileNames1)); 082 fileNames.addAll(Arrays.asList(fileNames2)); 083 assertProtocolAndFilenames(resources, urlProtocol, (String[]) fileNames.toArray(new String[fileNames.size()])); 084 } 085

Class: org.springframework.validation.DefaultMessageCodesResolver  ©, Rating: 0% of 0, C2

106 } 107 codeList.add(errorCode); 108 return (String[]) codeList.toArray(new String[codeList.size()]); 109 } 110

Class: org.apache.tools.ant.util.ChainedMapper  ©, Rating: 0% of 0, C2

54 } 55 } 56 return (results.size() == 0) ? null 57 : (String[]) results.toArray(new String[results.size()]); 58 }

Class: org.apache.batik.util.EventDispatcher  ©, Rating: 0% of 0, C2

105 if (listeners.size() == 0) 106 return; 107 ll = listeners.toArray(); 108 break; 109 }

Class: org.apache.catalina.realm.GenericPrincipal  ©, Rating: 0% of 0, C1

087 if (roles != null) { 088 this.roles = new String[roles.size()]; 089 this.roles = (String[]) roles.toArray(this.roles); 090 if (this.roles.length > 0) 091 Arrays.sort(this.roles);

Class: org.apache.catalina.realm.GenericPrincipal  ©, Rating: 0% of 0, C1

073 if (roles != null) { 074 this.roles = new String[roles.size()]; 075 this.roles = (String[]) roles.toArray(this.roles); 076 if (this.roles.length > 0) 077 Arrays.sort(this.roles);

Class: org.apache.catalina.cluster.session.SerializablePrincipal  ©, Rating: 0% of 0, C1

076 if (roles != null) { 077 this.roles = new String[roles.size()]; 078 this.roles = (String[]) roles.toArray(this.roles); 079 if (this.roles.length > 0) 080 Arrays.sort(this.roles);

Class: org.apache.jmeter.NewDriver  ©, Rating: 0% of 0, C3

126 "java.class.path", 127 System.getProperty("java.class.path") + classpath.toString()); 128 loader = new URLClassLoader((URL[]) jars.toArray(new URL[0])); 129 130 }

Result Page:  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9   Next