PReMM, an LLM-based program repair framework for Multi-Method Bugs. PReMM builds on three core components: the faulty method clustering component to partition the faulty methods into clusters based on ...
├── README.md # README ├── benchmark # Dataset │ ├── Java # Java programs │ │ ├── juliet-test-suite-APT # Absolute Path Traversal │ │ ├── juliet-test-suite-CI # OS Command Injection │ │ ├── ...