Hi there!
I have my PIM, which is a class diagramm.
Its classes are organized into multiple sub-packages (in order to create the appropriate namespaces).
But if I select all classes in the class diagramm, only those get transformed, which are diretly below the main root. All others I can only transform, if I select them in their package, or their package directly.
My structure is like this (imagine this as a tree structure):
Lvl1: Main root
Lvl2: --A
Lvl3: ----B, C
Lvl4: ------B1, B2, B3, B4 --- C1, C2, C3, C4
whereas the classdiagramm with all elemens is located in package Main, as well es some structs.
All other classes are in B1-B4 and C1-C4.
Unless I select B1-B4 and C1-C4 ("transform current package"), these classes do not get transformed (even though I selected them all in the main class diagramm.
Did I make a mistake when I created the packages, or when I took the classes from the main root and dragged them into the sub-packages, or is this normal behaviour?