classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: convert new Boolean(X) to Boolean.valueOf(X)


From: Anthony Green
Subject: [cp-patches] Patch: convert new Boolean(X) to Boolean.valueOf(X)
Date: Wed, 14 Sep 2005 00:14:32 -0700

While messing around with FindBugs, I came up with the following useful
patch.  It converts all "new Boolean(X)" instances to
"Boolean.valueOf(X)".  Ok?

AG
h

Attachment: boolean.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]