MCPcopy Index your code
hub / github.com/processing/processing / equals

Method equals

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

Source from the content-addressed store, hash-verified

368
369
370 @Override
371 public boolean equals(Object o) {
372 if (this == o) return true;
373
374 if (o instanceof Contribution) {
375 Contribution that = (Contribution) o;
376 return name.toLowerCase().equals(that.name.toLowerCase());
377 }
378 return false;
379 }
380
381
382 @Override

Callers 15

expectRunnerExceptionMethod · 0.45
expectGoodMethod · 0.45
expectGoodMethod · 0.45
useInputMethodMethod · 0.45
PlatformClass · 0.45
getVariantMethod · 0.45
getContentFileMethod · 0.45
runMethod · 0.45
initMethod · 0.45
isPlatformSpecificMethod · 0.45

Calls

no outgoing calls

Tested by 5

expectRunnerExceptionMethod · 0.36
expectGoodMethod · 0.36
expectGoodMethod · 0.36