mkleint opened a new issue, #6499:
URL: https://github.com/apache/netbeans/issues/6499

   ### Apache NetBeans version
   
   Apache NetBeans 19
   
   ### What happened
   
   typing a dot in string in a groovy spec file more often then not results in 
locked up IDE that needs Force Quit
   consider the following pseudo code snippet from my real Spock groovy file.
   
   when I try to add a dot to complete the sentence of `There is no locator for 
the given channelId and locatorId' the IDE locks up. and needs to be restarted. 
Happens 90% of the time.
   
   ``` void 'POST /api/v1/x/{channelId}/x/{locatorId}/_unlinkEntitlements - 404 
tests'() {
           given:
   <prereq>
   
           when:
           <test call>
   
           then:
   <asserts>
           where:
           requestData
                   | requestUri
                   | notFoundDetailMessage
   
           [['entitlementId': 1]]
                   | 
"/api/v1/channels/999999999999999/locators/10/_unlinkEntitlements"
                   | 'There is no locator for the given channelId and locatorId'
   
   ### How to reproduce
   
   see above
   
   this was a problem in netbeans 16+ at least.
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   macosx
   
   ### JDK
   
   java 17
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   just happend to be 3 times in a row at the exact same spot.
   
   ### Are you willing to submit a pull request?
   
   No


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