Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Tigerstripe » Blanks in package names after import
Blanks in package names after import [message #564181] Fri, 30 January 2009 09:52
Marc FLAUW is currently offline Marc FLAUWFriend
Messages: 151
Registered: July 2009
Senior Member
Hello,

Still on the import of the SID from RSM.

The SID is structured in UML packages, that do include blanks.

The top package is "Logical View" , then "Common Business Entities
Domain", then "Problem ABE" in my case.

So in the java classes of Tigerstripe, the package statement becomes:
package Logical View.Common Business Entities Domain.Problem ABE;

This gives tons of errors in Tigerstripe.

This raises a few questions:

1) why the import of Tigerstripe allows blanks in packages as this is
causing errors?

2) the generatd package name "Logical View.Common Business Entities
Domain.Problem ABE" is natural for an Information Model, but seems very
strange at implementation level. It would be more natural to have
something like org.tmforum.interfaces.cbe.problem. I cannot change the
information model, but is there a way to indicate a package mapping to
have a more useful package name?

Thanks,

Marc
Previous Topic:UML Import
Next Topic:Refactoring works only partially
Goto Forum:
  


Current Time: Thu Mar 28 23:39:25 GMT 2024

Powered by FUDForum. Page generated in 0.01745 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top