kkevlar / section-searcher

Project for CSC 308 and 309
1 stars 0 forks source link

Optional value should only be accessed after calling isPresent() #110

Closed Jdatechong closed 5 years ago

Jdatechong commented 5 years ago

test/TestSavePlan.java line 63:

assertEquals(plan.toString(), planFromXML.get().toString());

uses get() without calling isPresent()