add link to the source variable in the alert-message for java/implicit-cast-in-compound-assignment

This commit is contained in:
erik-krogh
2024-04-04 22:48:12 +02:00
parent 2256c4c008
commit 795b767b6e
2 changed files with 7 additions and 6 deletions

View File

@@ -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 |