mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
add link to the source variable in the alert-message for java/implicit-cast-in-compound-assignment
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
| Test.java:68:5:68:25 | ...+=... | Implicit cast of source type long to narrower destination type int. |
|
||||
| Test.java:87:4:87:9 | ...+=... | Implicit cast of source type long to narrower destination type int. |
|
||||
| Test.java:68:5:68:25 | ...+=... | Implicit cast of source $@ to narrower destination type int. | Test.java:64:4:64:13 | int i | type long |
|
||||
| Test.java:87:4:87:9 | ...+=... | Implicit cast of source $@ to narrower destination type int. | Test.java:81:4:81:13 | int i | type long |
|
||||
|
||||
Reference in New Issue
Block a user