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.
2 parents 6bb98b0 + d24bdbb commit 927b402Copy full SHA for 927b402
java/ql/lib/semmle/code/java/Exception.qll
@@ -7,7 +7,7 @@ import Type
7
8
/**
9
* An Exception represents an element listed in the `throws` clause
10
- * of a method of constructor.
+ * of a method or constructor.
11
*
12
* For example, `E` is an exception thrown by method `m` in
13
* `void m() throws E;`, whereas `T` is an exception _type_ in
0 commit comments