entlicher commented on a change in pull request #2987:
URL: https://github.com/apache/netbeans/pull/2987#discussion_r645645489
##########
File path:
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/DebugConnector.java
##########
@@ -131,20 +166,19 @@ public boolean equals(Object obj) {
if (!Objects.equals(this.arguments, other.arguments)) {
return false;
}
- if (!Objects.equals(this.defaultValues, other.defaultValues)) {
- return false;
- }
return true;
}
@Pure
@Override
public String toString() {
ToStringBuilder b = new ToStringBuilder(this);
+ b.add("name", id);
Review comment:
Corrected.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists