Raw use of parameterized class
Raw use of parameterized class 'Result'
原始使用参数化类
Reports any uses of parameterized classes where the type parameters are omitted. Such raw uses of parameterized types are valid in Java, but defeat the purpose of using type parameters, and may mask bugs. This inspection mirrors the rawtypes warning of javac.
报告省略类型参数的参数化类的使用情况。 这种对参数化类型的原始使用在Java中是有效的,但无法达到使用类型参数的目的,并且可能掩盖错误。 此检查反映了Javac的原始类型警告。