Bugzilla 59623: code inspired from Axel Richter on StackOverflow#139
Bugzilla 59623: code inspired from Axel Richter on StackOverflow#139Alain-Bearez wants to merge 1 commit intoapache:trunkfrom
Conversation
|
Can one of the admins verify this patch? |
| } | ||
|
|
||
| public Integer getWidth() { | ||
| public Double getWidth() { |
There was a problem hiding this comment.
this is an API change - we probably need an ugly new getWidthAsDouble() and to deprecate the integer version
| } | ||
|
|
||
| public void setWidth(Integer width) { | ||
| public void setWidth(Double width) { |
|
Refer to this link for build results (access rights to CI server needed): |
|
All classes in XDDF package are still annotated as As a matter of facts, several other properties that were defined as |
pjfanning
left a comment
There was a problem hiding this comment.
Seems ok then to change these APIs. Could you mention the fact that you have changed some APIs in the release note?
ed03c82 to
afa564e
Compare
|
Refer to this link for build results (access rights to CI server needed): |
afa564e to
3f8be65
Compare
|
Refer to this link for build results (access rights to CI server needed): |
3f8be65 to
ec89fb1
Compare
|
Refer to this link for build results (access rights to CI server needed): |
ec89fb1 to
20c10b5
Compare
|
Refer to this link for build results (access rights to CI server needed): |
20c10b5 to
5f0512a
Compare
|
Refer to this link for build results (access rights to CI server needed): |
|
In the release summary, I plan to mention that API has changed around angles and width units. No further API changes are currently foreseen. Comment on December 31st was mentioning too many candidates. |
5f0512a to
35b70a0
Compare
|
Refer to this link for build results (access rights to CI server needed): |
closes #139 closes #144 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859676 13f79535-47bb-0310-9956-ffa450edef68
closes apache#139 closes apache#144 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859676 13f79535-47bb-0310-9956-ffa450edef68
In order to give an example of code for issue 59623, I reused three code examples from Axel Richter on StackOverflow:
This led me to introduce and rewrite some internal code in the XDDF packages.