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

https://github.com/sylvainlaurent/ch.slaurent.cleanup

An eclipse plugin for additional java source cleanup
https://github.com/sylvainlaurent/ch.slaurent.cleanup

Last synced: about 1 month ago
JSON representation

An eclipse plugin for additional java source cleanup

Awesome Lists containing this project

README

        

# Additional cleanup actions for Eclipse

## Features
- Remove redundant modifiers
- static on interface declaration
- public, abstract on methods in interfaces
- final on private methods
- Remove redundant throws
- unchecked exceptions declared in `throws` statement
- Exception class that inherits from another Exception class already declared in `throws` statement
- Can be used both as cleanup action and save action

## Requirements
- Eclipse 4.x (only tested on 4.3.x)
- Java 6