Firstly, let me say I really like BC, and use it almost every day.
I came across a feature I would like to add to the wish list for future BC releases (forgive me if it already exists - I couldn't find it...).
I am doing a compare of java classes (in a jar file). As they have been compiled at different times, I am assuming that the header of the class files are different, even though the file sizes are (mostly) the same.
The rules based comparison (obviously) shows that the files are different. What I would find helpful is to be able to filter out those items which have identical file sizes.
I came across a feature I would like to add to the wish list for future BC releases (forgive me if it already exists - I couldn't find it...).
I am doing a compare of java classes (in a jar file). As they have been compiled at different times, I am assuming that the header of the class files are different, even though the file sizes are (mostly) the same.
The rules based comparison (obviously) shows that the files are different. What I would find helpful is to be able to filter out those items which have identical file sizes.
Comment