We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apache NetBeans 17
Cannot add spaces when Enum has cases.
enum Enum1 { case A = 'A'; case B = 'B'; ^here }
Also a switch statement.
switch ($variable) { case 1: break; case 2: break; ^here }
case B = 'B;'
No / Don't know
Ubuntu 22.04
OpenJDK 11.0.18
Apache NetBeans provided installer
No response
Yes
The text was updated successfully, but these errors were encountered:
Fix an issue where spaces cannot add apache#5707
24241e8
- apache#5707 - Fix the deprecated methods
Fix an issue that whitespace cannot be added apache#5707
ef75e38
Merge pull request #5710 from junichi11/php-gh-5707-cannot-add-space
067b11a
Fix an issue that whitespace cannot be added #5707
junichi11
Successfully merging a pull request may close this issue.
Apache NetBeans version
Apache NetBeans 17
What happened
Cannot add spaces when Enum has cases.
How to reproduce
Example code
Also a switch statement.
Steps to reproduce
case B = 'B;'
Did this work correctly in an earlier version?
No / Don't know
Operating System
Ubuntu 22.04
JDK
OpenJDK 11.0.18
Apache NetBeans packaging
Apache NetBeans provided installer
Anything else
No response
Are you willing to submit a pull request?
Yes
The text was updated successfully, but these errors were encountered: