I think you tried to decompile an obfuscated file.
Obfuscation is used to save your code if you publish it in a jar, exe etc., so nobody else can decompile and steal it.
You can obfuscate nearly all classes in your project. For more information check this wikipedia entry: http://en.wikipedia.org/wiki/Obfuscated_code