mbien commented on code in PR #5127:
URL: https://github.com/apache/netbeans/pull/5127#discussion_r1053719911
##########
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:
nitpick: can you comment out large blocks with:
```
/*
...
*/
```
this makes it git friendlier / reduces potential merge conflicts. We had it
before in TreeShims.java which caused many PRs to conflict which could have
been avoided by using ml comment.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists