Menu

does it work for javadocs?

Help
garywong
2005-05-26
2013-04-16
  • garywong

    garywong - 2005-05-26

    I have two vesions of JavaDoc.
    Need to compare between them.
    I am wondering JDIFF support for that?

    Thanks,

     
    • Matthew Doar

      Matthew Doar - 2005-05-26

      No. JDiff can compare sets of source files, class files and jar files, but not the Javadoc HTML reports.

      There are other products that compare HTML files:
      http://www.aaronsw.com/2002/diff/
      http://www.htmlmatch.com/

      ~Matt

       
  • Lynn Shi

    Lynn Shi - 2010-01-24

    Can JDiff compare sets of Javadoc HTML  in version-1.1.1 now?
    I want to compare two versions of Lucene.
    The locations of existing Javadoc  are "http://lucene.apache.org/java/2_3_1/api/" and "http://lucene.apache.org/java/2_3_2/api/".
    If JDiff can support for that,  what is the executed command?

    Thanks.

     
  • Matthew Doar

    Matthew Doar - 2010-01-25

    Not the HTML, no. But you can download the sources for those two versions and go from there.

    ~Matt

     

Log in to post a comment.