开发者

tool for java dependency analyze [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

When maintenancing software of enterprise system, specifing influence part againist fixing part is important. But, I think the maintenance teams that establish the method of specifing influence part are very few. At least, my team don't establish such method.

I am maintaining enterprise system that made of Java + SpringFramework, and I search for tool that specify dependency relationship between components and specify influence part againist fixing part automatically.

I want to specify dependency not only betwee开发者_如何学JAVAn Java classes, but also between below:

  • database table and class
  • classes that mediated by interface
  • client side component and server side component

    (e.g. Java and Flex, Ajax, Curl, HTML... )

I can search tools at vendor homepage, but I want to know tool that actually applied to software maintance field and sucessed. Could someone recommend me a tool?


What you want to achieve is called tracability. Usually, this starts in the requirements phase, and often ends there because it's extremely time-intensive to provide full tracability down to source code level. I think the only pieces of software where it's routinely done are systems where the vendor is held legally liable for errors. Typically that means embedded systems where an error can lead to injury or death.

I don't know which tools are actually used for this, but I'd look at the automotive, aviation and medical equipment industries.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