You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] /home/vagrant/repos/openi_android_sdk/swagger-codegen/generated-code/android-java/src/main/java/eu/openiict/client/api/BadgeApi.java:[95,28] error: cannot find symbol
[ERROR] class BadgeApi
/home/vagrant/repos/openi_android_sdk/swagger-codegen/generated-code/android-java/src/main/java/eu/openiict/client/api/BadgeApi.java:[126,39] error: cannot find symbol
[ERROR] class BadgeApi
/home/vagrant/repos/openi_android_sdk/swagger-codegen/generated-code/android-java/src/main/java/eu/openiict/client/api/BadgeApi.java:[157,39] error: cannot find symbol
generated source looks like this....
public Badge badgeDetail (undefined id) throws ApiException {
Get the following error from the compiled code
[ERROR] /home/vagrant/repos/openi_android_sdk/swagger-codegen/generated-code/android-java/src/main/java/eu/openiict/client/api/BadgeApi.java:[95,28] error: cannot find symbol
[ERROR] class BadgeApi
/home/vagrant/repos/openi_android_sdk/swagger-codegen/generated-code/android-java/src/main/java/eu/openiict/client/api/BadgeApi.java:[126,39] error: cannot find symbol
[ERROR] class BadgeApi
/home/vagrant/repos/openi_android_sdk/swagger-codegen/generated-code/android-java/src/main/java/eu/openiict/client/api/BadgeApi.java:[157,39] error: cannot find symbol
generated source looks like this....
public Badge badgeDetail (undefined id) throws ApiException {
and original swagger looks like this
"parameters": [
{
"paramType": "path",
"required": true,
"name": "id",
"description": "Primary key of resource",
"type": "undefined"
}
],
"type": "undefined" is your problem
The text was updated successfully, but these errors were encountered: