FaZz321 opened a new issue, #3977:
URL: https://github.com/apache/netbeans/issues/3977
### Apache NetBeans version
Apache NetBeans 13
### What happened
Hi, I'm new to netbeans, but it's seems there is no way to create classes
named "Abstract", "Global", "Default" etc. without a syntax error. There is
probably some argument about it being bad practice but I don't think IDE should
decide how developer name thing.
I marked issue as a bug because it's not a syntax error in PHP, but maybe
it's a feature.
### How to reproduce
Class definitions like:
```
namespace Booking\Strategy;
class Default extends Abstract {
}
```
or
```
class Global extends Middleware {
}
```
are illigal in netbeans 13 (also checked 12.6).
### Did this work correctly in an earlier version?
No
### Operating System
Windows 10
### JDK
none
### Apache NetBeans packaging
Apache NetBeans provided installer
### Anything else
_No response_
### Are you willing to submit a pull request?
No
### Code of Conduct
Yes
--
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