Re: checkstyle rules: naming for ThreadLocal variables

2008-07-05 Thread Scott O'Bryan
I don't know why b is an issue. The Caps- case notation I've always taken to be private statics rather then non-immutible constants. I know in Trinidad, we use LOG for logs and I suspect the same for thread locals. On Jul 4, 2008, at 2:04 PM, simon [EMAIL PROTECTED] wrote: Hi All, I

checkstyle rules: naming for ThreadLocal variables

2008-07-04 Thread simon
Hi All, I have a fairly trivial question for you all. The normal checkstyle rule for a static final variable requires the name to be ALL_UPPERCASE_WITH_UNDERSCORES. There are two problem cases though: (1) private static final Log log = LogFactory.getLog(...); (2) private static final ThreadLocal