1) The document proposes a technique called Team-Based Refactoring (TBR) that uses information about how developers work together on code (e.g. which classes they commonly edit together) to identify refactoring opportunities.
2) A case study of five Android projects evaluated whether TBR could identify useful refactorings and whether it provided complementary information to traditional refactoring techniques based on code structure, semantics, and history.
3) The results found that 74% of refactorings identified by TBR were considered useful and had medium or low perceived effort to implement. TBR also identified refactorings that traditional techniques missed in 30-43% of cases, indicating it provides complementary information.