yezhenyu

Results 1 issues of yezhenyu

in my view, the locationClass is initialized by this function: ``` public static CrailLocationClass getLocationClass() throws UnknownHostException{ return CrailLocationClass.get(InetAddress.getLocalHost().getCanonicalHostName().hashCode()); } ``` The locationClass is a String's hashCode, so it can...