Hi!

Sunday, February 17, 2002, 9:36:21 PM,Ara Abrahamian wrote:
AA> Two problems:

AA> - generate setter method skips fields which start with _:
AA> private String _str;
AA> - and generate getter+setter generates getter but no setter and the
AA> getter method has _ in it: get_str()

AA> We use _ prefix for fields.

Open "IDE Options", go to the page "Code Style" and type a "_" in
"Name Prefix -> Field". Now it should work.
For _str IDEA will generate getStr() and setStr(String).
Now you also will be proposed with names that start with a "_" when
using autocompletion in the creation of fields or when using the
refactoring "Convert Local to Field"

Greets
 Robert

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to