IDEA: Unnecessary false positive dependency checker

In my project I have IDEA 2 unit, where the unit classes A extend the capabilities of Module Bed and .

Unnecessary module dependency checking says:

The "dependency on module" A "on module" B "can be removed when the additional area for module" A "also does not contain references to module" B ".

What does the extra space mean and why is the dependency on B considered unnecessary?

+3


source to share





All Articles