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

Bug: Java Bean Protocol not complete #32

Closed
fvonberg opened this issue Jul 25, 2017 · 2 comments
Closed

Bug: Java Bean Protocol not complete #32

fvonberg opened this issue Jul 25, 2017 · 2 comments

Comments

@fvonberg
Copy link
Contributor

Private members with is-Getter are not generated in output file.

private boolean registered;
public boolean isRegistered() {
        return registered;
    }
@fvonberg
Copy link
Contributor Author

check if boolean and getter starts with "is"

@dzuvic dzuvic added this to the 0.3.0 milestone Jul 25, 2017
@dzuvic dzuvic changed the title Bug: Java Bean Protocol not complet Bug: Java Bean Protocol not complete Jul 25, 2017
@fvonberg
Copy link
Contributor Author

fixed in #35

@dzuvic dzuvic closed this as completed Sep 7, 2017
@dzuvic dzuvic modified the milestones: 0.4.0, 0.3.0 Sep 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants