kvin024 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

Removing deprecated classes #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Compiling library

What is the expected output? What do you see instead?

Multiple warnings observed

What version of the product are you using? On what operating system?

Any version. Platform independent

Please provide any additional information below.

Why not to remove old deprecated classes like Vector and Hashtable and to 
change they for new 'genericable' ones - Arraylist and HashMap?

Original issue reported on code.google.com by anatoliy...@gmail.com on 3 May 2012 at 5:13

GoogleCodeExporter commented 9 years ago
The library is based on Java 1.3 and there are not compile warning in the Maven 
build. Not sure what build you are referring to. Since we at this stage do want 
to continue to run with java 1.3 (e.g. on J2ME) we can not upgrade to ArrayList 
and HashMap. Beyond that it would require performance testing and more to make 
sure we do not degrade the library quality. 

Feel however free to implement wrapper classes in the android only section of 
the library build that do what you desire... 

Original comment by mosa...@gmail.com on 3 May 2012 at 8:47