Obfuscate your code

It’s time to use your obfuscator. As it is embedded into the built process Eclipse runs the obfuscator when exporting a plugin, a project or a complete product.

Export a plugin with File > Export …

Export your plugin

The plugin will be obfuscated and exported.

If you run the obfuscation in "verbose" mode, then you can see ant processing the plugin and  check the applied names mapping in the file proguard.map. This file is located in the folder temp.folder/ of the plugin. This file shows a list of processed files as well as the names of class, fields and methods after obfuscation.

Watch the applied mapping of classes, fields and methods