mbien commented on issue #4428:
URL: https://github.com/apache/netbeans/issues/4428#issuecomment-1194193815

   > Will I need to make a test too or can I just submit the change?
   
   would be good to have test case covering it but the completion tests are a 
bit netbeans specific, so if you are struggling with it I am sure someone else 
could help.
   
   I would probably put it in 
`org.netbeans.modules.java.completion.JavaCompletionTaskBasicTest`. You will 
probably also have to create a test file for it which would be in 
`java/java.completion/test/unit/data/org/netbeans/modules/java/completion/data`
   
   Looking at the other test method might help with figuring out how this works.
   
   here an example of a test which added completion for the record keyword:
   https://github.com/apache/netbeans/pull/3227/files


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