- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getArgumentTypes (1.67 sec)
-
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/NullabilityBreakingChangesRule.groovy
if (name == behaviorName && methodDescriptor == behavior.getSignature()) { Type[] argumentTypes = Type.getArgumentTypes(methodDescriptor) parametersNullability = new ArrayList<>(argumentTypes.length) for (Type ignored : argumentTypes) { parametersNullability.add(false) }
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Oct 27 09:26:32 UTC 2025 - 15.4K bytes - Viewed (0)