Explanation: Say package A is always built first and then package B. I need to configure my eclipse workspace such that it mimics the build environment and shows compilation errors when sources in package A refer package B. Is this possible? If yes, how?
Share
Take a look to: Arquitecture Rules or Macker
These tools are able to warn you when some rule is broken. They both support the rule ‘some package should not invoke some other package’.
I do not know if there is an eclipse plugin for any of them, sorry.