yWorks / yGuard

The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts

Home Page:https://yworks.github.io/yGuard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix replaceContentPolicy strict for package name strings

thomasbehr opened this issue · comments

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.