e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 8 of 8 (0.0020 seconds)
Class: org.springframework.core.SpringVersion  ©, Rating: 0% of 0, C1

30 */ 31 public static String getVersion() { 32 return SpringVersion.class.getPackage().getImplementationVersion(); 33 } 34

Class: org.springframework.jms.support.JmsUtils  ©, Rating: 0% of 0, C2

109 110 // all JmsException subclasses are in the same package: 111 String longName = JmsException.class.getPackage().getName() + "." + shortName; 112 113 try {

Class: org.apache.batik.ext.awt.image.spi.DefaultBrokenLinkProvider  ©, Rating: 0% of 0, C1

069 String code, 070 Object [] params) { 071 String res = (base.getClass().getPackage().getName() + 072 ".resources.Messages"); 073 // Should probably cache these...

Class: org.springframework.util.ClassUtils  ©, Rating: 0% of 0, C1

196 return ""; 197 } 198 return clazz.getPackage().getName().replace('.', '/'); 199 } 200

Class: org.springframework.util.ClassUtils  ©, Rating: 0% of 0, C1

193 */ 194 public static String classPackageAsResourcePath(Class clazz) { 195 if (clazz == null || clazz.getPackage() == null) { 196 return ""; 197 }

Class: org.apache.tools.ant.taskdefs.optional.junit.XalanExecutor  ©, Rating: 0% of 0, C1

131 throws ClassNotFoundException { 132 Class procVersion = Class.forName(procVersionClassName); 133 String pkg = procVersion.getPackage().getName(); 134 try { 135 Field f = procVersion.getField("S_VERSION");

Class: org.apache.tools.ant.taskdefs.optional.junit.XalanExecutor  ©, Rating: 0% of 0, C1

122 // private so use package information 123 Class procVersion = Class.forName(procVersionClassName); 124 Package pkg = procVersion.getPackage(); 125 return pkg.getName() + " " + pkg.getImplementationTitle() 126 + " " + pkg.getImplementationVersion();

Class: org.apache.axis.wsdl.fromJava.Emitter  ©, Rating: 0% of 0, C3

0555 0556 if (intfNS == null) { 0557 Package pkg = cls.getPackage(); 0558 intfNS = namespaces.getCreate( 0559 pkg == null ? null : pkg.getName());

Result Page:  1