Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 320806 - Use of deprecated File.toURL() on org.eclipse.pde.core project
Summary: Use of deprecated File.toURL() on org.eclipse.pde.core project
Status: RESOLVED WONTFIX
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 3.6   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 320803
  Show dependency tree
 
Reported: 2010-07-24 09:16 EDT by Petri Tuononen CLA
Modified: 2010-07-26 11:49 EDT (History)
1 user (show)

See Also:


Attachments
Changes calls from toURL() -> toURI().toURL() (18.47 KB, patch)
2010-07-24 09:17 EDT, Petri Tuononen CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petri Tuononen CLA 2010-07-24 09:16:50 EDT
Build Identifier: 20100617-1415

Using deprecated method toURL() from the type File is not recommended and could be changed to toURI().toURL() to escape any special characters.

Reproducible: Always
Comment 1 Petri Tuononen CLA 2010-07-24 09:17:21 EDT
Created attachment 175145 [details]
Changes calls from toURL() -> toURI().toURL()
Comment 2 Curtis Windatt CLA 2010-07-26 11:49:05 EDT
Closing for the same reasons as the other bugs under bug 320803 were.  We use toURL for a specific reason.