Clirr Results

The following document contains the results of Clirr.

  • Current Version: 5.6
  • Comparison Version: 5.5.7

Summary

Severity Number
Error Error 3
Warning Warning 0
Info Info 2

API Incompatibilities

Severity Message Class Method / Field
Error Parameter 1 of 'public java.util.List getAvailableLocales(com.vaadin.data.Item)' has changed its type to com.vaadin.v7.data.Item info.magnolia.ui.api.i18n.I18NAuthoringSupport public java.util.List getAvailableLocales(com.vaadin.data.Item)
Error Parameter 1 of 'public java.util.Locale getDefaultLocale(com.vaadin.data.Item)' has changed its type to com.vaadin.v7.data.Item info.magnolia.ui.api.i18n.I18NAuthoringSupport public java.util.Locale getDefaultLocale(com.vaadin.data.Item)
Error Parameter 2 of 'public boolean isDefaultLocale(java.util.Locale, com.vaadin.data.Item)' has changed its type to com.vaadin.v7.data.Item info.magnolia.ui.api.i18n.I18NAuthoringSupport public boolean isDefaultLocale(java.util.Locale, com.vaadin.data.Item)
Info Method 'public boolean equals(java.lang.Object)' has been added info.magnolia.ui.api.message.Message public boolean equals(java.lang.Object)
Info Method 'public int hashCode()' has been added info.magnolia.ui.api.message.Message public int hashCode()

API Changelog

The following APIs were modified from version 5.5.7 to 5.6:
  • Non justified changes

    Class From To
    info.magnolia.ui.api.i18n.I18NAuthoringSupport public boolean isDefaultLocale(java.util.Locale, com.vaadin.data.Item)
    info.magnolia.ui.api.i18n.I18NAuthoringSupport public java.util.List getAvailableLocales(com.vaadin.data.Item)
    info.magnolia.ui.api.i18n.I18NAuthoringSupport public java.util.Locale getDefaultLocale(com.vaadin.data.Item)
    info.magnolia.ui.api.message.Message public boolean equals(java.lang.Object)
    info.magnolia.ui.api.message.Message public int hashCode()