Tag

JGit

0 views collected around this technical thread.

转转QA
转转QA
Sep 23, 2021 · Backend Development

Optimizing the Code Diff System: From JGit to GitLab API and Diff Compensation

This article analyzes performance and concurrency problems in a code‑diff service, compares the original JGit‑based approach with a GitLab‑API solution, addresses new accuracy issues, and presents a compensation strategy using java‑diff‑utils to achieve stable, efficient backend diff processing.

JGitJavaPerformance Optimization
0 likes · 5 min read
Optimizing the Code Diff System: From JGit to GitLab API and Diff Compensation
转转QA
转转QA
Oct 31, 2018 · Backend Development

Design and Implementation of a Custom CodeDiff Platform Supporting SVN and Git

This article explains the motivation, design principles, and technical implementation of a self‑developed CodeDiff platform that unifies SVN and Git diff operations, details the underlying SVNKit and JGit integrations, and describes how diff results are acquired, parsed, and presented to improve testing efficiency and risk control.

CodeDiffJGitJava
0 likes · 8 min read
Design and Implementation of a Custom CodeDiff Platform Supporting SVN and Git