mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
don't leak PSI from categoryTransform.gdsl
This commit is contained in:
@@ -23,7 +23,7 @@ contributor(ctype:hasAnnotation("groovy.lang.Category")) {
|
||||
contributor(ctype:hasAnnotation("groovy.lang.Mixin")) {
|
||||
def annotations = psiClass?.getAnnotations("groovy.lang.Mixin")
|
||||
for (a in annotations) {
|
||||
refs = a.findAttributeValue("value")
|
||||
def refs = a.findAttributeValue("value")
|
||||
for (c in refs.asList()) {
|
||||
delegatesTo c?.bind()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user