Skip to content

dragos/dupcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages