summaryrefslogtreecommitdiff
path: root/test/DebugProtoTest.thrift
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2008-03-02 06:29:19 +0000
committerDavid Reiss <dreiss@apache.org>2008-03-02 06:29:19 +0000
commit3b15ebc251adc63d9c330c50e9a399e8117bdf35 (patch)
treed86c65190ef84faf4ccdb3d557fba6aadfbda11c /test/DebugProtoTest.thrift
parentd2a3e566b7814cfe176dd988854f6b3dca6a47d7 (diff)
downloadthrift-3b15ebc251adc63d9c330c50e9a399e8117bdf35.tar.gz
Add support for .equals() to Java structs.
- Add a new method to t_java_generator that generates a .equals() method. - Add a correct but useless implementation of hashCode for structs. (This is required by conventino when overriding .equals().) - Add java_package to DebugProtoTest and OptionalRequiredTest. - Add a new structure to OptionalRequiredTest to assist testing the behavior of .equals() with respect to null and unset fields. - Clean up test/java/build.xml a bit. (It still has a ways to go.) - Add EqualityTest.java to test .equals(). - Add IdentityTest.java to test that writing and reading a structure preserves equality. Tested by runnint atn test. I also looked at the generated code for OptionalRequiredTest.thrift. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665541 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/DebugProtoTest.thrift')
-rw-r--r--test/DebugProtoTest.thrift1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/DebugProtoTest.thrift b/test/DebugProtoTest.thrift
index cdbea2a93..7f031c660 100644
--- a/test/DebugProtoTest.thrift
+++ b/test/DebugProtoTest.thrift
@@ -1,4 +1,5 @@
namespace cpp thrift.test
+namespace java thrift.test
struct Doubles {
1: double nan,