Skip to content

[Bug]: DataFixerAutoConfiguration SpotBugs suppression justification references wrong line #220

@Splatcrafter

Description

@Splatcrafter

AI REVIEWED

Module: spring-boot-starter
File: spring/autoconfigure/DataFixerAutoConfiguration.java (~line 354-356)
Severity: Low

Summary

The @SuppressFBWarnings annotation claims null check is "performed before access on line 363" but the actual Field.get(null) access is on line 377. The justification is misleading for code reviewers.

Suggested Fix

Update the annotation justification to reference the correct line number.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions