mbien commented on code in PR #5222:
URL: https://github.com/apache/netbeans/pull/5222#discussion_r1096480851
##########
platform/api.search/src/org/netbeans/api/search/provider/impl/SimpleSearchIterator.java:
##########
@@ -220,7 +218,7 @@ public void remove() {
/**
* Sort enumeration by fila names;
- *
+ * @param enm
Review Comment:
can be removed
##########
platform/api.io/src/org/netbeans/api/io/IOProvider.java:
##########
@@ -214,7 +214,8 @@ public abstract InputOutput getIO(@NonNull String name,
boolean newIO,
*
* @param <IO>
* @param <OW>
- * @param <POS>
+ * @param <P>
+ * @param <F>
Review Comment:
tags without doc are useless. Either they get a description or they can be
all removed.
##########
platform/autoupdate.services/src/org/netbeans/modules/autoupdate/services/Utilities.java:
##########
@@ -142,6 +142,9 @@ public static Collection<KeyStore> getKeyStore (TrustLevel
trustLevel) {
*
* @param archiveCertPath
* @param trustedCertificates
+ * @param trustedCACertificates
+ * @param validateCertificates
+ * @param validationCACertificates
* @return
*/
Review Comment:
same here. The whole comment serves no purpose.
--
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