Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanketbajoria/generator

Generic generator plugin for generating efficient equals, hashcode and others.
https://github.com/sanketbajoria/generator

Last synced: about 1 month ago
JSON representation

Generic generator plugin for generating efficient equals, hashcode and others.

Awesome Lists containing this project

README

        

# Generator
Generic generator plugin for generating efficient and compact equals, hashcode and others.

### Features
- It uses jdk 7 Objects class to generate efficient and compact code.
- It reduces significant number of code lines.
- There is no cyclomatic complexity issues.

### How to install?
1. Download the plugin jar from dist folder
2. Place it in under dropins folder
3. Restart the eclipse. Voila, plugin should installed successfully

### How to use?
1. Right click the java file from package explorer or Right click on the java editor
2. Select the option Equals and Hashcode
3. Select the variables you want to use in generating equals and hashcode
4. Click Ok. :)

### Supported
Eclipse Version 3.5 or higher