-
Notifications
You must be signed in to change notification settings - Fork 529
Closed
Description
I attempted to use your Java SDK to integrate Tradeoff Analytics into an application that we are developing at the Mobile Innovation Lab. We imported your jar (even downloaded and re-built it with gradle) and tried to execute the example test for Tradeoff Analytics, but were greeted with an error.
The error seemed to be related to GSON, which required the Column class to have a default constructor with no arguments. To resolve the error for our particular use-case, we had to modify the source code by adding a default constructor with no arguments, and by changing the abstract Column class to a concrete class.
These changes obviously aren't ideal, but they were enough for our use-case to get us back in business.