
@misc{Mews11a,
	Author = {Mews, Marcus and von Pilgrim, Jens},
	Howpublished = {Poster, ECOOP 2011 -- Object-Oriented Programming},
	Month = jul,
	Title = {Concurrency by Refactoring},
	Url = {http://ecoop11.comp.lancs.ac.uk/?q=content/concurrency-refactoring},
	Year = {2011},
	Abstract = {This poster shows how to combine a semantic preserving refactoring framework with static code analyses. With example of parallelizing two methods, we demonstrate how the framework and the code analyses interact and which changes are necessary. The parallelization refactoring itself relies on existing concurrency libraries. Since we work with Java, this is the java.util.concurrency framework.

}}
