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 ca4f667 commit 018b066Copy full SHA for 018b066
java/ql/src/Likely Bugs/Arithmetic/InformationLoss.ql
@@ -45,5 +45,5 @@ where
45
v = a.getDest()
46
)
47
select a,
48
- "Implicit cast of $@ to narrower destination type " + a.getDest().getType().getName() + ".",
49
- v, "source type " + e.getType().getName()
+ "Implicit cast of $@ to narrower destination type " + a.getDest().getType().getName() + ".", v,
+ "source type " + e.getType().getName()
0 commit comments