Skip to content

Conversation

@fermadeiral
Copy link
Collaborator

No description provided.

@fermadeiral fermadeiral requested a review from tdurieux April 27, 2018 07:50
if (operation.getDstNode().getRoleInParent() == CtRole.STATEMENT) {
operation.getDstNode().getParent(CtStatementList.class).removeStatement((CtStatement) operation.getDstNode());
//operation.getDstNode().getParent(CtStatementList.class).removeStatement((CtStatement) operation.getDstNode());
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Did you remove this on purpose?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 102

  • 15 of 61 (24.59%) changed or added relevant lines in 3 files are covered.
  • 41 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-7.5%) to 76.545%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/fr/inria/spirals/features/detector/spoon/filter/NullCheckFilter.java 5 6 83.33%
src/main/java/fr/inria/spirals/features/detector/repairpatterns/MissingNullCheckPatternDetector.java 9 54 16.67%
Files with Coverage Reduction New Missed Lines %
src/main/java/fr/inria/spirals/features/detector/spoon/CtElementAnalyzer.java 9 65.63%
src/main/java/fr/inria/spirals/features/detector/repairpatterns/PatternMatcher.java 32 0.0%
Totals Coverage Status
Change from base Build 100: -7.5%
Covered Lines: 731
Relevant Lines: 955

💛 - Coveralls

@tdurieux tdurieux merged commit d02e621 into master Apr 27, 2018
@fermadeiral fermadeiral deleted the add-missing-null-check-detector branch April 27, 2018 07:56
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.

4 participants