Search Results
OK to copy?
Examples 71 through 80 of
212 (0.08499999999999999 seconds)
Class:
org.springframework.beans.factory.ConcurrentBeanFactoryTests
©,
Rating:
0% of 0,
C2
Class: org.apache.jmeter.gui.action.Help ©, Rating: 0% of 0, C1
Class: org.springframework.beans.factory.config.PropertyOverrideConfigurer ©, Rating: 0% of 0, C1
Class: org.apache.batik.css.engine.sac.CSSAttributeCondition ©, Rating: 0% of 0, C1
Class: org.springframework.aop.target.ThreadLocalTargetSource ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.gui.action.DragNDrop ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.gui.action.DragNDrop ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.gui.action.DragNDrop ©, Rating: 0% of 0, C1
Class: org.springframework.web.servlet.HttpServletBean ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.gui.action.CheckDirty ©, Rating: 0% of 0, C1
079 for (int i = 0; i < 30; i++) {
080 TestRun run = new TestRun();
081 set.add(run);
082 Thread t = new Thread(run);
083 t.setDaemon(true);
Class: org.apache.jmeter.gui.action.Help ©, Rating: 0% of 0, C1
065 static
066 {
067 commands.add(HELP);
068 helpDoc = new HtmlPane();
069 scroller = new JScrollPane(helpDoc);
Class: org.springframework.beans.factory.config.PropertyOverrideConfigurer ©, Rating: 0% of 0, C1
115 String beanName = key.substring(0, dotIndex);
116 String beanProperty = key.substring(dotIndex+1);
117 this.beanNames.add(beanName);
118 applyPropertyValue(factory, beanName, beanProperty, value);
119 if (logger.isDebugEnabled()) {
Class: org.apache.batik.css.engine.sac.CSSAttributeCondition ©, Rating: 0% of 0, C1
Class: org.springframework.aop.target.ThreadLocalTargetSource ©, Rating: 0% of 0, C1
079 target = newPrototypeInstance();
080 this.targetInThread.set(target);
081 this.targetSet.add(target);
082 }
083 else {
Class: org.apache.jmeter.gui.action.DragNDrop ©, Rating: 0% of 0, C1
046 commands.add(ADD);
047 commands.add(INSERT_BEFORE);
048 commands.add(INSERT_AFTER);
049 }
050 /**
Class: org.apache.jmeter.gui.action.DragNDrop ©, Rating: 0% of 0, C1
045 static {
046 commands.add(ADD);
047 commands.add(INSERT_BEFORE);
048 commands.add(INSERT_AFTER);
049 }
Class: org.apache.jmeter.gui.action.DragNDrop ©, Rating: 0% of 0, C1
044 private static Set commands = new HashSet();
045 static {
046 commands.add(ADD);
047 commands.add(INSERT_BEFORE);
048 commands.add(INSERT_AFTER);
Class: org.springframework.web.servlet.HttpServletBean ©, Rating: 0% of 0, C1
080 */
081 protected final void addRequiredProperty(String property) {
082 this.requiredProperties.add(property);
083 }
084
Class: org.apache.jmeter.gui.action.CheckDirty ©, Rating: 0% of 0, C1