Search Results
OK to copy?
Examples 1 through 10 of
25 (0.0020 seconds)
Class:
org.apache.batik.apps.svgbrowser.TransformHistory
©,
Rating:
0% of 0,
C2
Class: org.apache.jmeter.control.RandomOrderController ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.testelement.property.CollectionProperty ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.testelement.property.CollectionProperty ©, Rating: 0% of 0, C1
Class: org.apache.batik.apps.svgbrowser.LocalHistory ©, Rating: 0% of 0, C2
Class: org.apache.batik.bridge.SVGFontUtilities ©, Rating: 0% of 0, C3
Class: org.apache.jorphan.collections.ListedHashTree ©, Rating: 0% of 0, C1
Class: org.springframework.beans.factory.config.PropertyPlaceholderConfigurer ©, Rating: 0% of 0, C1
Class: org.apache.batik.dom.svg.AbstractSVGList ©, Rating: 0% of 0, C1
Class: org.apache.jorphan.collections.Data ©, Rating: 0% of 0, C2
120 transforms = transforms.subList(0, position + 1);
121 }
122 transforms.set(position, at);
123 } else {
124 transforms.add(at);
Class: org.apache.jmeter.control.RandomOrderController ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.testelement.property.CollectionProperty ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.testelement.property.CollectionProperty ©, Rating: 0% of 0, C1
079 if (value instanceof List)
080 {
081 ((List) value).set(index, new StringProperty(prop, prop));
082 }
083 }
Class: org.apache.batik.apps.svgbrowser.LocalHistory ©, Rating: 0% of 0, C2
214 group.remove(mi);
215 menu.remove(index + currentURI);
216 visitedURIs.set(currentURI, uri);
217 } else {
218 if (visitedURIs.size() >= 15) {
Class: org.apache.batik.bridge.SVGFontUtilities ©, Rating: 0% of 0, C3
232 newFontFamilyWeights.get(minDifferenceIndex) +
233 ", " + weightString;
234 newFontFamilyWeights.set(minDifferenceIndex,
235 newFontFamilyWeight);
236 }
Class: org.apache.jorphan.collections.ListedHashTree ©, Rating: 0% of 0, C1
131 data.remove(currentKey);
132 data.put(newKey, tree);
133 order.set(order.indexOf(currentKey), newKey);
134 }
135
Class: org.springframework.beans.factory.config.PropertyPlaceholderConfigurer ©, Rating: 0% of 0, C1
316 Object newVal = parseValue(props, elem);
317 if (!ObjectUtils.nullSafeEquals(newVal, elem)) {
318 listVal.set(i, newVal);
319 }
320 }
Class: org.apache.batik.dom.svg.AbstractSVGList ©, Rating: 0% of 0, C1
Class: org.apache.jorphan.collections.Data ©, Rating: 0% of 0, C2