Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /var/drydock/workingcopy-34/repo/libre-busto/src/it/reyboz/bustorino/middleware/AsyncDataDownload.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /var/drydock/workingcopy-34/repo/libre-busto/src/it/reyboz/bustorino/middleware/AsyncDataDownload.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details.
Description
Description
Related Objects
Related Objects
- Mentioned Here
- D56: Add map fragment and fix stuff
Event Timeline
Comment Actions
I gave a look at the source of the problem. I discoverd that the error is on line 204 of AsyncDataDownload.java file. It isn't checked if Object "o" (parameter of onPostExecute function) is a List of Stop.
Comment Actions
Yes, it isn't checked, and it has never been a problem while running the app.
We could add the check, or find a way not to have this casting in the first place.