... on next branch.
Currently our APIs operate on full class name in EC.FullClassName type, which may be either dot or colon notation. Because we use those names as keys in various maps and sets, and other reasons, we have to normalize them to dot-notation. Looks like we could avoid a lot of normalizeFullClassName calls if we do a full switch to EC.FullClassNameDotNotation.
... on
nextbranch.Currently our APIs operate on full class name in
EC.FullClassNametype, which may be either dot or colon notation. Because we use those names as keys in various maps and sets, and other reasons, we have to normalize them to dot-notation. Looks like we could avoid a lot ofnormalizeFullClassNamecalls if we do a full switch toEC.FullClassNameDotNotation.