-
Notifications
You must be signed in to change notification settings - Fork 1
DuplicateClasses
smarkwal edited this page Mar 9, 2025
·
3 revisions
- Java classes found in more than one JAR file of the classpath.
- Java classes found in classpath shadowing provided or runtime Java classes (JRE/JDK).
- Resources (files other than Java class files) found in more than one JAR file under the exact same path and name.
Also checks how "similar" duplicate and shadowed Java classes are (exact copy, same API, or different API).
Next: Binary Compatibility
JarHC - JAR Health Check | jarhc.org
