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

Static analysis: source/fe/fe_enriched.cc #3553

Closed
bangerth opened this issue Nov 11, 2016 · 3 comments
Closed

Static analysis: source/fe/fe_enriched.cc #3553

bangerth opened this issue Nov 11, 2016 · 3 comments

Comments

@bangerth
Copy link
Member

bangerth commented Nov 11, 2016

No description provided.

@bangerth bangerth changed the title Static analysis: /home/davydden/libs/deal.ii/source/fe/fe_enriched.cc Static analysis: source/fe/fe_enriched.cc Nov 11, 2016
@bangerth bangerth reopened this Nov 11, 2016
@bangerth
Copy link
Member Author

We should address these warnings and errors from the static analysis tool PVS:

source/fe/fe_enriched.cc    117 warn    V730 Not all members of a class are initialized inside the constructor. Consider inspecting: is_enriched.
source/fe/fe_enriched.cc    127 warn    V730 Not all members of a class are initialized inside the constructor. Consider inspecting: is_enriched.
source/fe/fe_enriched.cc    148 warn    V730 Not all members of a class are initialized inside the constructor. Consider inspecting: is_enriched.

In response to #3342.

@davydden
Copy link
Contributor

IMHO those are false positives as PVS does not seem to understand delegating constructors.

@bangerth
Copy link
Member Author

So closed. (Which you should feel free to do.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants