]> source.dussan.org Git - aspectj.git/commit
WildTypePattern.toString: do not parenthesesise generic type list
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Tue, 17 Jan 2023 14:16:32 +0000 (15:16 +0100)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 12 Apr 2024 13:32:39 +0000 (15:32 +0200)
commit397796d67610961245eea74f4aba5f479bf1ebd5
tree5fbf78ff6fdf5d85d60aba38d14f43f7ae692577
parent742d4d7ea04617bedfe9259f4279053ccf00ce3b
WildTypePattern.toString: do not parenthesesise generic type list

It is unnecessary to represent a pattern list 'A,B,C' as '(A,B,C)'. Not
only does it look ugly in a type signature like 'org.acme.Foo<(A,B,C)>',
but also is it not valid Java syntax. While the latter might not be
strictly necessary in a String representation, it certainly is
desirable, if such representations are ever used to generate code or
@AspectJ pointcut annotations.

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