3d7ec896ac
Motivation: Recent Intellij versions are starting to anticipate future versions of Java that include a `java.lang.Record` class, and the Intellij compiler gets confused by the `Record` class in our `ResorceLeakDetector`. Modification: Rename our `Record` class to `TracerRecord`. This matches what the class is doing, while avoiding any future name clashes. Result: Intellij can now compile the project again, even when configured to use a future (snapshot or early access) version of Java. |
||
---|---|---|
.. | ||
src | ||
pom.xml |