Modify

Opened 2 days ago

Closed 37 hours ago

#24665 closed defect (wontfix)

refactor: Avoid using boxed "Boolean" types directly in boolean expressions (S5411)

Reported by: DanProgs <Abenteurer.2901@…> Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: Cc:

Description


Attachments (1)

patch_24665.txt (728 bytes ) - added by DanProgs <Abenteurer.2901@…> 2 days ago.

Download all attachments as: .zip

Change History (2)

by DanProgs <Abenteurer.2901@…>, 2 days ago

Attachment: patch_24665.txt added

comment:1 by stoecker, 37 hours ago

Resolution: wontfix
Status: newclosed

The purpose of S5411 is to prevent a NPE. As the null check is done in the previous if statement it cannot be null, so that only clutters the code without any benefit.

Please when fixing sonar issues check that the fix really is a fix.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.