hibernate QL support; class/attributes references/quickfixes
commit92d3f0e1ad317e304c8d3fd4a0c0ff751caa4187
authorgreg <Gregory.Shrago@jetbrains.com>
Fri, 9 Feb 2007 11:54:39 +0000 (9 14:54 +0300)
committergreg <Gregory.Shrago@jetbrains.com>
Fri, 9 Feb 2007 11:54:39 +0000 (9 14:54 +0300)
tree6e54bab19556ad3b453c9ab9007abfd6e6d6c713
parent291dd453831d5e6710109a868f486bd9b144ce3d
hibernate QL support; class/attributes references/quickfixes
18 files changed:
codeInsight/impl/com/intellij/codeInsight/daemon/impl/quickfix/CreateFromUsageUtils.java
codeInsight/impl/com/intellij/codeInsight/daemon/quickFix/CreateClassOrPackageFix.java
codeInsight/impl/com/intellij/codeInsight/daemon/quickFix/CreateFieldOrPropertyFix.java [new file with mode: 0644]
codeInsight/impl/com/intellij/codeInsight/generation/GenerateFieldOrPropertyHandler.java [new file with mode: 0644]
codeInsight/impl/com/intellij/codeInsight/intention/impl/config/QuickFixFactoryImpl.java
codeInsight/openapi/com/intellij/codeInsight/intention/QuickFixFactory.java
codeInsight/tests/com/intellij/codeInsight/CodeInsightTestCase.java
dom/impl/src/com/intellij/util/xml/highlighting/DomElementAnnotationHolderImpl.java
dom/impl/src/com/intellij/util/xml/highlighting/DomHighlightingHelperImpl.java
dom/impl/src/com/intellij/util/xml/impl/GenericDomValueReference.java
dom/impl/src/com/intellij/util/xml/impl/GenericValueReferenceProvider.java
dom/openapi/src/com/intellij/util/xml/DomUtil.java
dom/openapi/src/com/intellij/util/xml/converters/AbstractMemberResolveConverter.java [new file with mode: 0644]
openapi/src/com/intellij/psi/PsiManager.java
openapi/src/com/intellij/psi/util/PropertyMemberType.java [new file with mode: 0644]
resources_eng/src/messages/QuickFixBundle.properties
source/com/intellij/psi/impl/source/resolve/reference/impl/providers/JavaClassReference.java
source/com/intellij/psi/impl/source/tree/injected/InjectedLanguageUtil.java