SERG-Delft / j2graph

10 stars 3 forks source link

Add processing for ICLR-GREAT Paper and Fix bugs #8

Closed hsellik closed 4 years ago

hsellik commented 4 years ago

This pull request adds DataGenerator for ICLR2020-Great paper and also fixes some bugs.

2 Additional tests were added. One for unparsable code (expecting an illegalArgumentException) and one for Enums.

The enum test has a @TODO tag since j2graph currently fails to handle them.

hsellik commented 4 years ago

@mauricioaniche , made the changes.