Search Results
OK to copy?
Examples 71 through 80 of
163 (0.0020 seconds)
Class:
org.springframework.beans.factory.AbstractBeanFactoryTests
©,
Rating:
0% of 0,
C2
Class: org.springframework.beans.factory.AbstractBeanFactoryTests ©, Rating: 0% of 0, C1
Class: org.springframework.beans.factory.AbstractBeanFactoryTests ©, Rating: 0% of 0, C1
Class: org.apache.batik.svggen.SVGAccuracyTest ©, Rating: 0% of 0, C3
Class: org.apache.tools.ant.types.selectors.modifiedselector.PropertiesfileCache ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.types.selectors.modifiedselector.PropertiesfileCache ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.KeySubst ©, Rating: 0% of 0, C1
Class: org.htmlparser.NodeReader ©, Rating: 0% of 0, C3
Class: org.apache.batik.ext.awt.geom.RectListManagerTest ©, Rating: 0% of 0, C3
Class: org.apache.batik.ext.awt.geom.RectListManagerTest ©, Rating: 0% of 0, C3
125 }
126 catch (Exception ex) {
127 ex.printStackTrace();
128 fail("Shouldn't throw exception on getting valid instance");
129 }
Class: org.springframework.beans.factory.AbstractBeanFactoryTests ©, Rating: 0% of 0, C1
107 }
108 catch (Exception ex) {
109 ex.printStackTrace();
110 fail("Shouldn't throw exception on getting valid instance with matching class");
111 }
Class: org.springframework.beans.factory.AbstractBeanFactoryTests ©, Rating: 0% of 0, C1
096 }
097 catch (Exception ex) {
098 ex.printStackTrace();
099 fail("Shouldn't throw exception on getting valid instance");
100 }
Class: org.apache.batik.svggen.SVGAccuracyTest ©, Rating: 0% of 0, C3
216 }catch(Exception e){
217 StringWriter trace = new StringWriter();
218 e.printStackTrace(new PrintWriter(trace));
219 report.setErrorCode(ERROR_CANNOT_GENERATE_SVG);
220 report.setDescription(new TestReport.Entry[]{
Class: org.apache.tools.ant.types.selectors.modifiedselector.PropertiesfileCache ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.types.selectors.modifiedselector.PropertiesfileCache ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.KeySubst ©, Rating: 0% of 0, C1
Class: org.htmlparser.NodeReader ©, Rating: 0% of 0, C3
317 new StringBuffer("NodeReader.readElement() : Error occurred while trying to read the next element,");
318 StringWriter sw = new StringWriter();
319 e.printStackTrace(new PrintWriter(sw));
320 appendLineDetails(msgBuffer);
321 msgBuffer.append("\n Caused by:\n").append(
Class: org.apache.batik.ext.awt.geom.RectListManagerTest ©, Rating: 0% of 0, C3
342 } catch(Exception ex) {
343 StringWriter trace = new StringWriter();
344 e.printStackTrace(new PrintWriter(trace));
345 report.setErrorCode(ERROR_CANNOT_READ_REF_URL);
346 report.setDescription
Class: org.apache.batik.ext.awt.geom.RectListManagerTest ©, Rating: 0% of 0, C3
320 } catch(Exception e) {
321 StringWriter trace = new StringWriter();
322 e.printStackTrace(new PrintWriter(trace));
323 report.setErrorCode(ERROR_READING_RECTS);
324 report.setDescription(new TestReport.Entry[] {