-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixed rmTypeName from RM and Java #7
Comments
That's a bug. Thanks, Pablo! On 3 September 2013 04:18, Pablo Pazos notifications@github.com wrote:
|
Thanks Rong, I'm on this issue. List of problematic types:
BTW, is ok for a CPrimitiveObject to have rmTypeName == "Boolean" when the CPO is contained in a CComplexObject with rmTypeName == "DV_BOOLEAN"? |
I have questions about types mentioned on RMInspector.java and RMObjectBuilder. Should these be RM type names or Java class names? private static final String[] SKIPPED_TYPES_IN_MATCHING = { "DvDateTime", |
Thanks for the fix! :-) |
Thank you Iago. There are some questions pending in my previous messages, if Rong is around I would like his input to be sure the solution to this issue is ok, or maybe I have to change something. |
Some CObjects have rmTypeName equals as the specification, and some others have the Java class names, e.g. DvQuantity (Java) instead of DV_QUANTITY (specs).
I believe all rmTypeNames should be as the specs. Is that a bug or is on purpose?
The text was updated successfully, but these errors were encountered: