Here is tiny plug-in that gathers complete build path dependency tree of a Java project in Eclipse. Eclipse tells only that there is some build path cycle but does not tell which projects are involved. If your workspace is crowded this could be a problem. The plugin allows to automatically find out cycles in project dependencies.
Showing posts with label tree. Show all posts
Showing posts with label tree. Show all posts
Subscribe to:
Posts (Atom)
On security
My VPS recently got banned for spam which surprised me since none of my soft there sending email. So my first thoughts were that this is a...
-
This feaute is there for a while but I did not noticed it. It turns out that java.util.List#subList allows not only read but also manipulate...
-
A useful bug report has all three parts: how to locate or reproduce it, what is actually there and what should there be. I would extend th...