Skip to content

Fix raw type in ProcessReader #8323

@nhumblot

Description

@nhumblot

A warning is raised when compiling the dependency-check-utils module:

[WARNING] /home/nhumblot/dev/wkspace/DependencyCheck/utils/src/main/java/org/owasp/dependencycheck/utils/processing/ProcessReader.java:[130,33] found raw type: org.owasp.dependencycheck.utils.processing.Processor
  missing type arguments for generic class org.owasp.dependencycheck.utils.processing.Processor<T>

The goal is to introduce the InputStream type argument to the generic class Processor where it is missed in the ProcessReader class.

Acceptance criteria

  • The ProcessReader does not raise a missing type argument warning at compilation

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueIssues intended for first-time contributorsutilschanges to utils

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions