From b11821a4e52f31ac491d6a068b2fcc0bad3faf64 Mon Sep 17 00:00:00 2001 From: Dmitry Batkovich Date: Fri, 12 Jul 2019 15:46:20 +0300 Subject: [PATCH] move properties inspection descriptions to corresponding module IDEA-218175 GitOrigin-RevId: 06ad7d380cc0f1ec7562c09b578a2d7ff387392e --- .../inspectionDescriptions/AlphaUnsortedPropertiesFile.html | 0 .../inspectionDescriptions/DuplicatePropertyInspection.html | 0 .../resources}/inspectionDescriptions/IncompleteProperty.html | 0 .../inspectionDescriptions/TrailingSpacesInProperty.html | 0 .../resources}/inspectionDescriptions/UnusedProperty.html | 0 .../inspectionDescriptions/WrongPropertyKeyValueDelimiter.html | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {platform/platform-resources-en/src => plugins/properties/properties-psi-api/resources}/inspectionDescriptions/AlphaUnsortedPropertiesFile.html (100%) rename {java/java-impl/src => plugins/properties/properties-psi-api/resources}/inspectionDescriptions/DuplicatePropertyInspection.html (100%) rename {java/java-impl/src => plugins/properties/properties-psi-api/resources}/inspectionDescriptions/IncompleteProperty.html (100%) rename {java/java-impl/src => plugins/properties/properties-psi-api/resources}/inspectionDescriptions/TrailingSpacesInProperty.html (100%) rename {java/java-impl/src => plugins/properties/properties-psi-api/resources}/inspectionDescriptions/UnusedProperty.html (100%) rename {platform/platform-resources-en/src => plugins/properties/properties-psi-api/resources}/inspectionDescriptions/WrongPropertyKeyValueDelimiter.html (100%) diff --git a/platform/platform-resources-en/src/inspectionDescriptions/AlphaUnsortedPropertiesFile.html b/plugins/properties/properties-psi-api/resources/inspectionDescriptions/AlphaUnsortedPropertiesFile.html similarity index 100% rename from platform/platform-resources-en/src/inspectionDescriptions/AlphaUnsortedPropertiesFile.html rename to plugins/properties/properties-psi-api/resources/inspectionDescriptions/AlphaUnsortedPropertiesFile.html diff --git a/java/java-impl/src/inspectionDescriptions/DuplicatePropertyInspection.html b/plugins/properties/properties-psi-api/resources/inspectionDescriptions/DuplicatePropertyInspection.html similarity index 100% rename from java/java-impl/src/inspectionDescriptions/DuplicatePropertyInspection.html rename to plugins/properties/properties-psi-api/resources/inspectionDescriptions/DuplicatePropertyInspection.html diff --git a/java/java-impl/src/inspectionDescriptions/IncompleteProperty.html b/plugins/properties/properties-psi-api/resources/inspectionDescriptions/IncompleteProperty.html similarity index 100% rename from java/java-impl/src/inspectionDescriptions/IncompleteProperty.html rename to plugins/properties/properties-psi-api/resources/inspectionDescriptions/IncompleteProperty.html diff --git a/java/java-impl/src/inspectionDescriptions/TrailingSpacesInProperty.html b/plugins/properties/properties-psi-api/resources/inspectionDescriptions/TrailingSpacesInProperty.html similarity index 100% rename from java/java-impl/src/inspectionDescriptions/TrailingSpacesInProperty.html rename to plugins/properties/properties-psi-api/resources/inspectionDescriptions/TrailingSpacesInProperty.html diff --git a/java/java-impl/src/inspectionDescriptions/UnusedProperty.html b/plugins/properties/properties-psi-api/resources/inspectionDescriptions/UnusedProperty.html similarity index 100% rename from java/java-impl/src/inspectionDescriptions/UnusedProperty.html rename to plugins/properties/properties-psi-api/resources/inspectionDescriptions/UnusedProperty.html diff --git a/platform/platform-resources-en/src/inspectionDescriptions/WrongPropertyKeyValueDelimiter.html b/plugins/properties/properties-psi-api/resources/inspectionDescriptions/WrongPropertyKeyValueDelimiter.html similarity index 100% rename from platform/platform-resources-en/src/inspectionDescriptions/WrongPropertyKeyValueDelimiter.html rename to plugins/properties/properties-psi-api/resources/inspectionDescriptions/WrongPropertyKeyValueDelimiter.html