Clirr Results

The following document contains the results of Clirr.

  • Current Version: 6.1.5
  • Comparison Version: 6.1.4

Summary

Severity Number
Error Error 2
Warning Warning 0
Info Info 2

API Incompatibilities

Severity Message Class Method / Field
Error Abstract method 'protected org.xml.sax.ContentHandler getContentHandler(java.io.OutputStream, boolean)' has been added info.magnolia.importexport.command.JcrExportCommand$Format protected org.xml.sax.ContentHandler getContentHandler(java.io.OutputStream, boolean)
Error In method 'public org.xml.sax.ContentHandler newXmlContentHandler(java.io.OutputStream)' the number of arguments has changed info.magnolia.importexport.contenthandler.XmlContentHandlerFactory public org.xml.sax.ContentHandler newXmlContentHandler(java.io.OutputStream)
Info Method 'public boolean isPrettyPrint()' has been added info.magnolia.importexport.command.JcrExportCommand public boolean isPrettyPrint()
Info Method 'public void setPrettyPrint(boolean)' has been added info.magnolia.importexport.command.JcrExportCommand public void setPrettyPrint(boolean)

API Changelog

The following APIs were modified from version 6.1.4 to 6.1.5:
  • Non justified changes

    Class From To
    info.magnolia.importexport.command.JcrExportCommand public boolean isPrettyPrint()
    info.magnolia.importexport.command.JcrExportCommand public void setPrettyPrint(boolean)
    info.magnolia.importexport.command.JcrExportCommand$Format protected org.xml.sax.ContentHandler getContentHandler(java.io.OutputStream, boolean)
    info.magnolia.importexport.contenthandler.XmlContentHandlerFactory public org.xml.sax.ContentHandler newXmlContentHandler(java.io.OutputStream)