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 7
Warning Warning 0

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

API Incompatibilities

Severity Message Class Method / Field
Error In method 'public javax.ws.rs.core.Response getSpaceMembers(javax.ws.rs.core.UriInfo, java.lang.String, java.lang.String, int, int, boolean, java.lang.String)' the number of arguments has changed org.exoplatform.social.rest.api.SpaceRestResources public javax.ws.rs.core.Response getSpaceMembers(javax.ws.rs.core.UriInfo, java.lang.String, java.lang.String, int, int, boolean, java.lang.String)
Error In method 'public javax.ws.rs.core.Response getUsers(javax.ws.rs.core.UriInfo, java.lang.String, int, int, boolean, java.lang.String)' the number of arguments has changed org.exoplatform.social.rest.api.UserRestResources public javax.ws.rs.core.Response getUsers(javax.ws.rs.core.UriInfo, java.lang.String, int, int, boolean, java.lang.String)
Error In method 'public javax.ws.rs.core.Response getSpaceMembers(javax.ws.rs.core.UriInfo, java.lang.String, java.lang.String, int, int, boolean, java.lang.String)' the number of arguments has changed org.exoplatform.social.rest.impl.space.SpaceRestResourcesV1 public javax.ws.rs.core.Response getSpaceMembers(javax.ws.rs.core.UriInfo, java.lang.String, java.lang.String, int, int, boolean, java.lang.String)
Error In method 'public UserRestResourcesV1(org.exoplatform.portal.config.UserACL, org.exoplatform.social.core.manager.IdentityManager)' the number of arguments has changed org.exoplatform.social.rest.impl.user.UserRestResourcesV1 public UserRestResourcesV1(org.exoplatform.portal.config.UserACL, org.exoplatform.social.core.manager.IdentityManager)
Error In method 'public javax.ws.rs.core.Response getUsers(javax.ws.rs.core.UriInfo, java.lang.String, int, int, boolean, java.lang.String)' the number of arguments has changed org.exoplatform.social.rest.impl.user.UserRestResourcesV1 public javax.ws.rs.core.Response getUsers(javax.ws.rs.core.UriInfo, java.lang.String, int, int, boolean, java.lang.String)
Error In method 'public IntranetNotificationRestService()' the number of arguments has changed org.exoplatform.social.service.rest.IntranetNotificationRestService public IntranetNotificationRestService()
Error Method 'public org.exoplatform.social.core.space.spi.SpaceService getSpaceService()' has been removed org.exoplatform.social.service.rest.IntranetNotificationRestService public org.exoplatform.social.core.space.spi.SpaceService getSpaceService()

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.rest.api.SpaceRestResources public javax.ws.rs.core.Response getSpaceMembers(javax.ws.rs.core.UriInfo, java.lang.String, java.lang.String, int, int, boolean, java.lang.String)
    org.exoplatform.social.rest.api.UserRestResources public javax.ws.rs.core.Response getUsers(javax.ws.rs.core.UriInfo, java.lang.String, int, int, boolean, java.lang.String)
    org.exoplatform.social.rest.impl.space.SpaceRestResourcesV1 public javax.ws.rs.core.Response getSpaceMembers(javax.ws.rs.core.UriInfo, java.lang.String, java.lang.String, int, int, boolean, java.lang.String)
    org.exoplatform.social.rest.impl.user.UserRestResourcesV1 public UserRestResourcesV1(org.exoplatform.portal.config.UserACL, org.exoplatform.social.core.manager.IdentityManager)
    org.exoplatform.social.rest.impl.user.UserRestResourcesV1 public javax.ws.rs.core.Response getUsers(javax.ws.rs.core.UriInfo, java.lang.String, int, int, boolean, java.lang.String)
    org.exoplatform.social.service.rest.IntranetNotificationRestService public IntranetNotificationRestService()
    org.exoplatform.social.service.rest.IntranetNotificationRestService public org.exoplatform.social.core.space.spi.SpaceService getSpaceService()