completion sorting tests -> community
commit4c2eb97ca9c7d97641ad67f36b5173f14556c659
authorpeter <peter.gromov@jetbrains.com>
Thu, 15 Oct 2009 13:37:01 +0000 (15 14:37 +0100)
committerpeter <peter.gromov@jetbrains.com>
Thu, 15 Oct 2009 18:04:13 +0000 (15 19:04 +0100)
tree56107a021408ceb7c992c990e03703c8566b92ca
parent652ed5c055b99401e9eb183b0e16424961bfc294
completion sorting tests -> community
66 files changed:
java/java-tests/testData/codeInsight/completion/normalSorting/ClassStaticMembersInBooleanContext.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/normalSorting/ClassStaticMembersInVoidContext.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/normalSorting/DispreferDeclared.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/normalSorting/DispreferDeclaredOfExpectedType.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/normalSorting/DontPreferRecursiveMethod.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/normalSorting/DontPreferRecursiveMethod2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/normalSorting/GenericMethodsWithBoundParametersAreStillBetterThanClassLiteral.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/normalSorting/HonorUppercaseLetters.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/normalSorting/PreferAnnotationMethods.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/normalSorting/PreferDefaultTypeToExpected.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/normalSorting/PreferLessParameters.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/normalSorting/PreferSuperMethods.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/normalSorting/ReturnF.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/normalSorting/ShorterPrefixesGoFirst.html [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/normalSorting/ShorterShouldBePreselected.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/normalSorting/SubstringVsSubSequence.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/normalSorting/UppercaseMatters.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/normalSorting/UppercaseMatters2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/BooleanValueOf.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/ClassLiteral.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/DontPreferCasted.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/DontPreferKeywords.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/EnumValueOf.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/EnumValueOf2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/ExpectedInterfaceShouldGoFirst.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/FactoryMethodForDefaultType.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/FieldNameOutweighsStats.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/GwtButtons.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/InnerClassesProximity.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/JComponentAdd.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/JComponentAddNew.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/LiteralInIf.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/LiteralInReturn.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/LocalVariablesOutweighStats.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/LocalVarsBeforeClassLiterals.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/MethodStats.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/MethodsWithSubstitutableReturnType.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/NewArrayList.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/NewComponent.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/NewRunnable.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/NoSkippingInSmartCast.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/PassingQualifierToMethodCall.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/PassingThisToUnqualifiedMethodCall.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/PreferAccessibleMembers.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/PreferDelegatingMethodParams.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/PreferFieldsToMethods.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/PreferImportedClasses.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/PreferMatchedWords.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/PreferNestedClasses.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/PreferNonRecursiveMethodParams.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/PreferParametersToGetters.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/PreferredByNameDontChangeStatistics.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/SmartCollections.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/SmartCollectionsNew.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/SmartEquals.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/SmartEquals2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/SmartEquals3.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/SmartEqualsNew.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/SmartEqualsNew2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/StatisticsAffectsNonPreferableExpectedItems.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartTypeSorting/XmlTagGetAttribute.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/codeInsight/completion/CompletionSortingTestCase.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/codeInsight/completion/DotTest.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/codeInsight/completion/KeywordCompletionTest.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/codeInsight/completion/NormalCompletionOrderingTest.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/codeInsight/completion/SmartTypeCompletionOrderingTest.java [new file with mode: 0644]