Affects: 5.3.8


This method named hasContributors() has a body that returns true when there are no contributors.

public boolean hasContributors() {
   return this.contributors.isEmpty();
}