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

Add support for Enum #7

Closed
agi90 opened this issue Nov 2, 2018 · 0 comments
Closed

Add support for Enum #7

agi90 opened this issue Nov 2, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@agi90
Copy link
Contributor

agi90 commented Nov 2, 2018

Enum classes show up like normal classes:

public final class AllowOrDeny extends java.lang.Enum<E extends java.lang.Enum<E>> {

we probably want something more like

public enum AllowOrDeny {
@agi90 agi90 self-assigned this Nov 2, 2018
agi90 pushed a commit that referenced this issue Nov 2, 2018
This also fixes a bug where Enum would be added twice to the api.txt file.
agi90 pushed a commit that referenced this issue Nov 5, 2018
This also fixes a bug where Enum would be added twice to the api.txt file.
agi90 pushed a commit to agi90/gradle-apilint that referenced this issue Nov 6, 2018
This also fixes a bug where Enum would be added twice to the api.txt file.
agi90 pushed a commit to agi90/gradle-apilint that referenced this issue Nov 6, 2018
This also fixes a bug where Enum would be added twice to the api.txt file.
@agi90 agi90 added enhancement New feature or request and removed enhancement New feature or request labels Nov 9, 2018
agi90 pushed a commit to agi90/gradle-apilint that referenced this issue Nov 9, 2018
This also fixes a bug where Enum would be added twice to the api.txt file.
agi90 pushed a commit to agi90/gradle-apilint that referenced this issue Nov 9, 2018
This also fixes a bug where Enum would be added twice to the api.txt file.
@agi90 agi90 closed this as completed in ec55451 Nov 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant