You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@esme.apache.org by "Ethan Jewett (JIRA)" <ji...@apache.org> on 2011/09/11 13:01:10 UTC

[jira] [Created] (ESME-362) Fix compilation warnings

Fix compilation warnings
------------------------

                 Key: ESME-362
                 URL: https://issues.apache.org/jira/browse/ESME-362
             Project: Enterprise Social Messaging Environment (ESME)
          Issue Type: Bug
          Components: Server
    Affects Versions: 1.3
         Environment: mvn clean compile
            Reporter: Ethan Jewett
            Priority: Minor
             Fix For: 1.4


[WARNING] /Users/esjewett/svn_repos/esme/trunk/server/src/main/scala/org/apache/esme/model/UserAuth.scala:384: warning: match is not exhaustive!
[WARNING] missing combination        Failure
[WARNING] missing combination   ParamFailure
[WARNING] 
[WARNING]         S.request match {
[WARNING]           ^
[WARNING] /Users/esjewett/svn_repos/esme/trunk/server/src/main/scala/org/apache/esme/model/UserAuth.scala:468: warning: match is not exhaustive!
[WARNING] missing combination        Failure
[WARNING] missing combination   ParamFailure
[WARNING] 
[WARNING]               user <- UserAuth.find(By(UserAuth.authKey, name),
[WARNING]                    ^
[WARNING] warning: there were unchecked warnings; re-run with -unchecked for details
[WARNING] three warnings found

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira