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
A warning is raised when compiling the
dependency-check-utilsmodule:The goal is to introduce the
InputStreamtype argument to the generic classProcessorwhere it is missed in theProcessReaderclass.Acceptance criteria
ProcessReaderdoes not raise a missing type argument warning at compilation