EtienneDelepine commented on issue #7170: URL: https://github.com/apache/netbeans/issues/7170#issuecomment-2126460366
It's strange because it is not happening in all files. I tested in a project I'm working on. In a new PHP file it works, as well as some PHP class methods. But in others, it happens. https://github.com/apache/netbeans/assets/50837574/2161c28a-1210-40c8-8911-c4be2b30378e The only point I found is in a PHP class of more than 5000 lines, it starts failing when the number of line increases. It is not only related to the number of lines because change the content of a line can allow it to function or not (without error on the page), even the change of a IF test. This not occured if the file contains less than 5000 lines. -- 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
