Bug 277009

Summary: Member function implementation ignores "throw" qualifier
Product: [Applications] kdevelop Reporter: Barade <barade.barade>
Component: Code completionAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal CC: kde
Priority: HI    
Version: 4.2.3   
Target Milestone: 4.2.3   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Barade 2011-07-03 14:58:03 UTC
Version:           4.2.3 (using KDE 4.6.4) 
OS:                Linux

When using code completion and auto implementation of member functions "throw" is ignored by KDevelop:
class Bla
{
int test() throw (std::exception);
};

Reproducible: Always

Steps to Reproduce:
Declare member function with throw qualifier (e. g. pure virtual one) and implement it in the derived class.


Expected Results:  
It should complete the "throw" qualifier as well.

OS: Linux (i686) release 2.6.36-gentoo-r8
Compiler: i686-pc-linux-gnu-gcc
Comment 1 Milian Wolff 2011-07-04 15:50:15 UTC
confirmed
Comment 2 Rolf Eike Beer 2013-02-04 17:34:39 UTC

*** This bug has been marked as a duplicate of bug 188180 ***