]> source.dussan.org Git - aspectj.git/commit
Simplify if-else in WildTypePattern.matchesExactlyByName
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Mon, 9 Jan 2023 16:59:20 +0000 (17:59 +0100)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sun, 15 Jan 2023 13:41:51 +0000 (14:41 +0100)
commita0bcb6ba4b4b81eef4fc95d949cd81538b17aa8f
tree649f49ae7110bb2c7b1501d35ab065da5f7594fc
parent5a8cdee463d63f9f3eaf0a40dff26a54a814121c
Simplify if-else in WildTypePattern.matchesExactlyByName

A simple boolean condition is enough.

Loosely relates to https://github.com/eclipse/org.aspectj/issues/24, but
actually it is just drive-by cosmetics.

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