sdedic commented on code in PR #4450:
URL: https://github.com/apache/netbeans/pull/4450#discussion_r970543942


##########
harness/nbjunit/src/org/netbeans/junit/NbModuleSuite.java:
##########
@@ -273,7 +273,7 @@ Configuration classLoader(ClassLoader parent) {
         /** Adds new test name, or array of names into the configuration. By 
          * default the suite executes all <code>testXYZ</code> 
          * methods present in the test class
-         * (the one passed into {@link Configuration#create(java.lang.Class)}
+         * (the one passed into {@code 
NbModuleSuite.Configuration#create(java.lang.Class)}

Review Comment:
   Hm, then there are other options:
   - change the syntax to human-readable `Configuration.create()`, or
   - change  link or mention other methods like 
`NbModuleSuite.createConfiguration` or `NbModuleSuite.create*` that delegate to 
the inaccessible one.



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

Reply via email to