Bug 103728

Summary: interfaces names missing in php5 generated code
Product: [Applications] umbrello Reporter: Caldara Ludovico <punkarruso>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.4   
Target Milestone: ---   
Platform: Slackware   
OS: Linux   
Latest Commit: Version Fixed In:

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