https://github.com/arturbosch/javaparser-goodness
Collection of small code manipulation java scripts based on javaparser
https://github.com/arturbosch/javaparser-goodness
code-cleaning code-manipulation java javaparser
Last synced: 3 months ago
JSON representation
Collection of small code manipulation java scripts based on javaparser
- Host: GitHub
- URL: https://github.com/arturbosch/javaparser-goodness
- Owner: arturbosch
- License: mit
- Created: 2017-03-06T22:26:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T13:02:26.000Z (about 5 years ago)
- Last Synced: 2025-01-30T11:13:38.039Z (5 months ago)
- Topics: code-cleaning, code-manipulation, java, javaparser
- Language: Java
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# javaparser-goodness
Collection of small code manipulation java scripts based on javaparser
### List of Scripts
- InterfaceCleaner - removed abstract keyword from interface declarations, removed public and abstract keywords from interface methods
- InterfaceDocumentation - prints undocumented declarations in interfaces