Search Results
OK to copy?
Examples 1 through 3 of
3 (0.0030 seconds)
Class:
org.springframework.beans.ConcurrentBeanWrapperTests
©,
Rating:
0% of 0,
C2
Class: org.apache.tools.ant.taskdefs.optional.junit.JUnitTest ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.Replace ©, Rating: 0% of 0, C2
076 TestBean bean = new TestBean();
077
078 Properties p = (Properties) System.getProperties().clone();
079
080 assertTrue("The System properties must not be empty", p.size() != 0);
Class: org.apache.tools.ant.taskdefs.optional.junit.JUnitTest ©, Rating: 0% of 0, C1
168 try {
169 JUnitTest t = (JUnitTest) super.clone();
170 t.props = props == null ? null : (Properties) props.clone();
171 t.formatters = (Vector) formatters.clone();
172 return t;
Class: org.apache.tools.ant.taskdefs.Replace ©, Rating: 0% of 0, C2
226
227 Vector savedFilters = (Vector) replacefilters.clone();
228 Properties savedProperties =
229 properties == null ? null : (Properties) properties.clone();
230
Result Page:
1