Thread moved from Whats wrong with my code

The first obvious issue are the following:


....
catch(Exception e){}
return new ArrayList ();
}
...