Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In the generated code for thrift objects, the .equals(Tbase other) method can throw a NullPointerException if other is null. This happens if other is null or a field accessed in other is null.