Generate quality overrides of hashCode for Thrift structs (in Java).
authorDavid Reiss <dreiss@apache.org>
Sun, 2 Mar 2008 06:29:23 +0000 (06:29 +0000)
committerDavid Reiss <dreiss@apache.org>
Sun, 2 Mar 2008 06:29:23 +0000 (06:29 +0000)
commit14feb4127c03bf164c0268eb2c0c29f2fb308bae
treea9311e43cb20e7a51f336b248c01129b0d6a83fb
parent3b15ebc251adc63d9c330c50e9a399e8117bdf35
Generate quality overrides of hashCode for Thrift structs (in Java).

This feature is turned off by default because it adds a new dependency:
Apache Commons Lang.  This package seems enough like Boost that
I would be open to turning this feature on by default.

Also updated test/java/build.xml to use this new option.
ant test still passes.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665542 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_java_generator.cc
test/java/build.xml