-
Notifications
You must be signed in to change notification settings - Fork 580
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
ClangCodeCloneDetectionBear: Add switch/case support #39
Labels
Comments
So the way to do this would be to count the condition with the |
I would like to work on this task. |
Cool! |
yland
added a commit
to yland/coala-bears
that referenced
this issue
Mar 19, 2016
Add support for switch/case statements in ClangCodeCloneDetectionBear as it does not currenly support it.This would count the condition with the Is condition CC and the bodies with the In condition CCs so nested things are recognized right. Fixes coala#39
yland
added a commit
to yland/coala-bears
that referenced
this issue
Mar 19, 2016
Add support for switch/case statements in ClangCodeCloneDetectionBear as it does not currenly support it.This would count the condition with the Is condition CC and the bodies with the In condition CCs so nested things are recognized right. Fixes coala#39
yland
added a commit
to yland/coala-bears
that referenced
this issue
Mar 20, 2016
Add support for switch/case statements in ClangCodeCloneDetectionBear as it does not currenly support it.This would count the condition with the Is condition CC and the bodies with the In condition CCs so nested things are recognized right. This includes test cases. Fixes coala#39
yland
added a commit
to yland/coala-bears
that referenced
this issue
Mar 20, 2016
Add support for switch/case statements in ClangCodeCloneDetectionBear as it does not currenly support it.This would count the condition with the Is condition CC and the bodies with the In condition CCs so nested things are recognized right. This includes test cases. Fixes coala#39
yland
added a commit
to yland/coala-bears
that referenced
this issue
Mar 20, 2016
Add support for switch/case statements in ClangCodeCloneDetectionBear as it does not currenly support it.This would count the condition with the Is condition CC and the bodies with the In condition CCs so nested things are recognized right. This includes test cases. Fixes coala#39
yland
added a commit
to yland/coala-bears
that referenced
this issue
Mar 20, 2016
Add support for switch/case statements in ClangCodeCloneDetectionBear as it does not currenly support it.This would count the condition with the Is condition CC and the bodies with the In condition CCs so nested things are recognized right. This includes test cases. Fixes coala#39
yland
added a commit
to yland/coala-bears
that referenced
this issue
Mar 20, 2016
Add support for switch/case statements in ClangCodeCloneDetectionBear as it does not currenly support it.This would count the condition with the Is condition CC and the bodies with the In condition CCs so nested things are recognized right. This includes test cases. Fixes coala#39
yland
added a commit
to yland/coala-bears
that referenced
this issue
Mar 20, 2016
Add support for switch/case statements in ClangCodeCloneDetectionBear as it does not currenly support it.This would count the condition with the Is condition CC and the bodies with the In condition CCs so nested things are recognized right. This includes test cases. Fixes coala#39
yland
added a commit
to yland/coala-bears
that referenced
this issue
Mar 20, 2016
Add support for switch/case statements in ClangCodeCloneDetectionBear as it does not currenly support it.This would count the condition with the Is condition CC and the bodies with the In condition CCs so nested things are recognized right. This includes test cases. Fixes coala#39
yland
added a commit
to yland/coala-bears
that referenced
this issue
Mar 20, 2016
Add support for switch/case statements in ClangCodeCloneDetectionBear as it does not currenly support it.This would count the condition with the Is condition CC and the bodies with the In condition CCs so nested things are recognized right. This includes test cases. Fixes coala#39
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @sils1297 on June 11, 2015 18:40
Counting conditions for clang currently ignore that which is bad.
Copied from original issue: coala/coala#652
The text was updated successfully, but these errors were encountered: