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
GET /foos @foo.bar.FooController.getFoos(bars: java.util.List[String] ?= java.util.Collections.emptyList())
Produces an error like this:
[error] swagger - Problem loading class: foo.bar.FooController.getFoos(bars: java.util.List[String] ?= java.util.Collections. java.lang.ClassNotFoundException: class foo.bar.FooController.getFoos(bars: java.util.List[String] ?= java.util.Collections not found
I think it could be solved with changing .lastIndexOf to .indexOf in this line:
Hi! I think I found a bug.
A route defined like this:
Produces an error like this:
I think it could be solved with changing .lastIndexOf to .indexOf in this line:
swagger-play2/app/play/modules/swagger/PlayApiScanner.scala
Line 24 in af7da6c
But, as I'm not an expert in Play framework, I'm not sure whether it won't cause any problems in some other edge cases.
The text was updated successfully, but these errors were encountered: