[Uml-devel] [Bug 191038] New: PHP5 writer - implementation of interface creates wrong code

Ralph Janke txwikinger at ubuntu.com
Wed Apr 29 13:22:06 UTC 2009


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

           Summary: PHP5 writer - implementation of interface creates
                    wrong code
           Product: umbrello
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: umbrello-devel at kde.org
        ReportedBy: txwikinger at ubuntu.com


Version:           2.2.2 (using 4.2.2 (KDE 4.2.2), Kubuntu packages)
Compiler:          cc
OS:                Linux (x86_64) release 2.6.28-11-generic

When creating an interface (Iterator) and a class (test) that implements the
interface, the generated code is wrong:

 class test extends Iterator
      implements Iterator
{
}

Correctly, the class test does not extend any other class, but solely
implements the interface Iterator. It should read like this:


class test implements Iterator 
{
}

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the umbrello-devel mailing list