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

https://github.com/markiewb/idea-find-duplicate-class-inspection-plugin


https://github.com/markiewb/idea-find-duplicate-class-inspection-plugin

duplicate inspection intellij plugin

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

          

# Intellij IDEA "find duplicates inspection" plugin

It adds an (experimental) inspection, which finds a class with the same fully qualified name. The files can be diffed or deleted.

It shows the usage some IDEA APIs:
* How to create an inspection with fixes.
* How to find classes by their FQN.
* How to create the diff of two files.

## Updates
1.2.1: Fixed compatibility warnings from plugin portal #1
1.2: Some renames
1.1: Initial

## License
Apache 2.0