[umbrello-devel] New Defects reported by Coverity Scan for Umbrello UML Modeller
scan-admin at coverity.com
scan-admin at coverity.com
Tue Dec 8 09:14:42 UTC 2015
Hi,
Please find the latest report on new defect(s) introduced to Umbrello UML Modeller found with Coverity Scan.
1 new defect(s) introduced to Umbrello UML Modeller found with Coverity Scan.
1 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan.
New defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)
** CID 155784: Uninitialized members (UNINIT_CTOR)
/home/coverity/src/umbrello/umbrello/umlappprivate.h: 73 in UMLAppPrivate::UMLAppPrivate(UMLApp *)()
________________________________________________________________________________________________________
*** CID 155784: Uninitialized members (UNINIT_CTOR)
/home/coverity/src/umbrello/umbrello/umlappprivate.h: 73 in UMLAppPrivate::UMLAppPrivate(UMLApp *)()
67 editor = KTextEditor::Editor::instance();
68 #else
69 editor = KTextEditor::EditorChooser::editor();
70 #endif
71 logWindow = new QListWidget;
72 connect(logWindow, SIGNAL(itemDoubleClicked(QListWidgetItem *)), this, SLOT(slotLogWindowItemDoubleClicked(QListWidgetItem *)));
>>> CID 155784: Uninitialized members (UNINIT_CTOR)
>>> Non-static class member "stereotypesWindow" is not initialized in this constructor nor in any functions that it calls.
73 }
74
75 ~UMLAppPrivate()
76 {
77 delete logWindow;
78 }
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://scan.coverity.com/projects/umbrello-uml-modeller?tab=overview
To manage Coverity Scan email notifications for "umbrello-devel at kde.org", click https://scan.coverity.com/subscriptions/edit?email=umbrello-devel%40kde.org&token=5fd61726dd9f6c9e1c4e067b821d8371
More information about the umbrello-devel
mailing list