Feature #4115

catch null calls

Added by about 3 years ago. Updated almost 3 years ago.

Status:AssignedStart date:26/04/2010
Priority:NormalDue date:
Assignee:-% Done:

0%

Category:-Spent time:-
Target version:Bugs 1.2

Description

There are many things that can return "null", we have to try not to stop the client with thous errors and try to catch where the code broke. If we made a good control, we can see bugs more easily.

History

#1 Updated by about 3 years ago

  • Status changed from New to Assigned

updated with 2 new null catchs:
- In the home, when the code try to know the user.
- And when you call for a list of your friends in the friendList.java.

Revision 938.

#2 Updated by about 3 years ago

Added a null control to the class LibreGeoSocial, in the last lines of the function:
public GeoNode updateNode (GeoNode node)

That was making some bugs about the alarm system (bug #4209)

revision 1006.

#3 Updated by almost 3 years ago

added a new one in the line number 63 in the file trunk/src/com/LibreGeoSocial/App/AlarmManager/NodeAlarm.java
if there are errors taking the nodes, if you can't updated it.
revision 1013.

#4 Updated by almost 3 years ago

  • Target version changed from Layer System to 1.1 alpha

this will be finished to 1.1 alpha

#5 Updated by Roberto Calvo almost 3 years ago

  • Target version changed from 1.1 alpha to Bugs 1.2

Also available in: Atom PDF