You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dependency A (which therefore points at the git dir as well)
Where Test uses a class from B which inherits from classes in A, errors in Intellij MISSING_DEPDENCY_CLASS although it compiles and runs fine. In this case B is a testing utility for library A which happens to be an embedded database.
If I make the whole tree source dependencies on each other it works, but not with
The text was updated successfully, but these errors were encountered:
This may be an Intellij only problem.
With a project setup as:
Where Test uses a class from B which inherits from classes in A, errors in Intellij
MISSING_DEPDENCY_CLASS
although it compiles and runs fine. In this case B is a testing utility for library A which happens to be an embedded database.If I make the whole tree source dependencies on each other it works, but not with
The text was updated successfully, but these errors were encountered: