35 results for “topic:software-maintenance”
Software quality monitoring for teams and projects
Harnessing Large Language Models for Curated Code Reviews
ICTU's Kwaliteitsaanpak: a set of guidelines for software development projects
🔍 Analyze and visualize code health with metrics like cyclomatic complexity, TODOs, and more — for C#, Java, and beyond.
A software maintenance explorer tool - https://soft-evo.shinyapps.io/maintenance-activities/.
A tool to compute test paths of Java methods and constructors.
The CodeSparks framework aims to facilitate the integration of software analysis tools into the IDE such that their results are shown as glyph-based visualizations in the source code.
Sistema de votação
This is a demo implementation of a CodeSparks plugin for the IntelliJ IDEA.
🔧⚙️ This project was made for Software Engineering, Management and Evolution exam and represents a maintenance activity on an already existing web application.
A Python tool for detecting code duplications and code quality issues in your projects. Replicheck analyzes your codebase to identify similar or identical code blocks, high complexity functions, large files/classes, and TODO/FIXME comments, helping you maintain code quality and reduce redundancy.
Technical Debt Catalog - Code Debt - Repository - Scientific Initiation Project supported by the São Paulo Research Foundation - FAPESP, grant n°: 2016/15631-4
Automatizing Software Cognitive Complexity Reduction
The purpose of this project is learning to make critical decisions through theory and practice of reengineering the source code of a selected system
Replication package of the research paper "Exploring Scientific Debt: Harnessing AI for SATD Identification in Scientific Software.
Implementation of the Simulator-based Explanations of DNN-Errors (SEDE) approach.
TDCodeVis Tool - Repository - Scientific Initiation Project supported by the São Paulo Research Foundation - FAPESP, grant n°: 2016/15631-4
Materiale del corso di Ingegneria del Software
🔧 The project for the course Software development, deployment and maintenance (SE109)
Project developed as an assignment for Software Evolution and Adaptation subject, Software Engineering degree. Rey Juan Carlos University 2019/2020. JRoar software maintenance and evolution of the web interface.
HotCiv is a simple Civilization-style game that is used to demonstrate various software design patterns and principles using TDD.
Processo de manutenção para aplicações web de bioinformática baseado em Docker com objetivo de estender o ciclo de vida dessas aplicações e contribuir para difusão das produções científicas. Tipos de manutenção na literatura foram incorporados, fluxo de trabalho e atividades especificadas com base na natureza da manutenção.
Trabajo de mantenimiento de software TinyUML
Bug Localization Model in Source Code Using Ontologies
theDevmechanics Official Website.
LOBUS-OWL: Modelo de localização de defeitos em código-fonte apoiado por ontologia
Elemental Updater is an automated tool for managing and applying software updates, ensuring your system stays current with minimal effort. ⚙️🔄
Paper landing page, PDF, and LaTeX source for Faithful LLM Agent Assistance for Software Maintenance Systems.
Relational Software Management System (RSMS) project. RSMS is based on OPM (Object-process model) with a similar (but not equal) design goal as Intentional Programming (IP).
Continuation of Module 04: refactored the previous linked-list implementation to use a Stack structure while preserving sorted output behavior. Demonstrates code reuse, maintenance, and incremental development using Java’s Collections Framework. Includes complete CLI instructions, sample input file, and Javadoc generation command.