admin@glassfish.java.net

Re: CODE REVIEW: FindBugs: admin/servermgmt/src/java/com/sun/enterprise/admin/servermgmt

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Fri, 04 May 2007 10:45:42 -0700

Lloyd L Chambers wrote:
> Bill,
>
> I've used the comment technique before, but I felt that by using a dummy
> method, future searches could be done to find such places. In this
> case, one can argue that the code is boilerplate, but as I was fixing
> several files, it made sense to use the same technique.

Seems like overkill for such a common idiom.

If we really need to search for it, a comment we could search for
would be good enough.