Open rlaemmel opened 11 years ago
Just found this XML element in https://github.com/cderoove/exapus/blob/master/metadata/views/Tags%20for%20APIs.xml
<Prefix> <QName>gnu.regexp</QName> <scope>PREFIX_SCOPE</scope> <tag> <identifier>gnu</identifier> .regexp</tag> </Prefix>
This looks like something is broken here.
BTW, please do not change the view file without lock as I am working on it.
Overall, it looks like "." in tag identifiers are treated strangely. I repair what I see while at it.
The code also has issue with spaces.
<tag> <identifier>ANTLR </identifier> 3</tag>
Just found this XML element in https://github.com/cderoove/exapus/blob/master/metadata/views/Tags%20for%20APIs.xml
This looks like something is broken here.
BTW, please do not change the view file without lock as I am working on it.