Skip to content

Fix bugs from bugbash #45

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

Merged
merged 5 commits into from
Apr 20, 2015
Merged

Fix bugs from bugbash #45

merged 5 commits into from
Apr 20, 2015

Conversation

quoctruong
Copy link

• Null Constructor
• Target wildcard support
• Throw errors if any suppression is not found (wrong target name)
• Suppression still works when positional parameter comes first
• If scope is wrong, should throw error instead of running suppression
• Numbers in rule positional parameter results in invoke throwing a terminating error
• Suppress scope issue (if you provide the wrong scope in the suppression within a function, eg. Scope="class" to a function, it suppressed the class but not the function)

Currently, still not throwing error for wrong RuleSuppressionID

@quoctruong quoctruong closed this Apr 20, 2015
@quoctruong
Copy link
Author

Close this pull request to fix another bug. Will reopen later

@quoctruong quoctruong reopened this Apr 20, 2015
@quoctruong
Copy link
Author

Reopen with a bug fix to raise error when Rule Suppression ID does not match.

@yutingc
Copy link
Contributor

yutingc commented Apr 20, 2015

Looks good to me.

@raghushantha
Copy link
Member

pls merge

@quoctruong
Copy link
Author

I added another commit to add RuleSuppressionIDs for the rules that we discussed. Also improve the error message outputted. Please check them. Thanks.

@yutingc
Copy link
Contributor

yutingc commented Apr 20, 2015

Looks good.

quoctruong pushed a commit that referenced this pull request Apr 20, 2015
@quoctruong quoctruong merged commit 68caca9 into development Apr 20, 2015
@quoctruong
Copy link
Author

Thanks. Merged!

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.

3 participants