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
The offending call is rightPara.getAllowEmptyValue() where rightPara is of type io.swagger.models.parameters.Parameter, imported from io.swagger:swagger-models. I have trawled the versions of that module and cannot find one that is compatible (i.e. has the method getAllowEmptyValue()). Help please!!
Other than this, I'm really loving this tool! :)
The text was updated successfully, but these errors were encountered:
This project is using swagger-models 1.5.15, while most recent version of swagger-models from the swagger-core is 1.62.
It's probably a little late for a replay, but maybe someone will need this hint later.
The following line of code results in
NoSuchMethodError
:-com.deepoove.swagger.diff.compare.ParameterDiff
The offending call is
rightPara.getAllowEmptyValue()
whererightPara
is of typeio.swagger.models.parameters.Parameter
, imported fromio.swagger:swagger-models
. I have trawled the versions of that module and cannot find one that is compatible (i.e. has the methodgetAllowEmptyValue()
). Help please!!Other than this, I'm really loving this tool! :)
The text was updated successfully, but these errors were encountered: