Search Results
OK to copy?
Examples 1 through 10 of
23 (0.0020 seconds)
Class:
org.springframework.beans.propertyeditors.URLEditor
©,
Rating:
0% of 0,
C1
Class: org.apache.jmeter.protocol.http.parser.URLString ©, Rating: 0% of 0, C1
Class: org.apache.catalina.ant.ValidatorTask ©, Rating: 0% of 0, C2
Class: org.htmlparser.parserHelper.ParserHelper ©, Rating: 0% of 0, C2
Class: org.htmlparser.parserHelper.ParserHelper ©, Rating: 0% of 0, C1
Class: org.htmlparser.util.LinkProcessor ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.WhichResource ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.optional.junit.AggregateTransformer ©, Rating: 0% of 0, C2
Class: org.apache.batik.svggen.SVGAccuracyTest ©, Rating: 0% of 0, C3
Class: org.apache.batik.svggen.SVGAccuracyTest ©, Rating: 0% of 0, C3
66 public String getAsText() {
67 if (getValue() != null) {
68 return ((URL) getValue()).toExternalForm();
69 }
70 else {
Class: org.apache.jmeter.protocol.http.parser.URLString ©, Rating: 0% of 0, C1
44 {
45 url=u;
46 urlAsString=u.toExternalForm();
47 /*
48 * TODO improve string version to better match browser behaviour?
Class: org.apache.catalina.ant.ValidatorTask ©, Rating: 0% of 0, C2
095 InputStream stream =
096 new BufferedInputStream(new FileInputStream(file));
097 InputSource is = new InputSource(file.toURL().toExternalForm());
098 is.setByteStream(stream);
099 digester.parse(is);
Class: org.htmlparser.parserHelper.ParserHelper ©, Rating: 0% of 0, C2
121 ret = ParserHelper.openConnection(url, feedback);
122 if (null != feedback)
123 feedback.info(url.toExternalForm());
124 }
125 catch (MalformedURLException murle2)
Class: org.htmlparser.parserHelper.ParserHelper ©, Rating: 0% of 0, C1
071 catch (IOException ioe)
072 {
073 String msg =
074 "HTMLParser.openConnection() : Error in opening a connection to "
075 + url.toExternalForm();
Class: org.htmlparser.util.LinkProcessor ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.WhichResource ©, Rating: 0% of 0, C2
147 if (url != null) {
148 //set the property
149 location = url.toExternalForm();
150 getProject().setNewProperty(property, location);
151 }
Class: org.apache.tools.ant.taskdefs.optional.junit.AggregateTransformer ©, Rating: 0% of 0, C2
181 throw new FileNotFoundException("Could not find jar resource " + xslname);
182 }
183 return url.toExternalForm();
184 }
185 File file = new File(styleDir, xslname);
Class: org.apache.batik.svggen.SVGAccuracyTest ©, Rating: 0% of 0, C3
278 } catch(IOException e) {
279 report.setErrorCode(ERROR_ERROR_WHILE_COMPARING_FILES);
280 report.setDescription(new TestReport.Entry[]{
281 new TestReport.Entry(Messages.formatMessage(ENTRY_KEY_ERROR_DESCRIPTION, null),
282 Messages.formatMessage(ERROR_ERROR_WHILE_COMPARING_FILES,
Class: org.apache.batik.svggen.SVGAccuracyTest ©, Rating: 0% of 0, C3
238 }catch(Exception e){
239 report.setErrorCode(ERROR_CANNOT_OPEN_REFERENCE_SVG_FILE);
240 report.setDescription( new TestReport.Entry[]{
241 new TestReport.Entry(Messages.formatMessage(ENTRY_KEY_ERROR_DESCRIPTION, null),
242 Messages.formatMessage(ERROR_CANNOT_OPEN_REFERENCE_SVG_FILE,