testmycode / tmc-core

The common clientside implementation for tmc-clients. Used by the tmc-netbeans and the tmc-cli
3 stars 18 forks source link

Make parsing exercise deadlines thread safe #115

Closed nygrenh closed 8 years ago

nygrenh commented 8 years ago

Exercise#getDeadlineDate was randomly failing because SimpleDateFormat is not thread safe.