smart completion tests -> community
commit719c0163cb13655aa537f9174d3e0546e458d604
authorpeter <peter.gromov@jetbrains.com>
Thu, 15 Oct 2009 11:33:57 +0000 (15 12:33 +0100)
committerpeter <peter.gromov@jetbrains.com>
Thu, 15 Oct 2009 11:33:57 +0000 (15 12:33 +0100)
tree4a9f02767d92e912aa44ebd0e602010e16cd54de
parentf258c28b316fcebdcb0bfe786dcc594b4c49c76f
smart completion tests -> community
497 files changed:
java/java-tests/testData/codeInsight/completion/smartType/AbstractClassTwice.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/AfterNew15-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/AfterNew15.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/AfterNewInTernary-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/AfterNewInTernary.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/AfterNewWithGenerics-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/AfterNewWithGenerics.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/AmbiguousConstant-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/AmbiguousConstant.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Annotation-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Annotation.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Annotation2-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Annotation2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Annotation2_2-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Annotation2_2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Annotation3-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Annotation3.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Annotation3_2-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Annotation3_2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Annotation4-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Annotation4.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Annotation5-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Annotation5.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Annotation6-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Annotation6.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ArrayAccessIndex-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ArrayAccessIndex.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ArrayAnnoParameter-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ArrayAnnoParameter.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ArrayClone-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ArrayClone.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ArrayIndexTailType-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ArrayIndexTailType.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/AssignFromTheSameFieldOfAnotherObject-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/AssignFromTheSameFieldOfAnotherObject.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/AssignableToAfterCast-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/AssignableToAfterCast.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/AutoCastWhenAlreadyCasted-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/AutoCastWhenAlreadyCasted.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/BeforeBinaryExpressionInMethodCall-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/BeforeBinaryExpressionInMethodCall.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/BeforeCastToArray-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/BeforeCastToArray.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Bug1-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Bug1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Bug2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CallVarargArgument-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CallVarargArgument.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CastGenericQualifier-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CastGenericQualifier.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CastInThrow-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CastInThrow.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CastToArray-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CastToArray.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CastToParameterizedType-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CastToParameterizedType.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CastWith2TypeParameters-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CastWith2TypeParameters.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CastWithGenerics-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CastWithGenerics.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CatchInAnonymous-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CatchInAnonymous.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ClassLiteral-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ClassLiteral.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ClassLiteralInAnno1-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ClassLiteralInAnno1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ClassLiteralInAnno2-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ClassLiteralInAnno2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ClassLiteralInheritors-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ClassLiteralInheritors.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ClassLiteralShouldInsertImport-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ClassLiteralShouldInsertImport.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CollectionsEmptySetInMethodCall-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CollectionsEmptySetInMethodCall.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CollectionsEmptySetInTernary-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CollectionsEmptySetInTernary.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CollectionsEmptySetInTernary2-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CollectionsEmptySetInTernary2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CommaDoublePenetration-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CommaDoublePenetration.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CommonPrefixWithSelection-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/CommonPrefixWithSelection.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ConstantTwice-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ConstantTwice.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ConstantTwice2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ConstructorOnSeparateLineInMethodCall-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ConstructorOnSeparateLineInMethodCall.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ConstructorWithExistingParens-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ConstructorWithExistingParens.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DefaultAnnoMethodValue-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DefaultAnnoMethodValue.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DefaultAnnoParam-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DefaultAnnoParam.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DefaultAnnoParam2-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DefaultAnnoParam2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DelegateMethodArguments-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DelegateMethodArguments.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DelegationToParent-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DelegationToParent.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DoNotExcludeAssignedVariable-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DoNotExcludeAssignedVariable.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DontAutoCastWhenAlreadyCasted-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DontAutoCastWhenAlreadyCasted.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DoubleEmptyArray.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DoubleSemicolonPenetration-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DoubleSemicolonPenetration.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DoubleThis-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DoubleThis.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DoubleTrueInOverloadedMethodCall-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/DoubleTrueInOverloadedMethodCall.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EmptyListBeforeSemicolon-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EmptyListBeforeSemicolon.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EmptyListInReturn-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EmptyListInReturn.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EmptyListInReturn2-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EmptyListInReturn2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EmptyListInReturnTernary-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EmptyListInReturnTernary.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EnumAsDefaultAnnotationParam-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EnumAsDefaultAnnotationParam.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EnumConstInSwitch-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EnumConstInSwitch.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EnumConstInSwitchOutside-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EnumConstInSwitchOutside.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EnumField-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EnumField.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EnumField1-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EnumField1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/EverythingDoubles.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExceptionTwice-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExceptionTwice.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExceptionTwice2-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExceptionTwice2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExcessiveTail-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExcessiveTail.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExclamationFinishNonBoolean-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExclamationFinishNonBoolean.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExclamationMethodFinish-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExclamationMethodFinish.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExclamationStaticFieldFinish-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExclamationStaticFieldFinish.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExclamationVariableFinish-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExclamationVariableFinish.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExcludeDeclaredConstant-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExcludeDeclaredConstant.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExplicitMethodTypeParametersQualify-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExplicitMethodTypeParametersQualify.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExplicitWildcardArrayParam-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExplicitWildcardArrayParam.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExplicitWildcardParam-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExplicitWildcardParam.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExtendsInTypeCast-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExtendsInTypeCast.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExtraSemicolonAfterMethodParam-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ExtraSemicolonAfterMethodParam.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/FilterPrivateConstructors-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/FilterPrivateConstructors.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Foreach-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Foreach.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/HidingFields-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/HidingFields.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/HonorSelection-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/HonorSelection.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/IDEADEV13148.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/IDEADEV2626-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/IDEADEV2626.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/IDEADEV2668-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/IDEADEV2668.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/IDEADEV5150-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/IDEADEV5150.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/IDEADEV7835-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/IDEADEV7835.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/IfConditionBinaryExpression-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/IfConditionBinaryExpression.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InThisExpression-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InThisExpression.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InferFromCall-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InferFromCall.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InferFromCall1-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InferFromCall1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InheritedClass-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InheritedClass.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InnerEnum-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InnerEnum.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InnerEnumInMethod-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InnerEnumInMethod.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InsertOverride-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InsertOverride.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InsertTypeParametersOnImporting-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InsertTypeParametersOnImporting.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InsideCatch-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InsideCatch.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InsideGenericClassLiteral.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InsideStringLiteral.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InstanceMethodParametersFromStaticContext-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InstanceMethodParametersFromStaticContext.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InstanceMethodParametersFromStaticContext2-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InstanceMethodParametersFromStaticContext2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InstanceofedInsideAnonymous-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/InstanceofedInsideAnonymous.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/IntConstInSwitch-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/IntConstInSwitch.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/IntPlusLongNotDouble-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/IntPlusLongNotDouble.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/JavadocThrows-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/JavadocThrows.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/LiveTemplate-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/LiveTemplate.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/MethodAnnotationNamedParameter-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/MethodAnnotationNamedParameter.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/MethodCallDot-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/MethodCallDot.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/MethodCallInScriplet-out.jsp [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/MethodCallInScriplet.jsp [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NegateVariable-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NegateVariable.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NestedAssignments-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NestedAssignments.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NewInnerOfParameterizedClass-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NewInnerOfParameterizedClass.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NewInnerRunnable-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NewInnerRunnable.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NewVararg.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NoClassLiteral-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NoClassLiteral.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NoInstanceofedValueInElse.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NoInstanceofedValueInElseWithComplexIf.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NoInstanceofedValueInThenNegated.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NoInstanceofedValueWhenBasicSuits-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NoInstanceofedValueWhenBasicSuits.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NoKeyConstant.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NoNullAfterDot.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NoTypeParametersForToArray-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NoTypeParametersForToArray.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/NonStaticInnerClass.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/OneElementArray-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/OneElementArray.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/OverloadedMethods-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/OverloadedMethods.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ParameterizedConstructor-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ParameterizedConstructor.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ProtectedAnonymousConstructor-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ProtectedAnonymousConstructor.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ProtectedAnonymousConstructor2-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ProtectedAnonymousConstructor2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/QualifiedThis-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/QualifiedThis.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/QualifiedThisInAnonymousConstructor-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/QualifiedThisInAnonymousConstructor.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ReplaceWholeReferenceChain-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ReplaceWholeReferenceChain.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SameFieldInAnotherObject-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SameFieldInAnotherObject.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SameNamedFieldAndLocal-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SameNamedFieldAndLocal.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Silly1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SillyAssignmentInTernary-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SillyAssignmentInTernary.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SmartFinish-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SmartFinish.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/StaticSubclass-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/StaticSubclass.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/StaticallyImportedMagicMethod-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/StaticallyImportedMagicMethod.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/StringConstantInAnno-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/StringConstantInAnno.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuggestAnythingWhenWildcardExpected.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuggestCastedValueAfterCast-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuggestCastedValueAfterCast.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuggestInstanceofedValue-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuggestInstanceofedValue.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuggestInstanceofedValueAfterReturn-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuggestInstanceofedValueAfterReturn.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuggestInstanceofedValueInComplexIf-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuggestInstanceofedValueInComplexIf.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuggestInstanceofedValueInElseNegated-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuggestInstanceofedValueInElseNegated.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuggestInstanceofedValueInTernary-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuggestInstanceofedValueInTernary.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuggestNull-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuggestNull.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuperConstructorArguments-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuperConstructorArguments.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuperMethodArguments-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/SuperMethodArguments.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TabMethodInBinaryExpression-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TabMethodInBinaryExpression.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TabToReplaceClassKeyword-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TabToReplaceClassKeyword.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TailAfterInstanceOf-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TailAfterInstanceOf.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ThrowExceptionConstructor-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ThrowExceptionConstructor.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ThrowRuntimeException-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/ThrowRuntimeException.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TypeArgs1-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TypeArgs1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TypeArgs2-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TypeArgs2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TypeParametersInheritors-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TypeParametersInheritors.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TypeParametersInheritorsComma-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TypeParametersInheritorsComma.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TypeParametersInheritorsInExpression-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TypeParametersInheritorsInExpression.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TypeParametersObjectInheritors-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TypeParametersObjectInheritors.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TypeVariableInstanceOf.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/UnlockDocument-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/UnlockDocument.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/UnqualifiedConstantInSwitch-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/UnqualifiedConstantInSwitch.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/UseIntConstantsFromConstructedClass-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/UseIntConstantsFromConstructedClass.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/UseIntConstantsFromTargetClass-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/UseIntConstantsFromTargetClass.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/UseIntConstantsFromTargetClassReturnValue-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/UseIntConstantsFromTargetClassReturnValue.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/UserDataListAddAll-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/UserDataListAddAll.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Varargs1-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/Varargs1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/VoidCast.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/VoidExpectedType-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/VoidExpectedType.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/WildcardedInstanceof-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/WildcardedInstanceof.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/WildcardedInstanceof2-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/WildcardedInstanceof2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/WildcardedInstanceof3-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/WildcardedInstanceof3.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterInstanceOf/after1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterInstanceOf/after2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterInstanceOf/before1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterInstanceOf/before2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/LastArgInInnerNewAfter.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/LastArgInInnerNewAfter2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/LastArgInInnerNewAfter3.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/LastArgInInnerNewAfter4.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/LastArgInInnerNewBefore.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/LastArgInInnerNewBefore2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/LastArgInInnerNewBefore3.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/LastArgInInnerNewBefore4.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/after1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/after10.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/after11.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/after12.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/after13.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/after14.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/after15.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/after16.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/after2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/after3.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/after4.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/after5.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/after6.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/after7.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/after8.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/after9.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/before1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/before10.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/before11.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/before12.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/before13.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/before14.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/before15.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/before16.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/before2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/before3.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/before4.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/before5.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/before6.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/before7.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/before8.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/afterNew/before9.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/foo/GetInstance-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/foo/GetInstance.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/after1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/after2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/after3.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/after4.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/after5.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/after6.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/after7.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/after8.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/after9.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/before1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/before2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/before3.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/before4.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/before5.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/before6.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/before7.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/before8.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/generics/before9.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCall/after1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCall/after1_space.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCall/after2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCall/after3.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCall/after4.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCall/after5.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCall/after6.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCall/before1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCall/before2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCall/before3.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCall/before4.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCall/before5.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCall/before6.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCast/after1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCast/after2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCast/after3.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCast/before1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCast/before2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterCast/before3.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterIf/after1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterIf/after2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterIf/before1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/parenAfterIf/before2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/return/after1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/return/after2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/return/after3.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/return/before1.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/return/before2.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/return/before3.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/ArrayMemberAccess-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/ArrayMemberAccess.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/CastInstanceofedQualifier-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/CastInstanceofedQualifier.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/ChainingPerformance.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/DifferentQualifiers.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/DontChainStringMethodsOnString-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/DontChainStringMethodsOnString.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/DontIgnoreToStringInStringBuilders.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/DontIgnoreToStringInsideIt-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/DontIgnoreToStringInsideIt.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/DontSuggestTooGenericMethods.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/EmptyListInMethodCall-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/EmptyListInMethodCall.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/FieldAsQualifier-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/FieldAsQualifier.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/Generics-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/Generics.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/GetClassLoader-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/GetClassLoader.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/IgnoreToString-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/IgnoreToString.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/MergeMethods-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/MergeMethods.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/MethodAsQualifier-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/MethodAsQualifier.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/MethodDelegation-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/MethodDelegation.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/MethodWithParams-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/MethodWithParams.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/NoArraysAsListCommonPrefix-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/NoArraysAsListCommonPrefix.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/NoLeftRecursion.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/NoObjectMethodsAsFirstPart-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/NoObjectMethodsAsFirstPart.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/NoRedundantCasts.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/NoUnqualifiedCastsInQualifiedContext.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/QualifiedArrayMemberAccess-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/QualifiedArrayMemberAccess.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/QualifierMatters-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/QualifierMatters.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/RestoreInitialPrefix-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/RestoreInitialPrefix.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/SingletonMap-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/SingletonMap.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/SuggestArraysAsList-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/SuggestArraysAsList.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/SuggestArraysAsListWildcard-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/SuggestArraysAsListWildcard.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/SuggestToArrayWithExistingEmptyArray-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/SuggestToArrayWithExistingEmptyArray.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/SuggestToArrayWithExistingEmptyArrayFromAnotherClass-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/SuggestToArrayWithExistingEmptyArrayFromAnotherClass.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/SuggestToArrayWithNewEmptyArray-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/SuggestToArrayWithNewEmptyArray.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/SuggestToArrayWithNewNonEmptyArray-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/SuggestToArrayWithNewNonEmptyArray.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/ToArrayFieldsQualifier-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/ToArrayFieldsQualifier.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/ToArrayGenericArrayCreation-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/ToArrayGenericArrayCreation.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/ToArrayMethodQualifier-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/ToArrayMethodQualifier.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/ToListWithQualifier-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/ToListWithQualifier.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/VarargMemberAccess-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/second/VarargMemberAccess.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/codeInsight/completion/HeavySmartTypeCompletion15Test.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/codeInsight/completion/SecondSmartTypeCompletionTest.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/codeInsight/completion/SmartTypeCompletion15Test.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/codeInsight/completion/SmartTypeCompletionTest.java [new file with mode: 0644]
java/testFramework/src/com/intellij/codeInsight/completion/CompletionTestCase.java [new file with mode: 0644]
java/testFramework/src/com/intellij/codeInsight/completion/LightCompletionTestCase.java [new file with mode: 0644]