Search Results
OK to copy?
Examples 1 through 10 of
84 (0.0020 seconds)
Class:
org.apache.jmeter.gui.action.ExitCommand
©,
Rating:
100% of 1,
C2
Class: org.apache.jmeter.gui.action.ExitCommand ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.gui.action.ExitCommand ©, Rating: 0% of 0, C2
Class: org.htmlparser.parserapplications.LinkExtractor ©, Rating: 100% of 1, C1
Class: org.apache.tools.ant.taskdefs.optional.splash.SplashScreenTest ©, Rating: 0% of 0, C1
Class: org.htmlparser.parserapplications.MailRipper ©, Rating: 0% of 0, C2
Class: org.apache.batik.test.SimpleTestRunner ©, Rating: 0% of 0, C1
Class: org.apache.batik.test.SimpleTestRunner ©, Rating: 0% of 0, C1
Class: org.apache.batik.test.SimpleTestRunner ©, Rating: 0% of 0, C1
Class: org.apache.batik.test.SimpleTestRunner ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.gui.action.ExitCommand ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.gui.action.ExitCommand ©, Rating: 0% of 0, C2
78 if (chosenOption == JOptionPane.NO_OPTION)
79 {
80 System.exit(0);
81 }
82 else if (chosenOption == JOptionPane.YES_OPTION)
Class: org.htmlparser.parserapplications.LinkExtractor ©, Rating: 100% of 1, C1
84 System.err.println(
85 "Syntax Error : Please provide the location(URL or file) to parse");
86 System.exit(-1);
87 }
88 LinkExtractor linkExtractor = new LinkExtractor(args[0]);
Class: org.apache.tools.ant.taskdefs.optional.splash.SplashScreenTest ©, Rating: 0% of 0, C1
Class: org.htmlparser.parserapplications.MailRipper ©, Rating: 0% of 0, C2
091 System.out.println(
092 "If you have any doubts, please join the HTMLParser mailing list (user/developer) from the HTML Parser home page instead of mailing any of the contributors directly. You will be surprised with the quality of open source support. ");
093 System.exit(-1);
094 }
095 String resourceLocation = "http://htmlparser.sourceforge.net";
Class: org.apache.batik.test.SimpleTestRunner ©, Rating: 0% of 0, C1
Class: org.apache.batik.test.SimpleTestRunner ©, Rating: 0% of 0, C1
Class: org.apache.batik.test.SimpleTestRunner ©, Rating: 0% of 0, C1
119 e.getClass().getName(),
120 e.getMessage() } ));
121 System.exit(0);
122 }catch(IllegalAccessException e){
123 System.err.println(Messages.formatMessage(ERROR_ILLEGAL_ACCESS,
Class: org.apache.batik.test.SimpleTestRunner ©, Rating: 0% of 0, C1
113 e.getMessage()
114 }));
115 System.exit(0);
116 }catch(InstantiationException e){
117 System.err.println(Messages.formatMessage(ERROR_INSTANTIATION,