https://github.com/evernat/dead-code-detector
Dead Code Detector finds never used code in Java applications
https://github.com/evernat/dead-code-detector
dead-code-removal
Last synced: 2 months ago
JSON representation
Dead Code Detector finds never used code in Java applications
- Host: GitHub
- URL: https://github.com/evernat/dead-code-detector
- Owner: evernat
- License: apache-2.0
- Created: 2017-07-06T16:32:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T18:30:32.000Z (almost 6 years ago)
- Last Synced: 2025-03-20T01:07:15.994Z (2 months ago)
- Topics: dead-code-removal
- Language: Java
- Homepage: https://github.com/evernat/dead-code-detector/wiki
- Size: 994 KB
- Stars: 32
- Watchers: 6
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dead Code Detector (for Java applications)
==========================================If you are a developer or a tech lead, Dead Code Detector (DCD) simply finds [never used code](http://en.wikipedia.org/wiki/Unreachable_code) in your Java/JEE applications.
Author: Emeric Vernat
License: [ASL](http://www.apache.org/licenses/LICENSE-2.0)
Documentation
==========================================See [wiki](../../wiki)