Bug 103728 - interfaces names missing in php5 generated code
Summary: interfaces names missing in php5 generated code
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: 1.4
Platform: Slackware Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-12 15:22 UTC by Caldara Ludovico
Modified: 2005-04-12 23:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caldara Ludovico 2005-04-12 15:22:09 UTC
Version:           1.4 (using KDE KDE 3.4.0)
Installed from:    Slackware Packages
OS:                Linux

created interfaces Iterator and StoredObject.
created class Container that implements one or both interfaces.
resulting PHP5 code doesn't contain interface names:

/**
 * class Container
 */
class Container extends Object
      implements ,
{
Comment 1 Oliver Kellogg 2005-04-12 23:50:39 UTC
CVS commit by okellogg: 

BUG:103728 - Use UMLAssociation::getObjectId() in lieu of getRoleId()


  M +1 -2      ChangeLog   1.74
  M +2 -0      umbrello/association.cpp   1.65
  M +3 -2      umbrello/association.h   1.34
  M +3 -3      umbrello/codegenerators/adawriter.cpp   1.39
  M +2 -2      umbrello/codegenerators/classifierinfo.cpp   1.14
  M +6 -6      umbrello/codegenerators/cppwriter.cpp   1.27
  M +1 -1      umbrello/codegenerators/idlwriter.cpp   1.38
  M +4 -4      umbrello/codegenerators/javawriter.cpp   1.24
  M +5 -9      umbrello/codegenerators/php5writer.cpp   1.11
  M +2 -2      umbrello/codegenerators/phpwriter.cpp   1.30
  M +4 -4      umbrello/codegenerators/xmlschemawriter.cpp   1.24