Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Signal (0.73 sec)

  1. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/BinaryBreakingChangesRule.java

    import me.champeau.gradle.japicmp.report.Violation;
    
    import java.util.List;
    import java.util.Map;
    
    public class BinaryBreakingChangesRule extends AbstractGradleViolationRule {
    
        private static final List<JApiCompatibilityChange> IGNORED_CHANGE_TYPES = ImmutableList.of(
            JApiCompatibilityChange.METHOD_REMOVED_IN_SUPERCLASS, // the removal of the method will be reported
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 06 19:15:15 UTC 2022
    - 3.1K bytes
    - Viewed (0)
Back to top