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

Update spoon version to 5.5.0 #25

Merged
merged 4 commits into from
Jan 3, 2017

Conversation

danglotb
Copy link
Member

@danglotb danglotb commented Jan 2, 2017

For now, it uses the snapshot retrieve from github in the script install.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.5%) to 39.804% when pulling 7b8481c on danglotb:update-v-spoon into 233d558 on STAMP-project:master.

@@ -26,7 +26,7 @@ public CtMethod builder(CtMethod test) {

List<CtLocalVariable> localVar = findAllVariableDeclaration(test.getBody());
boolean isOverride = test.getAnnotations().stream()
.anyMatch(annotation -> !annotation.getSignature().contains("Override"));
.anyMatch(annotation -> !annotation.getShortRepresentation().contains("Override"));
Copy link
Member

Choose a reason for hiding this comment

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

never use getShortRepresentation because not stable and poor contract :-)

filter=example
maven.home=/usr/share/maven/
Copy link
Member

Choose a reason for hiding this comment

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

oops so many maven_home??

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed

@coveralls
Copy link

Coverage Status

Coverage increased (+0.5%) to 39.804% when pulling 83eb354 on danglotb:update-v-spoon into 233d558 on STAMP-project:master.

@monperrus monperrus merged commit ae6a85c into STAMP-project:master Jan 3, 2017
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

3 participants