Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Somani (0.45 sec)

  1. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/JapicmpTask.java

            );
        }
    
        private void addClasspathFor(Class<?> clazz, Set<File> classpath) {
            ProtectionDomain domain = clazz.getProtectionDomain();
            CodeSource codeSource = domain.getCodeSource();
            if (codeSource != null) {
                try {
                    classpath.add(new File(codeSource.getLocation().toURI()));
                } catch (URISyntaxException e) {
    Java
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Wed Apr 26 10:58:32 GMT 2023
    - 13.3K bytes
    - Viewed (0)
Back to top