-
### Description
I'm not sure this can be fixed but thought I would open it in case others gets confused.
I have this code:
```java
@ConfigRoot(phase = ConfigPhase.RUN_TIME)
@ConfigMapping(pr…
-
Hi!
I have encountered some problem related to lint options.
My Gradle `check` (`compileJava` actually) task result fails with:
`warning: Unsupported lint option: redundantNullComparison; All…
-
```
# What steps will reproduce the problem?
Run the nullness checker over the following program:
===
abstract class Test {
interface Flag {}
abstract void setExtension(X value);
abstract T…
-
I'm hitting "Overall lines covered not found" (https://github.com/irongut/CodeCoverageSummary/blob/f138489/src/CodeCoverageSummary/Program.cs#L172C41-L172C74) when trying to display coverage data prod…
-
It would be nice to use `declare()` for type hints, following the style of a Fortran subroutine type manifest. These type declarations could then:
- Be parsed by roxygen to autogenerate or augment …
-
Follow up from https://github.com/informalsystems/tnt/pull/386#discussion_r1051044275
We are not currently checking for top-level polymorphic types after inference, which I believe is something Apa…
-
Here is how I envision the typing documentation to be structured:
## Tutorials
User-facing basic and advanced introductions to the type system or particular aspects of it. Non-comprehensive.
…
-
```
If javac accepts this code, the checker should also. (Unless it's a javac bug,
but I don't think it is.)
Tested with jenkins build #272.
=== Test.java ===
import java.util.List;
interface I {}…
-
```
Compiling and nullness checking the attached source results an error "found:
String required: T extends Object".
Expected that the checker would infer String as the type (javac infers the type
…
-
I have accidentally introduced a type error in the variable declaration:
```bluespec
// it should be:
// var erc20State: Erc20State
var erc20State: erc20State
```
https://github.com/informal…