You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by GitBox <gi...@apache.org> on 2020/05/06 08:45:40 UTC

[GitHub] [groovy] vmj opened a new pull request #1239: Groovydoc generics improvements

vmj opened a new pull request #1239:
URL: https://github.com/apache/groovy/pull/1239


   Fixes the issues listed in https://issues.apache.org/jira/browse/GROOVY-9543
   
   Please, see the commit messages for details.  But I will raise one quote from 724a4da:
   
   > NOTE: This changes how groovydoc generates anchors for Java code.
   > groovydoc is using raw types for Groovy code (same as javadoc), but
   > types with type parameters for Java code.  With this change, the docs
   > for Java code will use raw types, too.
   
   I.e. whereas groovydoc used to generate anchors like `<a name="compare(Class<A>, Class<B>)">` for Java methods, it will now generate `<a name="compare(Class, Class)">`.  Which is what it did for Groovy methods all along, and what javadoc does, too.   If anyone anywhere in the Internet has linked to such Java method docs, the fragment part of those links will be broken.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [groovy] danielsun1106 commented on pull request #1239: GROOVY-9543: Groovydoc generics improvements

Posted by GitBox <gi...@apache.org>.
danielsun1106 commented on pull request #1239:
URL: https://github.com/apache/groovy/pull/1239#issuecomment-625171084


   +1


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [groovy] danielsun1106 commented on pull request #1239: GROOVY-9543: Groovydoc generics improvements

Posted by GitBox <gi...@apache.org>.
danielsun1106 commented on pull request #1239:
URL: https://github.com/apache/groovy/pull/1239#issuecomment-625535181


   Merged. Thanks!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org