In obfuscated programs, a class may contain multiple fields with the same name, distinguished only by type (I am not sure how exactly this works on .class-level)
Renaming such field will currently rename all other fields with the same name in that class. This limits JRemapper's usefulness as an interactive de-obfuscation tool.