%0 Conference Paper %A Albert Albiol, Elvira María %A Arenas Sánchez, Purificación %A Flores Montoya, A. %A Genaim, Samir %A Gómez-Zamalloa Gil, Miguel %A Martín Martín, Enrique %A Puebla, G. %A Román Díez, Guillermo %T SACO: Static analyzer for concurrent objects %D 2014 %@ 03029743 %U https://hdl.handle.net/20.500.14352/36144 %X We present the main concepts, usage and implementation of SACO, a static analyzer for concurrent objects. Interestingly, SACO is able to infer both liveness(namely termination and resource boundedness) and safety properties (namely deadlock freedom) of programs based on concurrent objects. The system integrates auxiliary analyses such as points-to and may-happen-in-parallel, which are essential for increasing the accuracy of the aforementioned more complex properties. SACO provides accurate information about the dependencies which may introduce deadlocks, loops whose termination is not guaranteed, and upper bounds on the resource consumption of methods. %~