[#760] | project: compiler | priority: low | category: bug | |
---|---|---|---|---|
submitter | assigned to | status | date submitted | |
Nikolay | Martin | fixed | 2006-09-24 16:51:44.0 | |
subject | [contrib #213] Compiler build problem with Java 6 Beta | |||
code |
scala/tools/util/SocketServer.scala, SVN 8652 |
|||
what happened | Compiling with JDK 1.6 beta failed since SocketServer.scala imports java.io._, and JDK 1.6 includes a class java\ .io.Console, shadowing the standard scala.Console that SocketServer uses. Goes to show why importing ._ is gener\ ally dangerous... |
|||
what expected | ||||
[back to overview] |
Nikolay edited on 2006-09-24 16:54:44.0 |
Transferred from the contributions and assigned to Martin. svn blames him for the offending import |
Stephane edited on 2006-09-26 17:31:34.0 |
updated compiler/library/test files for JDK 1.6 |