Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NullAway (0.06 sec)

  1. architecture/standards/0008-use-nullaway.md

    and there are no missing null checks.
    
    ## Decision
    
    Use "NullAway" in JSpecify mode to check for null-related errors in Java code.
    
    Consider improper uses of `null` detected by NullAway a compilation error (not a warning, and not a separate CI job to test).
    
    Do not suppress NullAway errors without a justification.
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Dec 11 10:24:40 UTC 2025
    - 4K bytes
    - Viewed (0)
  2. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.code-quality.gradle.kts

    import gradlebuild.nullaway.NullawayAttributes
    import gradlebuild.nullaway.NullawayCompatibilityRule
    import gradlebuild.nullaway.NullawayState
    import gradlebuild.nullaway.NullawayStatusTask
    import groovy.lang.GroovySystem
    import net.ltgt.gradle.errorprone.CheckSeverity
    import net.ltgt.gradle.errorprone.errorprone
    import net.ltgt.gradle.nullaway.nullaway
    import org.gradle.util.internal.VersionNumber
    
    /*
     * Copyright 2022 the original author or authors.
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Wed Oct 01 11:57:43 UTC 2025
    - 9.3K bytes
    - Viewed (0)
Back to top