I am editing eg. CostcenterManager.java in package my.company.service.managerimpl. I am inserting line:
Costelement _ce;
I hit CTRL-SHIFT-O : nothing happens.
I mouseover costelement and hit CTRL-1 : I get the suggestion to import my.company.model.Costelement. Which I do, because thats the import I need.
I hit CTRL-SHIF-T and can’t find costelement.java.
Maybe the reason is that I got my service layer in a different source folder, but it was working earlier. Maybe some classpath or something similiar to this corrupt?
Thanks
René