[kmymoney4] [Bug 385178] New: investprocessing.cpp:1802: condition is always false

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Thu Sep 28 19:15:08 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=385178

            Bug ID: 385178
           Summary: investprocessing.cpp:1802: condition is always false
           Product: kmymoney4
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: kmymoney-devel at kde.org
          Reporter: dcb314 at hotmail.com
  Target Milestone: ---

investprocessing.cpp:1802]: (style) Expression is always false because 'else
if' condition matches previous condition at line 1800.

Source code is

  if (m_securityName.isEmpty()) {
    m_securityName = m_csvDialog->m_symbolTableDlg->m_securityName;
  } else if (m_securityName.isEmpty()) {
    m_securityName = m_trInvestData.security;
  }

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list