-
Notifications
You must be signed in to change notification settings - Fork 0
dragos/dupcheck
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# dupcheck This tool can do two things: find duplicate methods/fields in a Java classfile, and print members, descriptors and Java 5 signatures. If it encounters an error (like double field definition), it exists with exit code 1, otherwise 0. This makes it easy to use in a git bisect run. Create a simple bash script to run it: #!/bin/bash gscala -cp /Users/dragos/Documents/workspace/dupcheck/classes scala.tools.dupcheck.Main $* then dupcheck -d classes/Foo.class to check for duplicates, or dupcheck -p classes/Foo.class to print Foo's members.
About
Find duplicate methods in Java classfiles. Dump Java signatures.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published