View Revisions: Issue #25725 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0025725: Avoid invocation of virtual methods in constructors and destructors |
|
Revision |
2016-01-08 19:59 by abv |
|
Description |
Static code analyzers complain about multiple places where virtual method is called from constructor or destructor, which may result in behavior different from expected (own method will be called in all cases).
More information: CAST report issue №628. |
|
Revision |
2015-01-20 11:54 by azn |
|
Description |
It is necessary to move functionality of these methods in destructors and remove them.
More information: CAST report issue №628. |
|
Revision |
2015-01-20 11:53 by azn |
|
Description |
It is necessary to move functionality of these methods in destructors and remove them.
More information: CAST report issue 0000628. |