Hello, yes I think if the fix is in a version specific handling, then it should not be applied. (If the fix would be to always keep the slash or not to alter the given link, then I would say add it).
BTW: wondering if lastIndexOf is really needed, in this context it can only be the last char, and therefore link.length-1 would do. This is true for both versions. Gruss Bernd Am Sat, 13 Sep 2014 21:25:47 +0200 schrieb Dennis Lundberg <[email protected]>: > Hi > > Maven Javadoc Plugin is one of our components that currently does not > work with Java 8. I have had a look at the issues in JIRA [1] and > there is now only one unresolved issue scheduled for 2.10: > MJAVADOC-393 [2]. As I have indicated in the issue I would like to > close it as "Won't fix", but I would like others opinion first. > > Once that issue has been settled I would like to start the release > process. So if someone has other issues they would like to fix for > this release, now would be a good time to do it. > > > [1] > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+MJAVADOC+AND+fixVersion+%3D+%222.10%22 > [2] http://jira.codehaus.org/browse/MJAVADOC-393 > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
