AI News HubLIVE
In-site rewrite2 min read

AI migrated legacy COBOL programs to Java, bugs included

This paper introduces Locksmith Loop, an agentic test-synthesis method that deterministically validates AI-generated Java migrations of legacy COBOL code. It runs mock-instrumented COBOL and Java environments on commodity hardware, then iteratively searches for inputs that reach deeper branches and applies parity-preserving mutations. In three case studies ranging from 430 to 4,114 source lines, the method achieved near-complete branch coverage on open-source programs and 91.90% branch coverage on an internal production-like program, while all accepted test cases passed deterministic parity checks.

SourceHacker News AIAuthor: felineflock

-->

[Submitted on 30 Jul 2026]

Title:Agentic Method for Deterministic Validation of Legacy Code Migration

View a PDF of the paper titled Agentic Method for Deterministic Validation of Legacy Code Migration, by Andras Ferenczi and 4 other authors

View PDF HTML (experimental)

Abstract:Migration of legacy COBOL programs to Java requires extensive testing to ensure correct functionality. This effort is often complicated by the lack of test data and the difficulty of validating all corner cases. In this paper we propose a novel agentic test-synthesis method, the "Locksmith Loop," which is initiated by preparing two runtime environments: the COBOL source and the generated Java target are each instrumented with mocks and executed off-mainframe on commodity hardware, then an iterative agentic loop performs Witness Search over input mocks to penetrate program branches, followed by parity-preserving mutations. When routing boundaries are reached, an analyzer identifies a Locked Paragraph: a condition preventing deeper exploration. Across three COBOL-Java case studies, spanning two open-source programs and one internal production-like COBOL program and ranging from 430 to 4,114 source lines, Locksmith consistently improved coverage beyond input-search plateaus, reaching nearly complete coverage on the two open-source programs and 91.90% branch coverage on the internal production-like COBOL program. The generated Java matched the COBOL reference under deterministic parity checks in all accepted test cases. Through these findings we demonstrate, to the best of our knowledge, a novel approach for validating agentic coding output using a deterministic oracle.

Comments: 11 pages, 6 figures

Subjects:

Software Engineering (cs.SE); Artificial Intelligence (cs.AI)

Cite as: arXiv:2607.28271 [cs.SE]

(or arXiv:2607.28271v1 [cs.SE] for this version)

https://doi.org/10.48550/arXiv.2607.28271

arXiv-issued DOI via DataCite (pending registration)

Submission history

From: Andras Ferenczi [view email] [v1] Thu, 30 Jul 2026 14:25:23 UTC (2,963 KB)

Full-text links:

Access Paper:

View a PDF of the paper titled Agentic Method for Deterministic Validation of Legacy Code Migration, by Andras Ferenczi and 4 other authors

View PDF

HTML (experimental)

TeX Source

view license

Current browse context:

cs.SE

new | recent | 2026-07

Change to browse by:

cs cs.AI

References & Citations

NASA ADS

Google Scholar

Semantic Scholar

Loading...

Data provided by:

Bibliographic Tools

Bibliographic and Citation Tools

Bibliographic Explorer Toggle

Bibliographic Explorer (What is the Explorer?)

Connected Papers Toggle

Connected Papers (What is Connected Papers?)

Litmaps Toggle

Litmaps (What is Litmaps?)

scite.ai Toggle

scite Smart Citations (What are Smart Citations?)

Code, Data, Media

Code, Data and Media Associated with this Article

alphaXiv Toggle

alphaXiv (What is alphaXiv?)

Links to Code Toggle

CatalyzeX Code Finder for Papers (What is CatalyzeX?)

DagsHub Toggle

DagsHub (What is DagsHub?)

GotitPub Toggle

Gotit.pub (What is GotitPub?)

Huggingface Toggle

Hugging Face (What is Huggingface?)

ScienceCast Toggle

ScienceCast (What is ScienceCast?)

Demos

Demos

Replicate Toggle

Replicate (What is Replicate?)

Spaces Toggle

Hugging Face Spaces (What is Spaces?)

Spaces Toggle

TXYZ.AI (What is TXYZ.AI?)

Related Papers

Recommenders and Search Tools

Link to Influence Flower

Influence Flower (What are Influence Flowers?)

Core recommender toggle

CORE Recommender (What is CORE?)

Author

Venue

Institution

Topic

About arXivLabs

arXivLabs: experimental projects with community collaborators

arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.

Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.

Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.

Which authors of this paper are endorsers? | Disable MathJax (What is MathJax?)

AI migrated legacy COBOL programs to Java, bugs included | AI News Hub