lkishalmi commented on a change in pull request #3828:
URL: https://github.com/apache/netbeans/pull/3828#discussion_r832304265



##########
File path: 
extide/gradle/src/org/netbeans/modules/gradle/api/execute/GradleCommandLine.java
##########
@@ -88,58 +89,82 @@
      * @since 2.23
      */
     public interface GradleOptionItem {
+        /**
+         * Shall return {@code true} if the IDE supports this option item.
+         *
+         * @return {@code true} if this option is supported by the IDE
+         */
         boolean isSupported();
+        /**
+         * Shall return {@code true} if this option is supported by the 
provided
+         * GradleVersion.
+         * 
+         * @param ver the GradleVersion to check.
+         * @return {@code true} if the provided Gradle version supports this 
option.
+         */

Review comment:
       There will be an updated commit with javadoc and tests and arch changes. 
Let's just check the code itself for now.




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