@Override
 public int hashCode() {
   int result = module.hashCode();
   result = 31 * result + fqName.hashCode();
   return result;
 }