Setup different naming conventions for private/protected/public instance fields
Hello, guys!
I'm trying to tune in inspections in IDEA 12 for private instance fields. The fact is I use one naming convention for private/protected instance fields, and another one for public ones.
Is it possible to adjust them separately? (at the moment there is only one convention for all instance fields)
Thanks in advance.
Please sign in to leave a comment.
Hi Stas,
No, the inspection doesn't differentiate between field types.
Denis