Fix replaceContentPolicy strict for package name strings (original) (raw)
yGuard 2.x replaceContent="true" does not adjust package name strings that are part of a qualified class name. E.g. com.yworks.yguard.ObfuscatorTask is adjusted, but com.yworks.yguard is not.
yGuard 4.x replaceContentPolicy="strict" should reproduce this behavior but does not. I.e. both com.yworks.yguard.ObfuscatorTask and com.yworks.yguard are adjusted.