hakandilek / xmdl

Automatically exported from code.google.com/p/xmdl
0 stars 0 forks source link

Same class name ? #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create classes and enumerations and childs of them
2. fill the names etc.

What is the expected output? What do you see instead?
when i don't change the names of the classes
i have
in xpackage1 
class 1
and xpackage2
class 1
and when i validate xpackage1 it give OK
but in xpackage 2 warn that there is collition in class names
even if i change it to zaf and try it does the same...
(i don't know normally if i'm not supposed to have 2 classes with the same
names but...)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by zaa...@gmail.com on 9 Sep 2007 at 11:50

Attachments:

GoogleCodeExporter commented 9 years ago
Should be a bugfix for 0.5.0

Original comment by hakandi...@gmail.com on 13 Sep 2007 at 12:47

GoogleCodeExporter commented 9 years ago
Fixed unique identifier for the XType: className instead of name field. 
Validation is
performed accordingly.

Original comment by hakandi...@gmail.com on 24 Sep 2007 at 3:53