Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

fix(StaticMetadataExtractor): Map members annotations to all annotations #926

Closed
wants to merge 1 commit into from

Conversation

vicb
Copy link
Contributor

@vicb vicb commented Apr 17, 2014

Closes #904

Replace #907 (removing code style changes)

var map = new MapLiteral(null, null, null, [], null);
var label = new Label(new SimpleIdentifier(
new _GeneratedToken(TokenType.STRING, 'map')),
new _GeneratedToken(TokenType.COLON, ':'));
Copy link
Contributor

Choose a reason for hiding this comment

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

indent

@blois
Copy link
Contributor

blois commented Apr 17, 2014

Changes look good to me.

@vicb
Copy link
Contributor Author

vicb commented Apr 21, 2014

@blois thanks for the review. Your feedback has been integrated in the last commit (and the changes have been rebased on the master branch)

@vicb
Copy link
Contributor Author

vicb commented Apr 21, 2014

Oops... the changes had already been merged in 9622318

@vicb vicb closed this Apr 21, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

StaticMetadataExtractor does not map members to all annotations
2 participants