Mark org.eclipse.che.ide.api.resources.VirtualFile#getContentUrl and create org.eclipse.che.ide.api.resources.VirtualFile#getURL #3236
Labels
kind/task
Internal things, technical debt, and to-do tasks to be performed.
Interface
org.eclipse.che.ide.api.resources.Resource
has methodorg.eclipse.che.ide.api.resources.Resource#getURL
.Interface
org.eclipse.che.ide.api.resources.VirtualFile
has methodorg.eclipse.che.ide.api.resources.VirtualFile#getContentUrl
that returns the same as method above.Interface
org.eclipse.che.ide.api.resources.File
extends both interfaces which are described above and as the result we have two methods that returns the same value. There is a proposal to deprecate methodorg.eclipse.che.ide.api.resources.VirtualFile#getContentUrl
and create a new oneorg.eclipse.che.ide.api.resources.VirtualFile#getURL
The text was updated successfully, but these errors were encountered: