[hibernate-dev] Checkstyle and ORM

Sanne Grinovero sanne at hibernate.org
Mon May 18 10:52:52 EDT 2015


On 16 May 2015 at 19:43, Steve Ebersole <steve at hibernate.org> wrote:
>
> Sanne, can you give me the low-down on this line?
>
> <property name="cacheFile" value="${checkstyle.cache.file}" />

I'm not sure of that one; it's "documented" here under TreeWalker section:
 - http://checkstyle.sourceforge.net/config.html

That specific value we use is what is suggested to use in combination
with the Maven plugin which integrates with Checkstyle.
It's supposed to avoid some duplicate checks, however I've not seen
any change in performance, so I guess you could ignore it.


More information about the hibernate-dev mailing list