Java tool to remove warnings from code developed in java 1.4
Posted
by Nitin Ware
on Stack Overflow
See other posts from Stack Overflow
or by Nitin Ware
Published on 2010-02-08T18:59:43Z
Indexed on
2010/03/24
22:13 UTC
Read the original article
Hit count: 411
java
Hi All, I am working on a soucre code which was developed using java 1.4 but now we want to migrate it to java 6. I was able to compile it but there are tons of warnings related to use of java generics wherever we have made use of collections framework. It is possible to remove them by manually make changes to them, but I wanna know if is there any tool which can run on the source code and remove all the warnings by making necessary changes ot the code. Any help will be highly appreciated. Cheers, Nitin Ware
© Stack Overflow or respective owner