Skip to content

Conversation

marschall
Copy link
Contributor

Codacy warns us that there are several references to Boolean
constructors in the tests. Direct usage of the Boolean constructor is
discouraged and even deprecated in Java 9 [1]. Boolean constructor use
can easily be replaced with the constant instances.

This commit contains the following changes:

  • replace references to Boolean constructors with boolean constants in
    JSP tag tests
  • update the copyright year where necessary
  • BooleanComparatorTests is intentionally left unchanged as it should
    also work with the non-constant instances correctly

[1] http://download.java.net/java/jdk9/docs/api/java/lang/Boolean.html#Boolean-boolean-

Issue: SPR-15076

Codacy warns us that there are several references to Boolean
constructors in the tests. Direct usage of the Boolean constructor is
discouraged and even deprecated in Java 9 [1]. Boolean constructor use
can easily be replaced with the constant instances.

This commit contains the following changes:

 - replace references to Boolean constructors with boolean constants in
   JSP tag tests
 - update the copyright year where necessary
 - BooleanComparatorTests is intentionally left unchanged as it should
   also work with the non-constant instances correctly

 [1] http://download.java.net/java/jdk9/docs/api/java/lang/Boolean.html#Boolean-boolean-

Issue: SPR-15076
@snicoll snicoll self-assigned this Jan 4, 2017
snicoll added a commit that referenced this pull request Jan 4, 2017
* pr/1281:
  Remove use of Boolean constructors
@snicoll
Copy link
Member

snicoll commented Jan 4, 2017

Fixed in 19e77cd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants