I need some maintenance on legacy code using Hungarian notation (and Systems Hungarian). Unfortunately, for me it is impractical to simply clear all this from the code base.
Local Eclipse users claim that Eclipse can be configured so that automatically generated accessors do not yet ignore Hungarian prefixes (which is probably why they were able to live with them for so long). A.
Is there any similar functionality in IDEA 10.5? It would be nice if "finding customs" m_sInstructionweren’t smart enough to understand what getInstruction()is a getter and gives me "do you want to look for accessors"? for example, or if "generate getters and setters" can say that this class already has them for almost all fields.
source
share