Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 320806

Summary: Use of deprecated File.toURL() on org.eclipse.pde.core project
Product: [Eclipse Project] PDE Reporter: Petri Tuononen <petri.tuononen>
Component: BuildAssignee: pde-build-inbox <pde-build-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: curtis.windatt.public
Version: 3.6   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 320803    
Attachments:
Description Flags
Changes calls from toURL() -> toURI().toURL() none

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.