bhartsfield
06/20/2022, 2:55 PMbhartsfield
06/20/2022, 3:00 PMwebsolete
06/20/2022, 3:13 PMhttps://codebeautify.org/javaviewer?url=https://gist.githubusercontent.com/cbmgit/bd80af18f75aaf981966b31760c1cd5a/raw/MyFirstProgram.java
websolete
06/20/2022, 3:13 PMbhartsfield
06/20/2022, 3:53 PMbhartsfield
06/20/2022, 3:54 PMbhartsfield
06/20/2022, 3:55 PMwebsolete
06/20/2022, 3:56 PMbhartsfield
06/20/2022, 3:57 PMwebsolete
06/20/2022, 3:57 PMbhartsfield
06/20/2022, 3:57 PMseancorfield
seancorfield
bhartsfield
06/20/2022, 8:06 PMWe have error handling in place to present users with a short message and a UUID code that they can put in support requestsSame here and we have a web UI where support reps, qa, whoever can plug in those error codes and get error details. That's where I'm looking to better format stacks.
a carefully formatted stacktraceAre you using anything special to format those or just some native string manipulation?
seancorfield
seancorfield
bdw429s
06/20/2022, 9:31 PMat
with \n at
which basically puts a line break prior to all instance of a space followed by the word at. I'm sure most text editors with a find/replace can do that.