Thursday, 29 August 2013

ArrayList should be parameterized

ArrayList<E> should be parameterized

References

Reference NO 1

http://stackoverflow.com/questions/14207005/why-warning-arraylist-is-a-raw-type-references-to-generic-type-arrayliste-sh

Reference NO 2

http://stackoverflow.com/questions/13045788/arraylist-is-a-raw-type-references-to-generic-type-arrayliste-should-be-param

Reference NO 3

http://www.java-forums.org/java-tutorial/4169-java-generics-introduction.html

Reference NO 4

http://www.coderanch.com/t/469751/java/java/ArrayList-Error-Eclipse

Reference NO 5

https://forums.oracle.com/thread/1253685

Reference NO 6

http://www.daniweb.com/software-development/java/threads/104961/arraylistltmyclassgt-help-writing-myclass

Reference NO 7

http://www.dreamincode.net/forums/topic/203290-arraylist-and-iterator-is-a-raw-type/

Reference NO 8

http://www.velocityreviews.com/forums/t136146-1-5-generics-warning-of-using-raw-datatype.html

No comments:

Post a Comment