molgenis / molgenis-tools-emx-downloader

Stand alone tool to download data in EMX format from molgenis servers
GNU Lesser General Public License v3.0
2 stars 8 forks source link

Attribute.toString() method gives StackOverflow for compound attributes #53

Closed fdlk closed 6 years ago

fdlk commented 6 years ago

Since it includes toString() of both the parent and the children, the toString() of an Attribute never terminates if you've constructed the tree correctly.