Skip to content

An eclipse plugin to split up classes and reorganize class methods

License

Notifications You must be signed in to change notification settings

CenterDevice/ClassCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClassCleaner

ClassCleaner is an eclipse plugin to help you split up classes and to reorganize class methods. Therefore, ClassCleaner analyzes references of methods in your class, to identify groups of methods that do not refer to each other. If such methods are detected, ClassCleaner suggests to extract these methods into a separate class in order to keep your classes small.

Building

Checkout the project and run

mvn eclipse:eclipse

To run the project, select

Run As -> Eclipse Application

To enable ClassCleaner for your project, right-click your project in the package explorer and select

Configure -> Enable ClassCleaner

About

An eclipse plugin to split up classes and reorganize class methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages