-keepclassnames not supported
Java class file shrinker, optimizer, obfuscator, and preverifier
Brought to you by:
guardsquare
In the Examples section of the documentation for
serializable classes and processing a library, the
command line option "-keepclassnames" is listed for the
configuration. This is not listed as a supported
option in the documentation and returns a "Unknown
command '-keepclassnames'" when you try to use it. I'm
replacing this with '-keepnames'.
Logged In: YES
user_id=555208
You're right. This is a typo in the documentation:
"-keepclassnames" should really be "-keepnames"
(it can be used to preserve class names AND class
member names).
The sample configuration file in the examples
directory is correct. I've fixed the documentation
for the next release.
Thanks for the heads-up.
Logged In: YES
user_id=555208
You're right. This is a typo in the documentation:
"-keepclassnames" should really be "-keepnames"
(it can be used to preserve class names AND class
member names).
The sample configuration file in the examples
directory is correct. I've fixed the documentation
for the next release.
Thanks for the heads-up.