Last modified by Thomas Mortagne on 2017/03/24

<
From version < 16.3 >
edited by Vincent Massol
on 2016/06/22
To version < 16.1 >
edited by Manuel Smeria
on 2016/05/26
>
Change comment: fix typo

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.ManuelSmeria
Content
... ... @@ -125,8 +125,4 @@
125 125  
126 126  The following APIs were modified since XWiki 8.0:
127 127  
128 -{{todo/}}
129 -
130 -{{comment}}
131 131  {{backwardCompatiblityReport version="8.1"/}}
132 -{{/comment}}
ReleaseNotes.BackwardCompatibility[0]
Violations
... ... @@ -1,0 +1,68 @@
1 +[
2 + [
3 + {
4 + "code": "java.method.returnTypeTypeParametersChanged",
5 + "justification": "? return type makes signature more complex for nothing",
6 + "new": "method java.util.List<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()",
7 + "old": "method java.util.List<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()"
8 + },
9 + {
10 + "code": "java.method.returnTypeTypeParametersChanged",
11 + "justification": "? return type makes signature more complex for nothing",
12 + "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()",
13 + "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()"
14 + },
15 + {
16 + "code": "java.method.returnTypeTypeParametersChanged",
17 + "justification": "? return type makes signature more complex for nothing",
18 + "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()",
19 + "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()"
20 + }
21 + ],
22 + [
23 +
24 + ],
25 + [
26 + {
27 + "code": "java.method.returnTypeTypeParametersChanged",
28 + "justification": "? return type makes signature more complex for nothing",
29 + "new": "method java.util.List<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()",
30 + "old": "method java.util.List<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()"
31 + },
32 + {
33 + "code": "java.method.returnTypeTypeParametersChanged",
34 + "justification": "? return type makes signature more complex for nothing",
35 + "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()",
36 + "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()"
37 + },
38 + {
39 + "code": "java.method.returnTypeTypeParametersChanged",
40 + "justification": "? return type makes signature more complex for nothing",
41 + "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()",
42 + "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()"
43 + },
44 + {
45 + "code": "java.method.returnTypeChanged",
46 + "justification": "CopyStatusPage page object was renamed to CopyOrRenameStatusPage since it is needed in both places.",
47 + "new": "method org.xwiki.test.ui.po.CopyOrRenameStatusPage org.xwiki.test.ui.po.CopyOverwritePromptPage::clickCopyButton()",
48 + "old": "method org.xwiki.test.ui.po.CopyStatusPage org.xwiki.test.ui.po.CopyOverwritePromptPage::clickCopyButton()"
49 + },
50 + {
51 + "code": "java.method.returnTypeChanged",
52 + "justification": "CopyStatusPage page object was renamed to CopyOrRenameStatusPage since it is needed in both places.",
53 + "new": "method org.xwiki.test.ui.po.CopyOrRenameStatusPage org.xwiki.test.ui.po.CopyPage::clickCopyButton()",
54 + "old": "method org.xwiki.test.ui.po.CopyStatusPage org.xwiki.test.ui.po.CopyPage::clickCopyButton()"
55 + },
56 + {
57 + "code": "java.class.removed",
58 + "justification": "CopyStatusPage page object was renamed to CopyOrRenameStatusPage since it is needed in both places.",
59 + "old": "class org.xwiki.test.ui.po.CopyStatusPage"
60 + },
61 + {
62 + "code": "java.method.returnTypeChanged",
63 + "justification": "Minor change unlikely to break anything in practice",
64 + "new": "method org.apache.commons.httpclient.UsernamePasswordCredentials org.xwiki.test.ui.TestUtils::setDefaultCredentials(org.apache.commons.httpclient.UsernamePasswordCredentials)",
65 + "old": "method void org.xwiki.test.ui.TestUtils::setDefaultCredentials(org.apache.commons.httpclient.UsernamePasswordCredentials)"
66 + }
67 + ]
68 +]

Get Connected