Morteza Zakeri

Results 13 issues of 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...

Merge web app into main branch

enhancement

**Describe the bug** Extracting long method smells from initialization file (lines of codes) **To Reproduce** ![image](https://user-images.githubusercontent.com/13350547/148216587-61c20f75-b5fa-471c-9a1d-399ba4b9b4ff.png)

bug
WIP

**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...

enhancement

**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...

enhancement

**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...

enhancement
required

**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...

enhancement

**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...

enhancement

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)

documentation