This document presents the Coparvo technique for improving requirements traceability in object-oriented systems. Coparvo partitions source code into experts based on code elements like class names, method names, and comments. It then recovers traceability links between requirements and code by having the experts vote on potential links. An empirical study on three open-source projects found that Coparvo improved F-measure over traditional IR techniques and reduced manual effort to verify links by up to 83%. However, sometimes single code partitions or combinations provided better results than expert voting. The authors conclude that partitioning code and using partitions as experts for voting yields more accurate traceability than traditional approaches.