diff options
author | wisberg <wisberg> | 2003-05-01 11:13:25 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-05-01 11:13:25 +0000 |
commit | 2a0ce5da6e2839e21345f9cff3327038e40408db (patch) | |
tree | a324a2a2e89f5ef4b4a1d10e9e857044dd151cbf /tests/new/binaryWarnings/readme.txt | |
parent | 6d42cb250bdd315ca5f3ac7f8f3eab29c0d185c9 (diff) | |
download | aspectj-2a0ce5da6e2839e21345f9cff3327038e40408db.tar.gz aspectj-2a0ce5da6e2839e21345f9cff3327038e40408db.zip |
updated tests for [method|execution] binary join point detection.
added narrower knownLimitation test
Diffstat (limited to 'tests/new/binaryWarnings/readme.txt')
-rw-r--r-- | tests/new/binaryWarnings/readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/new/binaryWarnings/readme.txt b/tests/new/binaryWarnings/readme.txt index 6b6eb486e..a6f0a69a4 100644 --- a/tests/new/binaryWarnings/readme.txt +++ b/tests/new/binaryWarnings/readme.txt @@ -23,6 +23,10 @@ Bugs: 37020, 37021, 37023 - all test specifications should have exactly the same warnings as each other as as specified in MainWarnings.java +- the ExecStartLine variants show that for binary join points, + we detect the first line of code in the associated block, + not the first line of the block. This is a known limitation. + To build the injar sources from the src directory: Using javac: |