Paul Sandoz
Paul Sandoz
This pull request contains a number of updates related to the hash code of sets and maps primarily to enable the removal of `HollowObjectHashCodeFinder` and related hash code functionality at...
The `HashIndex` API supports type safe construction, and reports configuration errors on building, so that such errors cannot occur with performing a match. However, it is not possible to declare...
The class `HollowObjectTypeMapper` reflects on a field of `java.lang.String`, the `value` field of the boxed primitive classes, and in general any JDK class that is given (e.g. `BigDecimal`). This is...
Given a set of reflectable methods that form a call graph, we can create a code model that is a module operation containing the functions in that graph where invocation...