The current implementation of Scop::getNameStr builds the name from the current boundaries of the Region, which might not be the original boundaries if getNameStr was called during or after applying the transformation to the Region.
Scop::getNameStr is altered to return the original name and Scop::getCurrentNameStr returns the name considering the current boundary of the Region.