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

Use 'toURI()' before calling 'toURL()' #647

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

sschulz92
Copy link
Contributor

With this Pull-Request I want to fully remove the deprecated use of toURL() without calling toURI() beforehand.

I did a research and verified the whole project in regards to the deprecation.

What I did (may be a little bit hard to see due to the formatter):

old:

varX.toURL()

new:

varX.toURI().toURL()

@sschulz92 sschulz92 force-pushed the USE_toURI_BEFORE_toURL branch from 9e53f6a to 7608251 Compare December 13, 2021 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant