Skip to content

NEO-Research-Group/automated-refactoring-java-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tool to remove break and continue sentences in Java

This work presents the development of an automatic refactoring tool for Java code built on top of the Eclipse JDT API. The proposed approach transforms control structures containing break and continue statements within different types of loops into semantically equivalent constructs that avoid their explicit use.

The goal is to produce a semantically equivalent code that is easier to refactor using the extract method refactoring operation.

About

This work presents the development of an automatic refactoring tool for Java code built on top of the Eclipse JDT API. The proposed approach transforms control structures containing break and continue statements within different types of loops into semantically equivalent constructs that avoid their explicit use.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages