EtienneDelepine opened a new issue, #7170:
URL: https://github.com/apache/netbeans/issues/7170
### Apache NetBeans version
Apache NetBeans 21
### What happened
In a PHP file, I type "for" or "iter", the autocompletion pop-up opens, I
choose the "iter" shortcut to insert the code `for
(index=0;$i<count($array);$i++){}` but instead of inserting this code, the line
is emptied.
The error message is :
A java.lang.NullPointerException has occurred.
Cannot invoke "String.hashCode() because "<local4>" is null
[messages.log](https://github.com/apache/netbeans/files/14635054/messages.log)
Maybe it is linked to the deactivation of one of the plugins (the only
plugin in "Base IDE" category that is inactivated is "Embedded Browser UI -
JavaFX WebView").
### Language / Project Type / NetBeans Component
PHP
### How to reproduce
see "what happened"
### Did this work correctly in an earlier version?
No / Don't know
### Operating System
win 11
### JDK
java version "18.0.2.1" 2022-08-18 Java(TM) SE Runtime Environment (build
18.0.2.1+1-1) Java HotSpot(TM) 64-Bit Server VM (build 18.0.2.1+1-1, mixed
mode, sharing)
### Apache NetBeans packaging
Apache NetBeans provided installer
### Anything else
_No response_
### 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