We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b69543 commit 01dd264Copy full SHA for 01dd264
java/ql/test/ext/TestModels/Test.java
@@ -44,6 +44,9 @@ public void test() throws Exception {
44
Exception e4 = new IllegalStateException((String)source());
45
sink((String)e4.getMessage()); // $hasValueFlow
46
47
+ Exception e5 = new UnsupportedOperationException((String)source());
48
+ sink((String)e5.getMessage()); // $hasValueFlow
49
+
50
Throwable t = new Throwable((Throwable)source());
51
sink((Throwable)t.getCause()); // $hasValueFlow
52
0 commit comments