testmycode / tmc-netbeans

Test My Code NetBeans plugin
GNU General Public License v2.0
19 stars 18 forks source link

Refactor String url -> URI url #115

Open ljleppan opened 9 years ago

ljleppan commented 9 years ago

Use instances of java.net.URI instead of Strings where ever possible.

See testmycode/tmc-core#77 for related effort in TMC-Core.

jamo commented 9 years ago

ping @nimirum