Clirr Results

The following document contains the results of Clirr.

  • Current Version: 5.6
  • Comparison Version: 5.5.6

Summary

Severity Number
Error Error 32
Warning Warning 0
Info Info 7

API Incompatibilities

Severity Message Class Method / Field
Error Removed com.vaadin.data.Container from the set of implemented interfaces info.magnolia.cache.browser.app.CacheBrowserContainer
Error Removed com.vaadin.data.Container$Indexed from the set of implemented interfaces info.magnolia.cache.browser.app.CacheBrowserContainer
Error Removed com.vaadin.data.Container$ItemSetChangeNotifier from the set of implemented interfaces info.magnolia.cache.browser.app.CacheBrowserContainer
Error Removed com.vaadin.data.Container$Ordered from the set of implemented interfaces info.magnolia.cache.browser.app.CacheBrowserContainer
Error Removed com.vaadin.data.Container$Sortable from the set of implemented interfaces info.magnolia.cache.browser.app.CacheBrowserContainer
Error Return type of method 'public com.vaadin.data.Item addItem(java.lang.Object)' has been changed to com.vaadin.v7.data.Item info.magnolia.cache.browser.app.CacheBrowserContainer public com.vaadin.data.Item addItem(java.lang.Object)
Error Return type of method 'public com.vaadin.data.Item addItemAfter(java.lang.Object, java.lang.Object)' has been changed to com.vaadin.v7.data.Item info.magnolia.cache.browser.app.CacheBrowserContainer public com.vaadin.data.Item addItemAfter(java.lang.Object, java.lang.Object)
Error Return type of method 'public com.vaadin.data.Item addItemAt(int, java.lang.Object)' has been changed to com.vaadin.v7.data.Item info.magnolia.cache.browser.app.CacheBrowserContainer public com.vaadin.data.Item addItemAt(int, java.lang.Object)
Error Parameter 1 of 'public void addItemSetChangeListener(com.vaadin.data.Container$ItemSetChangeListener)' has changed its type to com.vaadin.v7.data.Container$ItemSetChangeListener info.magnolia.cache.browser.app.CacheBrowserContainer public void addItemSetChangeListener(com.vaadin.data.Container$ItemSetChangeListener)
Error Parameter 1 of 'public void addListener(com.vaadin.data.Container$ItemSetChangeListener)' has changed its type to com.vaadin.v7.data.Container$ItemSetChangeListener info.magnolia.cache.browser.app.CacheBrowserContainer public void addListener(com.vaadin.data.Container$ItemSetChangeListener)
Error Return type of method 'public com.vaadin.data.Property getContainerProperty(java.lang.Object, java.lang.Object)' has been changed to com.vaadin.v7.data.Property info.magnolia.cache.browser.app.CacheBrowserContainer public com.vaadin.data.Property getContainerProperty(java.lang.Object, java.lang.Object)
Error Return type of method 'public com.vaadin.data.Item getItem(java.lang.Object)' has been changed to com.vaadin.v7.data.Item info.magnolia.cache.browser.app.CacheBrowserContainer public com.vaadin.data.Item getItem(java.lang.Object)
Error Parameter 1 of 'public void removeItemSetChangeListener(com.vaadin.data.Container$ItemSetChangeListener)' has changed its type to com.vaadin.v7.data.Container$ItemSetChangeListener info.magnolia.cache.browser.app.CacheBrowserContainer public void removeItemSetChangeListener(com.vaadin.data.Container$ItemSetChangeListener)
Error Parameter 1 of 'public void removeListener(com.vaadin.data.Container$ItemSetChangeListener)' has changed its type to com.vaadin.v7.data.Container$ItemSetChangeListener info.magnolia.cache.browser.app.CacheBrowserContainer public void removeListener(com.vaadin.data.Container$ItemSetChangeListener)
Error Return type of method 'public com.vaadin.data.Item getItem(java.lang.Object)' has been changed to com.vaadin.v7.data.Item info.magnolia.cache.browser.app.CacheBrowserContentConnector public com.vaadin.data.Item getItem(java.lang.Object)
Error Parameter 1 of 'public java.lang.Object getItemId(com.vaadin.data.Item)' has changed its type to com.vaadin.v7.data.Item info.magnolia.cache.browser.app.CacheBrowserContentConnector public java.lang.Object getItemId(com.vaadin.data.Item)
Error Parameter 2 of 'protected void configureContainer(info.magnolia.ui.workbench.definition.ContentPresenterDefinition, com.vaadin.data.Container)' has changed its type to com.vaadin.v7.data.Container info.magnolia.cache.browser.app.CacheBrowserListPresenter protected void configureContainer(info.magnolia.ui.workbench.definition.ContentPresenterDefinition, com.vaadin.data.Container)
Error Return type of method 'protected com.vaadin.data.Container initializeContainer()' has been changed to com.vaadin.v7.data.Container info.magnolia.cache.browser.app.CacheBrowserListPresenter protected com.vaadin.data.Container initializeContainer()
Error Removed com.vaadin.data.Item from the set of implemented interfaces info.magnolia.cache.browser.app.CacheKeyItem
Error Parameter 2 of 'public boolean addItemProperty(java.lang.Object, com.vaadin.data.Property)' has changed its type to com.vaadin.v7.data.Property info.magnolia.cache.browser.app.CacheKeyItem public boolean addItemProperty(java.lang.Object, com.vaadin.data.Property)
Error Return type of method 'public com.vaadin.data.Property getItemProperty(java.lang.Object)' has been changed to com.vaadin.v7.data.Property info.magnolia.cache.browser.app.CacheKeyItem public com.vaadin.data.Property getItemProperty(java.lang.Object)
Error Parameter 2 of 'public AbstractMultiItemAction(info.magnolia.ui.api.action.ActionDefinition, com.vaadin.data.Item, info.magnolia.ui.api.context.UiContext, info.magnolia.i18nsystem.SimpleTranslator)' has changed its type to com.vaadin.v7.data.Item info.magnolia.cache.browser.app.action.AbstractMultiItemAction public AbstractMultiItemAction(info.magnolia.ui.api.action.ActionDefinition, com.vaadin.data.Item, info.magnolia.ui.api.context.UiContext, info.magnolia.i18nsystem.SimpleTranslator)
Error Parameter 1 of 'protected void executeOnItem(com.vaadin.data.Item)' has changed its type to com.vaadin.v7.data.Item info.magnolia.cache.browser.app.action.AbstractMultiItemAction protected void executeOnItem(com.vaadin.data.Item)
Error Parameter 1 of 'protected java.lang.String itemToString(com.vaadin.data.Item)' has changed its type to com.vaadin.v7.data.Item info.magnolia.cache.browser.app.action.AbstractMultiItemAction protected java.lang.String itemToString(com.vaadin.data.Item)
Error Parameter 2 of 'public DeleteCacheEntryAction(info.magnolia.cache.browser.app.action.DeleteCacheEntryActionDefinition, com.vaadin.data.Item, info.magnolia.ui.api.context.UiContext, info.magnolia.i18nsystem.SimpleTranslator, info.magnolia.event.EventBus)' has changed its type to com.vaadin.v7.data.Item info.magnolia.cache.browser.app.action.DeleteCacheEntryAction public DeleteCacheEntryAction(info.magnolia.cache.browser.app.action.DeleteCacheEntryActionDefinition, com.vaadin.data.Item, info.magnolia.ui.api.context.UiContext, info.magnolia.i18nsystem.SimpleTranslator, info.magnolia.event.EventBus)
Error Parameter 1 of 'protected void executeOnItem(com.vaadin.data.Item)' has changed its type to com.vaadin.v7.data.Item info.magnolia.cache.browser.app.action.DeleteCacheEntryAction protected void executeOnItem(com.vaadin.data.Item)
Error Parameter 1 of 'protected java.lang.String itemToString(com.vaadin.data.Item)' has changed its type to com.vaadin.v7.data.Item info.magnolia.cache.browser.app.action.DeleteCacheEntryAction protected java.lang.String itemToString(com.vaadin.data.Item)
Error Parameter 2 of 'public DownloadCacheContentAction(info.magnolia.cache.browser.app.action.DownloadCacheContentActionDefinition, com.vaadin.data.Item, info.magnolia.ui.api.context.UiContext, info.magnolia.i18nsystem.SimpleTranslator)' has changed its type to com.vaadin.v7.data.Item info.magnolia.cache.browser.app.action.DownloadCacheContentAction public DownloadCacheContentAction(info.magnolia.cache.browser.app.action.DownloadCacheContentActionDefinition, com.vaadin.data.Item, info.magnolia.ui.api.context.UiContext, info.magnolia.i18nsystem.SimpleTranslator)
Error Parameter 1 of 'protected void executeOnItem(com.vaadin.data.Item)' has changed its type to com.vaadin.v7.data.Item info.magnolia.cache.browser.app.action.DownloadCacheContentAction protected void executeOnItem(com.vaadin.data.Item)
Error Parameter 1 of 'protected java.lang.String itemToString(com.vaadin.data.Item)' has changed its type to com.vaadin.v7.data.Item info.magnolia.cache.browser.app.action.DownloadCacheContentAction protected java.lang.String itemToString(com.vaadin.data.Item)
Error Return type of method 'public org.codehaus.jackson.JsonNode getCacheContent(java.lang.String, java.lang.String)' has been changed to com.fasterxml.jackson.databind.JsonNode info.magnolia.cache.browser.rest.client.CacheService public org.codehaus.jackson.JsonNode getCacheContent(java.lang.String, java.lang.String)
Error Return type of method 'public org.codehaus.jackson.JsonNode getCacheSize(java.lang.String)' has been changed to com.fasterxml.jackson.databind.JsonNode info.magnolia.cache.browser.rest.client.CacheService public org.codehaus.jackson.JsonNode getCacheSize(java.lang.String)
Info Added com.vaadin.v7.data.Container to the set of implemented interfaces info.magnolia.cache.browser.app.CacheBrowserContainer
Info Added com.vaadin.v7.data.Container$Indexed to the set of implemented interfaces info.magnolia.cache.browser.app.CacheBrowserContainer
Info Added com.vaadin.v7.data.Container$ItemSetChangeNotifier to the set of implemented interfaces info.magnolia.cache.browser.app.CacheBrowserContainer
Info Added com.vaadin.v7.data.Container$Ordered to the set of implemented interfaces info.magnolia.cache.browser.app.CacheBrowserContainer
Info Added com.vaadin.v7.data.Container$Sortable to the set of implemented interfaces info.magnolia.cache.browser.app.CacheBrowserContainer
Info Added com.vaadin.v7.data.Item to the set of implemented interfaces info.magnolia.cache.browser.app.CacheKeyItem
Info Method 'protected java.util.List getInstallConditions()' has been added info.magnolia.cache.browser.setup.CacheBrowserAppModuleVersionHandler protected java.util.List getInstallConditions()

