I was debugging here and came across a curious situation. I already fucked, but I could not succeed in finding out the problem.
In a project, I have the class EntidadeDAO
in project1 . In another project, in the same workspace, I have a class with the same name, EntidadeDAO
, in project2 .
When debugging in project1 , in this class, eclipse points to the project2 class.
obs: The two classes are quite different, only the names are the same . Only the same names. The project name and packages are all different.
Someone else has already experienced this situation and can you tell me why?
edit: I'm using Eclipse Neon, I forgot to let you know.