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

Fix coverity issues in the multi-dataset fit interface #12406

Closed
mantid-roman opened this issue Apr 16, 2015 · 1 comment
Closed

Fix coverity issues in the multi-dataset fit interface #12406

mantid-roman opened this issue Apr 16, 2015 · 1 comment
Assignees
Milestone

Comments

@mantid-roman
Copy link
Contributor

*** CID 1294007:  Uninitialized members  (UNINIT_CTOR)
/home/builder/jenkins-linode/workspace/coverity_build_and_submit/Code/Mantid/MantidQt/CustomInterfaces/src/MultiDatasetFit/MDFAddWorkspaceDialog.cpp: 37 in MantidQt::CustomInterfaces::MDF::AddWorkspaceDialog::AddWorkspaceDialog(QWidget *)()
31         }
32       }
33       connect(m_uiForm.cbWorkspaceName,SIGNAL(currentIndexChanged(const QString&)),this,SLOT(workspaceNameChanged(const QString&)));
34       m_uiForm.cbWorkspaceName->addItems( workspaceNames );
35     
36       connect(m_uiForm.cbAllSpectra,SIGNAL(stateChanged(int)),this,SLOT(selectAllSpectra(int)));
>>>     CID 1294007:  Uninitialized members  (UNINIT_CTOR)
>>>     Non-static class member "m_maxIndex" is not initialized in this constructor nor in any functions that it calls.
37     }
38     
39     /// Slot. Reacts on change of workspace name in the selection combo box.
40     /// @param wsName :: Name of newly selected workspace.
41     void AddWorkspaceDialog::workspaceNameChanged(const QString& wsName)
42     {
@mantid-roman
Copy link
Contributor Author

This issue was originally trac ticket 11568

@mantid-roman mantid-roman self-assigned this Jun 3, 2015
@mantid-roman mantid-roman added this to the Release 3.4 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant