Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCodeBaseUrl (0.13 sec)

  1. platforms/core-runtime/client-services/src/test/groovy/org/gradle/internal/daemon/client/serialization/ClasspathInfererTest.groovy

                }
                def byteCode = url.bytes
                CodeSource codeSource = new CodeSource(getCodeBaseUrl(url, resource), null as Certificate[])
                return defineClass(name, byteCode, 0, byteCode.length, new ProtectionDomain(codeSource, new Permissions(), this, null))
            }
    
            URL getCodeBaseUrl(URL url, String resource) {
                def uri = url.toURI().toString()
                if (uri.startsWith("jar:")) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:53:31 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top