mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Java: Add models for the Play Framework
This commit is contained in:
9
java/ql/test/stubs/playframework-2.6.x/play/libs/ws/StandaloneWSClient.java
generated
Normal file
9
java/ql/test/stubs/playframework-2.6.x/play/libs/ws/StandaloneWSClient.java
generated
Normal file
@@ -0,0 +1,9 @@
|
||||
package play.libs.ws;
|
||||
|
||||
public class StandaloneWSClient {
|
||||
|
||||
public StandaloneWSRequest url(String url) {
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
5
java/ql/test/stubs/playframework-2.6.x/play/libs/ws/StandaloneWSRequest.java
generated
Normal file
5
java/ql/test/stubs/playframework-2.6.x/play/libs/ws/StandaloneWSRequest.java
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
package play.libs.ws;
|
||||
|
||||
public class StandaloneWSRequest {
|
||||
|
||||
}
|
||||
9
java/ql/test/stubs/playframework-2.6.x/play/libs/ws/WSClient.java
generated
Normal file
9
java/ql/test/stubs/playframework-2.6.x/play/libs/ws/WSClient.java
generated
Normal file
@@ -0,0 +1,9 @@
|
||||
package play.libs.ws;
|
||||
|
||||
public class WSClient {
|
||||
|
||||
public WSRequest url(String url) {
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
5
java/ql/test/stubs/playframework-2.6.x/play/libs/ws/WSRequest.java
generated
Normal file
5
java/ql/test/stubs/playframework-2.6.x/play/libs/ws/WSRequest.java
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
package play.libs.ws;
|
||||
|
||||
public class WSRequest {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user