Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some warning in the socko branch #1

Open
ahoy-jon opened this issue May 24, 2012 · 0 comments
Open

Some warning in the socko branch #1

ahoy-jon opened this issue May 24, 2012 · 0 comments

Comments

@ahoy-jon
Copy link

[warn] /Users/Jon/Projects/gread-write-web/src/main/scala/Filesystem.scala:15: imported `Image' is permanently hidden by definition of object Image in package readwriteweb
[warn] import org.w3.readwriteweb.Image
[warn]        ^
[warn] /Users/Jon/Projects/gread-write-web/src/main/scala/HttpsTrustAll.scala:99: method setSslContext in class SslSocketConnector is deprecated: see corresponding Javadoc for more information.
[warn]     sslConn.setSslContext(patchedSslContextFactory.buildSSLContext())
[warn]             ^
[warn] /Users/Jon/Projects/gread-write-web/src/main/scala/HttpsTrustAll.scala:100: method setWantClientAuth in class SslSocketConnector is deprecated: see corresponding Javadoc for more information.
[warn]     sslConn.setWantClientAuth(true)
[warn]             ^
[warn] /Users/Jon/Projects/gread-write-web/src/main/scala/ReadWriteWeb.scala:153: match is not exhaustive!
[warn] missing combination     PostBinary
[warn]               Post.parse(Body.stream(req), uri, ct) match {
[warn]                         ^
[warn] /Users/Jon/Projects/gread-write-web/src/main/scala/auth/X509view.scala:70: match is not exhaustive!
[warn] missing combination        Outcome
[warn]     res match {
[warn]     ^
[warn] 5 warnings found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant