Community
Participate
Working Groups
Build Identifier: M20100909-0800 When using the scala-libary.jar in a java project, the org.eclipse.jdt.ui.AllCompletionProposalComputer throws an exception in certain cases. One of this cases is described in the "Steps to Reproduce". The autocompletion works fine in other IDEs. Nevertheless I will report this at the scala tracker too, because I don't know if this is a problem with the scala-libary.jar or eclipse. Reproducible: Always Steps to Reproduce: 1. Create a new java project 2. Add the scala-libary.jar to the project (from "http://www.scala-lang.org/downloads" - version 2.8.1.final) 3. Create the following test class: package simple; import scala.collection.immutable.Nil; public class Test { public static void main(String[] args) { scala.collection.immutable.List<int> myList = new Nil(); } } 4. Try to activate the autocompletion on the variable "myList"
I accidentally posted this in the wrong product category. Can someone please delete this. I already reposted it (hopefully :) ) correctly.
Closing