]> source.dussan.org Git - aspectj.git/commit
Improve stack trace printing in BCException
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 18 Jan 2023 07:44:26 +0000 (08:44 +0100)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 12 Apr 2024 13:32:39 +0000 (15:32 +0200)
commit7bd0a45144b8cd2fe57432e572d0c8339fecd61f
tree174093d5794769c731f374273ec2a545af0fc61e
parentf97f77c030534c870168f490710d9110bea32a02
Improve stack trace printing in BCException

- Bugfix: Flush stream.
- Adjust format to more closely resemble JVM format. E.g., do not print
  the causing exception name twice.
- Add TODO, because this whole custom stack trace printing can just go
  away. The JVM format should do just fine. This commit is merely meant
  to document the decision to remove the cruft in the next commit.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
org.aspectj.matcher/src/main/java/org/aspectj/weaver/BCException.java