标签: java
可能重复: What is a raw type and why shouldn’t we use it?
为什么以下代码行:
private static List list = new ArrayList<String>();
...生成以下警告:
列表是原始类型。参考 通用类型列表应该是 参数化。