Skip to content

Remove use of Boolean constructors in tests [SPR-15076] #19642

Closed
@spring-projects-issues

Description

@spring-projects-issues

Philippe Marschall opened SPR-15076 and commented

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. Boolean constructor use can easily be replaced with the constant instances.


Issue Links:

Referenced from: pull request #1281

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: taskA general task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions