Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark org.eclipse.che.ide.api.resources.VirtualFile#getContentUrl and create org.eclipse.che.ide.api.resources.VirtualFile#getURL #3236

Closed
vzhukovs opened this issue Dec 1, 2016 · 0 comments
Assignees
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.

Comments

@vzhukovs
Copy link
Contributor

vzhukovs commented Dec 1, 2016

Interface org.eclipse.che.ide.api.resources.Resource has method org.eclipse.che.ide.api.resources.Resource#getURL.

Interface org.eclipse.che.ide.api.resources.VirtualFile has method org.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 method org.eclipse.che.ide.api.resources.VirtualFile#getContentUrl and create a new one org.eclipse.che.ide.api.resources.VirtualFile#getURL

@vzhukovs vzhukovs added kind/task Internal things, technical debt, and to-do tasks to be performed. status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it. team/plugin labels Dec 1, 2016
@vzhukovs vzhukovs self-assigned this Dec 1, 2016
@vzhukovs vzhukovs removed the status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it. label Sep 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

No branches or pull requests

2 participants