You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ecorder-refactor-2 to develop
* commit '4cb9979d98dadd0ce8cfbaf44a8420bfd0df9a1a':
Add mutation test.
Finish documentation.
More documentation. Fix bug where I set the wrong boolean to true. Add JUnit exclusion (FutureTask.waitOn), rename clear to reset.
Rename newObject to get allocatedObject. Auto configure excluding everything once an inclusion is added. Start on documentation.
Move demo to test set.
Remove AllocationTest interface. Stephen and I agreed it probably was harder to read than just creating and using a profiler.
Ignore broken switch test and add some debug info.
Ignore allocations from Gradle when tests are run with Gradle.
Rewrote included/exclude filters to run faster, have a few more features ("allocations of objects", "keyword based inclusions").
Ignore flaky test.
Add test coverage and make code easier to follow.
In order to make it easier to write and test the specific include/exclude/whitelist/blacklist/interest/ignore logic, create an AllocationRecord to store more information about each allocation in a more organized way. This is just the first stopping point I found. More to come.
The text was updated successfully, but these errors were encountered: