Open Nava2 opened 9 years ago
There are 5 Umple examples that show this bug. To allow testing to continue, these files have been flagged with @@@skipphpcompile.
When this bug is fixed, this flag should be removed to allow testing to use these models as tests.
The files with the @@@skipphpcompile flags are the following: W1011InvalidAssociationClassKey1.ump W1011InvalidAssociationClassKey2.ump AssociationClassDefinition1.ump AssociationClassDefinition3.ump AccessControl.ump
Reported by @CraigBryan on 2015-04-05 14:51:47
Originally reported on Google Code with ID 697
What steps will reproduce the problem?
// This example generates the warning because one participating class is missing from the key class Passenger {}
class Flight {}
associationClass Booking { Integer number;
Reported by @CraigBryan on 2015-04-05 14:42:34