Bug 320804 - Use of deprecated File.toURL() on org.eclipse.pde.build project
Summary: Use of deprecated File.toURL() on org.eclipse.pde.build project
Status: NEW
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 4.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks: 320803
  Show dependency tree
 
Reported: 2010-07-24 09:12 EDT by Petri Tuononen CLA
Modified: 2022-11-15 16:46 EST (History)
1 user (show)

See Also:


Attachments
Changes call from toURL() -> toURI().toURL() (5.33 KB, patch)
2010-07-24 09:13 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:12:53 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:13:52 EDT
Created attachment 175143 [details]
Changes call from toURL() -> toURI().toURL()
Comment 2 Curtis Windatt CLA 2010-07-26 11:48:15 EDT
Leaving for Andrew to investigate or close.  In PDE core/ui we use toURL specifically because it doesn't escape characters.
Comment 3 Lars Vogel CLA 2018-12-03 09:11:20 EST
Currently we are not actively enhancing PDE build anymore. Therefore, I close this bug as WONTFIX. 

Please reopen, if you plan to provide a fix.
Comment 4 Lars Vogel CLA 2018-12-03 09:11:53 EST
Currently we are not actively enhancing PDE build anymore. Therefore, I close this bug as WONTFIX. 

Please reopen, if you plan to provide a fix.
Comment 5 Eclipse Genie CLA 2020-11-24 11:48:18 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 6 Eclipse Genie CLA 2022-11-15 16:46:35 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.