-
Notifications
You must be signed in to change notification settings - Fork 18
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
Refactor String url -> URI url #77
Labels
Comments
This was referenced Sep 4, 2015
Closed
I'll take this one. |
DarthKipsu
added a commit
to DarthKipsu/tmc-core
that referenced
this issue
Sep 5, 2015
wakr
pushed a commit
to wakr/tmc-core
that referenced
this issue
Sep 12, 2015
jamo
pushed a commit
that referenced
this issue
Sep 13, 2015
Fixes #77 refactor strings to URI changes arrange two more imports
jamo
pushed a commit
that referenced
this issue
Sep 13, 2015
Fixes #77 refactor strings to URI changes arrange two more imports fix indentation fix indentation and import orders fixed little bug Brought back zip_url because it got lost after rebasing
tieSari
pushed a commit
to tieSari/tmc-core
that referenced
this issue
Sep 18, 2015
Fixes testmycode#77 refactor strings to URI changes arrange two more imports
tieSari
pushed a commit
to tieSari/tmc-core
that referenced
this issue
Sep 18, 2015
Fixes testmycode#77 refactor strings to URI changes arrange two more imports fix indentation fix indentation and import orders fixed little bug Brought back zip_url because it got lost after rebasing
tieSari
pushed a commit
to tieSari/tmc-core
that referenced
this issue
Sep 18, 2015
Fixes testmycode#77 refactor strings to URI changes arrange two more imports
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use instances of
java.net.URI
instead ofString
s where ever possible.See testmycode/tmc-netbeans#115 for related effort in TMC-Netbeans.
The text was updated successfully, but these errors were encountered: