SonarQube: Replace all instances of NULL with nullptr #2504
Labels
component: code cleanup
Code cleanup and maintenance issue
priority: medium
Medium Priority
reporting: DTC AF METplus
Air Force METplus Project
requestor: USAF
United States Air Force
type: task
An actionable item of work
Milestone
Describe the Task
SonarQube flags the use of
NULL
instead ofnullptr
as a critical code smell. This task is to find/replace all instances ofNULL
withnullptr
instead.Here's the SonarQube explanation:
Time Estimate
2 hours.
Sub-Issues
Consider breaking the task down into sub-issues.
No sub-issues.
Relevant Deadlines
List relevant project deadlines here or state NONE.
Funding Source
2771021
Define the Metadata
Assignee
Labels
Projects and Milestone
Define Related Issue(s)
Consider the impact to the other METplus components.
No impacts.
Task Checklist
See the METplus Workflow for details.
Branch name:
feature_<Issue Number>_<Description>
Pull request:
feature <Issue Number> <Description>
Select: Reviewer(s) and Development issues
Select: Repository level development cycle Project for the next official release
Select: Milestone as the next official version
The text was updated successfully, but these errors were encountered: