Morteza Zakeri
Morteza Zakeri
Hi, How can I run the Java language server outside any IDE environment as a standalone server? I would like to request this server from Python. Indeed, how can I...
**Describe the bug** Extracting long method smells from initialization file (lines of codes) **To Reproduce** 
**The problem** Currently, CodART uses JDeodorant to generate move method candidates. The Python implementation of JDeodorant similarity algorithms is required for CodART. **Describe the solution you'd like** JDeodorant similarity algorithm...
**The problem** Currently, CodART uses JDeodorant to generate extract method candidates. The Python implementation of JDeodorant slicing algorithms is required for CodART. **Describe the solution you'd like** JDeodorant slicing algorithm...
**The problem** CodART uses Understand Python API for the following task: * Finding the usages (ref by) of a given entity (variable, method, class, interface, and enum) in the program...
**The problem** There is no unified interface for the CodART project. As the CodART project is developed and the number of features is increased, it is vital to have an...
**Describe the bug** Some refactoring does not have a class interface. It makes them hard to use. **To Reproduce** Look at refactoring such as `pullup_field` in the refactoring package. **Expected...
Texstudio (4.5.2) will open in Windows taskbar but it is not maximized anyway.
This feature implements a free version of the DEPICTER search-based (+ rule-based) refactoring tool described in the following paper: [DEPICTER: A Design-Principle Guided and Heuristic-Rule Constrained Software Refactoring Approach](https://ieeexplore.ieee.org/document/9761969)