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 3f63d3a commit 26cf8dfCopy full SHA for 26cf8df
java/ql/lib/semmle/code/java/dataflow/TypeFlow.qll
@@ -23,7 +23,7 @@ private module Input implements TypeFlowInput<J::Location> {
23
24
/** Gets `t` if it is a `RefType` or the boxed type if `t` is a primitive type. */
25
private RefType boxIfNeeded(J::Type t) {
26
- t.(J::PrimitiveType).getBoxedType() = result or
+ t.(PrimitiveType).getBoxedType() = result or
27
result = t
28
}
29
0 commit comments