File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
javascript/ql/test/tutorials/Validating RAML-based APIs
python/ql/test/library-tests/dataflow/qll-private-imports Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- WARNING: Unused method getMethod (query2.ql:31,14-23)
2
- WARNING: Unused method getResponse (query2.ql:45,13-24)
1
+ WARNING: unused method ' getMethod' (query2.ql:31,14-23)
2
+ WARNING: unused method ' getResponse' (query2.ql:45,13-24)
3
3
| robonode/src/assets/raml/api.raml:8:3:72:14 | get: | /robots |
4
4
| robonode/src/assets/raml/api.raml:15:5:72:14 | uriParameters: | /robots/{robotId} |
5
5
| robonode/src/assets/raml/api.raml:24:7:54:4 | get: | /robots/{robotId}/commands |
Original file line number Diff line number Diff line change 1
- WARNING: Unused method getMethod (query3.ql:31,14-23)
1
+ WARNING: unused method ' getMethod' (query3.ql:31,14-23)
2
2
| 1 |
Original file line number Diff line number Diff line change 1
- WARNING: Unused method getMethod (query4.ql:31,14-23)
2
- WARNING: Unused method getResponse (query4.ql:45,13-24)
1
+ WARNING: unused method ' getMethod' (query4.ql:31,14-23)
2
+ WARNING: unused method ' getResponse' (query4.ql:45,13-24)
3
3
| robonode/src/assets/raml/api.raml:9:5:14:2 | description: \| |
4
4
| robonode/src/assets/raml/api.raml:25:9:29:6 | description: \| |
5
5
| robonode/src/assets/raml/api.raml:30:9:54:4 | description: \| |
Original file line number Diff line number Diff line change 1
- ERROR: Could not resolve type DataFlow::Add (Test.ql:7,6-19)
1
+ ERROR: could not resolve type DataFlow::Add (Test.ql:7,6-19)
You can’t perform that action at this time.
0 commit comments