Clirr Results

The following document contains the results of Clirr.

  • Current Version: 5.3.x-SNAPSHOT
  • Comparison Version: 5.2.1

Summary

Severity Number
Error Error 12
Warning Warning 0

(The results have been filtered to omit less severe results)

API Incompatibilities

Severity Message Class Method / Field
Error Removed field image org.exoplatform.social.core.image.ImageUtils image
Error In method 'public MentionsProcessor(org.exoplatform.container.xml.InitParams)' the number of arguments has changed org.exoplatform.social.core.processor.MentionsProcessor public MentionsProcessor(org.exoplatform.container.xml.InitParams)
Error Removed field DEFAULT_PORTAL_OWNER org.exoplatform.social.core.service.LinkProvider DEFAULT_PORTAL_OWNER
Error In method 'public LinkProvider(org.exoplatform.container.xml.InitParams)' the number of arguments has changed org.exoplatform.social.core.service.LinkProvider public LinkProvider(org.exoplatform.container.xml.InitParams)
Error In method 'public DefaultSpaceApplicationHandler(org.exoplatform.portal.config.DataStorage, org.exoplatform.portal.mop.page.PageService)' the number of arguments has changed org.exoplatform.social.core.space.impl.DefaultSpaceApplicationHandler public DefaultSpaceApplicationHandler(org.exoplatform.portal.config.DataStorage, org.exoplatform.portal.mop.page.PageService)
Error Parameter 2 of 'public void initApps(org.exoplatform.social.core.space.model.Space, org.exoplatform.social.core.space.SpaceApplicationConfigPlugin)' has changed its type to org.exoplatform.social.core.space.SpaceTemplate org.exoplatform.social.core.space.impl.DefaultSpaceApplicationHandler public void initApps(org.exoplatform.social.core.space.model.Space, org.exoplatform.social.core.space.SpaceApplicationConfigPlugin)
Error In method 'public SpaceServiceImpl(org.exoplatform.container.xml.InitParams, org.exoplatform.social.core.storage.api.SpaceStorage, org.exoplatform.social.core.storage.api.IdentityStorage, org.exoplatform.portal.config.UserACL, org.exoplatform.services.security.IdentityRegistry, org.exoplatform.commons.api.notification.service.WebNotificationService, org.exoplatform.social.core.space.SpacesAdministrationService)' the number of arguments has changed org.exoplatform.social.core.space.impl.SpaceServiceImpl public SpaceServiceImpl(org.exoplatform.container.xml.InitParams, org.exoplatform.social.core.storage.api.SpaceStorage, org.exoplatform.social.core.storage.api.IdentityStorage, org.exoplatform.portal.config.UserACL, org.exoplatform.services.security.IdentityRegistry, org.exoplatform.commons.api.notification.service.WebNotificationService, org.exoplatform.social.core.space.SpacesAdministrationService)
Error Method 'public void setApp(org.exoplatform.social.core.space.model.Space, java.lang.String, java.lang.String, boolean, java.lang.String)' has been removed org.exoplatform.social.core.space.impl.SpaceServiceImpl public void setApp(org.exoplatform.social.core.space.model.Space, java.lang.String, java.lang.String, boolean, java.lang.String)
Error Parameter 2 of 'public void initApps(org.exoplatform.social.core.space.model.Space, org.exoplatform.social.core.space.SpaceApplicationConfigPlugin)' has changed its type to org.exoplatform.social.core.space.SpaceTemplate org.exoplatform.social.core.space.spi.SpaceApplicationHandler public void initApps(org.exoplatform.social.core.space.model.Space, org.exoplatform.social.core.space.SpaceApplicationConfigPlugin)
Error Method 'public org.exoplatform.social.core.space.model.Space createSpace(org.exoplatform.social.core.space.model.Space, java.lang.String, java.util.List)' has been added to an interface org.exoplatform.social.core.space.spi.SpaceService public org.exoplatform.social.core.space.model.Space createSpace(org.exoplatform.social.core.space.model.Space, java.lang.String, java.util.List)
Error Method 'public java.util.List getIdentities(java.lang.String, char, long, long)' has been added to an interface org.exoplatform.social.core.storage.api.IdentityStorage public java.util.List getIdentities(java.lang.String, char, long, long)
Error Method 'public java.util.List getIdentitiesWithRelationships(java.lang.String, char, int, int)' has been added to an interface org.exoplatform.social.core.storage.api.IdentityStorage public java.util.List getIdentitiesWithRelationships(java.lang.String, char, int, int)

API Changelog

The following APIs were modified from version 5.2.1 to 5.3.x-SNAPSHOT:
  • Non justified changes

    Class From To
    org.exoplatform.social.core.image.ImageUtils image
    org.exoplatform.social.core.processor.MentionsProcessor public MentionsProcessor(org.exoplatform.container.xml.InitParams)
    org.exoplatform.social.core.service.LinkProvider DEFAULT_PORTAL_OWNER
    org.exoplatform.social.core.service.LinkProvider public LinkProvider(org.exoplatform.container.xml.InitParams)
    org.exoplatform.social.core.space.impl.DefaultSpaceApplicationHandler public DefaultSpaceApplicationHandler(org.exoplatform.portal.config.DataStorage, org.exoplatform.portal.mop.page.PageService)
    org.exoplatform.social.core.space.impl.DefaultSpaceApplicationHandler public void initApps(org.exoplatform.social.core.space.model.Space, org.exoplatform.social.core.space.SpaceApplicationConfigPlugin)
    org.exoplatform.social.core.space.impl.SpaceServiceImpl public SpaceServiceImpl(org.exoplatform.container.xml.InitParams, org.exoplatform.social.core.storage.api.SpaceStorage, org.exoplatform.social.core.storage.api.IdentityStorage, org.exoplatform.portal.config.UserACL, org.exoplatform.services.security.IdentityRegistry, org.exoplatform.commons.api.notification.service.WebNotificationService, org.exoplatform.social.core.space.SpacesAdministrationService)
    org.exoplatform.social.core.space.impl.SpaceServiceImpl public void setApp(org.exoplatform.social.core.space.model.Space, java.lang.String, java.lang.String, boolean, java.lang.String)
    org.exoplatform.social.core.space.spi.SpaceApplicationHandler public void initApps(org.exoplatform.social.core.space.model.Space, org.exoplatform.social.core.space.SpaceApplicationConfigPlugin)
    org.exoplatform.social.core.space.spi.SpaceService public org.exoplatform.social.core.space.model.Space createSpace(org.exoplatform.social.core.space.model.Space, java.lang.String, java.util.List)
    org.exoplatform.social.core.storage.api.IdentityStorage public java.util.List getIdentities(java.lang.String, char, long, long)
    org.exoplatform.social.core.storage.api.IdentityStorage public java.util.List getIdentitiesWithRelationships(java.lang.String, char, int, int)