Avoid classes with missing destructor declarations in header files

Avoid classes with missing destructor declarations in header files

[nz_btn text="Software Resiliency" link="http://casthighlight.wpengine.com/category/product/indicators-methodology/code-insights/software-resiliency/" target="_self" animate="false" animation_type="ghost" color="pink" size="small" shape="rounded" type="normal" hover_normal="fill" hover_ghost="fill"][nz_btn text="Programming Best Practices" link="http://casthighlight.wpengine.com/category/product/indicators-methodology/code-insights/software-resiliency/programming-best-practices/" target="_self" animate="false" animation_type="ghost" color="black" size="small" shape="rounded" type="ghost" hover_normal="fill" hover_ghost="fill"] This code insight verifies in C++ applications if classes in header files (.h) haven't declared destructors. Highlight counts one occurrence for each missing class destructor found in a header file.

Why you should care

In some cases, missing class destructors can lead to memory leaks, causing software unstability.

CAST recommendations

Declaring class destructors in header files when possible is recommended.

References

https://stackoverflow.com/questions/21088743/missing-destructor-declaration https://www.quantstart.com/articles/C-Virtual-Destructors-How-to-Avoid-Memory-Leaks  

About CAST and Highlight's Code Insights

Over the last 25 years, CAST has leveraged unique knowledge on software quality measurement by analyzing thousands of applications and billions of lines of code. Based on this experience and community standards on programming best practices, Highlight implements hundreds of code insights across 15+ technologies to calculate health factors of a software.[nz_btn text="How it works" link="http://casthighlight.wpengine.com/how-it-works/" target="_self" animate="true" animation_type="ghost" color="black" size="small" shape="rounded" type="normal" hover_normal="fill" hover_ghost="fill" icon="icon-cog"][nz_btn text="Features & Analytics" link="http://casthighlight.wpengine.com/outputs-analytics/" target="_self" animate="true" animation_type="ghost" color="pink" size="small" shape="rounded" type="ghost" hover_normal="fill" hover_ghost="fill" icon="icon-stats"]
For reference only. For the complete details please refer the original article
https://doc.casthighlight.com/alt_missingclassdestructor-avoid-classes-with-missing-destructor-declarations-in-header-files/
Have more questions? Submit a request

Comments

Powered by Zendesk