I have imported an Existing Java Application into my Workspace . I see that , a class with same name is present in different packages with in the Application.
For exampl
You can use them explicitly without importing them, so the included package name differentiates between the two:
//No imports required! public class Adapter { private com.tata.model.common.Status x; private com.bayer.frontlayer.dao.Status y; }