Skip to content

teerath91/ALPAR

 
 

Repository files navigation

ALPAR

ALPAR (Android Lint Performance issues Auto Resolver), is an Eclipse plugin used to automatically refactor performance issues of Android Lint. It is extended from AutoRefactor http://autorefactor.org: and LeaFactor.

How to run:

Download and unzip the project repository (or directory clone it from the command line).

(i) open the Eclipse IDE.

(ii) go to tab File--> Import-->Maven-->Existing Maven Project-->Next.

(iii) a new window will open, then kindly select Browse and provide the path of Directory of AutoRefactor plugin and click Finish.

(iv) then from Package Explorer, right click on org.autorefactor.plugin and select Run as-->Eclipse Application.

A new window will open then provide the project as input (to test). Right click on project or any java file of project select Autorefactor-->choose refactoring

Select the refactoring, which is required to apply on the input file or project.

About AutoRefactor

The AutoRefactor project delivers free software that automatically refactor code bases.

The aim is to fix language/API usage in order to deliver smaller, more maintainable and more expressive code bases.

This is an Eclipse plugin to automatically refactor Java code bases.

You will find much more information on http://autorefactor.org: goals, features, usage, samples, installation, links.

License

AutoRefactor is distributed under the terms of both the Eclipse Public License v1.0 and the GNU GPLv3+.

See LICENSE-ECLIPSE, LICENSE-GNUGPL, and COPYRIGHT for details.

About

ALPAR is an Eclipse plugin to automatically refactor performance issue. it is extended from AutoRefactor and Leafactor.

Resources

License

EPL-1.0, GPL-3.0 licenses found

Licenses found

EPL-1.0
LICENSE-ECLIPSE
GPL-3.0
LICENSE-GNUGPL

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 97.3%
  • HTML 2.2%
  • JavaScript 0.5%