mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
cleanup (final, visibility)
GitOrigin-RevId: 8faa58a751c19a553c1ba09763e56795cb36ed38
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8ba1e0d99a
commit
f1121010f7
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package org.jetbrains.plugins.javaFX.resources;
|
||||
|
||||
import com.intellij.lang.properties.references.PropertyReference;
|
||||
@@ -10,7 +10,7 @@ import com.intellij.psi.xml.XmlAttributeValue;
|
||||
import com.intellij.util.ProcessingContext;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
class JavaFxResourcePropertyReferenceProvider extends PsiReferenceProvider {
|
||||
final class JavaFxResourcePropertyReferenceProvider extends PsiReferenceProvider {
|
||||
@Override
|
||||
public PsiReference @NotNull [] getReferencesByElement(@NotNull PsiElement element, @NotNull ProcessingContext context) {
|
||||
if (element instanceof XmlAttributeValue attr) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package org.jetbrains.plugins.javaFX.fxml.refs
|
||||
|
||||
import com.intellij.codeInsight.daemon.QuickFixActionRegistrar
|
||||
@@ -12,9 +12,9 @@ import com.intellij.psi.xml.XmlAttributeValue
|
||||
import com.intellij.util.VisibilityUtil
|
||||
import org.jetbrains.plugins.javaFX.fxml.JavaFxCommonNames
|
||||
import org.jetbrains.plugins.javaFX.fxml.JavaFxPsiUtil
|
||||
import java.util.Locale
|
||||
import java.util.*
|
||||
|
||||
class JavaFxEventHandlerReferenceQuickFixProvider : UnresolvedReferenceQuickFixProvider<JavaFxEventHandlerReference>() {
|
||||
private class JavaFxEventHandlerReferenceQuickFixProvider : UnresolvedReferenceQuickFixProvider<JavaFxEventHandlerReference>() {
|
||||
|
||||
override fun getReferenceClass(): Class<JavaFxEventHandlerReference> = JavaFxEventHandlerReference::class.java
|
||||
|
||||
|
||||
Reference in New Issue
Block a user