[ 
https://issues.apache.org/jira/browse/LANG-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15577949#comment-15577949
 ] 

Bruno P. Kinoshita edited comment on LANG-1094 at 10/15/16 11:53 AM:
---------------------------------------------------------------------

Just checked the website [~britter] created for the 3.5 release and the links 
there look good too

http://home.apache.org/~britter/commons/lang/3_5_RC2/apidocs/org/apache/commons/lang3/time/DateUtils.html#isSameDay-java.util.Calendar-java.util.Calendar-

So I believe this issue can be marked as Won't Fix, as it is now working with 
the latest Java 8 version.


was (Author: kinow):
Just checked the website [~britter] created for the 3.5 release and the links 
there look good too

http://home.apache.org/~britter/commons/lang/3_5_RC2/apidocs/org/apache/commons/lang3/time/DateUtils.html#isSameDay-java.util.Calendar-java.util.Calendar-

So I believe this issue can be fixed as Won't Fix, as it is now working with 
the latest Java 8 version.

> Javadoc is not encoding spaces correctly
> ----------------------------------------
>
>                 Key: LANG-1094
>                 URL: https://issues.apache.org/jira/browse/LANG-1094
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: General
>            Reporter: Duncan Jones
>            Priority: Minor
>
> I've noticed the Javadocs include links to methods with spaces incorrectly 
> encoded. For example, the Javadocs for 
> [DateUtils|http://commons.apache.org/proper/commons-lang/javadocs/api-release/org/apache/commons/lang3/time/DateUtils.html]
>  describes a method:
> {code:java}
> public static boolean isSameDay(Calendar cal1, Calendar cal2)
> {code}
> The link to this is:
> {noformat}
> [...]/DateUtils.html#isSameDay(java.util.Calendar, java.util.Calendar)
> {noformat}
> whereas it should be:
> {noformat}
> [...]/DateUtils.html#isSameDay(java.util.Calendar,%20java.util.Calendar)
> {noformat}
> Not sure what's causing this problem. But it certainly hinders efforts to 
> link to our docs from other sites (like Stack Overflow).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to