This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: Analyzing Code Dependencies (part II)
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
When you have cleaned up unnecessary dependencies, you certainly donât want them to appear again. But if you work in a team, this is very probable to happen. So, how to avoid illegal dependencies?
Of course, you can periodically analyze and clean up the code as it is described in Analyzing Code Dependencies (part I). But [...]