diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-01-09 18:03:50 +0100 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-01-15 14:41:51 +0100 |
commit | 6e79467e0a24c9e903d0d06948615b6fe9250efa (patch) | |
tree | 68bdea953bbd3f30895ef4d1072c40fdc35cd017 /testing | |
parent | a0bcb6ba4b4b81eef4fc95d949cd81538b17aa8f (diff) | |
download | aspectj-6e79467e0a24c9e903d0d06948615b6fe9250efa.tar.gz aspectj-6e79467e0a24c9e903d0d06948615b6fe9250efa.zip |
Handle one- and multi-dimensional array return types correctly
Fixes https://github.com/eclipse/org.aspectj/issues/24, both the array
return type matching as such as well as matching dimensionality patterns
correctly. E.g., 'Foo*[]' is not the same as 'Foo*[][]'. This also works
correctly in combination with asterisks, even for primitive types, i.e.
'in*[][]' correctly matches a 2-dimensional array of 'int'.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'testing')
0 files changed, 0 insertions, 0 deletions