kkevlar / section-searcher

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

A "NullPointerException" could be thrown; "id" is nullable here #130

Closed Jdatechong closed 5 years ago

Jdatechong commented 5 years ago

src/logic/Section.java line 78

if (!this.id.contentEquals(((Section)other).id))

id could be null