Severity |
Message |
Class |
Method / Field |
|
Removed com.vaadin.data.Container from the set of implemented interfaces |
info.magnolia.cache.browser.app.CacheBrowserContainer |
|
|
Removed com.vaadin.data.Container$Indexed from the set of implemented interfaces |
info.magnolia.cache.browser.app.CacheBrowserContainer |
|
|
Removed com.vaadin.data.Container$ItemSetChangeNotifier from the set of implemented interfaces |
info.magnolia.cache.browser.app.CacheBrowserContainer |
|
|
Removed com.vaadin.data.Container$Ordered from the set of implemented interfaces |
info.magnolia.cache.browser.app.CacheBrowserContainer |
|
|
Removed com.vaadin.data.Container$Sortable from the set of implemented interfaces |
info.magnolia.cache.browser.app.CacheBrowserContainer |
|
|
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) |
|
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) |
|
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) |
|
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) |
|
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) |
|
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) |
|
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) |
|
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) |
|
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) |
|
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) |
|
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) |
|
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) |
|
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() |
|
Removed com.vaadin.data.Item from the set of implemented interfaces |
info.magnolia.cache.browser.app.CacheKeyItem |
|
|
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) |
|
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) |
|
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) |
|
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) |
|
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) |
|
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) |
|
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) |
|
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) |
|
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) |
|
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) |
|
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) |
|
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) |
|
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) |
|
Added com.vaadin.v7.data.Container to the set of implemented interfaces |
info.magnolia.cache.browser.app.CacheBrowserContainer |
|
|
Added com.vaadin.v7.data.Container$Indexed to the set of implemented interfaces |
info.magnolia.cache.browser.app.CacheBrowserContainer |
|
|
Added com.vaadin.v7.data.Container$ItemSetChangeNotifier to the set of implemented interfaces |
info.magnolia.cache.browser.app.CacheBrowserContainer |
|
|
Added com.vaadin.v7.data.Container$Ordered to the set of implemented interfaces |
info.magnolia.cache.browser.app.CacheBrowserContainer |
|
|
Added com.vaadin.v7.data.Container$Sortable to the set of implemented interfaces |
info.magnolia.cache.browser.app.CacheBrowserContainer |
|
|
Added com.vaadin.v7.data.Item to the set of implemented interfaces |
info.magnolia.cache.browser.app.CacheKeyItem |
|
|
Method 'protected java.util.List getInstallConditions()' has been added |
info.magnolia.cache.browser.setup.CacheBrowserAppModuleVersionHandler |
protected java.util.List getInstallConditions() |