mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
a better hashCode for stub hierarchy symbols
This commit is contained in:
@@ -39,6 +39,11 @@ public abstract class Symbol {
|
||||
this.myShortName = name;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return myShortName;
|
||||
}
|
||||
|
||||
public ClassSymbol[] members() {
|
||||
return ClassSymbol.EMPTY_ARRAY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user