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 2018/05/04 08:55:39 UTC

[GitHub] rtaneja1 commented on a change in pull request #521: [NETBEANS-497] Fix for 'var' compound declaration error hints

rtaneja1 commented on a change in pull request #521: [NETBEANS-497] Fix for 'var' compound declaration error hints
URL: https://github.com/apache/incubator-netbeans/pull/521#discussion_r186023422
 
 

 ##########
 File path: java.source.base/test/unit/src/org/netbeans/api/java/source/TreeUtilitiesTest.java
 ##########
 @@ -584,4 +584,12 @@ public void run(CompilationController parameter) throws Exception {
             }
         }, true);
     }
+
+    public void testIsTreeEndsWithComma() throws Exception {
 
 Review comment:
   This function is checking if we are at the end of the compound var declaration. Can you please rename the method accordingly.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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