-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
add tracking in StaticAnalyzer of if (cfg.exists
or existsAs<Type
for psets
#36261
Comments
A new Issue was created by @slava77 Slava Krutelyov. @Dr15Jones, @perrotta, @dpiparo, @makortel, @smuzaffar, @qliphy can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
@jpata |
assign core |
New categories assigned: core @Dr15Jones,@smuzaffar,@makortel you have been requested to review this Pull request/Issue and eventually sign? Thanks |
In CMSSW_12_3_X_2021-12-10-1100 the checker shows 4406 calls |
+1 |
This issue is fully signed and ready to be closed. |
one of the pset coding requirements is to not use
if (cfg.exists
orexistsAs<Type
.Here I'm proposing to encode this rule in the StaticAnalyzer so that the issues in the existing code can be found easily.
following https://mattermost.web.cern.ch/cms-o-and-c/pl/q9jr346jrj8xida17iaoywbqbc
The text was updated successfully, but these errors were encountered: