public CollectionTypeBinding(String name, TypeBinding type) {
   this.name = name;
   this.type = type;
   Logs.extreme().debug("Found list type: " + type.getClass().getCanonicalName());
 }