Aladdin - Scala Bugtracking
[#939] project: eclipse-plugin priority: low category: bug
submitter assigned to status date submitted
Nikolay Sean open 2007-02-11 17:19:44.0
subject [contrib #330] Old version of a class file in libraries jar
code
val x: java.io.Source = ...
val it = x.getLines
what happened
The ch.epfl.lamp.sdt.compiler_2.3.3.9734 plugin has in its lib directory a version of scala-library.jar that has\
 (presumably) older versions of classes than both the Scala2.3.3 standalone distribution and the source code for\
 the libraries bundled with the Plugin.  One example is scala.io.Source, that is missing the getLines method.
[Note: I find the rejava.sourceforge.net decompiler useful for diffing jar files]
what expected Libraries bundled with the Eclipse plugin should be consistent with a Scala standalone release. At least they should be consistent with source code that is bundled together.
[back to overview]
Changes of this bug report
Nikolay  edited on  2007-02-11 17:20:21.0
contribution #330