diff --git a/bin/compare b/bin/compare index 6ae25a2031e8fbce2dce4690a6311da759676331..ac79481296ea451429e22310921ae564a1afa173 100755 --- a/bin/compare +++ b/bin/compare @@ -98,7 +98,7 @@ html << <<-EOHTML
" + dd.find_all {|c| !c[:found] }.length.to_s + " classes not found
" +html << "" + dd.find_all {|c| c[:found] && c[:name] == c[:new_name] }.length.to_s + " classes with same name
" +html << "" + dd.find_all {|c| c[:found] && c[:name] != c[:new_name] }.length.to_s + " renamed classes
" +html << "" + dd.find_all {|c| c[:diff].length > 0 }.length.to_s + " classes with missing members
" +html << "" + dd.map {|c| c[:diff].length }.inject {|sum,x| sum + x }.to_s + " missing members
" +html << "" + dd.map {|c| c[:diff].find_all {|m| !m[:other]}.length }.inject {|sum,x| sum + x }.to_s + " completely missing members
" + + html << "" html << "