- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for AbstractGradleViolationRule (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/AbstractGradleViolationRule.groovy
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Dec 30 10:14:25 GMT 2025 - 10.5K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/NullabilityBreakingChangesRule.groovy
import org.objectweb.asm.TypeReference import org.objectweb.asm.signature.SignatureReader import org.objectweb.asm.signature.SignatureVisitor @CompileStatic class NullabilityBreakingChangesRule extends AbstractGradleViolationRule { enum Nullability { NON_NULL, NULLABLE, UNMARKED, } private static final List<String> NULLABLE_ANNOTATIONS = [ javax.annotation.Nullable,Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Oct 27 09:26:32 GMT 2025 - 15.4K bytes - Click Count (0)