Is the bus name case sensitive?

My project has a bus which name is “UI”.But when i use bus->getPath to get the bus’s path,i get a result “uI”.Is the bus name case-insensitive or it just a miss?

It’s due to the way the lookup table is built, at the moment it doesn’t necessarily match the case in the tool.

I will raise a task to see if we can improve this.