Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sanketbajoria/generator
- Owner: sanketbajoria
- Created: 2015-04-10T14:25:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-16T20:11:44.000Z (over 9 years ago)
- Last Synced: 2024-05-02T06:03:47.878Z (8 months ago)
- Language: Java
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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