Sanjay Malakar

Results 8 issues of Sanjay Malakar

## Description We are experiencing a non-termination issue where the Checker Framework inconsistently generates output files during Whole Program Inference (WPI). Specifically, the framework alternates between generating annotated files in...

Encountered it while running CF on the NJR benchmark. ### Stacktrace ``` An exception has occurred in the compiler (11.0.22). Please file a bug against the Java compiler via the...

bug

The Resource Leak Checker currently flags warnings for field assignments in constructors, even when the constructor is clearly performing the first and only write to that field. This results in...

ResourceLeakChecker

The inference for Resource Leak Checker's (RLC) annotations incorrectly infers the `EnsuresCalledMethods` annotation on outer-class resources that are closed by methods within an inner class. For example: ```java class Foo...

bug
ResourceLeakChecker

When using Resource Leak Checker (RLC) inference, private finalizer methods that are invoked internally can lead to incorrect or incomplete inference results. Specifically, the inference mechanism does not annotate the...

ResourceLeakChecker

While running CF RLC with inference on the NJR benchmark, I encountered several leaks where CF reported: ``` [[checkOwningField() did not find a reason!]] ``` One specific example from the...

bug
ResourceLeakChecker

The Checker Framework crashes while running Whole Program Inference (WPI) in the NJR benchmark. The error occurs during the analysis of a specific Java file, resulting in the exception: AsSuperVisitor...