문제

We have some Microfocus Cobol.Net applications.

We would like to create a dependency map similar to what is available in NDepend.

Does anyone know of a tool that is able to do this?

도움이 되었습니까?

해결책

I am not knowledgeable on Cobol .NET but I am a programmer of NDepend. If Cobol .NET emits valid .NET assemblies, then NDepend can analyze them, since NDepend can analyze any .NET assembly.

다른 팁

Off the shelf, I'd guess the closest you would come is MicroFocus's Revolve tool.

It is intended to let you explore your application interactively, and I think it does metrics. I don't know if it constructs a "static map" you can explore offline. Nor do I believe it has the level of programmability of NDepend.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top