Search Results
OK to copy?
Examples 1 through 10 of
22 (0.0020 seconds)
Class:
org.apache.tools.ant.util.ChainedMapper
©,
Rating:
0% of 0,
C2
Class: org.apache.tools.ant.util.ChainedMapper ©, Rating: 0% of 0, C2
Class: org.apache.tomcat.util.digester.WithDefaultsRulesWrapper ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.digester.WithDefaultsRulesWrapper ©, Rating: 0% of 0, C1
Class: org.apache.jorphan.math.StatCalculator ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.visualizers.GraphAccumModel ©, Rating: 0% of 0, C1
jgoodies_binding Class: com.jgoodies.binding.tests.event.ListDataReport ©, Rating: 0% of 0, C1
jgoodies_validation Class: com.jgoodies.validation.tests.event.ListDataReport ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.visualizers.TableDataModel ©, Rating: 0% of 0, C1
Class: org.springframework.transaction.interceptor.TransactionAttributeEditorTests ©, Rating: 0% of 0, C1
44 inputs.clear();
45 inputs.addAll(results);
46 results.clear();
47
48 for (Iterator it = inputs.iterator(); it.hasNext();) {
Class: org.apache.tools.ant.util.ChainedMapper ©, Rating: 0% of 0, C2
42 mapper = (FileNameMapper)(mIter.next());
43 if (mapper != null) {
44 inputs.clear();
45 inputs.addAll(results);
46 results.clear();
Class: org.apache.tomcat.util.digester.WithDefaultsRulesWrapper ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.digester.WithDefaultsRulesWrapper ©, Rating: 0% of 0, C1
149 public void clear() {
150 wrappedRules.clear();
151 allRules.clear();
152 defaultRules.clear();
153 }
Class: org.apache.jorphan.math.StatCalculator ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.visualizers.GraphAccumModel ©, Rating: 0% of 0, C1
jgoodies_binding Class: com.jgoodies.binding.tests.event.ListDataReport ©, Rating: 0% of 0, C1
jgoodies_validation Class: com.jgoodies.validation.tests.event.ListDataReport ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.visualizers.TableDataModel ©, Rating: 0% of 0, C1
Class: org.springframework.transaction.interceptor.TransactionAttributeEditorTests ©, Rating: 0% of 0, C1
163 assertFalse(ta.rollbackOn(new IllegalStateException()));
164
165 source.getRollbackRules().clear();
166 assertNotSame(ta, source);
167 source.getRollbackRules().add(new RollbackRuleAttribute("IllegalArgumentException"));