Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.6-rc-1
-
Fix Version/s: None
-
Component/s: XML Processing
-
Labels:None
-
Number of attachments :
Description
Namespace prefixes have nothing to do with the semantics of qualified names. They normally come only into play when XML is being parsed or serialized.
On the other hand the presence of a prefix attribute may tempt users to do unwise things. So the QName will be better off without the prefix ![]()
This issue is split off from GROOVY-3258.
Issue Links
- is depended upon by
-
GROOVY-3258
groovy.xml.QName uses string interning of volatile data and the trim antipattern
-
See also
GROOVY-3269.