Community
Participate
Working Groups
@Override
public int hashCode()
{
// TODO Missing "rootClass.hashCode() ^ " or intention?
return rootFeature.hashCode() ^ rootClass.hashCode();
return rootFeature.hashCode();
}
protected int loadRevisionCollectionChunkSize;
/**
* TODO Can didFetch be derived from fetchCount?
*/
private boolean didFetch;
private int fetchCount = 0;
// TODO Missing "cdoClass.hashCode() ^ " or intention?
return cdoClass.hashCode() ^ cdoFeature.hashCode();
return cdoFeature.hashCode();