Search Results
OK to copy?
Examples 1 through 10 of
58 (0.0030 seconds)
Class:
org.springframework.beans.factory.support.ManagedSet
©,
Rating:
0% of 0,
C1
Class: org.springframework.aop.support.IntroductionInfoSupport ©, Rating: 0% of 0, C1
Class: org.springframework.beans.ConcurrentBeanWrapperTests ©, Rating: 0% of 0, C2
Class: org.springframework.beans.ConcurrentBeanWrapperTests ©, Rating: 0% of 0, C2
Class: org.springframework.aop.support.DefaultIntroductionAdvisor ©, Rating: 0% of 0, C1
Class: org.springframework.beans.factory.ConcurrentBeanFactoryTests ©, Rating: 0% of 0, C2
Class: org.springframework.beans.factory.ConcurrentBeanFactoryTests ©, Rating: 0% of 0, C2
Class: org.springframework.core.ConstantsTests ©, Rating: 0% of 0, C1
Class: org.springframework.core.ConstantsTests ©, Rating: 0% of 0, C1
Class: org.springframework.core.ConstantsTests ©, Rating: 0% of 0, C1
Class: org.springframework.aop.support.IntroductionInfoSupport ©, Rating: 0% of 0, C1
059
060 public Class[] getInterfaces() {
061 return (Class[]) this.publishedInterfaces.toArray(new Class[this.publishedInterfaces.size()]);
062 }
063
Class: org.springframework.beans.ConcurrentBeanWrapperTests ©, Rating: 0% of 0, C2
065 logger.info(e.toString());
066 }
067 logger.info(set.size() + " threads still active.");
068 }
069 }
Class: org.springframework.beans.ConcurrentBeanWrapperTests ©, Rating: 0% of 0, C2
056 t.start();
057 }
058 logger.info("Thread creation over, " + set.size() + " still active.");
059 synchronized (this) {
060 while (!set.isEmpty() && ex == null) {
Class: org.springframework.aop.support.DefaultIntroductionAdvisor ©, Rating: 0% of 0, C1
102
103 public Class[] getInterfaces() {
104 return (Class[]) this.interfaces.toArray(new Class[this.interfaces.size()]);
105 }
106
Class: org.springframework.beans.factory.ConcurrentBeanFactoryTests ©, Rating: 0% of 0, C2
093 logger.info(e.toString());
094 }
095 logger.info(set.size() + " threads still active.");
096 }
097 }
Class: org.springframework.beans.factory.ConcurrentBeanFactoryTests ©, Rating: 0% of 0, C2
084 t.start();
085 }
086 logger.info("Thread creation over, " + set.size() + " still active.");
087 synchronized (set) {
088 while (!set.isEmpty() && ex == null) {
Class: org.springframework.core.ConstantsTests ©, Rating: 0% of 0, C1
061
062 values = c.getValuesForProperty("myProperty");
063 assertEquals(2, values.size());
064 assertTrue(values.contains(new Integer(1)));
065 assertTrue(values.contains(new Integer(2)));
Class: org.springframework.core.ConstantsTests ©, Rating: 0% of 0, C1
057
058 values = c.getValues("D");
059 assertEquals(1, values.size());
060 assertTrue(values.contains(new Integer(0)));
061
Class: org.springframework.core.ConstantsTests ©, Rating: 0% of 0, C1
051
052 Set values = c.getValues("");
053 assertEquals(c.getSize(), values.size());
054 assertTrue(values.contains(new Integer(0)));
055 assertTrue(values.contains(new Integer(66)));