incon class java iin eclipse is different

44 Views Asked by At

I have two class .java but in pdcController.java I cannot do anything:

Look the image: enter image description here

Look the icon are different in BandoService works all, but in .pdfController I cannot do anything (for example I cannot suggest for method or error import). pdfController and BandoServiceare in the same project.

1

There are 1 best solutions below

0
Hod Ben-Or On

This is not the source file, check the file path, you're probably not in the correct package. I guess you have several modules in your maven project and you opened the file from the parent module. If you see the file only in the parent module it's time to git fetch.