Clirr Results
The following document contains the results of Clirr.
- Current Version: 4.4.x-SNAPSHOT
- Comparison Version: 4.3.1-CP01
Summary
Severity |
Number |
Error |
3 |
Warning |
0 |
(The results have been filtered to omit less severe results)
API Incompatibilities
Severity |
Message |
Class |
Method / Field |
|
Method 'public org.exoplatform.wiki.mow.api.DraftPage getDraftPageById(java.lang.String)' has been added to an interface |
org.exoplatform.wiki.service.DataStorage |
public org.exoplatform.wiki.mow.api.DraftPage getDraftPageById(java.lang.String) |
|
Method 'public org.exoplatform.wiki.mow.api.Page getDraftPageById(java.lang.String)' has been added to an interface |
org.exoplatform.wiki.service.WikiService |
public org.exoplatform.wiki.mow.api.Page getDraftPageById(java.lang.String) |
|
In method 'public JCRDataStorage(org.exoplatform.wiki.mow.core.api.MOWService)' the number of arguments has changed |
org.exoplatform.wiki.service.impl.JCRDataStorage |
public JCRDataStorage(org.exoplatform.wiki.mow.core.api.MOWService) |
API Changelog
The following APIs were modified from version 4.3.1-CP01 to 4.4.x-SNAPSHOT:
- Non justified changes
Class |
From |
To |
org.exoplatform.wiki.service.DataStorage |
public org.exoplatform.wiki.mow.api.DraftPage getDraftPageById(java.lang.String) |
|
org.exoplatform.wiki.service.WikiService |
public org.exoplatform.wiki.mow.api.Page getDraftPageById(java.lang.String) |
|
org.exoplatform.wiki.service.impl.JCRDataStorage |
public JCRDataStorage(org.exoplatform.wiki.mow.core.api.MOWService) |
|