sajinm4u / android-xmlrpc

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

Warnings when including the library into my project #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
* What steps will reproduce the problem?
1. Create a new project in eclipse
2. Copy the code (XMLRPC\src\org\xmlrpc\android) from the android-xmlrpc
SVN repo or from the tarball into the project path
(NewProjectName\src\org\xmlrpc\android)
3. Refresh the package explorer pane

* What is the expected output? What do you see instead?
In the "Problems" section, under "Warnings" I see the following:

Description Resource    Path    Location    Type
Type safety: Unchecked cast from Object to List<Object>
XMLRPCSerializer.java   aHordeSync/src/org/xmlrpc/android   line 53 Java Problem
Type safety: Unchecked cast from Object to Map<String,Object>
XMLRPCClient.java   aHordeSync/src/org/xmlrpc/android   line 210    Java Problem
Type safety: Unchecked cast from Object to Map<String,Object>
XMLRPCSerializer.java   aHordeSync/src/org/xmlrpc/android   line 76 Java Problem

While the code will still compile and run, it might be worth trying to tidy
this up - if possible. I'm not normally a Java developer, so I don't know
whether there is in fact any way of resolving this.

* What version of the product are you using? On what operating system?
The above warnings were generated within Eclipse 3.4.2 with Android Common
Plugin version 0.8.0.v200809220836-110569

Original issue reported on code.google.com by JonTheNiceGuy on 3 Apr 2009 at 8:27

GoogleCodeExporter commented 8 years ago
This is not a priority issue.

Original comment by JonTheNiceGuy on 23 Feb 2010 at 4:49

GoogleCodeExporter commented 8 years ago

Original comment by JonTheNiceGuy on 30 Mar 2010 at 8:16

GoogleCodeExporter commented 8 years ago

Original comment by jon@sprig.gs on 19 Nov 2010 at 4:13