graphstream / gs-core

Graphstream core
http://graphstream-project.org/
Other
398 stars 109 forks source link

Fix graphml parsing (NumberFormatException) #364

Closed robinschmid closed 2 years ago

robinschmid commented 2 years ago

Fix NumberFormatException when reading characters. Pass getData() instead of the Characters event. See #363

robinschmid commented 2 years ago

I tried this branch and the Graphml import by using my commit via jitpack. This fixes the import.

pigne commented 2 years ago

Would you mind editing your PR so I can merge it into the devbranch?

robinschmid commented 2 years ago

Done. Thanks for your quick response.