Bug 470459 - Replace `new Boolean(t/f)` with Boolean.T/F

Using `new Boolean()` results in the creation of a new object on the
heap, when the flyweight `Boolean.TRUE` and `Boolean.FALSE` are available.

Replace constant valued expressions with their flyweight counterparts.

Bug: 470459
Change-Id: I090dee49e1f61a71a61a13b5cabed14360552c99
Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
6 files changed
tree: c1d70593367984ac12b80eefd6cf6c27806563b3
  1. bundles/
  2. features/
  3. tests/
  4. .gitignore
  5. CONTRIBUTING.md
  6. pom.xml