mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
SSR: cleanup MatchResultImpl & related
This commit is contained in:
+1
-1
@@ -531,7 +531,7 @@ public class JavaStructuralSearchProfile extends StructuralSearchProfile {
|
||||
handleMethodParameter(buf, info, matchMap);
|
||||
replacementString = buf.toString();
|
||||
}
|
||||
else if (match.getAllSons().size() > 0 && !match.isScopeMatch()) {
|
||||
else if (match.hasSons() && !match.isScopeMatch()) {
|
||||
// compound matches
|
||||
StringBuilder buf = new StringBuilder();
|
||||
MatchResult r = null;
|
||||
|
||||
Reference in New Issue
Block a user