We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2a991 commit 32e26b5Copy full SHA for 32e26b5
1 file changed
checker/tests/ainfer-resourceleak/non-annotated/CrashForTempVar.java
@@ -2,6 +2,7 @@
2
* Demonstrates an issue in the Checker Framework with handling the nearest enclosing element for
3
* temporary variable declarations, leading to a crash during analysis.
4
*/
5
+@SuppressWarnings("all") // only check for crashes
6
public abstract class CrashForTempVar<T extends Number> {
7
8
private final CrashForTempVar<T> _base;
0 commit comments