Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for safeGetAttributes (0.92 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/EdgeState.java

        }
    
        @Override
        public ImmutableAttributes getAttributes() {
            assert cachedAttributes != null;
            return cachedAttributes;
        }
    
        private ImmutableAttributes safeGetAttributes() throws AttributeMergingException {
            ModuleResolveState module = selector.getTargetModule();
            cachedAttributes = module.mergedConstraintsAttributes(dependencyState.getDependency().getSelector().getAttributes());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 02:21:08 UTC 2024
    - 18.1K bytes
    - Viewed (0)
Back to top