Skip to content
New issue

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

Syntax error when generating package private abstract classes #85

Open
mchs62 opened this issue May 10, 2022 · 0 comments
Open

Syntax error when generating package private abstract classes #85

mchs62 opened this issue May 10, 2022 · 0 comments

Comments

@mchs62
Copy link

mchs62 commented May 10, 2022

package private abstract classes are generated with the plugin in this manner:

abstract ~class SomeAbstractClass {
...
}

which is a syntax error:
Screenshot Capture - 2022-05-10 - 16-08-36

Normally the '~' sign must be written before abstract like this :

~abstract class SomeAbstractClass {
...
}

@mchs62 mchs62 changed the title Syntax error when generating package protected abstract classes Syntax error when generating package private abstract classes May 10, 2022
@iluwatar iluwatar added this to the 2.2.0 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants