sbt/internal/util-logging
MkDev11 02dcab80b9
Fix StackOverflowError when reporting self-referencing exceptions (#8508)
Add circular reference detection to StackTrace.trimmedLines using an
IdentityHashMap-backed Set, similar to how the JDK handles this in
Throwable.printStackTrace().

When a circular reference is detected, the method now appends a
[CIRCULAR REFERENCE: ...] message instead of recursing infinitely.

Fixes #7509
2026-01-12 23:53:44 -05:00
..
src Fix StackOverflowError when reporting self-referencing exceptions (#8508) 2026-01-12 23:53:44 -05:00
NOTICE move modules around. 2015-08-20 00:59:57 -04:00