Java: Add a test for parameter names

This commit is contained in:
Ian Lynagh
2024-10-01 12:36:38 +01:00
parent 01c9509741
commit 901f756c69
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
| Test.java:3:22:3:24 | o |
| Test.java:7:22:7:26 | i |
| Test.java:45:22:45:26 | s |
| Test.java:49:29:49:42 | p0 |
| Test.java:50:29:50:42 | p0 |
| Test.java:51:29:51:39 | p0 |
| Test.java:52:40:52:64 | p0 |
| Test.java:70:13:70:22 | p0 |
| Test.java:71:13:71:26 | p0 |
| Test.java:75:31:75:47 | p0 |

View File

@@ -0,0 +1,5 @@
import java
from Parameter p
where p.fromSource()
select p