diff options
author | wisberg <wisberg> | 2003-03-04 09:52:21 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-03-04 09:52:21 +0000 |
commit | bb9ee8de60674b1bb5bbdaa9e61a7adc92aa8287 (patch) | |
tree | 9032c4361bb3ae3d56fbe27b0ff57234df3923c4 /testing | |
parent | 55f3ff47ea2fd979cd2d61790f85cbba5ba7dc40 (diff) | |
download | aspectj-bb9ee8de60674b1bb5bbdaa9e61a7adc92aa8287.tar.gz aspectj-bb9ee8de60674b1bb5bbdaa9e61a7adc92aa8287.zip |
partial fix for bug 31724 emits file:line numbers for declare warning/error.
This adds an optional "context" String to IMessage.
The IMessage creator should create a context String (or use an implementation that lazily creates one).
The IMessage client can render their messages without context embedded in the message field.
Emitting source context from the weaver will be harder.
Using file and start/end line will probably work, since tool clients can map to any available source file paths.
(BcelSourceContext and BcelShadow can be updated with end from range.)
Diffstat (limited to 'testing')
0 files changed, 0 insertions, 0 deletions