Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isStrictMethodInvocationConvertible (0.1 sec)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/reflection/MethodMap.java

            for (int i = 0; i < c1.length; ++i) {
                if (c1[i] != c2[i]) {
                    c1MoreSpecific = c1MoreSpecific || isStrictMethodInvocationConvertible(c2[i], c1[i]);
                    c2MoreSpecific = c2MoreSpecific || isStrictMethodInvocationConvertible(c1[i], c2[i]);
                }
            }
    
            if (c1MoreSpecific) {
                if (c2MoreSpecific) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Feb 25 08:27:34 UTC 2025
    - 14.2K bytes
    - Viewed (0)
Back to top