MCPcopy Index your code
hub / github.com/benfry/processing4 / equals

Method equals

app/src/processing/app/contrib/Contribution.java:341–349  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

339
340
341 @Override
342 public boolean equals(Object o) {
343 if (this == o) return true;
344
345 if (o instanceof Contribution that) {
346 return name.equalsIgnoreCase(that.name);
347 }
348 return false;
349 }
350
351
352 // TODO remove this because it hides actual differences in objects

Callers 15

buildZipMethod · 0.45
skipFontFamilyMethod · 0.45
setPrettyVersionMethod · 0.45
isFoundationMethod · 0.45
parseModeListMethod · 0.45
rewritePropertiesFileMethod · 0.45
fromFilePathMethod · 0.45
copyAndLoadMethod · 0.45
removeModeMethod · 0.45
findContributionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected