in docker/ops-playground-image/java/flink-playground-clickcountjob/src/main/java/org/apache/flink/playgrounds/ops/clickcount/records/ClickEvent.java [73:75]
3 lines of code
1 McCabe index (conditional complexity)
public int hashCode() {
return Objects.hash(timestamp, page);
}