dcaoyuan / nbscala

NetBeans Plugin for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mixed scala/java maven project.

talgendler opened this issue · comments

commented

"Find usages" command doesn't find any usages of Scala class in Java. And from the Java perspective it cannot find the class to "go to" (CTRL + mouse click) it says "Cannot open (missing source?)
This is a maven project so the directories are:

src/main/java & src/main/scala respectively

Is this a known issue or I'm missing something ?

It's a known issue.

commented

Do you plan to fix this in a near future or this got low priority for you ?
Because for me it's really a blocker since we cannot afford a rewrite if we want to move to scala in our current Java project.
Thanks anyway your work is much appreciated

It's not so easy, since I need to implement a Java<-->Scala mapping. Please also see the later comments on issue #73

commented

Not sure if this still relevant to anyone