New issue 146 by adi...@gmail.com: Warnings cleanup
http://code.google.com/p/openid4java/issues/detail?id=146
Hi, here is a patch to get rid of over 500 warnings in openid4java. It is
applicable to SVN revision 659.
Most of the changes involve generic collections, foreach, annotations and
varargs.
The code is compatible with java 6; if you need java 5 compatibility then I
can modify it (but the differences should be trivial).
I excluded a bunch of classes that I don't use; I haven't touched those.
I haven't fixed any serializable class without serialVersionUID.
I also haven't removed unnecessary declarations of thrown exceptions,
except in SampleConsumer.
To the best of my knowledge, the changes don't affect the functionality in
any way. It might cause some compile errors in the classes I excluded (due
to the use of generics), but they should be trivial to fix.
Attachments:
patch.txt 123 KB