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

feat(field): Adds field at the top of a type. #537

Merged
merged 1 commit into from Feb 24, 2016
Merged

feat(field): Adds field at the top of a type. #537

merged 1 commit into from Feb 24, 2016

Conversation

GerardPaligot
Copy link
Contributor

Closes #463

sorted.addAll(aClass.getFields());
assertEquals(generated, sorted.get(0));
assertEquals(generated2, sorted.get(1));

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add assert that they are before a static block

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This assert is already there at the next line.

@monperrus
Copy link
Collaborator

and add API documentaion in addField that they are printed after static blocks?

@GerardPaligot
Copy link
Contributor Author

and add API documentaion in addField that they are printed after static blocks?

Already done.

@GerardPaligot
Copy link
Contributor Author

@monperrus PR ok.

@monperrus monperrus merged commit a4b1663 into INRIA:master Feb 24, 2016
@GerardPaligot GerardPaligot deleted the feat_463 branch February 24, 2016 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants