Reputation: 30448
I'm using Eclipse 4.7.2 with Scala IDE plugin 4.7.0. Most of my projects include Java and Scala code and are working fine.
I took over an existing project, also with Java and Scala code and noticed something strange - initially, the auto complete works just for the Scala code, not for the Java code. The existing Java code handling had several issues:
The strange thing is that when I add new Java classes, everything works well. These issues occur only on the old code.
Upvotes: 1
Views: 126