API Changelog

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

    Class From To
    info.magnolia.cache.browser.app.CacheBrowserContainer
    info.magnolia.cache.browser.app.CacheBrowserContainer
    info.magnolia.cache.browser.app.CacheBrowserContainer
    info.magnolia.cache.browser.app.CacheBrowserContainer
    info.magnolia.cache.browser.app.CacheBrowserContainer
    info.magnolia.cache.browser.app.CacheBrowserContainer
    info.magnolia.cache.browser.app.CacheBrowserContainer
    info.magnolia.cache.browser.app.CacheBrowserContainer
    info.magnolia.cache.browser.app.CacheBrowserContainer
    info.magnolia.cache.browser.app.CacheBrowserContainer
    info.magnolia.cache.browser.app.CacheBrowserContainer public com.vaadin.data.Item addItem(java.lang.Object)
    info.magnolia.cache.browser.app.CacheBrowserContainer public com.vaadin.data.Item addItemAfter(java.lang.Object, java.lang.Object)
    info.magnolia.cache.browser.app.CacheBrowserContainer public com.vaadin.data.Item addItemAt(int, java.lang.Object)
    info.magnolia.cache.browser.app.CacheBrowserContainer public com.vaadin.data.Item getItem(java.lang.Object)
    info.magnolia.cache.browser.app.CacheBrowserContainer public com.vaadin.data.Property getContainerProperty(java.lang.Object, java.lang.Object)
    info.magnolia.cache.browser.app.CacheBrowserContainer public void addItemSetChangeListener(com.vaadin.data.Container$ItemSetChangeListener)
    info.magnolia.cache.browser.app.CacheBrowserContainer public void addListener(com.vaadin.data.Container$ItemSetChangeListener)
    info.magnolia.cache.browser.app.CacheBrowserContainer public void removeItemSetChangeListener(com.vaadin.data.Container$ItemSetChangeListener)
    info.magnolia.cache.browser.app.CacheBrowserContainer public void removeListener(com.vaadin.data.Container$ItemSetChangeListener)
    info.magnolia.cache.browser.app.CacheBrowserContentConnector public com.vaadin.data.Item getItem(java.lang.Object)
    info.magnolia.cache.browser.app.CacheBrowserContentConnector public java.lang.Object getItemId(com.vaadin.data.Item)
    info.magnolia.cache.browser.app.CacheBrowserListPresenter protected com.vaadin.data.Container initializeContainer()
    info.magnolia.cache.browser.app.CacheBrowserListPresenter protected void configureContainer(info.magnolia.ui.workbench.definition.ContentPresenterDefinition, com.vaadin.data.Container)
    info.magnolia.cache.browser.app.CacheKeyItem
    info.magnolia.cache.browser.app.CacheKeyItem
    info.magnolia.cache.browser.app.CacheKeyItem public boolean addItemProperty(java.lang.Object, com.vaadin.data.Property)
    info.magnolia.cache.browser.app.CacheKeyItem public com.vaadin.data.Property getItemProperty(java.lang.Object)
    info.magnolia.cache.browser.app.action.AbstractMultiItemAction protected java.lang.String itemToString(com.vaadin.data.Item)
    info.magnolia.cache.browser.app.action.AbstractMultiItemAction protected void executeOnItem(com.vaadin.data.Item)
    info.magnolia.cache.browser.app.action.AbstractMultiItemAction public AbstractMultiItemAction(info.magnolia.ui.api.action.ActionDefinition, com.vaadin.data.Item, info.magnolia.ui.api.context.UiContext, info.magnolia.i18nsystem.SimpleTranslator)
    info.magnolia.cache.browser.app.action.DeleteCacheEntryAction protected java.lang.String itemToString(com.vaadin.data.Item)
    info.magnolia.cache.browser.app.action.DeleteCacheEntryAction protected void executeOnItem(com.vaadin.data.Item)
    info.magnolia.cache.browser.app.action.DeleteCacheEntryAction public DeleteCacheEntryAction(info.magnolia.cache.browser.app.action.DeleteCacheEntryActionDefinition, com.vaadin.data.Item, info.magnolia.ui.api.context.UiContext, info.magnolia.i18nsystem.SimpleTranslator, info.magnolia.event.EventBus)
    info.magnolia.cache.browser.app.action.DownloadCacheContentAction protected java.lang.String itemToString(com.vaadin.data.Item)
    info.magnolia.cache.browser.app.action.DownloadCacheContentAction protected void executeOnItem(com.vaadin.data.Item)
    info.magnolia.cache.browser.app.action.DownloadCacheContentAction public DownloadCacheContentAction(info.magnolia.cache.browser.app.action.DownloadCacheContentActionDefinition, com.vaadin.data.Item, info.magnolia.ui.api.context.UiContext, info.magnolia.i18nsystem.SimpleTranslator)
    info.magnolia.cache.browser.rest.client.CacheService public org.codehaus.jackson.JsonNode getCacheContent(java.lang.String, java.lang.String)
    info.magnolia.cache.browser.rest.client.CacheService public org.codehaus.jackson.JsonNode getCacheSize(java.lang.String)
    info.magnolia.cache.browser.setup.CacheBrowserAppModuleVersionHandler protected java.util.List getInstallConditions()