What tools are available to audit changes to Java interfaces?

Does anyone know of any tool that can summarize the changes of Java interfaces between different versions? (by interface, I mean the functions of general exposed types, not specific language structures.)@ H_ 404_ 2 @ what I want is some programs that require two versions of the same package or package tree and output the following:

Solution

Clirr is a tool to check the binary and source compatibility of Java libraries with older versions@ H_ 404_ 2@Apache Commons uses it to create reports like this (for commons Lang)

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>