Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 202960
Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/WorkingSet.java (-1 / +1 lines)
Lines 129-135 Link Here
129
	 * @return the hash code.
129
	 * @return the hash code.
130
	 */
130
	 */
131
	public int hashCode() {
131
	public int hashCode() {
132
		int hashCode = getName().hashCode() & getElementsArray().hashCode();
132
		int hashCode = getName().hashCode();
133
133
134
		if (editPageId != null) {
134
		if (editPageId != null) {
135
			hashCode &= editPageId.hashCode();
135
			hashCode &= editPageId.hashCode();

Return to bug 202960