-
```
The type checker manual says: "... object creation expressions (using new) are
never considered @Interned unless they are annotated as such, as in
@Interned Double internedDoubleZero = new @Inter…
-
```
What steps will reproduce the problem?
1. Run the Null Checker on the class below
import java.util.HashMap;
import java.util.Map;
import org.checkerframework.checker.nullness.qual.EnsuresNonNull;…
-
Right now, health-checker only runs health checks in response to an inbound HTTP request. This has the benefit of keeping the code simple while allowing the user to decide how often to run the underly…
-
I'm writing macro that check if the code is executed on the right virtual thread. I want to use -Wthread-safety to enforce that this check is done everywhere a member variable is accessed by using the…
-
# Steps to Reproduce
Consider the following code:
```idris
total
constant : Nat -> Nat
constant n = n
-- clearly this isn't total
explode : Nat -> Nat
explode n = explode (S n)
total …
-
Changes from
- https://github.com/jspecify/checker-framework/commit/5fc6c2807617eeaf415d2acd69fc11ace50d98d5
- and handling of verbose generics (didn't track down commit that removed that code, yet)…
-
### Describe the project you are working on
Adding the ability to disable the checkerboard pattern in the tiles editor UI. As well as the ability to change the background color of the editors.
### D…
-
```
The type checker manual says: "... object creation expressions (using new) are
never considered @Interned unless they are annotated as such, as in
@Interned Double internedDoubleZero = new @Inter…
-
```
What steps will reproduce the problem?
1. Run the Null Checker on the class below
import java.util.HashMap;
import java.util.Map;
import org.checkerframework.checker.nullness.qual.EnsuresNonNull;…
-
As part of the discussion around implementing an organization-wide testing policy, I am visiting each repo to see what tests they currently perform. I am conducting this work on GitHub so that it is e…