snuspl / dolphin

14 stars 2 forks source link

Fix ParseException on blank lines #52

Closed dongjoon-hyun closed 9 years ago

dongjoon-hyun commented 9 years ago

This issue is found by @jsjason and related to the following existing classes:

All the above classes generates the following exceptions on blank lines:

edu.snu.reef.dolphin.core.ParseException: Parse failed: each field should be a number
jsjason commented 9 years ago

Closed via #53.