Buscar
Mostrando ítems 1-10 de 1690
Identifying classes in legacy JavaScript Code
(Wiley, 2017)
JavaScript is the most popular programming language for the Web. Although the language is prototype-based, developers can emulate class-based abstractions in JavaScript to master the increasing complexity of their applications. ...
Source to source compiler for the automatic parallelization of JavaScript code
(Universidad de LimaPE, 2021)
This work focuses on the development of a source-to-source compiler for the automatic
parallelization of JavaScript code. The proposed compiler transforms the input code to an AST
(Abstract syntax tree). Afterward, we ...
Statically identifying class dependencies in legacy JavaScript systems: First results
(IEEE, 2017)
Identifying dependencies between classes is an essen-tial activity when maintaining and evolving software applications.It is also known that JavaScript developers often use classes tostructure their projects. This happens ...
Estudo empírico sobre duplicação de código em aplicações JavaScript
(Universidade Tecnológica Federal do ParanáDois VizinhosBrasilEngenharia de SoftwareUTFPR, 2021-12-08)
Clones are similar or identical code fragments on source code. Code cloning can cause several issues related to code quality and maintenance. Consequently, clone detection is an active research area in Software Engineering. ...