Samples

Dependency Graphs

This is the output of running DependencyExtractor on Dependency Finder itself.

E.g.,

    
    C:\> DependencyExtractor -xml -out DependencyFinder-graph-1.2.1.xml DependencyFinder.jar
    
    C:\> DependencyGraphToHTML -in  DependencyFinder-graph-1.2.1.xml     \
                               -out DependencyFinder-graph-1.2.1.html
    

Warning: each one of these files is about 4MB.

1.2.1 beta 3 XML (compressed) HTML
1.2.1 beta 2 XML (compressed) HTML
1.2.1 beta 1 XML (compressed) HTML
1.2.0 XML (compressed) HTML
1.1.1 XML (compressed) HTML
1.1.0 XML (compressed) HTML
1.1.0 beta 3 XML (compressed) HTML
1.1.0 beta 2 XML (compressed) HTML
1.1.0 beta 1 XML (compressed) HTML
1.0.1 XML (compressed) HTML
1.0 XML (compressed) HTML
1.0 beta XML (compressed) HTML

API Change Histories

This is the output of running JarJarDiff on various open source software packages, including Dependency Finder itself.

E.g.,

    
    C:\> JarJarDiff -name "Dependency Finder"                                              \
                    -old-label 1.2.0 -old DependencyFinder-1.2.0\lib\DependencyFinder.jar  \
                    -new-label 1.2.1 -new DependencyFinder-1.2.1\lib\DependencyFinder.jar  \
                    -out DependencyFinder-diff-1.2.0-1.2.1.xml
    
    C:\> DiffToHTML -in  DependencyFinder-diff-1.2.0-1.2.1.xml   \
                    -out DependencyFinder-diff-1.2.0-1.2.1.html
    

Here are the raw XML output from running JarJarDiff on Dependency Finder.

Metrics

This is the output of running OOMetrics on Dependency Finder itself.

E.g.,

    
    C:\> OOMetrics -txt -project-name "Dependency Finder" -out DependencyFinder-metrics-1.2.1 DependencyFinder.jar
    
    C:\> OOMetrics -xml -project-name "Dependency Finder" -out DependencyFinder-metrics-1.2.1 DependencyFinder.jar
    
    C:\> MetricsToHTML -in  DependencyFinder-metrics-1.2.1.xml     \
                       -out DependencyFinder-metrics-1.2.1.html
    

Warning: the XML files are nearly 13MB and the text files are about 2MB.

1.2.1 beta 3 XML (compressed) HTML TXT
1.2.1 beta 2 XML HTML TXT
1.2.1 beta 1 XML HTML TXT
1.2.0 XML HTML TXT
1.1.1 XML HTML TXT
1.1.0 XML HTML TXT
1.1.0 beta 3 XML HTML TXT
1.1.0 beta 2 XML HTML TXT
1.1.0 beta 1 XML HTML TXT
1.0.1 XML HTML TXT
1.0 XML HTML TXT
1.0 beta XML HTML TXT