e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 10 of 41 (0.0050 seconds)
Class: org.springframework.beans.factory.support.AutowireUtils  ©, Rating: 0% of 0, C2

83 if (argTypes[i].isAssignableFrom(superClass)) { 84 result++; 85 superClass = superClass.getSuperclass(); 86 } 87 else {

Class: org.springframework.beans.factory.support.AutowireUtils  ©, Rating: 0% of 0, C2

79 } 80 if (args[i] != null) { 81 Class superClass = args[i].getClass().getSuperclass(); 82 while (superClass != null) { 83 if (argTypes[i].isAssignableFrom(superClass)) {

Class: org.springframework.transaction.interceptor.RollbackRuleAttribute  ©, Rating: 0% of 0, C2

097 return -1; 098 } 099 return getDepth(exceptionClass.getSuperclass(), depth + 1); 100 } 101

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

102 } 103 104 if (JMSException.class.equals(ex.getClass().getSuperclass())) { 105 // All other exceptions in our Jms runtime exception hierarchy have the 106 // same unqualified names as their javax.jms counterparts, so just

Class: org.apache.jmeter.gui.GUIFactory  ©, Rating: 0% of 0, C1

098 if (elementClass.getSuperclass() != null) 099 { 100 return getGUI(elementClass.getSuperclass()); 101 } 102

Class: org.apache.jmeter.gui.GUIFactory  ©, Rating: 0% of 0, C1

096 } 097 098 if (elementClass.getSuperclass() != null) 099 { 100 return getGUI(elementClass.getSuperclass());

Class: org.apache.jmeter.gui.GUIFactory  ©, Rating: 0% of 0, C1

069 if (elementClass.getSuperclass() != null) 070 { 071 return getIcon(elementClass.getSuperclass()); 072 } 073

Class: org.apache.jmeter.gui.GUIFactory  ©, Rating: 0% of 0, C1

067 } 068 069 if (elementClass.getSuperclass() != null) 070 { 071 return getIcon(elementClass.getSuperclass());

Class: org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor  ©, Rating: 0% of 0, C2

097 while (handler == null && !exceptionClass.equals(Throwable.class)) { 098 logger.info("Looking at superclass " + exceptionClass); 099 exceptionClass = exceptionClass.getSuperclass(); 100 handler = (Method) this.exceptionHandlerHash.get(exceptionClass); 101 }

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

129 } 130 } 131 clazz = clazz.getSuperclass(); 132 } 133 while (clazz != null);

Result Page:  1  |  2  |  3  |  4  |  5   Next