diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-01-24 17:17:41 +0100 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-01-24 17:17:41 +0100 |
commit | dd3177909ec52e89e5e3dc10125c3527ce6e73dc (patch) | |
tree | 1bdc1d0b16426eb9902150bfc298dd60b7dd9741 /bcel-builder | |
parent | 827115335ff1269df28085e215b081e24596ff1d (diff) | |
download | aspectj-dd3177909ec52e89e5e3dc10125c3527ce6e73dc.tar.gz aspectj-dd3177909ec52e89e5e3dc10125c3527ce6e73dc.zip |
Further improve indentation of compilation results on the consolegh-217
In CompilationResult.toString, no longer indent like this:
[warning 1] warning at
after() : execution(FooBar Blah.*()) {
^^^^^^
xxx FooBar [Xlint:invalidAbsoluteTypeName]
Instead, always just indent by 2 spaces, saving screen real estate:
[warning 1] warning at
after() : execution(FooBar Blah.*()) {
^^^^^^
xxx FooBar [Xlint:invalidAbsoluteTypeName]
Also further streamline/simplify the code a bit.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'bcel-builder')
0 files changed, 0 insertions, 0 deletions