SEAIMay 17

Rover: Context-aware Conflict Resolution with LLM

arXiv:2605.1727956.6
Predicted impact top 42% in SE · last 90 daysOriginality Incremental advance
AI Analysis

For developers in large-scale projects, Rover improves automated conflict resolution by incorporating inter-file context, addressing a key limitation of existing approaches.

Rover integrates program analysis with LLMs using a Multi-layer Code Property Graph to resolve code merge conflicts with complex dependencies, achieving higher similarity to ground-truth resolutions than standalone LLMs, MergeGen, and WizardMerge.

Code merging is a significant challenge, particularly in large-scale projects. Existing solutions, including program analysis and machine learning, show promise but face critical limitations. Program analysis lacks the ability to infer developers' intentions, relying on conservative strategies that offload unresolved conflicts for manual handling. Meanwhile, model-based approaches struggle with conflicts involving complex code dependencies due to insufficient contextual awareness. To address these gaps, we introduce Rover, a novel conflict resolution system that integrates program analysis with large language models (LLMs). To obtain context-aware prompts, we propose Multi-layer Code Property Graph (MtCPG), a new representation capturing inter-file dependencies and enabling contextual analysis for a given conflict. Using graph connectivity algorithms, Rover further clusters conflicting code and associated changes into meaningful "contexts" that guide the LLM in generating accurate resolutions. We compared Rover with standalone LLMs, machine learning baseline MergeGen, and suggestion provider tool WizardMerge with adjacent code as the contexts. Evaluation results show that Rover surpasses all of these approaches in terms of conflict resolution, achieving higher similarity to ground-truth resolutions at character, lexical, and semantic levels.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes