Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Daniel Lindberg

Pages: [1]
1
Bugs and Issues / RTF-Actor Name on UCD is missing first characters.
« on: June 11, 2008, 02:38:10 am »
When i generate an RTF document from a UCD, the actor name (which has 22 characters) is missing the first 5 characters in the use-case diagram.  Is there a setting i can change to make the diagram size more correctly?  I'm using EA version 7.1.829.

2
When reverse engineering some C# code into my EA model, multiple classes are created with the same name.  I believe this is due to the partial classes that exist in multiple source files.  Each imported class contains methods/member data corresponding to individual files.

i.e.
class1.a.cs
public partial class class1
{
public m1(){}
public m2(){}
}

class1.b.cs
public partial class class1
{
public m3(){}
public m4(){}
}

ea creates 2 classes named class1.  1 with methods m1 and m2, the other with methods m3 and m4.

Pages: [1]