You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/12/21 09:37:27 UTC

[GitHub] [netbeans] neilcsmith-net commented on a diff in pull request #5127: Fix Javadoc 17 parsing

neilcsmith-net commented on code in PR #5127:
URL: https://github.com/apache/netbeans/pull/5127#discussion_r1054175912


##########
java/java.sourceui/test/unit/src/org/netbeans/api/java/source/ui/HTMLJavadocParserTest.java:
##########
@@ -34,40 +33,88 @@ public HTMLJavadocParserTest(String testName) {
       super(testName);
   }
 
+//  /**
+//   * Test of getJavadocText method ised with HTML produced by standard doclet.
+//   */
+//  public void testGetJavadocText() throws MalformedURLException {
+//    URL url = HTMLJavadocParserTest.class.getResource("HTMLJavadocParser.html");

Review Comment:
   OK, done.  Got heavy handed with `CTRL+/`, but it's easier when there's Javadocs. :smile:



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists