Advertisement
ttldtor

Untitled

Aug 2nd, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. [info] Compiling 71 Scala sources to C:\work\scala\horta-hell\target\scala-2.10\classes...
  2. [info] 'compiler-interface' not yet compiled for Scala 2.10.4. Compiling...
  3. [info] Compilation completed in 11.297 s
  4. [warn] C:\work\scala\horta-hell\src\main\scala\ru\org\codingteam\horta\plugins\log\LogPlugin.scala:81: non-variable type argument ru.org.codingteam.horta.plugins.log.LogMessage in type pattern Seq[ru.org.codingteam.horta.plugins.log.LogMessage] is unchecked since it is eliminated by erasure
  5. [warn] case Some(messages: Seq[LogMessage]) =>
  6. [warn] ^
  7. [warn] C:\work\scala\horta-hell\src\main\scala\ru\org\codingteam\horta\plugins\mail\MailPlugin.scala:104: non-variable type argument ru.org.codingteam.horta.plugins.mail.MailMessage in type pattern Seq[ru.org.codingteam.horta.plugins.mail.MailMessage] is unchecked since it is eliminated by erasure
  8. [warn] case Some(messages: Seq[MailMessage]) => messages
  9. [warn] ^
  10. [warn] two warnings found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement