I need to send part of our code for one of our tool vendors, and I want to remove all references to our project from our classes.
There are dozens of obfuscators available for java, but I don't want to scramble the code, just do as simple and consistent as possible renaming. (Maybe this is configurable in some of the obfuscators?) Best option would be to have something like classes A, B, C, methods a1, a2, a3...
It would also be great if the tool was somehow integrated with Eclipse's refactor/rename option, but this is not necessary.