dukeboard / kevoree-modeling-framework

Kevoree Modeling Framework
http://kevoree.org/kmf
GNU Lesser General Public License v3.0
36 stars 7 forks source link

ModelJSONSerializer not generated in proper package (or has no proper package name) #17

Closed brice-morin closed 11 years ago

brice-morin commented 11 years ago

In my example, the ModelJSONSerializer is generated in package:

net.cloudml.serializer

However, the package declared at the very first line of ModelJSONSerializer .kt is:

net.cloudml.core.serializer
brice-morin commented 11 years ago

Well, it seems Kotlin does not care about the physical location of the files and only considers what is declared as package in the kt files.

Still, I think it is good to generate code that is clean. And all the loader and serializer just declare "net.cloudml.serializer"... better be consistent, also.