Skip to content
Snippets Groups Projects
Commit 440fd1e5 authored by Dominique Marcadet's avatar Dominique Marcadet
Browse files

add id of NS owning the BasicType in message

parent 315be011
No related branches found
No related tags found
1 merge request!11Resolve "avoid doing setRefersToXXX( null )"
......@@ -3110,7 +3110,8 @@ public class DataAttributeImpl extends DocumentedClassImpl implements DataAttrib
}
else {
console.verbose( "BasicType (name: " + getType() + ") refers as type by DataAttribute (name: "
+ getName() + ") in NS (id:" + getCDC().getCDCs().getNS().getId() + ") found" );
+ getName() + ") in NS (id:" + getCDC().getCDCs().getNS().getId() + ") found in NS (id:"
+ getRefersToBasicType().getBasicTypes().getNS().getId() + ")" );
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment