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
- Host: GitHub
- URL: https://github.com/markiewb/idea-find-duplicate-class-inspection-plugin
- Owner: markiewb
- License: apache-2.0
- Created: 2017-04-24T21:25:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T21:38:09.000Z (almost 6 years ago)
- Last Synced: 2025-04-02T23:28:19.967Z (about 1 year ago)
- Topics: duplicate, inspection, intellij, plugin
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/9663-find-duplicates-inspection
- Size: 48.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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