File: related.xml

package info (click to toggle)
clirr 0.6-8
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 944 kB
  • sloc: java: 4,275; xml: 2,100; makefile: 9; sh: 4
file content (34 lines) | stat: -rw-r--r-- 1,565 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<document>
    <properties>

    </properties>
    <body>
         <section name="Related projects">
             <ul>
                 <li>
                     <a href="http://jdiff.sf.net">JDiff</a> is a javadoc plugin
                     that reports api contract changes, based on the Javadoc of
                     the code. This approach is complementary to that of
                     Clirr - JDiff seems to be a great tool for manual
                     inspection during release preparation, while Clirr is well
                     suited to detect one class of compatibility problems
                     automatically during the nightly build.
                 </li>
                 <li>
                     The <a href="http://www.intellij.org/twiki/bin/view/Main/APIComparatorPlugin">APIComparatorPlugin</a>
                     for the <a href="http://www.intellij.com">IntelliJ IDEA</a> IDE
                     is an interactive tool that presents binary api diffs visually.
                 </li>
                 <li>
                     If you like Clirr because you want to deliver quality work
                     to your users, you might want to have a look at
                     <a href="http://checkstyle.sf.net">Checkstyle</a>, a tool
                     for automatic code inspection.
                     The development teams of Clirr and Checkstyle overlap,
                     so if you like Clirr, you will probably love Checkstyle.
                 </li>

             </ul>
         </section>
    </body>
</document>