mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
5 implemented property gutter icons -> 1
This commit is contained in:
+1
-1
@@ -217,7 +217,7 @@ public class GroovyLineMarkerProvider extends JavaLineMarkerProvider {
|
||||
public LineMarkerInfo getLineMarkerInfo(final PsiElement element) {
|
||||
final PsiElement parent = element.getParent();
|
||||
if (parent instanceof PsiNameIdentifierOwner) {
|
||||
if (parent instanceof GrField) {
|
||||
if (parent instanceof GrField && element == ((GrField)parent).getNameIdentifierGroovy()) {
|
||||
for (GrAccessorMethod method : GroovyPropertyUtils.getFieldAccessors((GrField)parent)) {
|
||||
MethodSignatureBackedByPsiMethod superSignature = null;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user