我有类等于和哈希码
public class ObjectType {
...
在 Eclipse 大纲视图中,equals 和 hashcode 方法是可见的。
在运行时我在 JBoss 4.2.3.GA 遇到异常:
12:21:58,741 ERROR [STDERR] Exception in thread "Thread-29"
12:21:58,741 ERROR [STDERR] java.lang.NoSuchMethodError: core.notdb.ObjectType.equals(Lcom/alt1/cbc/core/notdb/ObjectType;)Z
对于代码:
@Override
public Entity getEntity(ObjectType objectType, Object id) {
if (BaseStationSubsystem.getBscObjectType().equals(objectType)) {