rspec/rules/S1699/java/rule.adoc

9 lines
327 B
Plaintext

include::../description.adoc[]
include::../noncompliant.adoc[]
== See
* https://wiki.sei.cmu.edu/confluence/x/8zZGBQ[CERT, MET05-J.] - Ensure that constructors do not call overridable methods
* https://wiki.sei.cmu.edu/confluence/x/6ns-BQ[CERT, OOP50-CPP.] - Do not invoke virtual functions from constructors or destructors