Buscar
Mostrando ítems 1-10 de 176
Analysis of dependencies between refactorings to solve code smellsAnálisis de dependencias entre refactorings para solucionar code smells
(Universidad Tecnológica Nacional, 2018)
Análisis de dependencias entre refactorings para solucionar code smells
(Universidad Tecnológica Nacional, 2018-09)
Los code smells son síntomas en el código fuente que pueden revelar problemas de diseño. Para poder solucionar un smell deben aplicarse un conjunto de refactorings que permitan restructurar el sistema. Sin embargo, al ...
Improving the success rate of applying the extract method refactoring
(Elsevier, 2020)
Context: Most modern programming environments support refactorings. Although refactorings are relevant to improve the quality of software source code, they unfortunately suffer
from severe usability issues. In particular, ...
Business Processes Refactoring to Improve Usability in E-Commerce Applications
(Springer, 2014-12)
Refactoring is a technique that applies step-by-step transformations intended to improve the quality of softwarewhile preserving its behavior.It represents an essential activity in today ́s software ...
A computational solution for the software refactoring problem: a formalism toward an optimization approach
(2017-12-01)
Software Refactoring consists in reconstructing the code design of an object-oriented system without affecting the external functionality. Common refactoring tasks, in the initial steps, detect the source code ...
A computational solution for the software refactoring problem: from a formalism toward an optimization approach
(2017-12-01)
Abstract: Software Refactoring consists in reconstructing the code design of an object- oriented system without affecting the external functionality. Common refactoring tasks, in the initial steps, detect the ...
Incorporação de novas refatorações para linguagem Fortran no IDE Eclipse
(Universidade Federal de Santa MariaBrasilUFSMCentro de Tecnologia, 2010-01-04)
Refactoring is a software engineering technique that aims to perform internal changes
in the application source code, without influence on its functionality and results. This
technique is not restricted only to source ...
Embracing the C preprocessor during refactoring
(Wiley, 2013-06)
C preprocessor directives are heavily used in C programs because they provide useful and even necessary additions to the C language. However, they are usually executed and discarded before any analysis is applied on C ...