- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 17 for nullaway (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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.
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Oct 01 11:57:43 GMT 2025 - 9.3K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/nullaway/NullawayStatusService.kt
val uncheckedCount = projectsWithUncheckedDeps.size if (enabledCount == seenProjectsCount) { println("All have NullAway enabled.") } else { println("NullAway enabled in ${enabledCount} ${projectS(enabledCount)}.") if (projectsToEnableNullaway.isNotEmpty()) {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Aug 20 13:18:23 GMT 2025 - 3.8K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/nullaway/NullawayStatusTask.kt
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.nullaway import org.gradle.api.DefaultTask import org.gradle.api.artifacts.ArtifactCollection import org.gradle.api.artifacts.result.ResolvedArtifactResult import org.gradle.api.provider.Property
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Aug 20 13:18:23 GMT 2025 - 2.5K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/build.gradle.kts
implementation(projects.basics) implementation(projects.moduleIdentity) implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.1.0") implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.2.0") implementation("org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:$expectedKotlinDslPluginsVersion")Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Aug 20 10:00:10 GMT 2025 - 932 bytes - Click Count (0) -
android/guava/src/com/google/common/cache/ParametricNullness.java
* even on an {@code ImmutableMap<K, @NonNull String>}. * </ul> * * <p>Consumers of this annotation include: * * <ul> * <li>NullAway, which <a * href="https://github.com/google/guava/issues/6126#issuecomment-1204399671">treats it * identically to {@code Nullable}</a> as of version 0.9.9.Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 16:20:21 GMT 2024 - 3.1K bytes - Click Count (0) -
android/guava/src/com/google/common/math/ParametricNullness.java
* even on an {@code ImmutableMap<K, @NonNull String>}. * </ul> * * <p>Consumers of this annotation include: * * <ul> * <li>NullAway, which <a * href="https://github.com/google/guava/issues/6126#issuecomment-1204399671">treats it * identically to {@code Nullable}</a> as of version 0.9.9.Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 16:20:21 GMT 2024 - 3.1K bytes - Click Count (0) -
android/guava/src/com/google/common/net/ParametricNullness.java
* even on an {@code ImmutableMap<K, @NonNull String>}. * </ul> * * <p>Consumers of this annotation include: * * <ul> * <li>NullAway, which <a * href="https://github.com/google/guava/issues/6126#issuecomment-1204399671">treats it * identically to {@code Nullable}</a> as of version 0.9.9.Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 16:20:21 GMT 2024 - 3.1K bytes - Click Count (0) -
android/guava/src/com/google/common/html/ParametricNullness.java
* even on an {@code ImmutableMap<K, @NonNull String>}. * </ul> * * <p>Consumers of this annotation include: * * <ul> * <li>NullAway, which <a * href="https://github.com/google/guava/issues/6126#issuecomment-1204399671">treats it * identically to {@code Nullable}</a> as of version 0.9.9.Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 16:20:21 GMT 2024 - 3.1K bytes - Click Count (0) -
android/guava/src/com/google/common/base/ParametricNullness.java
* even on an {@code ImmutableMap<K, @NonNull String>}. * </ul> * * <p>Consumers of this annotation include: * * <ul> * <li>NullAway, which <a * href="https://github.com/google/guava/issues/6126#issuecomment-1204399671">treats it * identically to {@code Nullable}</a> as of version 0.9.9.Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 16:20:21 GMT 2024 - 3.1K bytes - Click Count (1) -
android/guava/src/com/google/common/primitives/ParametricNullness.java
* even on an {@code ImmutableMap<K, @NonNull String>}. * </ul> * * <p>Consumers of this annotation include: * * <ul> * <li>NullAway, which <a * href="https://github.com/google/guava/issues/6126#issuecomment-1204399671">treats it * identically to {@code Nullable}</a> as of version 0.9.9.Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 16:20:21 GMT 2024 - 3.1K bytes - Click Count (0)