(URL url)
| 61 | } |
| 62 | |
| 63 | public static String getUrlRootPath(URL url) { |
| 64 | return url.getProtocol() + "://" + url.getHost() + ":" + url.getPort(); |
| 65 | } |
| 66 | |
| 67 | public static String GetLowestPath(URL url) { |
| 68 | String path = url.getPath(); |
no outgoing calls
no test coverage detected