mirror of https://github.com/sbt/sbt.git
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 |
||
|---|---|---|
| .. | ||
| example-work/src/main/scala | ||
| util-complete | ||
| util-control | ||
| util-core/src/main | ||
| util-interface/src/main/java/xsbti | ||
| util-logging | ||
| util-logic/src | ||
| util-position/src | ||
| util-relation/src | ||
| util-scripted/src/main | ||