Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toDeprecatedFeatureUsage (0.44 sec)

  1. platforms/core-runtime/logging/src/main/java/org/gradle/internal/deprecation/DeprecationMessage.java

            this.documentation = documentation;
            this.usageType = usageType;
            this.problemIdDisplayName = problemIdDisplayName;
            this.problemId = problemId;
        }
    
        DeprecatedFeatureUsage toDeprecatedFeatureUsage(Class<?> calledFrom) {
            return new DeprecatedFeatureUsage(summary, removalDetails, advice, context, documentation, usageType, problemIdDisplayName, problemId, calledFrom);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 15:25:38 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top