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 2020/01/18 16:49:17 UTC

[GitHub] [netbeans] singh-akhilesh commented on a change in pull request #1877: [NETBEANS-3604]Supports for Records (JEP 359) in JDK-14"

singh-akhilesh commented on a change in pull request #1877: [NETBEANS-3604]Supports for Records (JEP 359) in JDK-14"
URL: https://github.com/apache/netbeans/pull/1877#discussion_r368236351
 
 

 ##########
 File path: java/java.editor.base/test/unit/src/org/netbeans/modules/java/editor/base/semantic/DetectorTest.java
 ##########
 @@ -508,6 +508,62 @@ public void testIncDecReading230408() throws Exception {
         performTest("IncDecReading230408");
     }
 
+    public void testRecord1() throws Exception {
+        //TODO: check records are available, skip if they are not.
 
 Review comment:
   Comment addressed.

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