Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
8361148298.21%1016.938
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)
org.eclipse.jdt.core.tests6890038.282
org.eclipse.jdt.core.tests.dom279700221.890
org.eclipse.jdt.core.tests.model48752148756.766

Package org.eclipse.jdt.core.tests

NameTestsErrorsFailuresTime(s)
RunFormatterTests6890038.282
Back to top

Package org.eclipse.jdt.core.tests.dom

NameTestsErrorsFailuresTime(s)
RunAllTests279700221.890
Back to top

Package org.eclipse.jdt.core.tests.model

NameTestsErrorsFailuresTime(s)
AllJavaModelTests48752148756.766
Back to top


TestCase AllJavaModelTests

NameStatusTypeTime(s)
test044Success0.187
test043Success0.000
test042Success0.015
test041Success0.000
test040Success0.000
test039Success0.000
test038Success0.000
test037Success0.000
test036Success0.000
test035Success0.000
test034Success0.000
test033Success0.000
test032Success0.000
test031Success0.000
test030Success0.000
test029Success0.016
test028Success0.000
test027Success0.000
test026Success0.000
test025Success0.000
test024Success0.000
test023Success0.000
test022Success0.000
test021Success0.000
test020Success0.000
test019Success0.000
test018Success0.000
test017Success0.031
test016Success0.000
test015Success0.000
test014Success0.000
test013Success0.000
test012Success0.000
test011Success0.000
test010Success0.000
test009Success0.000
test008Success0.000
test007Success0.000
test006Success0.000
test005Success0.000
test004Success0.000
test003Success0.000
test002Success0.000
test001Success0.000
test006Success0.922
test005Success0.047
test004Success0.078
test003Success0.047
test002Success0.047
test001FailureUnexpected source. ----------- Expected ------------ public class A {\n \n public void foo() {\n System.out.println("Hello World");\n }\n } ------------ but was ------------ public class A {\n \n void bar(String... args) {}\n \n public void foo() {\n System.out.println("Hello World");\n }\n } --------- Difference is ---------- expected:<......> but was:<...void bar(String... args) {}\n \n ...>

junit.framework.ComparisonFailure: Unexpected source.
----------- Expected ------------
public class A {\n
\n
public void foo() {\n
System.out.println("Hello World");\n
}\n
}
------------ but was ------------
public class A {\n
\n
void bar(String... args) {}\n
\n
public void foo() {\n
System.out.println("Hello World");\n
}\n
}
--------- Difference is ----------
expected:<......> but was:<...void bar(String... args) {}\n
\n
...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.assertSourceEquals(AbstractJavaModelTests.java:433)
at org.eclipse.jdt.core.tests.model.CreateMembersTests.test001(CreateMembersTests.java:65)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.093
testValidUnicodePackageNameSuccess0.016
testValidUnicodeImportDeclarationSuccess0.000
testValidTypeVariableNameSuccess0.000
testValidTypeNameSuccess0.000
testValidPackageNameSuccess0.000
testValidMethodNameSuccess0.000
testValidImportDeclarationSuccess0.000
testValidIdentifierSuccess0.000
testValidFieldNameSuccess0.016
testValidCompilationUnitNameSuccess0.000
testPackageFragmentRootOverlapSuccess0.750
testInvalidImportDeclaration3Success0.000
testInvalidImportDeclaration2Success0.000
testInvalidImportDeclaration1Success0.000
testInvalidIdentifierSuccess0.000
testUserLibrarySuccess0.078
testJdkLevelRootSuccess0.000
testSourceMethodCorrespondingResourceSuccess0.000
testSourceFolderWithJarNameSuccess0.344
testRootGetPackageFragments3Success1.140
testRootGetPackageFragments2Success0.329
testRootGetPackageFragmentsSuccess0.015
testProjectImportSuccess1.594
testProjectGetPackageFragmentsSuccess0.016
testProjectGetChildrenSuccess0.000
testProjectCorrespondingResourceSuccess0.000
testProjectCloseSuccess0.078
testPackageFragmentRootRawEntryWhenDuplicateSuccess0.328
testPackageFragmentRootRawEntrySuccess2.859
testPackageFragmentRootNonJavaResourcesSuccess0.000
testPackageFragmentRootCorrespondingResourceSuccess0.000
testPackageFragmentRenameAndCreateSuccess0.047
testPackageFragmentPackageInfoClassSuccess0.328
testPackageFragmentNonJavaResourcesSuccess0.000
testPackageFragmentIsStructureKnown2Success0.313
testPackageFragmentIsStructureKnown1Success0.000
testPackageFragmentHasSubpackagesSuccess0.015
testPackageFragmentCorrespondingResourceSuccess0.000
testOutputLocationNotAddedAsPackageFragmentSuccess0.000
testOutputLocationNestedInRootSuccess0.000
testJarPackageFragmentCorrespondingResourceSuccess0.000
testIsDefaultPackageSuccess0.000
testInternalArchiveCorrespondingResourceSuccess0.000
testGetRequiredProjectNamesSuccess0.360
testGetNonJavaResources4Success0.312
testGetNonJavaResources3Success0.297
testGetNonJavaResources2Success0.344
testGetNonJavaResources1Success0.312
testGetClasspathOnClosedProjectSuccess0.328
testFolderWithDotNameSuccess0.016
testFindPackageFragmentRootFromClasspathEntrySuccess0.000
testFindElementPrereqSimpleProjectSuccess0.641
testFindElementPackageSuccess0.015
testFindElementInvalidPathSuccess0.000
testFindElementCompilationUnitDefaultPackageSuccess0.000
testFindElementCompilationUnitSuccess0.000
testFindElementClassFileSuccess0.016
testExtraJavaLikeExtension2Success0.312
testExtraJavaLikeExtension1Success0.329
testExternalArchiveCorrespondingResourceSuccess0.000
testCompilationUnitCorrespondingResourceSuccess0.000
testClassFileCorrespondingResourceSuccess0.000
testChangeOutputLocationSuccess0.046
testBinaryTypeCorrespondingResourceSuccess0.016
testArchiveClassFileCorrespondingResourceSuccess0.000
testAddNonJavaResourcePackageFragmentRootSuccess0.031
lastlyTestDeletePackageWithAutobuildSuccess0.172
test120902Success0.031
test110172Success0.031
testBug78275Success0.063
testTypeParameter5Success0.015
testTypeParameter4Success0.000
testTypeParameter3Success0.000
testTypeParameter2Success0.016
testTypeParameter1Success0.000
testBug73884Success0.015
testSuperFlag2Success0.000
testSuperFlag1Success0.000
testStructureUnknownForCUSuccess0.032
testStructureKnownForCUSuccess0.015
testPackageDefaultFlag4Success0.000
testPackageDefaultFlag3Success0.000
testPackageDefaultFlag2Success0.000
testPackageDefaultFlag1Success0.000
testNotPresent2Success0.000
testNotPresent1Success0.000
testNameWithoutJavaLikeExtensionSuccess0.000
testIsEnumConstant2Success0.000
testIsEnumConstant1Success0.000
testImportContainerHasChildrenSuccess0.016
testHasResourceChangedSuccess0.000
testHasChildrenSuccess0.000
testGetTypesSuccess0.000
testGetTypeSuccess0.000
testGetPackagesSuccess0.000
testGetOccurrenceCount02Success0.000
testGetOccurrenceCount01Success0.000
testGetPrimarySuccess0.000
testGetSuperInterfaceTypeSignaturesSuccess0.000
testCheckInterfaceMethodModifiersSuccess0.000
testGetMethodsSuccess0.016
testGetMethod3Success0.000
testGetMethod2Success0.000
testGetMethod1Success0.000
testGetKey4Success0.000
testGetKey3Success0.000
testGetKey2Success0.000
testGetKey1Success0.000
testGetInnerTypesSuccess0.000
testGetImportsSuccess0.000
testGetImportSuccess0.000
testGetFieldsSuccess0.000
testGetElementAt7Success0.000
testGetElementAt6Success0.000
testGetElementAt5Success0.000
testGetElementAt4Success0.000
testGetElementAt3Success0.000
testGetElementAt2Success0.000
testGetElementAtSuccess0.000
testGetContentsForNotPresentSuccess0.000
testGetChildrenForCategory03Success0.063
testGetChildrenForCategory02Success0.015
testGetChildrenForCategory01Success0.016
testGetCategories15Success0.016
testGetCategories14Success0.000
testGetCategories13Success0.015
testGetCategories12Success0.000
testGetCategories11Success0.016
testGetCategories10Success0.015
testGetCategories09Success0.000
testGetCategories08Success0.016
testGetCategories07Success0.000
testGetCategories06Success0.031
testGetCategories05Success0.000
testGetCategories04Success0.016
testGetCategories03Success0.062
testGetCategories02Success0.016
testGetCategories01Success0.016
testDeprecatedFlag09Success0.000
testDeprecatedFlag08Success0.000
testDeprecatedFlag07Success0.000
testDeprecatedFlag06Success0.000
testDeprecatedFlag05Success0.000
testDeprecatedFlag04Success0.000
testDeprecatedFlag03Success0.000
testDeprecatedFlag02Success0.000
testDeprecatedFlag01Success0.000
testCommitWorkingCopySuccess0.000
testCodeCoverageSuccess0.000
testRootPath12Success0.922
testRootPath11Success0.844
testRootPath10Success0.812
testRootPath9Success1.031
testRootPath8Success0.922
testRootPath7Success0.719
testRootPath6Success0.719
testRootPath5Success0.703
testRootPath4Success0.641
testRootPath3Success0.641
testRootPath2Success0.610
testRootPathSuccess0.593
testProjectAsSourceAttachmentSuccess0.985
testProjectAsClassFolder2Success1.078
testProjectAsClassFolder1Success1.266
testPersistenceSuccess0.593
testMethodRetrievalSuccess0.578
testLibFolderSuccess0.657
testInnerClass9Success0.609
testInnerClass8Success0.594
testInnerClass7Success0.594
testInnerClass6Success0.578
testInnerClass5Success0.593
testInnerClass4Success0.594
testInnerClass3Success0.594
testInnerClass2Success0.578
testInnerClass1Success0.594
testGetSourceRangeInnerClassSuccess0.578
testGetSourceRangeSuccess0.594
testGetSourceAttachmentPathSuccess0.578
testGetNameRange03Success0.594
testGetNameRange02Success0.796
testGetNameRange01Success0.579
testGeneric2Success0.578
testGeneric1Success0.578
testDetachSourceSuccess0.610
testClassRetrievalSuccess0.563
testClassFileInOutputSuccess0.578
testClassFileGetElementAt04Success0.594
testClassFileGetElementAt03Success0.578
testClassFileGetElementAt02Success0.562
testClassFileGetElementAt01Success0.579
testChangeSourceAttachmentFileSuccess0.656
testASTParsing2Success0.672
testASTParsingSuccess0.750
test110172Success0.765
test020Success0.109
test019Success0.016
test018Success0.000
test017Success0.032
test016Success0.140
test015Success0.016
test014Success0.015
test013Success0.000
test012Success0.016
test011Success0.000
test010Success0.172
test009Success0.000
test008Success0.000
test007Success1.781
test006Success0.000
test005Success0.000
test004Success0.000
test003Success0.016
test002Success0.000
test001Success0.000
testBug113671cSuccess9.312
testBug113671bSuccess0.000
testBug113671aSuccess0.000
testCamelCaseTypePattern09Success0.000
testCamelCaseTypePattern08Success0.000
testCamelCaseTypePattern07Success0.016
testCamelCaseTypePattern06Success0.000
testCamelCaseTypePattern05Success0.109
testCamelCaseTypePattern04Success0.000
testCamelCaseTypePattern03Success0.000
testCamelCaseTypePattern02Success0.000
testCamelCaseTypePattern01Success0.015
testStaticImportPackage02Success0.063
testStaticImportPackage01Success0.031
testStaticImportMethod04Success0.094
testStaticImportMethod03Success0.047
testStaticImportMethod02Success0.031
testStaticImportMethod01Success0.047
testStaticImportField04Success0.062
testStaticImportField03Success0.031
testStaticImportField02Success0.032
testStaticImportField01Success0.047
testTypeParameterConstructors06Success0.187
testTypeParameterConstructors05Success0.063
testTypeParameterConstructors04Success0.031
testTypeParameterConstructors03Success0.078
testTypeParameterConstructors02Success0.031
testTypeParameterConstructors01Success0.000
testTypeParameterMethods06Success0.031
testTypeParameterMethods05Success0.032
testTypeParameterMethods04Success0.015
testTypeParameterMethods03Success0.032
testTypeParameterMethods02Success0.015
testTypeParameterMethods01Success0.016
testTypeParameterTypes06Success0.047
testTypeParameterTypes05Success0.031
testTypeParameterTypes04Success0.016
testTypeParameterTypes03Success0.031
testTypeParameterTypes02Success0.031
testTypeParameterTypes01Success0.016
testAutoBoxing01Success0.015
testAnnotationType02Success0.047
testAnnotationType01Success0.031
testVarargs06Success0.016
testVarargs05Success0.000
testVarargs04Success0.016
testVarargs03Success0.031
testVarargs02Success0.016
testVarargs01Success0.015
testEnum06Success0.031
testEnum05Success0.047
testEnum04Success0.016
testEnum03Success0.016
testEnum02Success0.015
testEnum01Success0.047
testTypeReference38Success0.234
testTypeReference37Success0.094
testTypeReference36Success0.016
testTypeReference35Success0.828
testTypeReference34Success0.031
testTypeReference33Success0.031
testTypeReference32Success0.204
testTypeReference31Success0.031
testTypeReference30Success0.015
testTypeReference29Success0.016
testTypeReference28Success0.094
testTypeReference27Success0.015
testTypeReference26Success0.016
testTypeReference25Success0.000
testTypeReference24Success0.031
testTypeReference23Success0.157
testTypeReference22Success0.203
testTypeReference21Success0.156
testTypeReference20Success0.141
testTypeReference19Success0.046
testTypeReference18Success0.125
testTypeReference17Success0.188
testTypeReference16Success0.000
testTypeReference15Success0.015
testTypeReference14Success0.125
testTypeReference13Success0.110
testTypeReference12Success0.562
testTypeReference11Success0.203
testTypeReference10Success0.063
testTypeReference09Success0.015
testTypeReference08Success0.032
testTypeReference07Success0.171
testTypeReference06Success0.000
testTypeReference05Success0.016
testTypeReference04Success0.016
testTypeReference03Success0.015
testTypeReference02Success0.110
testTypeReference01Success0.140
testTypeOccurence4Success0.032
testTypeOccurence3Success0.046
testTypeOccurence2Success0.000
testTypeOccurence1Success0.219
testTypeDeclaration12Success0.016
testTypeDeclaration11Success0.015
testTypeDeclaration10Success0.000
testTypeDeclaration09Success0.016
testTypeDeclaration08Success0.000
testTypeDeclaration07Success0.016
testTypeDeclaration06Success0.000
testTypeDeclaration05Success0.015
testTypeDeclaration04Success0.016
testTypeDeclaration03Success0.016
testTypeDeclaration02Success0.000
testTypeDeclaration01Success0.031
testSearchScope05Success0.703
testSearchScope04Success0.594
testSearchScope03Success0.000
testSearchScope02Success0.015
testSearchScope01Success0.016
testPotentialMatchInBinary3Success0.656
testPotentialMatchInBinary2Success0.828
testPotentialMatchInBinary1Success0.828
testPackageReference8Success0.813
testPackageReference7Success0.078
testPackageReference6Success0.031
testPackageReference5Success0.047
testPackageReference4Success0.078
testPackageReference3Success0.016
testPackageReference2Success0.000
testPackageReference1Success0.016
testPackageDeclarationBug117020Success0.031
testPackageDeclarationBug73551Success0.000
testPackageDeclaration4Success0.656
testPackageDeclaration3Success0.000
testPackageDeclaration2Success0.016
testPackageDeclaration1Success0.000
testOrPatternSuccess0.062
testMethodReference17Success0.031
testMethodReference16Success0.016
testMethodReference15Success0.047
testMethodReference14Success0.016
testMethodReference13Success0.031
testMethodReference12Success0.015
testMethodReference11Success0.032
testMethodReference10Success0.047
testMethodReference09Success0.046
testMethodReference08Success0.079
testMethodReference07Success0.046
testMethodReference06Success0.047
testMethodReference05Success0.047
testMethodReference04Success0.031
testMethodReference03Success0.032
testMethodReference02Success0.031
testMethodReference01Success0.031
testMethodDeclaration11Success0.000
testMethodDeclaration10Success0.000
testMethodDeclaration09Success0.016
testMethodDeclaration08Success0.047
testMethodDeclaration07Success0.000
testMethodDeclaration06Success0.110
testMethodDeclaration05Success0.093
testMethodDeclaration04Success0.063
testMethodDeclaration03Success0.141
testMethodDeclaration02Success0.000
testMethodDeclaration01Success0.031
testLocalVariableReference3Success0.031
testLocalVariableReference2Success0.000
testLocalVariableReference1Success0.016
testLocalVariableOccurrences2Success0.000
testLocalVariableOccurrences1Success0.015
testLocalVariableDeclaration2Success0.016
testLocalVariableDeclaration1Success0.000
testInterfaceImplementors2Success0.047
testInterfaceImplementors1Success0.062
testFieldReference20Success0.063
testFieldReference19Success0.015
testFieldReference18Success0.063
testFieldReference17Success0.062
testFieldReference16Success0.079
testFieldReference15Success0.062
testFieldReference14Success0.016
testFieldReference13Success0.047
testFieldReference12Success0.015
testFieldReference11Success0.078
testFieldReference10Success0.047
testFieldReference09Success0.031
testFieldReference08Success0.063
testFieldReference07Success0.047
testFieldReference06Success0.062
testFieldReference05Success0.094
testFieldReference04Success0.031
testFieldReference03Success0.047
testFieldReference02Success0.031
testFieldReference01Success0.032
testFieldDeclaration04Success0.000
testFieldDeclaration03Success0.015
testFieldDeclaration02Success0.032
testFieldDeclaration01Success0.046
testDeclarationsOfSentMessages02Success0.000
testDeclarationsOfSentMessages01Success0.016
testDeclarationOfReferencedTypes09Success0.016
testDeclarationOfReferencedTypes08Success0.015
testDeclarationOfReferencedTypes07Success0.016
testDeclarationOfReferencedTypes06Success0.016
testDeclarationOfReferencedTypes05Success0.015
testDeclarationOfReferencedTypes04Success0.000
testDeclarationOfReferencedTypes03Success0.016
testDeclarationOfReferencedTypes02Success0.000
testDeclarationOfReferencedTypes01Success0.031
testDeclarationOfAccessedFields3Success0.000
testDeclarationOfAccessedFields2Success0.000
testDeclarationOfAccessedFields1Success0.016
testCoreExceptionSuccess0.015
testConstructorReference10Success0.047
testConstructorReference09Success0.016
testConstructorReference08Success0.015
testConstructorReference07Success0.000
testConstructorReference06Success0.063
testConstructorReference05Success0.046
testConstructorReference04Success0.032
testConstructorReference03Success0.015
testConstructorReference02Success0.016
testConstructorReference01Success0.016
testConstructorDeclaration02Success0.031
testConstructorDeclaration01Success0.015
testParameterizedType_Bug83713Success0.016
testParameterizedArrayTypeMultipleArguments04Success0.047
testParameterizedArrayTypeMultipleArguments03Success0.047
testParameterizedArrayTypeMultipleArguments02Success0.047
testParameterizedArrayTypeMultipleArguments01Success0.015
testParameterizedArrayTypeSingleArgument04Success0.032
testParameterizedArrayTypeSingleArgument03Success0.031
testParameterizedArrayTypeSingleArgument02Success0.015
testParameterizedArrayTypeSingleArgument01Success0.032
testStringNestedMultipleArguments05Success0.062
testStringNestedMultipleArguments04Success0.047
testStringNestedMultipleArguments03Success0.094
testStringNestedMultipleArguments02Success0.031
testStringNestedMultipleArguments01Success0.047
testStringNestedSingleArgument04Success0.094
testStringNestedSingleArgument03Success0.078
testStringNestedSingleArgument02Success0.047
testStringNestedSingleArgument01Success0.047
testStringAnyStrings06Success0.062
testStringAnyStrings05Success0.078
testStringAnyStrings04Success0.031
testStringAnyStrings03Success0.063
testStringAnyStrings02Success0.062
testStringAnyStrings01Success0.063
testStringParameterizedMultipleArguments05Success0.031
testStringParameterizedMultipleArguments04Success0.031
testStringParameterizedMultipleArguments03Success0.032
testStringParameterizedMultipleArguments02Success0.031
testStringParameterizedMultipleArguments01Success0.078
testStringParameterizedSingleArgument05Success0.031
testStringParameterizedSingleArgument04Success0.032
testStringParameterizedSingleArgument03Success0.031
testStringParameterizedSingleArgument02Success0.031
testStringParameterizedSingleArgument01Success0.078
testParameterizedTypeMultipleArguments04Success0.047
testParameterizedTypeMultipleArguments03Success0.031
testParameterizedTypeMultipleArguments02Success0.047
testParameterizedTypeMultipleArguments01Success0.078
testParameterizedTypeSingleArgument04Success0.032
testParameterizedTypeSingleArgument03Success0.031
testParameterizedTypeSingleArgument02Success0.047
testParameterizedTypeSingleArgument01Success0.078
testStringNoArgument08Success0.031
testStringNoArgument07Success0.063
testStringNoArgument06Success0.046
testStringNoArgument05Success0.032
testStringNoArgument04Success0.047
testStringNoArgument03Success0.031
testStringNoArgument02Success0.062
testStringNoArgument01Success0.047
testTypeNestedMultipleArguments04Success0.047
testTypeNestedMultipleArguments03Success0.063
testTypeNestedMultipleArguments02Success0.031
testTypeNestedMultipleArguments01Success0.031
testTypeNestedSingleArgument04Success0.063
testTypeNestedSingleArgument03Success0.078
testTypeNestedSingleArgument02Success0.047
testTypeNestedSingleArgument01Success0.031
testTypeMultipleArguments04Success0.016
testTypeMultipleArguments03Success0.031
testTypeMultipleArguments02Success0.032
testTypeMultipleArguments01Success0.062
testTypeSingleArgument04Success0.016
testTypeSingleArgument03Success0.031
testTypeSingleArgument02Success0.031
testTypeSingleArgument01Success0.063
testParameterizedType_Bug83713Success0.015
testParameterizedArrayTypeMultipleArguments04Success0.016
testParameterizedArrayTypeMultipleArguments03Success0.031
testParameterizedArrayTypeMultipleArguments02Success0.016
testParameterizedArrayTypeMultipleArguments01Success0.015
testParameterizedArrayTypeSingleArgument04Success0.032
testParameterizedArrayTypeSingleArgument03Success0.015
testParameterizedArrayTypeSingleArgument02Success0.016
testParameterizedArrayTypeSingleArgument01Success0.016
testStringNestedMultipleArguments05Success0.046
testStringNestedMultipleArguments04Success0.032
testStringNestedMultipleArguments03Success0.047
testStringNestedMultipleArguments02Success0.015
testStringNestedMultipleArguments01Success0.016
testStringNestedSingleArgument04Success0.047
testStringNestedSingleArgument03Success0.078
testStringNestedSingleArgument02Success0.015
testStringNestedSingleArgument01Success0.032
testStringAnyStrings06Success0.031
testStringAnyStrings05Success0.062
testStringAnyStrings04Success0.032
testStringAnyStrings03Success0.047
testStringAnyStrings02Success0.046
testStringAnyStrings01Success0.063
testStringParameterizedMultipleArguments05Success0.016
testStringParameterizedMultipleArguments04Success0.015
testStringParameterizedMultipleArguments03Success0.031
testStringParameterizedMultipleArguments02Success0.016
testStringParameterizedMultipleArguments01Success0.047
testStringParameterizedSingleArgument05Success0.016
testStringParameterizedSingleArgument04Success0.016
testStringParameterizedSingleArgument03Success0.031
testStringParameterizedSingleArgument02Success0.031
testStringParameterizedSingleArgument01Success0.063
testParameterizedTypeMultipleArguments04Success0.031
testParameterizedTypeMultipleArguments03Success0.016
testParameterizedTypeMultipleArguments02Success0.031
testParameterizedTypeMultipleArguments01Success0.062
testParameterizedTypeSingleArgument04Success0.016
testParameterizedTypeSingleArgument03Success0.031
testParameterizedTypeSingleArgument02Success0.032
testParameterizedTypeSingleArgument01Success0.062
testStringNoArgument08Success0.031
testStringNoArgument07Success0.032
testStringNoArgument06Success0.031
testStringNoArgument05Success0.031
testStringNoArgument04Success0.031
testStringNoArgument03Success0.031
testStringNoArgument02Success0.047
testStringNoArgument01Success0.047
testTypeNestedMultipleArguments04Success0.031
testTypeNestedMultipleArguments03Success0.047
testTypeNestedMultipleArguments02Success0.016
testTypeNestedMultipleArguments01Success0.000
testTypeNestedSingleArgument04Success0.031
testTypeNestedSingleArgument03Success0.031
testTypeNestedSingleArgument02Success0.016
testTypeNestedSingleArgument01Success0.015
testTypeMultipleArguments04Success0.016
testTypeMultipleArguments03Success0.016
testTypeMultipleArguments02Success0.015
testTypeMultipleArguments01Success0.032
testTypeSingleArgument04Success0.015
testTypeSingleArgument03Success0.016
testTypeSingleArgument02Success0.015
testTypeSingleArgument01Success0.016
testParameterizedType_Bug83713Success0.016
testParameterizedArrayTypeMultipleArguments04Success0.015
testParameterizedArrayTypeMultipleArguments03Success0.016
testParameterizedArrayTypeMultipleArguments02Success0.031
testParameterizedArrayTypeMultipleArguments01Success0.016
testParameterizedArrayTypeSingleArgument04Success0.015
testParameterizedArrayTypeSingleArgument03Success0.016
testParameterizedArrayTypeSingleArgument02Success0.016
testParameterizedArrayTypeSingleArgument01Success0.015
testStringNestedMultipleArguments05Success0.032
testStringNestedMultipleArguments04Success0.031
testStringNestedMultipleArguments03Success0.031
testStringNestedMultipleArguments02Success0.000
testStringNestedMultipleArguments01Success0.016
testStringNestedSingleArgument04Success0.031
testStringNestedSingleArgument03Success0.062
testStringNestedSingleArgument02Success0.000
testStringNestedSingleArgument01Success0.016
testStringAnyStrings06Success0.016
testStringAnyStrings05Success0.031
testStringAnyStrings04Success0.031
testStringAnyStrings03Success0.031
testStringAnyStrings02Success0.032
testStringAnyStrings01Success0.031
testStringParameterizedMultipleArguments05Success0.016
testStringParameterizedMultipleArguments04Success0.015
testStringParameterizedMultipleArguments03Success0.016
testStringParameterizedMultipleArguments02Success0.015
testStringParameterizedMultipleArguments01Success0.016
testStringParameterizedSingleArgument05Success0.016
testStringParameterizedSingleArgument04Success0.015
testStringParameterizedSingleArgument03Success0.016
testStringParameterizedSingleArgument02Success0.016
testStringParameterizedSingleArgument01Success0.031
testParameterizedTypeMultipleArguments04Success0.031
testParameterizedTypeMultipleArguments03Success0.031
testParameterizedTypeMultipleArguments02Success0.016
testParameterizedTypeMultipleArguments01Success0.031
testParameterizedTypeSingleArgument04Success0.031
testParameterizedTypeSingleArgument03Success0.016
testParameterizedTypeSingleArgument02Success0.016
testParameterizedTypeSingleArgument01Success0.032
testStringNoArgument08Success0.015
testStringNoArgument07Success0.016
testStringNoArgument06Success0.031
testStringNoArgument05Success0.016
testStringNoArgument04Success0.031
testStringNoArgument03Success0.031
testStringNoArgument02Success0.031
testStringNoArgument01Success0.016
testTypeNestedMultipleArguments04Success0.031
testTypeNestedMultipleArguments03Success0.032
testTypeNestedMultipleArguments02Success0.015
testTypeNestedMultipleArguments01Success0.000
testTypeNestedSingleArgument04Success0.031
testTypeNestedSingleArgument03Success0.032
testTypeNestedSingleArgument02Success0.015
testTypeNestedSingleArgument01Success0.016
testTypeMultipleArguments04Success0.016
testTypeMultipleArguments03Success0.000
testTypeMultipleArguments02Success0.015
testTypeMultipleArguments01Success0.031
testTypeSingleArgument04Success0.016
testTypeSingleArgument03Success0.016
testTypeSingleArgument02Success0.015
testTypeSingleArgument01Success0.016
testElementPatternLocalVariables12Success0.062
testElementPatternLocalVariables11Success0.047
testElementPatternLocalVariables10Success0.032
testElementPatternLocalVariables09Success0.046
testElementPatternLocalVariables08Success0.047
testElementPatternLocalVariables07Success0.063
testElementPatternLocalVariables06Success0.047
testElementPatternLocalVariables05Success0.047
testElementPatternLocalVariables04Success0.046
testElementPatternLocalVariables03Success0.047
testElementPatternLocalVariables02Success0.047
testElementPatternLocalVariables01Success0.047
testStringPattern05Success0.094
testStringPattern04Success0.047
testStringPattern03Success0.093
testStringPattern02Success0.047
testStringPattern01Success0.063
testElementPatternMultipleParameterizedType04Success0.531
testElementPatternMultipleParameterizedType03Success0.500
testElementPatternMultipleParameterizedType02Success0.484
testElementPatternMultipleParameterizedType01Success0.485
testElementPatternSingleParameterizedType04Success0.484
testElementPatternSingleParameterizedType03Success0.485
testElementPatternSingleParameterizedType02Success0.515
testElementPatternSingleParameterizedType01Success0.578
testElementPatternMultipleTypeArgument04Success0.016
testElementPatternMultipleTypeArgument03Success0.047
testElementPatternMultipleTypeArgument02Success0.047
testElementPatternMultipleTypeArgument01Success0.015
testElementPatternSingleTypeArgument04Success0.078
testElementPatternSingleTypeArgument03Success0.032
testElementPatternSingleTypeArgument02Success0.047
testElementPatternSingleTypeArgument01Success0.078
testMethodDeclarationsStringPatternMultipleParamArguments07Success0.015
testMethodDeclarationsStringPatternMultipleParamArguments06Success0.032
testMethodDeclarationsStringPatternMultipleParamArguments05Success0.015
testMethodDeclarationsStringPatternMultipleParamArguments04Success0.016
testMethodDeclarationsStringPatternMultipleParamArguments03Success0.000
testMethodDeclarationsStringPatternMultipleParamArguments02Success0.000
testMethodDeclarationsStringPatternMultipleParamArguments01Success0.015
testMethodDeclarationsStringPatternSingleParamArguments08Success0.016
testMethodDeclarationsStringPatternSingleParamArguments07Success0.016
testMethodDeclarationsStringPatternSingleParamArguments06Success0.031
testMethodDeclarationsStringPatternSingleParamArguments05Success0.000
testMethodDeclarationsStringPatternSingleParamArguments04Success0.000
testMethodDeclarationsStringPatternSingleParamArguments03Success0.016
testMethodDeclarationsStringPatternSingleParamArguments02Success0.015
testMethodDeclarationsStringPatternSingleParamArguments01Success0.000
testMethodDeclarationsElementPatternMultipleParamArguments06Success0.031
testMethodDeclarationsElementPatternMultipleParamArguments05Success0.016
testMethodDeclarationsElementPatternMultipleParamArguments04Success0.016
testMethodDeclarationsElementPatternMultipleParamArguments03Success0.015
testMethodDeclarationsElementPatternMultipleParamArguments02Success0.016
testMethodDeclarationsElementPatternMultipleParamArguments01Success0.016
testMethodDeclarationsElementPatternSingleParamArguments06Success0.015
testMethodDeclarationsElementPatternSingleParamArguments05Success0.016
testMethodDeclarationsElementPatternSingleParamArguments04Success0.015
testMethodDeclarationsElementPatternSingleParamArguments03Success0.016
testMethodDeclarationsElementPatternSingleParamArguments02Success0.016
testMethodDeclarationsElementPatternSingleParamArguments01Success0.015
testMethodReferencesStringPatternMultipleParamArguments10Success0.016
testMethodReferencesStringPatternMultipleParamArguments09Success0.031
testMethodReferencesStringPatternMultipleParamArguments08Success0.031
testMethodReferencesStringPatternMultipleParamArguments07Success0.016
testMethodReferencesStringPatternMultipleParamArguments06Success0.031
testMethodReferencesStringPatternMultipleParamArguments05Success0.000
testMethodReferencesStringPatternMultipleParamArguments04Success0.016
testMethodReferencesStringPatternMultipleParamArguments02Success0.031
testMethodReferencesStringPatternMultipleParamArguments01Success0.031
testMethodReferencesStringPatternSingleParamArguments11Success0.016
testMethodReferencesStringPatternSingleParamArguments10Success0.016
testMethodReferencesStringPatternSingleParamArguments09Success0.015
testMethodReferencesStringPatternSingleParamArguments08Success0.032
testMethodReferencesStringPatternSingleParamArguments07Success0.015
testMethodReferencesStringPatternSingleParamArguments06Success0.016
testMethodReferencesStringPatternSingleParamArguments05Success0.000
testMethodReferencesStringPatternSingleParamArguments04Success0.015
testMethodReferencesStringPatternSingleParamArguments03Success0.032
testMethodReferencesStringPatternSingleParamArguments02Success0.047
testMethodReferencesStringPatternSingleParamArguments01Success0.015
testMethodReferencesElementPatternMultipleParamArguments06Success0.031
testMethodReferencesElementPatternMultipleParamArguments05Success0.032
testMethodReferencesElementPatternMultipleParamArguments04Success0.047
testMethodReferencesElementPatternMultipleParamArguments03Success0.031
testMethodReferencesElementPatternMultipleParamArguments02Success0.031
testMethodReferencesElementPatternMultipleParamArguments01Success0.031
testMethodReferencesElementPatternSingleParamArguments06Success0.016
testMethodReferencesElementPatternSingleParamArguments05Success0.031
testMethodReferencesElementPatternSingleParamArguments04Success0.031
testMethodReferencesElementPatternSingleParamArguments03Success0.032
testMethodReferencesElementPatternSingleParamArguments02Success0.015
testMethodReferencesElementPatternSingleParamArguments01Success0.016
testMethodReferencesElementPatternMultipleTypeParameter05Success0.031
testMethodReferencesElementPatternMultipleTypeParameter04Success0.016
testMethodReferencesElementPatternMultipleTypeParameter03Success0.047
testMethodReferencesElementPatternMultipleTypeParameter02Success0.015
testMethodReferencesElementPatternMultipleTypeParameter01Success0.016
testMethodReferencesElementPatternSingleTypeParameter05Success0.031
testMethodReferencesElementPatternSingleTypeParameter04Success0.016
testMethodReferencesElementPatternSingleTypeParameter03Success0.031
testMethodReferencesElementPatternSingleTypeParameter02Success0.031
testMethodReferencesElementPatternSingleTypeParameter01Success0.016
testMethodDeclarationsStringPatternMultipleParamArguments07Success0.016
testMethodDeclarationsStringPatternMultipleParamArguments06Success0.031
testMethodDeclarationsStringPatternMultipleParamArguments05Success0.015
testMethodDeclarationsStringPatternMultipleParamArguments04Success0.000
testMethodDeclarationsStringPatternMultipleParamArguments03Success0.016
testMethodDeclarationsStringPatternMultipleParamArguments02Success0.000
testMethodDeclarationsStringPatternMultipleParamArguments01Success0.016
testMethodDeclarationsStringPatternSingleParamArguments08Success0.015
testMethodDeclarationsStringPatternSingleParamArguments07Success0.016
testMethodDeclarationsStringPatternSingleParamArguments06Success0.031
testMethodDeclarationsStringPatternSingleParamArguments05Success0.000
testMethodDeclarationsStringPatternSingleParamArguments04Success0.000
testMethodDeclarationsStringPatternSingleParamArguments03Success0.016
testMethodDeclarationsStringPatternSingleParamArguments02Success0.015
testMethodDeclarationsStringPatternSingleParamArguments01Success0.000
testMethodDeclarationsElementPatternMultipleParamArguments06Success0.032
testMethodDeclarationsElementPatternMultipleParamArguments05Success0.015
testMethodDeclarationsElementPatternMultipleParamArguments04Success0.016
testMethodDeclarationsElementPatternMultipleParamArguments03Success0.031
testMethodDeclarationsElementPatternMultipleParamArguments02Success0.016
testMethodDeclarationsElementPatternMultipleParamArguments01Success0.015
testMethodDeclarationsElementPatternSingleParamArguments06Success0.000
testMethodDeclarationsElementPatternSingleParamArguments05Success0.016
testMethodDeclarationsElementPatternSingleParamArguments04Success0.016
testMethodDeclarationsElementPatternSingleParamArguments03Success0.015
testMethodDeclarationsElementPatternSingleParamArguments02Success0.016
testMethodDeclarationsElementPatternSingleParamArguments01Success0.016
testMethodReferencesStringPatternMultipleParamArguments10Success0.031
testMethodReferencesStringPatternMultipleParamArguments09Success0.015
testMethodReferencesStringPatternMultipleParamArguments08Success0.032
testMethodReferencesStringPatternMultipleParamArguments07Success0.015
testMethodReferencesStringPatternMultipleParamArguments06Success0.016
testMethodReferencesStringPatternMultipleParamArguments05Success0.016
testMethodReferencesStringPatternMultipleParamArguments04Success0.015
testMethodReferencesStringPatternMultipleParamArguments02Success0.016
testMethodReferencesStringPatternMultipleParamArguments01Success0.015
testMethodReferencesStringPatternSingleParamArguments11Success0.032
testMethodReferencesStringPatternSingleParamArguments10Success0.015
testMethodReferencesStringPatternSingleParamArguments09Success0.016
testMethodReferencesStringPatternSingleParamArguments08Success0.016
testMethodReferencesStringPatternSingleParamArguments07Success0.015
testMethodReferencesStringPatternSingleParamArguments06Success0.016
testMethodReferencesStringPatternSingleParamArguments05Success0.000
testMethodReferencesStringPatternSingleParamArguments04Success0.015
testMethodReferencesStringPatternSingleParamArguments03Success0.032
testMethodReferencesStringPatternSingleParamArguments02Success0.015
testMethodReferencesStringPatternSingleParamArguments01Success0.016
testMethodReferencesElementPatternMultipleParamArguments06Success0.031
testMethodReferencesElementPatternMultipleParamArguments05Success0.016
testMethodReferencesElementPatternMultipleParamArguments04Success0.031
testMethodReferencesElementPatternMultipleParamArguments03Success0.031
testMethodReferencesElementPatternMultipleParamArguments02Success0.016
testMethodReferencesElementPatternMultipleParamArguments01Success0.031
testMethodReferencesElementPatternSingleParamArguments06Success0.016
testMethodReferencesElementPatternSingleParamArguments05Success0.015
testMethodReferencesElementPatternSingleParamArguments04Success0.032
testMethodReferencesElementPatternSingleParamArguments03Success0.015
testMethodReferencesElementPatternSingleParamArguments02Success0.032
testMethodReferencesElementPatternSingleParamArguments01Success0.015
testMethodReferencesElementPatternMultipleTypeParameter05Success0.016
testMethodReferencesElementPatternMultipleTypeParameter04Success0.015
testMethodReferencesElementPatternMultipleTypeParameter03Success0.032
testMethodReferencesElementPatternMultipleTypeParameter02Success0.015
testMethodReferencesElementPatternMultipleTypeParameter01Success0.016
testMethodReferencesElementPatternSingleTypeParameter05Success0.031
testMethodReferencesElementPatternSingleTypeParameter04Success0.016
testMethodReferencesElementPatternSingleTypeParameter03Success0.031
testMethodReferencesElementPatternSingleTypeParameter02Success0.016
testMethodReferencesElementPatternSingleTypeParameter01Success0.015
testMethodDeclarationsStringPatternMultipleParamArguments07Success0.016
testMethodDeclarationsStringPatternMultipleParamArguments06Success0.016
testMethodDeclarationsStringPatternMultipleParamArguments05Success0.031
testMethodDeclarationsStringPatternMultipleParamArguments04Success0.000
testMethodDeclarationsStringPatternMultipleParamArguments03Success0.015
testMethodDeclarationsStringPatternMultipleParamArguments02Success0.016
testMethodDeclarationsStringPatternMultipleParamArguments01Success0.016
testMethodDeclarationsStringPatternSingleParamArguments08Success0.031
testMethodDeclarationsStringPatternSingleParamArguments07Success0.016
testMethodDeclarationsStringPatternSingleParamArguments06Success0.031
testMethodDeclarationsStringPatternSingleParamArguments05Success0.015
testMethodDeclarationsStringPatternSingleParamArguments04Success0.000
testMethodDeclarationsStringPatternSingleParamArguments03Success0.016
testMethodDeclarationsStringPatternSingleParamArguments02Success0.000
testMethodDeclarationsStringPatternSingleParamArguments01Success0.016
testMethodDeclarationsElementPatternMultipleParamArguments06Success0.015
testMethodDeclarationsElementPatternMultipleParamArguments05Success0.016
testMethodDeclarationsElementPatternMultipleParamArguments04Success0.016
testMethodDeclarationsElementPatternMultipleParamArguments03Success0.015
testMethodDeclarationsElementPatternMultipleParamArguments02Success0.016
testMethodDeclarationsElementPatternMultipleParamArguments01Success0.015
testMethodDeclarationsElementPatternSingleParamArguments06Success0.016
testMethodDeclarationsElementPatternSingleParamArguments05Success0.016
testMethodDeclarationsElementPatternSingleParamArguments04Success0.015
testMethodDeclarationsElementPatternSingleParamArguments03Success0.016
testMethodDeclarationsElementPatternSingleParamArguments02Success0.000
testMethodDeclarationsElementPatternSingleParamArguments01Success0.016
testMethodReferencesStringPatternMultipleParamArguments10Success0.031
testMethodReferencesStringPatternMultipleParamArguments09Success0.015
testMethodReferencesStringPatternMultipleParamArguments08Success0.032
testMethodReferencesStringPatternMultipleParamArguments07Success0.015
testMethodReferencesStringPatternMultipleParamArguments06Success0.016
testMethodReferencesStringPatternMultipleParamArguments05Success0.016
testMethodReferencesStringPatternMultipleParamArguments04Success0.046
testMethodReferencesStringPatternMultipleParamArguments02Success0.016
testMethodReferencesStringPatternMultipleParamArguments01Success0.016
testMethodReferencesStringPatternSingleParamArguments11Success0.031
testMethodReferencesStringPatternSingleParamArguments10Success0.016
testMethodReferencesStringPatternSingleParamArguments09Success0.015
testMethodReferencesStringPatternSingleParamArguments08Success0.016
testMethodReferencesStringPatternSingleParamArguments07Success0.015
testMethodReferencesStringPatternSingleParamArguments06Success0.016
testMethodReferencesStringPatternSingleParamArguments05Success0.000
testMethodReferencesStringPatternSingleParamArguments04Success0.016
testMethodReferencesStringPatternSingleParamArguments03Success0.047
testMethodReferencesStringPatternSingleParamArguments02Success0.015
testMethodReferencesStringPatternSingleParamArguments01Success0.016
testMethodReferencesElementPatternMultipleParamArguments06Success0.031
testMethodReferencesElementPatternMultipleParamArguments05Success0.016
testMethodReferencesElementPatternMultipleParamArguments04Success0.031
testMethodReferencesElementPatternMultipleParamArguments03Success0.031
testMethodReferencesElementPatternMultipleParamArguments02Success0.016
testMethodReferencesElementPatternMultipleParamArguments01Success0.031
testMethodReferencesElementPatternSingleParamArguments06Success0.016
testMethodReferencesElementPatternSingleParamArguments05Success0.031
testMethodReferencesElementPatternSingleParamArguments04Success0.016
testMethodReferencesElementPatternSingleParamArguments03Success0.031
testMethodReferencesElementPatternSingleParamArguments02Success0.015
testMethodReferencesElementPatternSingleParamArguments01Success0.016
testMethodReferencesElementPatternMultipleTypeParameter05Success0.031
testMethodReferencesElementPatternMultipleTypeParameter04Success0.016
testMethodReferencesElementPatternMultipleTypeParameter03Success0.031
testMethodReferencesElementPatternMultipleTypeParameter02Success0.016
testMethodReferencesElementPatternMultipleTypeParameter01Success0.015
testMethodReferencesElementPatternSingleTypeParameter05Success0.016
testMethodReferencesElementPatternSingleTypeParameter04Success0.016
testMethodReferencesElementPatternSingleTypeParameter03Success0.031
testMethodReferencesElementPatternSingleTypeParameter02Success0.031
testMethodReferencesElementPatternSingleTypeParameter01Success0.016
testConstructorDeclarationssStringPatternMultipleParamArguments12Success0.000
testConstructorDeclarationssStringPatternMultipleParamArguments11Success0.015
testConstructorDeclarationssStringPatternMultipleParamArguments10Success0.000
testConstructorDeclarationsStringPatternMultipleParamArguments09Success0.016
testConstructorDeclarationsStringPatternMultipleParamArguments08Success0.000
testConstructorDeclarationsStringPatternMultipleParamArguments07Success0.016
testConstructorDeclarationsStringPatternMultipleParamArguments06Success0.000
testConstructorDeclarationsStringPatternMultipleParamArguments05Success0.015
testConstructorDeclarationsStringPatternMultipleParamArguments04Success0.000
testConstructorDeclarationsStringPatternMultipleParamArguments03Success0.000
testConstructorDeclarationsStringPatternMultipleParamArguments02Success0.016
testConstructorDeclarationsStringPatternMultipleParamArguments01Success0.000
testConstructorDeclarationssStringPatternSingleParamArguments12Success0.016
testConstructorDeclarationssStringPatternSingleParamArguments11Success0.000
testConstructorDeclarationssStringPatternSingleParamArguments10Success0.000
testConstructorDeclarationsStringPatternSingleParamArguments09Success0.015
testConstructorDeclarationsStringPatternSingleParamArguments08Success0.000
testConstructorDeclarationsStringPatternSingleParamArguments07Success0.016
testConstructorDeclarationsStringPatternSingleParamArguments06Success0.000
testConstructorDeclarationsStringPatternSingleParamArguments05Success0.000
testConstructorDeclarationsStringPatternSingleParamArguments04Success0.015
testConstructorDeclarationsStringPatternSingleParamArguments03Success0.016
testConstructorDeclarationsStringPatternSingleParamArguments02Success0.000
testConstructorDeclarationsStringPatternSingleParamArguments01Success0.000
testConstructorDeclarationssElementPatternMultipleParamArguments06Success0.016
testConstructorDeclarationssElementPatternMultipleParamArguments05Success0.015
testConstructorDeclarationsElementPatternMultipleParamArguments04Success0.016
testConstructorDeclarationsElementPatternMultipleParamArguments03Success0.000
testConstructorDeclarationsElementPatternMultipleParamArguments02Success0.016
testConstructorDeclarationsElementPatternMultipleParamArguments01Success0.015
testConstructorDeclarationssElementPatternSingleParamArguments06Success0.016
testConstructorDeclarationssElementPatternSingleParamArguments05Success0.000
testConstructorDeclarationsElementPatternSingleParamArguments04Success0.015
testConstructorDeclarationsElementPatternSingleParamArguments03Success0.016
testConstructorDeclarationsElementPatternSingleParamArguments02Success0.016
testConstructorDeclarationsElementPatternSingleParamArguments01Success0.000
testConstructorReferencesStringPatternMultipleParamArguments12Success0.015
testConstructorReferencesStringPatternMultipleParamArguments11Success0.016
testConstructorReferencesStringPatternMultipleParamArguments10Success0.016
testConstructorReferencesStringPatternMultipleParamArguments09Success0.015
testConstructorReferencesStringPatternMultipleParamArguments08Success0.016
testConstructorReferencesStringPatternMultipleParamArguments07Success0.031
testConstructorReferencesStringPatternMultipleParamArguments06Success0.016
testConstructorReferencesStringPatternMultipleParamArguments05Success0.015
testConstructorReferencesStringPatternMultipleParamArguments04Success0.016
testConstructorReferencesStringPatternMultipleParamArguments03Success0.016
testConstructorReferencesStringPatternMultipleParamArguments02Success0.031
testConstructorReferencesStringPatternMultipleParamArguments01Success0.032
testConstructorReferencesStringPatternSingleParamArguments12Success0.000
testConstructorReferencesStringPatternSingleParamArguments11Success0.015
testConstructorReferencesStringPatternSingleParamArguments10Success0.016
testConstructorReferencesStringPatternSingleParamArguments09Success0.016
testConstructorReferencesStringPatternSingleParamArguments08Success0.015
testConstructorReferencesStringPatternSingleParamArguments07Success0.016
testConstructorReferencesStringPatternSingleParamArguments06Success0.015
testConstructorReferencesStringPatternSingleParamArguments05Success0.016
testConstructorReferencesStringPatternSingleParamArguments04Success0.016
testConstructorReferencesStringPatternSingleParamArguments03Success0.031
testConstructorReferencesStringPatternSingleParamArguments02Success0.031
testConstructorReferencesStringPatternSingleParamArguments01Success0.016
testConstructorReferencesElementPatternMultipleParamArguments06Success0.015
testConstructorReferencesElementPatternMultipleParamArguments05Success0.016
testConstructorReferencesElementPatternMultipleParamArguments04Success0.031
testConstructorReferencesElementPatternMultipleParamArguments03Success0.016
testConstructorReferencesElementPatternMultipleParamArguments02Success0.031
testConstructorReferencesElementPatternMultipleParamArguments01Success0.016
testConstructorReferencesElementPatternSingleParamArguments06Success0.015
testConstructorReferencesElementPatternSingleParamArguments05Success0.016
testConstructorReferencesElementPatternSingleParamArguments04Success0.016
testConstructorReferencesElementPatternSingleParamArguments03Success0.015
testConstructorReferencesElementPatternSingleParamArguments02Success0.032
testConstructorReferencesElementPatternSingleParamArguments01Success0.015
testConstructorReferencesElementPatternMultipleTypeParameter04Success0.016
testConstructorReferencesElementPatternMultipleTypeParameter03Success0.015
testConstructorReferencesElementPatternMultipleTypeParameter02Success0.016
testConstructorReferencesElementPatternMultipleTypeParameter01Success0.016
testConstructorReferencesElementPatternSingleTypeParameter04Success0.015
testConstructorReferencesElementPatternSingleTypeParameter03Success0.016
testConstructorReferencesElementPatternSingleTypeParameter02Success0.000
testConstructorReferencesElementPatternSingleTypeParameter01Success0.031
testConstructorDeclarationssStringPatternMultipleParamArguments12Success0.000
testConstructorDeclarationssStringPatternMultipleParamArguments11Success0.016
testConstructorDeclarationssStringPatternMultipleParamArguments10Success0.000
testConstructorDeclarationsStringPatternMultipleParamArguments09Success0.000
testConstructorDeclarationsStringPatternMultipleParamArguments08Success0.015
testConstructorDeclarationsStringPatternMultipleParamArguments07Success0.000
testConstructorDeclarationsStringPatternMultipleParamArguments06Success0.016
testConstructorDeclarationsStringPatternMultipleParamArguments05Success0.000
testConstructorDeclarationsStringPatternMultipleParamArguments04Success0.000
testConstructorDeclarationsStringPatternMultipleParamArguments03Success0.016
testConstructorDeclarationsStringPatternMultipleParamArguments02Success0.000
testConstructorDeclarationsStringPatternMultipleParamArguments01Success0.015
testConstructorDeclarationssStringPatternSingleParamArguments12Success0.000
testConstructorDeclarationssStringPatternSingleParamArguments11Success0.000
testConstructorDeclarationssStringPatternSingleParamArguments10Success0.016
testConstructorDeclarationsStringPatternSingleParamArguments09Success0.000
testConstructorDeclarationsStringPatternSingleParamArguments08Success0.000
testConstructorDeclarationsStringPatternSingleParamArguments07Success0.016
testConstructorDeclarationsStringPatternSingleParamArguments06Success0.000
testConstructorDeclarationsStringPatternSingleParamArguments05Success0.015
testConstructorDeclarationsStringPatternSingleParamArguments04Success0.000
testConstructorDeclarationsStringPatternSingleParamArguments03Success0.016
testConstructorDeclarationsStringPatternSingleParamArguments02Success0.000
testConstructorDeclarationsStringPatternSingleParamArguments01Success0.015
testConstructorDeclarationssElementPatternMultipleParamArguments06Success0.000
testConstructorDeclarationssElementPatternMultipleParamArguments05Success0.016
testConstructorDeclarationsElementPatternMultipleParamArguments04Success0.016
testConstructorDeclarationsElementPatternMultipleParamArguments03Success0.015
testConstructorDeclarationsElementPatternMultipleParamArguments02Success0.000
testConstructorDeclarationsElementPatternMultipleParamArguments01Success0.016
testConstructorDeclarationssElementPatternSingleParamArguments06Success0.016
testConstructorDeclarationssElementPatternSingleParamArguments05Success0.000
testConstructorDeclarationsElementPatternSingleParamArguments04Success0.031
testConstructorDeclarationsElementPatternSingleParamArguments03Success0.000
testConstructorDeclarationsElementPatternSingleParamArguments02Success0.015
testConstructorDeclarationsElementPatternSingleParamArguments01Success0.016
testConstructorReferencesStringPatternMultipleParamArguments12Success0.000
testConstructorReferencesStringPatternMultipleParamArguments11Success0.016
testConstructorReferencesStringPatternMultipleParamArguments10Success0.015
testConstructorReferencesStringPatternMultipleParamArguments09Success0.016
testConstructorReferencesStringPatternMultipleParamArguments08Success0.016
testConstructorReferencesStringPatternMultipleParamArguments07Success0.015
testConstructorReferencesStringPatternMultipleParamArguments06Success0.016
testConstructorReferencesStringPatternMultipleParamArguments05Success0.015
testConstructorReferencesStringPatternMultipleParamArguments04Success0.016
testConstructorReferencesStringPatternMultipleParamArguments03Success0.016
testConstructorReferencesStringPatternMultipleParamArguments02Success0.015
testConstructorReferencesStringPatternMultipleParamArguments01Success0.016
testConstructorReferencesStringPatternSingleParamArguments12Success0.016
testConstructorReferencesStringPatternSingleParamArguments11Success0.000
testConstructorReferencesStringPatternSingleParamArguments10Success0.000
testConstructorReferencesStringPatternSingleParamArguments09Success0.016
testConstructorReferencesStringPatternSingleParamArguments08Success0.015
testConstructorReferencesStringPatternSingleParamArguments07Success0.016
testConstructorReferencesStringPatternSingleParamArguments06Success0.016
testConstructorReferencesStringPatternSingleParamArguments05Success0.000
testConstructorReferencesStringPatternSingleParamArguments04Success0.015
testConstructorReferencesStringPatternSingleParamArguments03Success0.016
testConstructorReferencesStringPatternSingleParamArguments02Success0.016
testConstructorReferencesStringPatternSingleParamArguments01Success0.015
testConstructorReferencesElementPatternMultipleParamArguments06Success0.016
testConstructorReferencesElementPatternMultipleParamArguments05Success0.015
testConstructorReferencesElementPatternMultipleParamArguments04Success0.016
testConstructorReferencesElementPatternMultipleParamArguments03Success0.016
testConstructorReferencesElementPatternMultipleParamArguments02Success0.015
testConstructorReferencesElementPatternMultipleParamArguments01Success0.016
testConstructorReferencesElementPatternSingleParamArguments06Success0.016
testConstructorReferencesElementPatternSingleParamArguments05Success0.015
testConstructorReferencesElementPatternSingleParamArguments04Success0.016
testConstructorReferencesElementPatternSingleParamArguments03Success0.015
testConstructorReferencesElementPatternSingleParamArguments02Success0.016
testConstructorReferencesElementPatternSingleParamArguments01Success0.016
testConstructorReferencesElementPatternMultipleTypeParameter04Success0.015
testConstructorReferencesElementPatternMultipleTypeParameter03Success0.016
testConstructorReferencesElementPatternMultipleTypeParameter02Success0.016
testConstructorReferencesElementPatternMultipleTypeParameter01Success0.000
testConstructorReferencesElementPatternSingleTypeParameter04Success0.015
testConstructorReferencesElementPatternSingleTypeParameter03Success0.016
testConstructorReferencesElementPatternSingleTypeParameter02Success0.015
testConstructorReferencesElementPatternSingleTypeParameter01Success0.000
testConstructorDeclarationssStringPatternMultipleParamArguments12Success0.016
testConstructorDeclarationssStringPatternMultipleParamArguments11Success0.000
testConstructorDeclarationssStringPatternMultipleParamArguments10Success0.016
testConstructorDeclarationsStringPatternMultipleParamArguments09Success0.000
testConstructorDeclarationsStringPatternMultipleParamArguments08Success0.000
testConstructorDeclarationsStringPatternMultipleParamArguments07Success0.015
testConstructorDeclarationsStringPatternMultipleParamArguments06Success0.000
testConstructorDeclarationsStringPatternMultipleParamArguments05Success0.016
testConstructorDeclarationsStringPatternMultipleParamArguments04Success0.000
testConstructorDeclarationsStringPatternMultipleParamArguments03Success0.016
testConstructorDeclarationsStringPatternMultipleParamArguments02Success0.000
testConstructorDeclarationsStringPatternMultipleParamArguments01Success0.000
testConstructorDeclarationssStringPatternSingleParamArguments12Success0.015
testConstructorDeclarationssStringPatternSingleParamArguments11Success0.000
testConstructorDeclarationssStringPatternSingleParamArguments10Success0.016
testConstructorDeclarationsStringPatternSingleParamArguments09Success0.000
testConstructorDeclarationsStringPatternSingleParamArguments08Success0.000
testConstructorDeclarationsStringPatternSingleParamArguments07Success0.015
testConstructorDeclarationsStringPatternSingleParamArguments06Success0.000
testConstructorDeclarationsStringPatternSingleParamArguments05Success0.000
testConstructorDeclarationsStringPatternSingleParamArguments04Success0.016
testConstructorDeclarationsStringPatternSingleParamArguments03Success0.000
testConstructorDeclarationsStringPatternSingleParamArguments02Success0.000
testConstructorDeclarationsStringPatternSingleParamArguments01Success0.016
testConstructorDeclarationssElementPatternMultipleParamArguments06Success0.015
testConstructorDeclarationssElementPatternMultipleParamArguments05Success0.000
testConstructorDeclarationsElementPatternMultipleParamArguments04Success0.016
testConstructorDeclarationsElementPatternMultipleParamArguments03Success0.016
testConstructorDeclarationsElementPatternMultipleParamArguments02Success0.000
testConstructorDeclarationsElementPatternMultipleParamArguments01Success0.015
testConstructorDeclarationssElementPatternSingleParamArguments06Success0.000
testConstructorDeclarationssElementPatternSingleParamArguments05Success0.016
testConstructorDeclarationsElementPatternSingleParamArguments04Success0.000
testConstructorDeclarationsElementPatternSingleParamArguments03Success0.015
testConstructorDeclarationsElementPatternSingleParamArguments02Success0.016
testConstructorDeclarationsElementPatternSingleParamArguments01Success0.000
testConstructorReferencesStringPatternMultipleParamArguments12Success0.016
testConstructorReferencesStringPatternMultipleParamArguments11Success0.015
testConstructorReferencesStringPatternMultipleParamArguments10Success0.016
testConstructorReferencesStringPatternMultipleParamArguments09Success0.000
testConstructorReferencesStringPatternMultipleParamArguments08Success0.016
testConstructorReferencesStringPatternMultipleParamArguments07Success0.031
testConstructorReferencesStringPatternMultipleParamArguments06Success0.015
testConstructorReferencesStringPatternMultipleParamArguments05Success0.000
testConstructorReferencesStringPatternMultipleParamArguments04Success0.016
testConstructorReferencesStringPatternMultipleParamArguments03Success0.031
testConstructorReferencesStringPatternMultipleParamArguments02Success0.016
testConstructorReferencesStringPatternMultipleParamArguments01Success0.016
testConstructorReferencesStringPatternSingleParamArguments12Success0.015
testConstructorReferencesStringPatternSingleParamArguments11Success0.016
testConstructorReferencesStringPatternSingleParamArguments10Success0.015
testConstructorReferencesStringPatternSingleParamArguments09Success0.000
testConstructorReferencesStringPatternSingleParamArguments08Success0.016
testConstructorReferencesStringPatternSingleParamArguments07Success0.016
testConstructorReferencesStringPatternSingleParamArguments06Success0.015
testConstructorReferencesStringPatternSingleParamArguments05Success0.016
testConstructorReferencesStringPatternSingleParamArguments04Success0.031
testConstructorReferencesStringPatternSingleParamArguments03Success0.016
testConstructorReferencesStringPatternSingleParamArguments02Success0.015
testConstructorReferencesStringPatternSingleParamArguments01Success0.016
testConstructorReferencesElementPatternMultipleParamArguments06Success0.031
testConstructorReferencesElementPatternMultipleParamArguments05Success0.016
testConstructorReferencesElementPatternMultipleParamArguments04Success0.016
testConstructorReferencesElementPatternMultipleParamArguments03Success0.015
testConstructorReferencesElementPatternMultipleParamArguments02Success0.016
testConstructorReferencesElementPatternMultipleParamArguments01Success0.015
testConstructorReferencesElementPatternSingleParamArguments06Success0.016
testConstructorReferencesElementPatternSingleParamArguments05Success0.016
testConstructorReferencesElementPatternSingleParamArguments04Success0.015
testConstructorReferencesElementPatternSingleParamArguments03Success0.032
testConstructorReferencesElementPatternSingleParamArguments02Success0.015
testConstructorReferencesElementPatternSingleParamArguments01Success0.016
testConstructorReferencesElementPatternMultipleTypeParameter04Success0.015
testConstructorReferencesElementPatternMultipleTypeParameter03Success0.000
testConstructorReferencesElementPatternMultipleTypeParameter02Success0.016
testConstructorReferencesElementPatternMultipleTypeParameter01Success0.016
testConstructorReferencesElementPatternSingleTypeParameter04Success0.015
testConstructorReferencesElementPatternSingleTypeParameter03Success0.000
testConstructorReferencesElementPatternSingleTypeParameter02Success0.016
testConstructorReferencesElementPatternSingleTypeParameter01Success0.016
testRemoveTypeSuccess0.046
testMoveTypeSuccess0.047
testDeclarationOfReferencedTypesSuccess0.016
testAllTypeNamesBug98684Success0.609
testAllTypeNamesBug99915Success0.000
testAllTypeNames4Success0.016
testAllTypeNames3Success0.000
testAllTypeNames2Success0.016
testAllTypeNames1Success0.015
testAddNewTypeSuccess0.000
testHierarchyScopeOnWorkingCopySuccess0.063
testBug83285bFailureProblem in tests processing

junit.framework.AssertionFailedError: Problem in tests processing
at org.eclipse.jdt.core.tests.model.JavaSearchJavadocTests.testBug83285b(JavaSearchJavadocTests.java:977)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.047
testBug83285aSuccess0.125
testBug83285Success0.093
testBug71267qualifiedSuccess0.407
testBug71267Success0.171
testBug54962qualifiedSuccess0.188
testBug54962Success0.187
testBug49994constructorSuccess0.172
testBug49994methodSuccess0.172
testBug49994fieldSuccess0.172
testBug49994Success0.141
testBug47209constructorSuccess0.203
testBug47209methodSuccess0.156
testBug47209fieldSuccess0.156
testBug47209typeSuccess0.172
testBug47968constructorSuccess0.141
testBug47968methodSuccess0.172
testBug47968fieldSuccess0.187
testBug47968typeSuccess0.156
testBug47909Success0.157
testJavadocParameterReferences01FailureProblem in tests processing

junit.framework.AssertionFailedError: Problem in tests processing
at org.eclipse.jdt.core.tests.model.JavaSearchJavadocTests.testJavadocParameterReferences01(JavaSearchJavadocTests.java:634)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.062
testJavadocTypeParameterReferences02FailureProblem in tests processing

junit.framework.AssertionFailedError: Problem in tests processing
at org.eclipse.jdt.core.tests.model.JavaSearchJavadocTests.testJavadocTypeParameterReferences02(JavaSearchJavadocTests.java:621)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.078
testJavadocTypeParameterReferences01Success0.063
testJavadocConstructorReferenceWithJavadocDisabledSuccess0.125
testJavadocConstructorStringReferenceWithJavadocSuccess0.172
testJavadocConstructorArgReferenceWithJavadocSuccess0.172
testJavadocConstructorReferenceWithJavadocSuccess0.156
testJavadocConstructorStringReferenceSuccess0.078
testJavadocConstructorArgReferenceSuccess0.078
testJavadocConstructorReferenceSuccess0.344
testJavadocMethodArgReferenceWithJavadocDisabledSuccess0.109
testJavadocMethodStringReferenceWithJavadocSuccess0.141
testJavadocMethodArgReferenceWithJavadocSuccess0.187
testJavadocMethodReferenceWithJavadocSuccess0.172
testJavadocMethodStringReferenceSuccess0.078
testJavadocMethodArgReferenceSuccess0.094
testJavadocMethodReferenceSuccess0.094
testJavadocFieldStringReferenceWithJavadocDisabledSuccess0.109
testJavadocFieldStringReferenceWithJavadocSuccess0.156
testJavadocFieldReferenceWithJavadocSuccess0.157
testJavadocFieldStringReferenceSuccess0.093
testJavadocFieldReferenceSuccess0.094
testJavadocTypeStringReferenceWithJavadocDisabledSuccess0.110
testJavadocTypeStringReferenceWithJavadocSuccess0.141
testJavadocTypeReferenceWithJavadocSuccess0.141
testJavadocTypeStringReferenceSuccess0.109
testJavadocTypeReferenceSuccess0.094
testJavadocMethodArgDeclarationWithJavadocSuccess0.140
testJavadocMethodDeclarationWithJavadocSuccess0.157
testJavadocMethodStringDeclarationSuccess0.078
testJavadocMethodArgDeclarationSuccess0.078
testJavadocMethodDeclarationSuccess0.078
testJavadocFieldDeclarationWithJavadocSuccess0.141
testJavadocFieldStringDeclarationSuccess0.062
testJavadocFieldDeclarationSuccess0.078
testJavadocTypeDeclarationWithJavadocSuccess0.125
testJavadocTypeStringDeclarationSuccess0.078
testJavadocTypeDeclarationSuccess0.063
testBug137984_wcSuccess0.359
testBug137984_cuSuccess0.032
testBug137984_jarSuccess0.015
testBug137087mSuccess0.032
testBug137087lSuccess0.000
testBug137087kSuccess0.015
testBug137087jSuccess0.016
testBug137087iSuccess0.000
testBug137087hSuccess0.015
testBug137087gSuccess0.000
testBug137087fSuccess0.000
testBug137087eSuccess0.016
testBug137087dSuccess0.016
testBug137087cSuccess0.000
testBug137087bSuccess0.015
testBug137087Success0.016
testBug130390hFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug130390h(JavaSearchBugsTests.java:6093)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug130390gFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug130390g(JavaSearchBugsTests.java:6083)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug130390fFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug130390f(JavaSearchBugsTests.java:6074)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug130390eFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug130390e(JavaSearchBugsTests.java:6065)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug130390dFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug130390d(JavaSearchBugsTests.java:6056)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug130390cFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug130390c(JavaSearchBugsTests.java:6047)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug130390bFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug130390b(JavaSearchBugsTests.java:6037)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug130390Success0.031
testBug128877cSuccess0.031
testBug128877bSuccess0.016
testBug128877aSuccess0.000
testBug127628Success0.016
testBug126330Success0.031
testBug125178Success0.016
testBug124645dSuccess0.015
testBug124645cSuccess0.016
testBug124645bSuccess0.031
testBug124645aSuccess0.031
testBug124469nSuccess0.016
testBug124469mSuccess0.016
testBug124469lSuccess0.031
testBug124469kSuccess0.015
testBug124469jSuccess0.032
testBug124469iSuccess0.015
testBug124469hSuccess0.000
testBug124469gSuccess0.032
testBug124469fSuccess0.031
testBug124469eSuccess0.015
testBug124469dSuccess0.032
testBug124469cSuccess0.015
testBug124469bSuccess0.032
testBug124469aSuccess0.031
testBug122442iFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug122442i(JavaSearchBugsTests.java:5642)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug122442hFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug122442h(JavaSearchBugsTests.java:5633)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug122442gFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug122442g(JavaSearchBugsTests.java:5623)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.015
testBug122442fFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug122442f(JavaSearchBugsTests.java:5614)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug122442eFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug122442e(JavaSearchBugsTests.java:5605)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug122442dSuccess0.000
testBug122442cFailureInvalid number of working copies kept between tests! expected:<3> but was:<1>

junit.framework.AssertionFailedError: Invalid number of working copies kept between tests! expected:<3> but was:<1>
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug122442c(JavaSearchBugsTests.java:5579)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug122442bFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug122442b(JavaSearchBugsTests.java:5569)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug122442aSuccess0.016
testBug120816bSuccess0.062
testBug120816aSuccess0.063
testBug119545Success0.015
testBug110336hSuccess0.047
testBug110336gSuccess0.031
testBug110336fSuccess0.032
testBug110336eSuccess0.031
testBug110336dSuccess0.031
testBug110336cSuccess0.031
testBug110336bSuccess0.032
testBug110336aSuccess0.031
testBug114539Success0.031
testBug110422bSuccess0.016
testBug110422aSuccess0.000
testBug110291Success0.015
testBug110060_FieldPattern05FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_FieldPattern05(JavaSearchBugsTests.java:5199)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug110060_FieldPattern04FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_FieldPattern04(JavaSearchBugsTests.java:5188)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug110060_FieldPattern03FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_FieldPattern03(JavaSearchBugsTests.java:5177)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug110060_FieldPattern02FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_FieldPattern02(JavaSearchBugsTests.java:5169)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug110060_FieldPattern01Success0.016
testBug110060_MethodPattern09FailureUnexpected search results. ----------- Expected ------------ src/b110060/Test.java void b110060.Test.aMethodWith1Or2_Or_3_Or__4__DigitsAnd_Several_Underscores() [aMethodWith1Or2_Or_3_Or__4__DigitsAnd_Several_Underscores] EXACT_MATCH\n src/b110060/Test.java void b110060.Test.testReferences() [aMethodWith1Or2_Or_3_Or__4__DigitsAnd_Several_Underscores()] EXACT_MATCH ------------ but was ------------ --------- Difference is ---------- expected:<src/b110060/Test.java void b110060.Test.aMethodWith1Or2_Or_3_Or__4__DigitsAnd_Several_Underscores() [aMethodWith1Or2_Or_3_Or__4__DigitsAnd_Several_Underscores] EXACT_MATCH\n src/b110060/Test.java void b110060.Test.testReferences() [aMethodWith1Or2_Or_3_Or__4__DigitsAnd_Several_Underscores()] EXACT_MATCH> but was:<>

junit.framework.ComparisonFailure: Unexpected search results.
----------- Expected ------------
src/b110060/Test.java void b110060.Test.aMethodWith1Or2_Or_3_Or__4__DigitsAnd_Several_Underscores() [aMethodWith1Or2_Or_3_Or__4__DigitsAnd_Several_Underscores] EXACT_MATCH\n
src/b110060/Test.java void b110060.Test.testReferences() [aMethodWith1Or2_Or_3_Or__4__DigitsAnd_Several_Underscores()] EXACT_MATCH
------------ but was ------------

--------- Difference is ----------
expected:<src/b110060/Test.java void b110060.Test.aMethodWith1Or2_Or_3_Or__4__DigitsAnd_Several_Underscores() [aMethodWith1Or2_Or_3_Or__4__DigitsAnd_Several_Underscores] EXACT_MATCH\n
src/b110060/Test.java void b110060.Test.testReferences() [aMethodWith1Or2_Or_3_Or__4__DigitsAnd_Several_Underscores()] EXACT_MATCH> but was:<>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:433)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:392)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:389)
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_MethodPattern09(JavaSearchBugsTests.java:5132)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.016
testBug110060_MethodPattern08FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_MethodPattern08(JavaSearchBugsTests.java:5121)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug110060_MethodPattern07FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_MethodPattern07(JavaSearchBugsTests.java:5104)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug110060_MethodPattern06FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_MethodPattern06(JavaSearchBugsTests.java:5089)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.015
testBug110060_MethodPattern05FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_MethodPattern05(JavaSearchBugsTests.java:5072)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug110060_MethodPattern04FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_MethodPattern04(JavaSearchBugsTests.java:5055)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug110060_MethodPattern03FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_MethodPattern03(JavaSearchBugsTests.java:5042)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug110060_MethodPattern02FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_MethodPattern02(JavaSearchBugsTests.java:5034)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug110060_MethodPattern01Success0.016
testBug110060_ConstructorPattern06FailureInvalid number of working copies kept between tests! expected:<5> but was:<1>

junit.framework.AssertionFailedError: Invalid number of working copies kept between tests! expected:<5> but was:<1>
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_ConstructorPattern06(JavaSearchBugsTests.java:4994)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug110060_ConstructorPattern05FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_ConstructorPattern05(JavaSearchBugsTests.java:4980)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug110060_ConstructorPattern04FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_ConstructorPattern04(JavaSearchBugsTests.java:4969)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug110060_ConstructorPattern03FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_ConstructorPattern03(JavaSearchBugsTests.java:4958)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug110060_ConstructorPattern02FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_ConstructorPattern02(JavaSearchBugsTests.java:4941)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug110060_ConstructorPattern01Success0.047
testBug110060_AllTypeNames14Success0.000
testBug110060_AllTypeNames13Success0.000
testBug110060_AllTypeNames12Success0.000
testBug110060_AllTypeNames11Success0.000
testBug110060_AllTypeNames10Success0.000
testBug110060_AllTypeNames09Success0.000
testBug110060_AllTypeNames08Success0.015
testBug110060_AllTypeNames07Success0.000
testBug110060_AllTypeNames06Success0.000
testBug110060_AllTypeNames05Success0.000
testBug110060_AllTypeNames04Success0.000
testBug110060_AllTypeNames03Success0.000
testBug110060_AllTypeNames02Success0.000
testBug110060_AllTypeNames01Success0.000
testBug110060_TypePattern12FailureUnexpected search results. ----------- Expected ------------ src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH ------------ but was ------------ src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH --------- Difference is ---------- expected:<...> but was:<...\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH>

junit.framework.ComparisonFailure: Unexpected search results.
----------- Expected ------------
src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH
------------ but was ------------
src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH
--------- Difference is ----------
expected:<...> but was:<...\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:433)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:392)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:389)
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_TypePattern12(JavaSearchBugsTests.java:4577)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.032
testBug110060_TypePattern11FailureUnexpected search results. ----------- Expected ------------ src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH ------------ but was ------------ src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH --------- Difference is ---------- expected:<...> but was:<...\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH>

junit.framework.ComparisonFailure: Unexpected search results.
----------- Expected ------------
src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH
------------ but was ------------
src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH
--------- Difference is ----------
expected:<...> but was:<...\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:433)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:392)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:389)
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_TypePattern11(JavaSearchBugsTests.java:4566)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.031
testBug110060_TypePattern10Success0.031
testBug110060_TypePattern09FailureUnexpected search results. ----------- Expected ------------ src/b110060/AA.java b110060.AA [AA] EXACT_MATCH\n src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n src/b110060/AxA.java b110060.AxA [AxA] EXACT_MATCH\n src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH ------------ but was ------------ src/b110060/AA.java b110060.AA [AA] EXACT_MATCH\n src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n src/b110060/AxA.java b110060.AxA [AxA] EXACT_MATCH\n src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH --------- Difference is ---------- expected:<...xx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA...> but was:<... [AA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy...>

junit.framework.ComparisonFailure: Unexpected search results.
----------- Expected ------------
src/b110060/AA.java b110060.AA [AA] EXACT_MATCH\n
src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n
src/b110060/AxA.java b110060.AxA [AxA] EXACT_MATCH\n
src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH
------------ but was ------------
src/b110060/AA.java b110060.AA [AA] EXACT_MATCH\n
src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n
src/b110060/AxA.java b110060.AxA [AxA] EXACT_MATCH\n
src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH
--------- Difference is ----------
expected:<...xx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA...> but was:<... [AA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:433)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:392)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:389)
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_TypePattern09(JavaSearchBugsTests.java:4541)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.031
testBug110060_TypePattern08FailureUnexpected search results. ----------- Expected ------------ src/b110060/AA.java b110060.AA [AA] EXACT_MATCH\n src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH ------------ but was ------------ src/b110060/AA.java b110060.AA [AA] EXACT_MATCH\n src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH --------- Difference is ---------- expected:<......> but was:<... [AA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aa...>

junit.framework.ComparisonFailure: Unexpected search results.
----------- Expected ------------
src/b110060/AA.java b110060.AA [AA] EXACT_MATCH\n
src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH
------------ but was ------------
src/b110060/AA.java b110060.AA [AA] EXACT_MATCH\n
src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH
--------- Difference is ----------
expected:<......> but was:<... [AA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aa...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:433)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:392)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:389)
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_TypePattern08(JavaSearchBugsTests.java:4528)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.032
testBug110060_TypePattern07Success0.015
testBug110060_TypePattern06FailureUnexpected search results. ----------- Expected ------------ src/b110060/AA.java b110060.AA [AA] EXACT_MATCH\n src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n src/b110060/AxA.java b110060.AxA [AxA] EXACT_MATCH\n src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n C:\EclipseCert\eclipse-testing\test-eclipse\eclipse\jdt_model_folder\jclMin1.5.jar java.lang.annotation.Annotation EXACT_MATCH ------------ but was ------------ src/b110060/AA.java b110060.AA [AA] EXACT_MATCH\n src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n src/b110060/AxA.java b110060.AxA [AxA] EXACT_MATCH\n src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n C:\EclipseCert\eclipse-testing\test-eclipse\eclipse\jdt_model_folder\jclMin1.5.jar java.lang.annotation.Annotation EXACT_MATCH --------- Difference is ---------- expected:<...xx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA...> but was:<... [AA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy...>

junit.framework.ComparisonFailure: Unexpected search results.
----------- Expected ------------
src/b110060/AA.java b110060.AA [AA] EXACT_MATCH\n
src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n
src/b110060/AxA.java b110060.AxA [AxA] EXACT_MATCH\n
src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n
C:\EclipseCert\eclipse-testing\test-eclipse\eclipse\jdt_model_folder\jclMin1.5.jar java.lang.annotation.Annotation EXACT_MATCH
------------ but was ------------
src/b110060/AA.java b110060.AA [AA] EXACT_MATCH\n
src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n
src/b110060/AxA.java b110060.AxA [AxA] EXACT_MATCH\n
src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n
C:\EclipseCert\eclipse-testing\test-eclipse\eclipse\jdt_model_folder\jclMin1.5.jar java.lang.annotation.Annotation EXACT_MATCH
--------- Difference is ----------
expected:<...xx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA...> but was:<... [AA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:433)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:392)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:389)
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_TypePattern06(JavaSearchBugsTests.java:4502)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.047
testBug110060_TypePattern05FailureUnexpected search results. ----------- Expected ------------ src/b110060/AxA.java b110060.AxA [AxA] EXACT_MATCH\n src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH ------------ but was ------------ src/b110060/AxA.java b110060.AxA [AxA] EXACT_MATCH\n src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH --------- Difference is ---------- expected:<......> but was:<...a [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.ax...>

junit.framework.ComparisonFailure: Unexpected search results.
----------- Expected ------------
src/b110060/AxA.java b110060.AxA [AxA] EXACT_MATCH\n
src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH
------------ but was ------------
src/b110060/AxA.java b110060.AxA [AxA] EXACT_MATCH\n
src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH
--------- Difference is ----------
expected:<......> but was:<...a [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.ax...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:433)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:392)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:389)
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_TypePattern05(JavaSearchBugsTests.java:4489)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.031
testBug110060_TypePattern04FailureUnexpected search results. ----------- Expected ------------ src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH ------------ but was ------------ src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH --------- Difference is ---------- expected:<...> but was:<...\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH>

junit.framework.ComparisonFailure: Unexpected search results.
----------- Expected ------------
src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH
------------ but was ------------
src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH
--------- Difference is ----------
expected:<...> but was:<...\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:433)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:392)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:389)
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_TypePattern04(JavaSearchBugsTests.java:4478)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.032
testBug110060_TypePattern03FailureUnexpected search results. ----------- Expected ------------ src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH ------------ but was ------------ src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH --------- Difference is ---------- expected:<...> but was:<...\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH>

junit.framework.ComparisonFailure: Unexpected search results.
----------- Expected ------------
src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH
------------ but was ------------
src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH
--------- Difference is ----------
expected:<...> but was:<...\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:433)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:392)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:389)
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_TypePattern03(JavaSearchBugsTests.java:4467)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.015
testBug110060_TypePattern02FailureUnexpected search results. ----------- Expected ------------ src/b110060/AA.java b110060.AA [AA] EXACT_MATCH\n src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n src/b110060/AxA.java b110060.AxA [AxA] EXACT_MATCH\n src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH ------------ but was ------------ src/b110060/AA.java b110060.AA [AA] EXACT_MATCH\n src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n src/b110060/AxA.java b110060.AxA [AxA] EXACT_MATCH\n src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH --------- Difference is ---------- expected:<...xx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA...> but was:<... [AA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n src/b110060/Test.java b110060.Test.axxayy [AxxAyy...>

junit.framework.ComparisonFailure: Unexpected search results.
----------- Expected ------------
src/b110060/AA.java b110060.AA [AA] EXACT_MATCH\n
src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n
src/b110060/AxA.java b110060.AxA [AxA] EXACT_MATCH\n
src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH
------------ but was ------------
src/b110060/AA.java b110060.AA [AA] EXACT_MATCH\n
src/b110060/AAxx.java b110060.AAxx [AAxx] EXACT_MATCH\n
src/b110060/AxA.java b110060.AxA [AxA] EXACT_MATCH\n
src/b110060/AxxAyy.java b110060.AxxAyy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aa [AA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy] EXACT_MATCH
--------- Difference is ----------
expected:<...xx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA...> but was:<... [AA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.aaxx [AAxx] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axa [AxA] EXACT_MATCH\n
src/b110060/Test.java b110060.Test.axxayy [AxxAyy...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:433)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:392)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:389)
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug110060_TypePattern02(JavaSearchBugsTests.java:4450)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.032
testBug110060_TypePattern01Success0.031
testBug108088Success0.031
testBug100772_ProjectScope_Complex04FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_ProjectScope_Complex04(JavaSearchBugsTests.java:4368)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_ProjectScope_Complex03FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_ProjectScope_Complex03(JavaSearchBugsTests.java:4354)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_ProjectScope_Complex02FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_ProjectScope_Complex02(JavaSearchBugsTests.java:4340)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_ProjectScope_Complex01Success0.063
testBug100772_ProjectScope_InterfacesAndClass08FailureInvalid number of working copies kept between tests! expected:<3> but was:<6>

junit.framework.AssertionFailedError: Invalid number of working copies kept between tests! expected:<3> but was:<6>
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_ProjectScope_InterfacesAndClass08(JavaSearchBugsTests.java:4277)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_ProjectScope_InterfacesAndClass07FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_ProjectScope_InterfacesAndClass07(JavaSearchBugsTests.java:4264)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_ProjectScope_InterfacesAndClass06FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_ProjectScope_InterfacesAndClass06(JavaSearchBugsTests.java:4251)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_ProjectScope_InterfacesAndClass05FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_ProjectScope_InterfacesAndClass05(JavaSearchBugsTests.java:4239)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_ProjectScope_InterfacesAndClass04FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_ProjectScope_InterfacesAndClass04(JavaSearchBugsTests.java:4226)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_ProjectScope_InterfacesAndClass03FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_ProjectScope_InterfacesAndClass03(JavaSearchBugsTests.java:4214)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_ProjectScope_InterfacesAndClass02FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_ProjectScope_InterfacesAndClass02(JavaSearchBugsTests.java:4201)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_ProjectScope_InterfacesAndClass01Success0.031
testBug100772_ProjectScope_ClassAndSubclass05FailureInvalid number of working copies kept between tests! expected:<2> but was:<3>

junit.framework.AssertionFailedError: Invalid number of working copies kept between tests! expected:<2> but was:<3>
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_ProjectScope_ClassAndSubclass05(JavaSearchBugsTests.java:4158)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_ProjectScope_ClassAndSubclass04FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_ProjectScope_ClassAndSubclass04(JavaSearchBugsTests.java:4145)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_ProjectScope_ClassAndSubclass03FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_ProjectScope_ClassAndSubclass03(JavaSearchBugsTests.java:4133)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.015
testBug100772_ProjectScope_ClassAndSubclass02FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_ProjectScope_ClassAndSubclass02(JavaSearchBugsTests.java:4121)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_ProjectScope_ClassAndSubclass01Success0.032
testBug100772_HierarchyScope_Complex04FailureInvalid number of working copies kept between tests! expected:<1> but was:<2>

junit.framework.AssertionFailedError: Invalid number of working copies kept between tests! expected:<1> but was:<2>
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_HierarchyScope_Complex04(JavaSearchBugsTests.java:4085)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_HierarchyScope_Complex03FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_HierarchyScope_Complex03(JavaSearchBugsTests.java:4071)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_HierarchyScope_Complex02FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_HierarchyScope_Complex02(JavaSearchBugsTests.java:4058)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_HierarchyScope_Complex01Success0.047
testBug100772_HierarchyScope_InterfacesAndClass08FailureUnexpected search results. ----------- Expected ------------ src/b100772/Test.java void b100772.X.foo(Exception) [foo] EXACT_MATCH ------------ but was ------------ src/b100772/Test.java void b100772.XX.foo(Exception) [foo] EXACT_MATCH\n src/b100772/Test.java void b100772.IX.foo(U) [foo] EXACT_MATCH --------- Difference is ---------- expected:<....foo(Exception...> but was:<...X.foo(Exception) [foo] EXACT_MATCH\n src/b100772/Test.java void b100772.IX.foo(U...>

junit.framework.ComparisonFailure: Unexpected search results.
----------- Expected ------------
src/b100772/Test.java void b100772.X.foo(Exception) [foo] EXACT_MATCH
------------ but was ------------
src/b100772/Test.java void b100772.XX.foo(Exception) [foo] EXACT_MATCH\n
src/b100772/Test.java void b100772.IX.foo(U) [foo] EXACT_MATCH
--------- Difference is ----------
expected:<....foo(Exception...> but was:<...X.foo(Exception) [foo] EXACT_MATCH\n
src/b100772/Test.java void b100772.IX.foo(U...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:433)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:392)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:389)
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_HierarchyScope_InterfacesAndClass08(JavaSearchBugsTests.java:4015)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.046
testBug100772_HierarchyScope_InterfacesAndClass07FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_HierarchyScope_InterfacesAndClass07(JavaSearchBugsTests.java:3998)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_HierarchyScope_InterfacesAndClass06FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_HierarchyScope_InterfacesAndClass06(JavaSearchBugsTests.java:3986)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_HierarchyScope_InterfacesAndClass05FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_HierarchyScope_InterfacesAndClass05(JavaSearchBugsTests.java:3975)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_HierarchyScope_InterfacesAndClass04FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_HierarchyScope_InterfacesAndClass04(JavaSearchBugsTests.java:3963)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_HierarchyScope_InterfacesAndClass03FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_HierarchyScope_InterfacesAndClass03(JavaSearchBugsTests.java:3951)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_HierarchyScope_InterfacesAndClass02FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_HierarchyScope_InterfacesAndClass02(JavaSearchBugsTests.java:3938)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_HierarchyScope_InterfacesAndClass01Success0.047
testBug100772_HierarchyScope_ClassAndSubclass05Success0.032
testBug100772_HierarchyScope_ClassAndSubclass04FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_HierarchyScope_ClassAndSubclass04(JavaSearchBugsTests.java:3888)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_HierarchyScope_ClassAndSubclass03FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_HierarchyScope_ClassAndSubclass03(JavaSearchBugsTests.java:3876)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100772_HierarchyScope_ClassAndSubclass02FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100772_HierarchyScope_ClassAndSubclass02(JavaSearchBugsTests.java:3864)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.015
testBug100772_HierarchyScope_ClassAndSubclass01Success0.031
testBug100695fSuccess0.032
testBug100695eSuccess0.031
testBug100695dSuccess0.031
testBug100695cSuccess0.031
testBug100695bSuccess0.016
testBug100695aFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug100695a(JavaSearchBugsTests.java:3726)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug100695Success0.000
testBug99903_javadocFailureInvalid number of working copies kept between tests! expected:<3> but was:<1>

junit.framework.AssertionFailedError: Invalid number of working copies kept between tests! expected:<3> but was:<1>
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug99903_javadoc(JavaSearchBugsTests.java:3692)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug99903_annotationSuccess0.031
testBug99600Success0.016
testBug98378bFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug98378b(JavaSearchBugsTests.java:3620)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug98378Success0.047
testBug97614Success0.031
testBug97606bSuccess0.594
testBug97606Success0.562
testBug97547Success0.532
testBug97322Success0.015
testBug97120Success0.016
testBug97087Success0.015
testBug96763cSuccess0.032
testBug96763bFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug96763b(JavaSearchBugsTests.java:3303)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug96763Success0.031
testBug96761Success0.016
testBug95794cFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug95794c(JavaSearchBugsTests.java:3230)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug95794bFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug95794b(JavaSearchBugsTests.java:3205)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug95794Success0.078
testBug94718Success0.031
testBug94389Success0.141
testBug94160Success0.015
testBug93392Success0.031
testBug92944_ANNOTATION_TYPEFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug92944_ANNOTATION_TYPE(JavaSearchBugsTests.java:3007)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug92944_ENUMFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug92944_ENUM(JavaSearchBugsTests.java:2986)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug92944_INTERFACEFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug92944_INTERFACE(JavaSearchBugsTests.java:2965)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug92944_CLASS_AND_ENUMFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug92944_CLASS_AND_ENUM(JavaSearchBugsTests.java:2942)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug92944_CLASS_AND_INTERFACEFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug92944_CLASS_AND_INTERFACE(JavaSearchBugsTests.java:2919)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug92944_CLASSFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug92944_CLASS(JavaSearchBugsTests.java:2897)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug92944_TYPESuccess0.579
testBug91078Success0.015
testBug91542Success0.016
testBug90915Success0.031
testBug90779Success0.031
testBug89848Success0.047
testBug89686bFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug89686b(JavaSearchBugsTests.java:2699)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug89686Success0.031
testBug88300cSuccess0.047
testBug88300bFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug88300b(JavaSearchBugsTests.java:2609)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug88300Success0.032
testBug87627Success0.015
testBug88174Success0.031
testBug86380_FieldFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug86380_Field(JavaSearchBugsTests.java:2503)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.016
testBug86380_MethodFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug86380_Method(JavaSearchBugsTests.java:2489)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug86380_TypeSuccess0.031
testBug86293Success0.032
testBug86642Success0.031
testBug86596Success0.031
testBug85810Success0.000
testBug84727bFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug84727b(JavaSearchBugsTests.java:2348)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug84727Success0.031
testBug84724dFailureInvalid number of working copies kept between tests! expected:<2> but was:<3>

junit.framework.AssertionFailedError: Invalid number of working copies kept between tests! expected:<2> but was:<3>
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug84724d(JavaSearchBugsTests.java:2300)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.016
testBug84724cFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug84724c(JavaSearchBugsTests.java:2288)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug84724bFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug84724b(JavaSearchBugsTests.java:2275)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug84724Success0.047
testBug84121Success0.031
testBug84100eFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug84100e(JavaSearchBugsTests.java:2203)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.016
testBug84100dFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug84100d(JavaSearchBugsTests.java:2192)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug84100cFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug84100c(JavaSearchBugsTests.java:2180)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug84100bFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug84100b(JavaSearchBugsTests.java:2169)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug84100Success0.031
testBug83716Success0.016
testBug83693Success0.015
testBug83388bFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug83388b(JavaSearchBugsTests.java:2049)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.016
testBug83388Success0.000
testBug83804_FieldFailureProblem in tests processing expected:<2> but was:<1>

junit.framework.AssertionFailedError: Problem in tests processing expected:<2> but was:<1>
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug83804_Field(JavaSearchBugsTests.java:2005)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug83804_MethodFailureProblem in tests processing

junit.framework.AssertionFailedError: Problem in tests processing
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug83804_Method(JavaSearchBugsTests.java:1992)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug83804_TypeSuccess0.047
testBug83304_ConstructorStringPatternFailureInvalid number of working copies kept between tests! expected:<1> but was:<2>

junit.framework.AssertionFailedError: Invalid number of working copies kept between tests! expected:<1> but was:<2>
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug83304_ConstructorStringPattern(JavaSearchBugsTests.java:1936)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug83304_ConstructorParameterizedElementPatternFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug83304_ConstructorParameterizedElementPattern(JavaSearchBugsTests.java:1921)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug83304_ConstructorGenericElementPatternSuccess0.015
testBug83304_MethodStringPatternFailureUnexpected search results. ----------- Expected ------------ src/b83304/Methods.java void b83304.Methods.test() [generic(exc)] ERASURE_MATCH\n src/b83304/Methods.java void b83304.Methods.test() [generic(exc)] EXACT_MATCH\n src/b83304/Methods.java void b83304.Methods.test() [generic("")] ERASURE_MATCH ------------ but was ------------ --------- Difference is ---------- expected:<src/b83304/Methods.java void b83304.Methods.test() [generic(exc)] ERASURE_MATCH\n src/b83304/Methods.java void b83304.Methods.test() [generic(exc)] EXACT_MATCH\n src/b83304/Methods.java void b83304.Methods.test() [generic("")] ERASURE_MATCH> but was:<>

junit.framework.ComparisonFailure: Unexpected search results.
----------- Expected ------------
src/b83304/Methods.java void b83304.Methods.test() [generic(exc)] ERASURE_MATCH\n
src/b83304/Methods.java void b83304.Methods.test() [generic(exc)] EXACT_MATCH\n
src/b83304/Methods.java void b83304.Methods.test() [generic("")] ERASURE_MATCH
------------ but was ------------

--------- Difference is ----------
expected:<src/b83304/Methods.java void b83304.Methods.test() [generic(exc)] ERASURE_MATCH\n
src/b83304/Methods.java void b83304.Methods.test() [generic(exc)] EXACT_MATCH\n
src/b83304/Methods.java void b83304.Methods.test() [generic("")] ERASURE_MATCH> but was:<>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:433)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:392)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:389)
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug83304_MethodStringPattern(JavaSearchBugsTests.java:1889)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.016
testBug83304_MethodGenericElementPatternFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug83304_MethodGenericElementPattern(JavaSearchBugsTests.java:1872)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug83304_MethodParameterizedElementPatternSuccess0.016
testBug83304_TypeStringPatternFailureUnexpected search results. ----------- Expected ------------ src/b83304/Types.java [Generic] EQUIVALENT_RAW_MATCH\n src/b83304/Types.java b83304.Types.gen [Generic] EQUIVALENT_RAW_MATCH\n src/b83304/Types.java b83304.Types.gen_obj [Generic] EQUIVALENT_MATCH\n src/b83304/Types.java b83304.Types.gen_exc [Generic] EQUIVALENT_MATCH\n src/b83304/Types.java b83304.Types.gen_wld [Generic] EQUIVALENT_MATCH\n src/b83304/Types.java b83304.Types.gen_thr [Generic] ERASURE_MATCH\n src/b83304/Types.java b83304.Types.gen_run [Generic] ERASURE_MATCH\n lib/JavaSearch15.jar g1.t.s.def.Generic<T> g1.t.s.def.Generic.foo() ERASURE_MATCH ------------ but was ------------ lib/JavaSearch15.jar g1.t.s.def.Generic<T> g1.t.s.def.Generic.foo() ERASURE_MATCH --------- Difference is ---------- expected:<src/b83304/Types.java [Generic] EQUIVALENT_RAW_MATCH\n src/b83304/Types.java b83304.Types.gen [Generic] EQUIVALENT_RAW_MATCH\n src/b83304/Types.java b83304.Types.gen_obj [Generic] EQUIVALENT_MATCH\n src/b83304/Types.java b83304.Types.gen_exc [Generic] EQUIVALENT_MATCH\n src/b83304/Types.java b83304.Types.gen_wld [Generic] EQUIVALENT_MATCH\n src/b83304/Types.java b83304.Types.gen_thr [Generic] ERASURE_MATCH\n src/b83304/Types.java b83304.Types.gen_run [Generic] ERASURE_MATCH\n ...> but was:<...>

junit.framework.ComparisonFailure: Unexpected search results.
----------- Expected ------------
src/b83304/Types.java [Generic] EQUIVALENT_RAW_MATCH\n
src/b83304/Types.java b83304.Types.gen [Generic] EQUIVALENT_RAW_MATCH\n
src/b83304/Types.java b83304.Types.gen_obj [Generic] EQUIVALENT_MATCH\n
src/b83304/Types.java b83304.Types.gen_exc [Generic] EQUIVALENT_MATCH\n
src/b83304/Types.java b83304.Types.gen_wld [Generic] EQUIVALENT_MATCH\n
src/b83304/Types.java b83304.Types.gen_thr [Generic] ERASURE_MATCH\n
src/b83304/Types.java b83304.Types.gen_run [Generic] ERASURE_MATCH\n
lib/JavaSearch15.jar g1.t.s.def.Generic<T> g1.t.s.def.Generic.foo() ERASURE_MATCH
------------ but was ------------
lib/JavaSearch15.jar g1.t.s.def.Generic<T> g1.t.s.def.Generic.foo() ERASURE_MATCH
--------- Difference is ----------
expected:<src/b83304/Types.java [Generic] EQUIVALENT_RAW_MATCH\n
src/b83304/Types.java b83304.Types.gen [Generic] EQUIVALENT_RAW_MATCH\n
src/b83304/Types.java b83304.Types.gen_obj [Generic] EQUIVALENT_MATCH\n
src/b83304/Types.java b83304.Types.gen_exc [Generic] EQUIVALENT_MATCH\n
src/b83304/Types.java b83304.Types.gen_wld [Generic] EQUIVALENT_MATCH\n
src/b83304/Types.java b83304.Types.gen_thr [Generic] ERASURE_MATCH\n
src/b83304/Types.java b83304.Types.gen_run [Generic] ERASURE_MATCH\n
...> but was:<...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:433)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:392)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:389)
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug83304_TypeStringPattern(JavaSearchBugsTests.java:1834)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.031
testBug83304_TypeGenericElementPatternFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug83304_TypeGenericElementPattern(JavaSearchBugsTests.java:1813)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.015
testBug83304_TypeParameterizedElementPatternSuccess0.016
testBug83304Success0.016
testBug83230_Implicit02Success0.031
testBug83230_Implicit01Success0.031
testBug83230_Explicit05FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug83230_Explicit05(JavaSearchBugsTests.java:1696)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug83230_Explicit04FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug83230_Explicit04(JavaSearchBugsTests.java:1685)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.016
testBug83230_Explicit03FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug83230_Explicit03(JavaSearchBugsTests.java:1674)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug83230_Explicit02FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug83230_Explicit02(JavaSearchBugsTests.java:1662)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug83230_Explicit01FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug83230_Explicit01(JavaSearchBugsTests.java:1651)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug83230_ExplicitSuccess0.031
testBug83012Success0.016
testBug82673Success0.000
testBug82208_CLASS_AND_ENUMERATIONFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug82208_CLASS_AND_ENUMERATION(JavaSearchBugsTests.java:1520)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug82208_CLASS_AND_INTERFACEFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug82208_CLASS_AND_INTERFACE(JavaSearchBugsTests.java:1509)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.015
testBug82208_ANNOTATION_TYPEFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug82208_ANNOTATION_TYPE(JavaSearchBugsTests.java:1499)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug82208_ENUMFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug82208_ENUM(JavaSearchBugsTests.java:1489)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug82208_INTERFACEFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug82208_INTERFACE(JavaSearchBugsTests.java:1479)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug82208_CLASSFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug82208_CLASS(JavaSearchBugsTests.java:1469)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug82208_TYPESuccess0.016
testBug82088constructorSuccess0.000
testBug82088methodSuccess0.016
testBug81556Success0.031
testBug81084bSuccess0.031
testBug81084stringFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug81084string(JavaSearchBugsTests.java:1341)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug81084aSuccess0.016
testBug80918Success0.000
testBug80890Success0.047
testBug80264_FieldsIgnoreBothTypesFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug80264_FieldsIgnoreBothTypes(JavaSearchBugsTests.java:1242)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug80264_FieldsIgnoreReturnTypeFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug80264_FieldsIgnoreReturnType(JavaSearchBugsTests.java:1229)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug80264_FieldsIgnoreDeclaringTypeFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug80264_FieldsIgnoreDeclaringType(JavaSearchBugsTests.java:1213)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug80264_FieldsSuccess0.015
testBug80264_ClassesIgnoreTypesFailureUnexpected search results. ----------- Expected ------------ src/b80264/Classes.java b80264.Classes$Inner [Inner] EXACT_MATCH\n src/b80264/Classes.java b80264.ClassesSub$Inner [Inner] EXACT_MATCH\n src/b80264/Classes.java b80264.ClassesOther$Inner [Inner] EXACT_MATCH ------------ but was ------------ --------- Difference is ---------- expected:<src/b80264/Classes.java b80264.Classes$Inner [Inner] EXACT_MATCH\n src/b80264/Classes.java b80264.ClassesSub$Inner [Inner] EXACT_MATCH\n src/b80264/Classes.java b80264.ClassesOther$Inner [Inner] EXACT_MATCH> but was:<>

junit.framework.ComparisonFailure: Unexpected search results.
----------- Expected ------------
src/b80264/Classes.java b80264.Classes$Inner [Inner] EXACT_MATCH\n
src/b80264/Classes.java b80264.ClassesSub$Inner [Inner] EXACT_MATCH\n
src/b80264/Classes.java b80264.ClassesOther$Inner [Inner] EXACT_MATCH
------------ but was ------------

--------- Difference is ----------
expected:<src/b80264/Classes.java b80264.Classes$Inner [Inner] EXACT_MATCH\n
src/b80264/Classes.java b80264.ClassesSub$Inner [Inner] EXACT_MATCH\n
src/b80264/Classes.java b80264.ClassesOther$Inner [Inner] EXACT_MATCH> but was:<>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:433)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:392)
at org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.assertSearchResults(AbstractJavaSearchTests.java:389)
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug80264_ClassesIgnoreTypes(JavaSearchBugsTests.java:1178)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.016
testBug80264_ClassesIgnoreReturnTypeFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug80264_ClassesIgnoreReturnType(JavaSearchBugsTests.java:1164)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug80264_ClassesIgnoreDeclaringTypeFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug80264_ClassesIgnoreDeclaringType(JavaSearchBugsTests.java:1152)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug80264_ClassesSuccess0.015
testBug80264_MethodsIgnoreBothTypesErrorMethods [in [Working copy] Classes.java [in b80264 [in src [in JavaSearchBugs]]]] does not exist

Java Model Exception: Java Model Status [Methods [in [Working copy] Classes.java [in b80264 [in src [in JavaSearchBugs]]]] does not exist]
at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:485)
at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:516)
at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:249)
at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:235)
at org.eclipse.jdt.internal.core.JavaElement.getChildren(JavaElement.java:190)
at org.eclipse.jdt.internal.core.JavaElement.getChildrenOfType(JavaElement.java:204)
at org.eclipse.jdt.internal.core.SourceType.getMethods(SourceType.java:377)
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug80264_MethodsIgnoreBothTypes(JavaSearchBugsTests.java:1117)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug80264_MethodsIgnoreReturnTypeFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug80264_MethodsIgnoreReturnType(JavaSearchBugsTests.java:1099)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug80264_MethodsIgnoreDeclaringTypeFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug80264_MethodsIgnoreDeclaringType(JavaSearchBugsTests.java:1083)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug80264_MethodsSuccess0.047
testBug80223Success0.032
testBug80194string3FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug80194string3(JavaSearchBugsTests.java:1005)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug80194string2FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug80194string2(JavaSearchBugsTests.java:994)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug80194string1FailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug80194string1(JavaSearchBugsTests.java:983)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug80194bFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug80194b(JavaSearchBugsTests.java:972)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.015
testBug80194Success0.016
testBug80084Success0.031
testBug79990dSuccess0.016
testBug79990cFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug79990c(JavaSearchBugsTests.java:888)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug79990bFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug79990b(JavaSearchBugsTests.java:877)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug79990Success0.031
testBug79860stringFailureInvalid number of working copies kept between tests! expected:<2> but was:<1>

junit.framework.AssertionFailedError: Invalid number of working copies kept between tests! expected:<2> but was:<1>
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug79860string(JavaSearchBugsTests.java:842)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug79860Success0.031
testBug79803stringFailureInvalid number of working copies kept between tests! expected:<1> but was:<2>

junit.framework.AssertionFailedError: Invalid number of working copies kept between tests! expected:<1> but was:<2>
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug79803string(JavaSearchBugsTests.java:802)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug79803Success0.016
testBug79378bErrorTest [in [Working copy] A.java [in b79803 [in src [in JavaSearchBugs]]]] does not exist

Java Model Exception: Java Model Status [Test [in [Working copy] A.java [in b79803 [in src [in JavaSearchBugs]]]] does not exist]
at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:485)
at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:516)
at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:249)
at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:235)
at org.eclipse.jdt.internal.core.JavaElement.getChildren(JavaElement.java:190)
at org.eclipse.jdt.internal.core.JavaElement.getChildrenOfType(JavaElement.java:204)
at org.eclipse.jdt.internal.core.SourceType.getMethods(SourceType.java:377)
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug79378b(JavaSearchBugsTests.java:774)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug79378Success0.015
testBug79267Success0.032
testBug78082Success0.031
testBug77388Success0.016
testBug77093methodFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug77093method(JavaSearchBugsTests.java:632)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug77093fieldFailureThere should be working copies!

junit.framework.AssertionFailedError: There should be working copies!
at org.eclipse.jdt.core.tests.model.JavaSearchBugsTests.testBug77093field(JavaSearchBugsTests.java:617)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.000
testBug77093constructorSuccess0.015
testBug75816Success0.031
testBug74776Success0.047
testBug73696Success0.016
testBug73336cSuccess0.047
testBug73336bSuccess0.047
testBug73336Success0.047
testBug73112bSuccess0.015
testBug73112aSuccess0.016
testBug72866Success0.047
testBug71279Success0.000
testBug70827Success0.015
testBug41018Success0.032
testTypeDeclarationInJarSuccess0.469
testReferenceInWorkingCopiesSuccess0.797
testPackageDeclarationSuccess0.562
testMethodOccurencesSuccess0.594
testHierarchyScope4Success1.703
testHierarchyScope3Success0.797
testHierarchyScope2Success0.813
testHierarchyScope1Success1.000
testFieldOccurencesInWorkingCopiesSuccess1.109
testPackageReference2Success1.234
testPackageReference1Success1.172
testSearchPatternValidMatchRule05Success0.000
testSearchPatternValidMatchRule04Success0.000
testSearchPatternValidMatchRule03Success0.000
testSearchPatternValidMatchRule02Success0.000
testSearchPatternValidMatchRule01Success0.000
testSearchPatternCreation36Success0.000
testSearchPatternCreation35Success0.000
testSearchPatternCreation34Success0.000
testSearchPatternCreation33Success0.000
testSearchPatternCreation32Success0.000
testSearchPatternCreation31Success0.000
testSearchPatternCreation30Success0.000
testSearchPatternCreation29Success0.000
testSearchPatternCreation28Success0.000
testSearchPatternCreation27Success0.000
testSearchPatternCreation26Success0.000
testSearchPatternCreation25Success0.000
testSearchPatternCreation24Success0.000
testSearchPatternCreation23Success0.000
testSearchPatternCreation22Success0.000
testSearchPatternCreation21Success0.000
testSearchPatternCreation20Success0.000
testSearchPatternCreation19Success0.000
testSearchPatternCreation18Success0.000
testSearchPatternCreation17Success0.015
testSearchPatternCreation16Success0.000
testSearchPatternCreation15Success0.000
testSearchPatternCreation14Success0.000
testSearchPatternCreation13Success0.000
testSearchPatternCreation12Success0.000
testSearchPatternCreation10Success0.000
testSearchPatternCreation08Success0.000
testSearchPatternCreation07Success0.000
testSearchPatternCreation06Success0.000
testSearchPatternCreation05Success0.000
testSearchPatternCreation04Success0.000
testSearchPatternCreation03Success0.000
testSearchPatternCreation02Success0.000
testSearchPatternCreation01Success0.000
testRemoveOuterFolderSuccess0.782
testNullProgressMonitorSuccess0.468
testConcurrentJobSuccess0.297
testChangeClasspath2Success1.110
testChangeClasspathSuccess0.750
testBug119203Success0.500
testBug101777Success0.593
testBug101426Success0.547
testBug101022Success0.547
testScopeEncloses41Success0.313
testScopeEncloses40Success0.343
testScopeEncloses39Success0.328
testScopeEncloses38Success0.563
testScopeEncloses37Success0.312
testScopeEncloses36Success0.329
testScopeEncloses35Success0.296
testScopeEncloses34Success0.344
testScopeEncloses33Success0.328
testScopeEncloses32Success0.313
testScopeEncloses31Success0.328
testScopeEncloses30Success0.312
testScopeEncloses29Success0.547
testScopeEncloses28cSuccess0.328
testScopeEncloses28bSuccess0.297
testScopeEncloses28Success0.297
testScopeEncloses27Success0.313
testScopeEncloses26Success0.359
testScopeEncloses25Success0.297
testScopeEncloses24Success0.312
testScopeEncloses23Success0.329
testScopeEncloses22Success0.312
testScopeEncloses21Success0.313
testScopeEncloses20Success0.312
testScopeEncloses19Success0.313
testScopeEncloses18Success0.625
testScopeEncloses17Success0.328
testScopeEncloses16Success0.312
testScopeEncloses15Success0.313
testScopeEncloses14cSuccess0.312
testScopeEncloses14bSuccess0.313
testScopeEncloses14Success0.297
testScopeEncloses13Success0.375
testScopeEncloses12Success0.328
testScopeEncloses11Success0.547
testScopeEncloses10Success0.328
testScopeEncloses09Success0.312
testScopeEncloses08Success0.375
testScopeEncloses07Success0.313
testScopeEncloses06Success0.328
testScopeEncloses05Success0.312
testScopeEncloses04Success0.328
testScopeEncloses03Success0.313
testScopeEncloses02Success0.328
testScopeEncloses01Success0.328
testSourcesOrContainerReferencedProjectsSuccess0.922
testSourcesOrDirectReferencedProjectsSuccess0.625
testSystemLibrariesSuccess0.344
testApplicationLibrairiesClasspathContainerSuccess0.312
testApplicationLibrairiesClasspathVariableSuccess0.375
testApplicationLibrairiesJarAndClassFolderSuccess0.328
testApplicationLibrairiesExternalJarSuccess0.313
testSourcesSuccess0.328
testOperationsSuccess0.453
testNonExistingCUSuccess0.406
testMultipleCommitSuccess0.485
testShared2Success0.609
testShared1Success0.375
testMoveTypeToAnotherWorkingCopySuccess0.375
testGetPrimaryTypeSuccess0.391
testGetPrimaryPackageDeclarationSuccess0.375
testRenameMethodSuccess0.359
testGetPrimaryMethodSuccess0.360
testGetPrimaryInnerTypeSuccess0.375
testGetPrimaryInnerMethodSuccess0.359
testGetPrimaryInnerFieldSuccess0.391
testGetPrimaryInitializerSuccess0.359
testGetPrimaryImportContainerSuccess0.359
testGetPrimaryImportDeclarationSuccess0.375
testGetPrimaryFieldSuccess0.360
testGetPrimaryCUSuccess0.343
testGetPrimaryBinaryElementSuccess0.360
testGeneralSuccess0.422
testDelete2FieldsSuccess0.375
testCustomizedBuffer2Success0.359
testCustomizedBufferSuccess0.344
testCreationSuccess0.328
testOnClassFileSuccess0.656
testContentsSuccess0.391
testChangeContentOfReadOnlyCU2Success0.437
testChangeContentOfReadOnlyCU1Success0.360
testChangeContentSuccess0.406
testCancelMakeConsistentSuccess0.344
testReconcileAndCommit5Success0.703
testReconcileAndCommit4Success0.672
testReconcileAndCommit3Success0.640
testReconcileAndCommit2Success0.891
testReconcileAndCommit1Success0.719
testIsOnClasspathSuccess0.625
testPrimaryIsOpenSuccess0.578
testIsOpenSuccess0.312
testPrimaryParentExistenceSuccess0.297
testPrimaryExistenceSuccess0.328
testSimpleProjectSuccess0.610
testReconcileSimpleProject2Success0.593
testReconcileSimpleProjectSuccess0.625
testReconcileNonExistingProjectSuccess0.329
testParentExistenceSuccess0.312
testGetSourceSuccess0.641
testExistenceSuccess0.359
testCommitWorkingCopy2Success0.688
testCommitWorkingCopy1Success0.609
testSimpleSuperTypeHierarchySuccess0.390
testSimpleSubTypeHierarchySuccess0.422
testPreProcessingResourceChangedListener04Success0.375
testPreProcessingResourceChangedListener03Success1.000
testPreProcessingResourceChangedListener02Success1.000
testPreProcessingResourceChangedListener01Success0.281
testInitializeAfterLoadSuccess1.360
testGetSchedulingRule4Success0.015
testGetSchedulingRule3Success0.000
testGetSchedulingRule2Success0.000
testGetSchedulingRule1Success0.000
testGetNonJavaResourcesSuccess0.782
testGetJavaProjects2Success0.265
testGetJavaProjects1Success0.281
testGetJavaProjectSuccess0.000
testFindLineSeparator04Success0.297
testFindLineSeparator03Success0.282
testFindLineSeparator02Success0.296
testFindLineSeparator01Success0.297
testCreatePkgHandleInDifferentProjectSuccess0.594
testContains6Success0.328
testContains5Success0.313
testContains4Success0.343
testContains3Success0.344
testContains2Success0.781
testContains1Success0.313
testCreateNonJavaProjectSuccess0.234
testAddFileToNonJavaProjectSuccess0.250
testBug110576Success0.203
testBug70598Success0.016
testBug66898bSuccess0.328
testBug66898Success0.219
testCreateCompilationUnitAndImportContainerSuccess0.515
test033Success0.781
test032Success0.047
test031Success0.375
test030Success0.360
test023Success0.062
test022Success0.063
test021Success0.031
test016Success0.016
test015Success0.062
test014Success0.047
test013Success0.031
test012Success0.047
test011Success0.047
test006Success0.031
test005Success0.047
test004Success0.047
test003Success0.031
test002Success0.047
test001Success0.062
testFindSecondaryType_Unknown03Success0.891
testFindSecondaryType_Unknown02Success0.000
testFindSecondaryType_Unknown01Success0.000
testFindSecondaryType_NotFound05Success0.016
testFindSecondaryType_NotFound04Success0.000
testFindSecondaryType_NotFound03Success0.000
testFindSecondaryType_NotFound02Success0.000
testFindSecondaryType_NotFound01Success0.000
testFindSecondaryType_Bug72179Success0.609
testFindSecondaryType_Exist06Success0.000
testFindSecondaryType_Exist05Success0.000
testFindSecondaryType_Exist04Success0.000
testFindSecondaryType_Exist03Success0.000
testFindSecondaryType_Exist02Success0.016
testFindSecondaryType_Exist01Success0.000
testSearchTypeNameInJarsSuccess0.312
testFindTypeWithDotSuccess0.313
testClassNameWithDollarSuccess0.406
testCreateImportSuccess0.016
testInsertEndSuccess0.500
testInsertMiddleSuccess0.562
testReplaceEndSuccess0.563
testReplaceMiddleSuccess0.562
testReplaceBeginningSuccess0.563
testInsertBeginningSuccess0.812
testGetTextSuccess0.563
testGetLengthSuccess0.578
testGetChar2Success0.562
testGetCharSuccess0.563
testDeleteEndSuccess0.812
testDeleteMiddleSuccess0.563
testDeleteBeginningSuccess0.578
testGetUnderlyingResourceSuccess0.500
testCloseSuccess0.563
testAppendReadOnlySuccess0.296
testAppendSuccess0.250
testFindBinaryTypeWithSameNameAsMemberSuccess0.297
testFindBinaryTypeWithDollarNameSuccess0.500
testFindPackageFragmentWithWorkingCopySuccess0.297
testFindDefaultPackageFragmentInNonDefaultRootSuccess0.281
testDuplicateTypesInWorkingCopiesSuccess0.297
testAddPackageFragment2Success0.297
testAddPackageFragmentSuccess0.406
testAddPackageFragmentRootAndPackageFramentSuccess0.438
testRemoveDuplicatesSuccess0.218
testBug55992bSuccess0.563
testBug55992aSuccess0.094
testUnknownElements2Success0.312
testUnknownElements1Success0.328
testUnknownAttributesSuccess0.313
testReplaceProjectSuccess0.297
testOutputFolder1Success0.718
testOptionalEntry3Success1.063
testOptionalEntry2Success0.937
testOptionalEntry1Success1.063
testNestedSourceFoldersSuccess1.047
testDuplicateEntriesSuccess0.937
testNoResourceChange05Success0.281
testNoResourceChange04Success0.344
testNoResourceChange03Success0.313
testNoResourceChange02Success0.281
testNoResourceChange01Success0.297
testNoCycleDetection2Success9.047
testNoCycleDetection1Success7.250
testPerfDenseCycleDetection3Success1.890
testPerfDenseCycleDetection2Success0.938
testPerfDenseCycleDetection1Success1.109
testCycleDetection4Success2.000
testCycleDetection3Success7.313
testCycleDetection2Success6.109
testCycleDetectionThroughContainerVariantsSuccess6.109
testCycleDetectionThroughContainersSuccess6.219
testCycleDetectionThroughVariablesSuccess6.281
testCycleDetectionSuccess6.032
testCombineAccessRules5Success0.281
testCombineAccessRules4Success0.297
testCombineAccessRules3Success0.562
testCombineAccessRules2Success0.422
testCombineAccessRules1Success0.406
testReadEmptyCustomOutputSuccess0.297
testNullClasspathSuccess0.063
testMissingPrereq4Success2.906
testMissingPrereq3Success1.094
testMissingPrereq2Success0.922
testMissingPrereq1Success1.078
testMissingClasspathSuccess4.015
testInvalidSourceFolderSuccess1.094
testInvalidInternalJar2Success0.953
testInvalidInternalJar1Success1.016
testInvalidExternalJarSuccess1.016
testInvalidExternalClassFolderSuccess1.015
testInvalidClasspath2Success2.031
testInvalidClasspath1Success1.047
testHasClasspathCycleSuccess0.703
testExtraAttributes4Success0.297
testExtraAttributes3Success0.094
testExtraAttributes2Success0.078
testExtraAttributes1Success0.156
testExportContainerSuccess0.422
testEmptyInclusionPatternSuccess0.625
testEmptyContainerSuccess0.078
testEncodeDecodeEntry05Success0.016
testEncodeDecodeEntry04Success0.000
testEncodeDecodeEntry03Success0.000
testEncodeDecodeEntry02Success0.000
testEncodeDecodeEntry01Success0.000
testEncodingSuccess0.328
testEmptyClasspathSuccess0.094
testDefaultClasspathAndOutputLocationSuccess0.297
testCycleReportSuccess0.750
testClasspathWithNonExistentSourceEntrySuccess0.094
testClasspathWithNonExistentProjectEntrySuccess0.125
testClasspathWithNonExistentLibraryEntrySuccess0.156
testClasspathDuplicateExtraAttributeSuccess0.344
testClasspathWithDuplicateEntriesSuccess0.281
testClasspathValidation42Success0.344
testClasspathValidation41Success0.531
testClasspathValidation40Success0.265
testClasspathValidation39Success0.282
testClasspathValidation38Success0.281
testClasspathValidation37Success0.297
testClasspathValidation36Success0.281
testClasspathValidation35Success0.297
testClasspathValidation34Success0.266
testClasspathValidation33Success0.281
testClasspathValidation32Success0.281
testClasspathValidation31Success0.281
testClasspathValidation30Success0.282
testClasspathValidation29Success0.281
testClasspathValidation28Success0.281
testClasspathValidation27Success0.703
testClasspathValidation26Success0.281
testClasspathValidation25Success0.282
testClasspathValidation24Success0.281
testClasspathValidation23Success0.281
testClasspathValidation22Success0.281
testClasspathValidation21Success0.297
testClasspathValidation20Success0.282
testClasspathValidation19Success0.281
testClasspathValidation18Success0.281
testClasspathValidation17Success0.281
testClasspathValidation16Success0.282
testClasspathValidation15Success0.281
testClasspathValidation14Success0.281
testClasspathValidation13Success0.281
testClasspathValidation12Success0.282
testClasspathValidation11Success0.281
testClasspathValidation10Success0.281
testClasspathValidation09Success0.281
testClasspathValidation08Success0.282
testClasspathValidation07Success0.296
testClasspathValidation06Success0.282
testClasspathValidation05Success0.640
testClasspathValidation04Success0.360
testClasspathValidation03Success0.281
testClasspathValidation02Success0.281
testClasspathValidation01Success0.297
testClasspathReorderingSuccess0.094
testClasspathNoChangesSuccess0.062
testClasspathMoveNestedRootParentSuccess0.297
testClasspathMoveNestedRootSuccess0.297
testClasspathExternalizeSuccess0.281
testClasspathDeleteNestedRootParentSuccess0.297
testClasspathDiamondSuccess1.219
testClasspathDeleteNestedRootSuccess0.297
testClasspathCrossProjectSuccess0.390
testClasspathCreateLocalJarLibraryEntrySuccess0.094
testClasspathCreateLibraryEntrySuccess0.297
testClasspathForceReloadSuccess0.313
testClasspathFileReadSuccess0.281
testClasspathCorruptionSuccess0.562
testClasspathChangeExternalResourcesSuccess0.110
testClasspathAddRootSuccess0.093
testWorkingCopyCommitSuccess0.329
testSetClasspathVariable2Success0.750
testSetClasspathVariable1Success0.390
testSetClasspathOnFreshProjectSuccess0.641
testSaveWorkingCopySuccess0.328
testRenameOuterPkgFragmentSuccess0.312
testRenameNonJavaProjectSuccess0.266
testRenameMethodAndSaveSuccess0.344
testRenameJavaProjectSuccess0.312
testRemoveNonJavaProjectUpdateDependent3Success0.563
testRemoveNonJavaProjectUpdateDependent2Success0.547
testRemoveNonJavaProjectUpdateDependent1Success0.562
testRemoveNonJavaProjectSuccess0.250
testRemoveJavaProjectSuccess0.297
testRemoveJavaNatureSuccess0.281
testRemoveCPEntryAndRoot3Success0.312
testRemoveCPEntryAndRoot2Success0.313
testRemoveCPEntryAndRoot1Success0.312
testRemoveAddJavaProjectSuccess0.797
testRemoveAddBinaryProjectSuccess0.610
testPackageFragmentRootRemoveAndAddSuccess0.281
testPackageFragmentMoveSuccess0.297
testPackageFragmentAddAndRemoveSuccess0.297
testOverwriteClasspathSuccess0.375
testOpenNonJavaProjectSuccess0.297
testOpenJavaProjectSuccess0.343
testNonJavaResourceRemoveAndAddSuccess0.297
testNestedRootParentMoveSuccess0.344
testMoveTwoResInRootSuccess0.328
testMoveResInDotNamedFolderSuccess0.297
testMoveCuInEnclosingPkgSuccess0.422
testModifyProjectDescriptionAndRemoveFolderSuccess0.297
testModifyOutputLocation4Success0.312
testModifyOutputLocation3Success0.328
testModifyOutputLocation2Success0.328
testModifyOutputLocation1Success0.297
testModifyMethodBodyAndSaveSuccess0.328
testMergeResourceDeltasSuccess0.344
testListenerReconcileSuccess0.360
testListenerPostChangeSuccess0.625
testDiscardWorkingCopy2Success0.296
testDiscardWorkingCopy1Success0.297
testDeleteProjectSetCPAnotherProjectSuccess0.844
testDeleteNonJavaFolderSuccess0.297
testDeleteInnerJarSuccess0.312
testCUNotOnClasspathSuccess0.297
testCopyAndOverwritePackageSuccess0.360
testCreateWorkingCopySuccess0.281
testCreateSharedWorkingCopySuccess0.297
testCompilationUnitRemoveAndAddSuccess0.328
testCloseNonJavaProjectUpdateDependentSuccess0.625
testCloseNonJavaProjectSuccess0.297
testCloseJavaProjectSuccess0.344
testChangeRootKindSuccess0.078
testChangeExportFlagSuccess0.406
testChangeCustomOutputSuccess0.094
testBuildProjectUsedAsLibSuccess1.843
testBatchOperationSuccess0.375
testAddTwoJavaProjectsWithExtraSetClasspathSuccess0.344
testAddTwoJavaProjectsSuccess0.328
testAddPackageSourceIsBinSuccess0.282
testAddNonJavaProjectSuccess0.250
testAddJavaProjectSuccess0.281
testAddJavaNatureAndClasspathSuccess0.312
testAddJavaNatureSuccess0.266
testAddInvalidSubfolderSuccess0.297
testAddFolderInNonJavaFolderSuccess0.547
testAddDotClasspathFileSuccess0.281
testAddCuAfterProjectOpenSuccess0.734
testAddCuInDefaultPkg2Success0.297
testAddCuInDefaultPkg1Success0.297
testAddCommentAndCommitSuccess0.328
testAddFileToNonJavaProjectSuccess0.250
testExternalJarInternalExternalJarSuccess0.594
testExternalJarRemoved3Success0.531
testExternalJarRemoved2Success0.531
testExternalJarRemoved1Success0.547
testExternalJarAdded3Success0.532
testExternalJarAdded2Success0.531
testExternalJarAdded1Success0.515
testExternalJarChanged6Success1.844
testExternalJarChanged5Success1.078
testExternalJarChanged4Success1.063
testExternalJarChanged3Success0.531
testExternalJarChanged2Success0.547
testExternalJarChanged1Success0.547
testExternalJar0Success0.531
testUnderlyingResourceNonExistingTypeSuccess0.281
testUnderlyingResourceNonExistingProjectSuccess0.016
testUnderlyingResourceNonExistingPkgFragmentRootSuccess0.328
testUnderlyingResourceNonExistingPkgFragmentSuccess0.281
testUnderlyingResourceNonExistingJarPkgFragmentRootSuccess0.532
testUnderlyingResourceNonExistingCompilationUnitSuccess0.281
testUnderlyingResourceNonExistingClassFileSuccess0.344
testCorrespondingResourceNonExistingTypeSuccess0.296
testCorrespondingResourceNonExistingProjectSuccess0.000
testCorrespondingResourceNonExistingPkgFragmentRootSuccess0.344
testCorrespondingResourceNonExistingPkgFragmentSuccess0.266
testCorrespondingResourceNonExistingJarPkgFragmentRootSuccess0.531
testCorrespondingResourceNonExistingCompilationUnitSuccess0.281
testCorrespondingResourceNonExistingClassFileSuccess0.360
testPkgFragmentRootNotInClasspathSuccess0.312
testNonJavaProjectSuccess0.250
testNonExistingPackageFragment3Success0.313
testNonExistingPackageFragment2Success0.281
testNonExistingPackageFragment1Success0.266
testNonExistingCompilationUnitSuccess0.281
testNonExistingClassFile2Success0.281
testNonExistingClassFile1Success0.281
testMethodWithInvalidParameterSuccess0.297
testCompilationUnitInLibrary2Success0.297
testCompilationUnitInLibrary1Success0.297
testClassFileInSource2Success0.312
testClassFileInSource1Success0.297
testClassFileInLibrarySuccess0.297
testClassFileInBinarySuccess0.313
testTypeParameter5Success0.281
testTypeParameter4Success0.297
testTypeParameter3Success0.297
testTypeParameter2Success0.297
testTypeParameter1Success0.546
testSecondaryTypesSuccess0.719
testSingleNameInImportSuccess0.015
testMemberTypeInImportSuccess0.000
testTypeInsideConstructorSuccess0.016
testQualifiedName5Success0.000
testQualifiedName4Success0.016
testQualifiedName3Success0.000
testQualifiedName2Success0.000
testQualifiedName1Success0.015
testLocalVariableSuccess0.016
testDeepLocalVariableSuccess0.000
testArrayParameterInsideParent1Success0.016
testDuplicateTypeDeclaration6Success0.000
testDuplicateTypeDeclaration5Success0.000
testDuplicateTypeDeclaration4Success0.015
testDuplicateTypeDeclaration3Success0.000
testDuplicateTypeDeclaration2Success0.000
testDuplicateTypeDeclarationSuccess0.000
testDuplicateFieldDeclaration4Success0.000
testDuplicateFieldDeclaration3Success0.000
testDuplicateFieldDeclaration2Success0.016
testDuplicateFieldDeclarationSuccess0.000
testDuplicateMethodDeclaration12Success0.000
testDuplicateMethodDeclaration11Success0.000
testDuplicateMethodDeclaration10Success0.000
testDuplicateMethodDeclaration9Success0.015
testDuplicateMethodDeclaration8Success0.000
testDuplicateMethodDeclaration7Success0.000
testDuplicateMethodDeclaration6Success0.000
testDuplicateMethodDeclaration5Success0.000
testDuplicateMethodDeclaration4Success0.000
testDuplicateMethodDeclaration3Success0.016
testDuplicateMethodDeclaration2Success0.000
testDuplicateMethodDeclarationSuccess0.000
testEndOfFileSuccess0.000
testMethodDeclarationInInterfaceSuccess0.016
testLocalNameForClassFileSuccess0.047
testUnicodeSuccess0.015
testTypeInCommentSuccess0.000
testTypeDeclarationSuccess0.016
testStaticClassConstructorSuccess0.015
testQualifiedTypeSuccess0.000
testPartiallyQualifiedTypeSuccess0.000
testPackageSuccess0.016
testNegativeResolveUnicodeSuccess0.000
testMethodWithInnerTypeInClassFile2Success0.016
testMethodWithInnerTypeInClassFileSuccess0.015
testMethodWithIncorrectParameter2Success0.016
testMethodWithIncorrectParameterSuccess0.000
testMethodDeclarationInAnonymous4Success0.016
testMethodDeclarationInAnonymous3Success0.015
testMethodDeclarationInAnonymous2Success0.000
testMethodDeclarationInAnonymousSuccess0.000
testMethodDeclarationSuccess0.016
testMethodSuccess0.000
testMessageSendOnBaseTypeSuccess0.000
testMemberTypeDeclaration2Success0.015
testMemberTypeDeclarationSuccess0.000
testLocalVarTypeSignature2Success0.000
testLocalVarTypeSignature1Success0.000
testLocalVarIsStructureKnownSuccess0.000
testLocalName7Success0.016
testLocalName6Success0.000
testLocalName5Success0.000
testLocalName4Success0.000
testLocalName3Success0.000
testLocalName2Success0.000
testLocalName1Success0.016
testLocalMethodDeclarationSuccess0.000
testLocalMethod2Success0.015
testLocalMethodSuccess0.000
testLocalMemberTypeDeclaration2Success0.000
testLocalMemberTypeDeclarationSuccess0.016
testLocalFieldDeclarationSuccess0.000
testLocalField2Success0.000
testLocalFieldSuccess0.016
testLocalConstructorDeclarationSuccess0.000
testLocalConstructorSuccess0.000
testLocalClass9Success0.734
testLocalClass8Success0.016
testLocalClass7Success0.000
testLocalClass6Success0.000
testLocalClass5Success0.015
testLocalClass4Success0.000
testLocalClass3Success0.000
testLocalClass2Success0.016
testLocalClass1Success0.000
testInvalidResolveSuccess0.000
testInterfaceSuccess0.015
testInnerClassAsParamaterSuccess0.016
testInClassFileWithSourceSuccess0.000
testInClassFileWithoutSourceSuccess0.000
testImportSuccess0.015
testFieldDeclarationSuccess0.000
testFieldSuccess0.016
testExplicitThisConstructorCallSuccess0.000
testExplicitSuperConstructorCallSuccess0.016
testEmptySelectionOnMethodSuccess0.000
testEmptySelection2Success0.000
testEmptySelectionSuccess0.015
testConstructorDeclarationSuccess0.000
testConstructorCallOfMemberTypeSuccess0.016
testConstructor2Success0.015
testConstructorSuccess0.000
testClass6Success0.000
testClass5Success0.016
testClass4Success0.000
testClass3Success0.000
testClass2Success0.016
testClass1Success0.000
testCatchArgumentType2Success0.015
testCatchArgumentType1Success0.016
testCatchArgumentName2Success0.000
testCatchArgumentName1Success0.000
testArrayLengthSuccess0.016
testArgumentName2Success0.000
testArgumentName1Success0.000
testAbstractMethodSuccess0.015
test0102Success0.547
test0101Success0.016
test0100Success0.015
test0099Success0.000
test0098Success0.016
test0097Success0.016
test0096Success0.000
test0095Success0.015
test0094Success0.000
test0093Success0.016
test0092Success0.000
test0091Success0.016
test0090Success0.000
test0089Success0.015
test0088Success0.000
test0087Success0.016
test0086Success0.015
test0085Success0.000
test0084Success0.000
test0083Success0.000
test0082Success0.016
test0081Success0.000
test0080Success0.000
test0079Success0.016
test0078Success0.000
test0077Success0.000
test0076Success0.015
test0075Success0.000
test0074Success0.000
test0073Success0.016
test0072Success0.000
test0071Success0.016
test0070Success0.000
test0069Success0.000
test0068Success0.015
test0067Success0.000
test0066Success0.000
test0065Success0.016
test0064Success0.000
test0063Success0.000
test0062Success0.015
test0061Success0.000
test0060Success0.016
test0059Success0.000
test0058Success0.000
test0057Success0.016
test0056Success0.000
test0055Success0.000
test0054Success0.015
test0053Success0.000
test0052Success0.000
test0051Success0.000
test0050Success0.000
test0049Success0.000
test0048Success0.016
test0047Success0.000
test0046Success0.015
test0045Success0.000
test0044Success0.000
test0043Success0.016
test0042Success0.000
test0041Success0.000
test0040Success0.015
test0039Success0.000
test0038Success0.000
test0037Success0.000
test0036Success0.016
test0035Success0.000
test0034Success0.000
test0033Success0.016
test0032Success0.000
test0031Success0.000
test0030Success0.000
test0029Success0.000
test0028Success0.000
test0027Success0.016
test0026Success0.000
test0025Success0.016
test0024Success0.000
test0023Success0.015
test0022Success0.016
test0021Success0.000
test0020Success0.015
test0019Success0.000
test0018Success0.000
test0017Success0.000
test0016Success0.000
test0015Success0.000
test0014Success0.016
test0013Success0.000
test0012Success0.000
test0011Success0.015
test0010Success0.000
test0009Success0.000
test0008Success0.016
test0007Success0.000
test0006Success0.000
test0005Success0.000
test0004Success0.016
test0003Success0.000
test0002Success0.015
test0001Success0.000
testBug90266_CharSuccess0.015
testBug90266_StringSuccess0.000
testBug86380Success0.016
test26Success0.016
test25Success0.000
test24Success0.015
test23Success0.016
test22Success0.000
test21Success0.015
test20Success0.016
test19Success0.016
test18Success0.015
test17Success0.032
test16Success0.000
test15Success0.046
test14Success0.016
test13Success0.000
test12Success0.016
test11Success0.000
test10Success0.031
test09Success0.031
test08Success0.031
test07Success0.016
test06Success0.000
test05Success0.016
test04Success0.000
test03Success0.000
test02Success0.015
test01Success0.000
testEvaluationContextCompletionSuccess0.375
testDeprecationCheck17Success0.109
testDeprecationCheck16Success0.078
testDeprecationCheck15Success0.109
testDeprecationCheck14Success0.172
testDeprecationCheck13Success0.016
testDeprecationCheck12Success0.109
testDeprecationCheck11Success0.000
testDeprecationCheck10Success0.078
testDeprecationCheck9Success0.016
testDeprecationCheck8Success0.078
testDeprecationCheck7Success0.000
testDeprecationCheck6Success0.094
testDeprecationCheck5Success0.016
testDeprecationCheck4Success0.109
testDeprecationCheck3Success0.016
testDeprecationCheck2Success0.078
testDeprecationCheck1Success0.015
testInconsistentHierarchy1Success0.016
testParameterNames1Success0.359
testLabel6Success0.032
testLabel5Success0.000
testLabel4Success0.046
testLabel3Success0.016
testLabel2Success0.000
testLabel1Success0.016
testCamelCaseMethodDeclaration1Success0.031
testCamelCaseLocalVariable1Success0.016
testCamelCaseField1Success0.031
testCamelCaseMethod1Success0.000
testCamelCaseType5Success0.015
testCamelCaseType4Success0.016
testCamelCaseType3Success0.000
testCamelCaseType2Success0.016
testCamelCaseType1Success0.015
testCompletionImportedType5Success0.032
testCompletionImportedType4Success0.015
testCompletionImportedType3Success0.016
testCompletionImportedType2Success0.015
testCompletionImportedType1Success0.016
testBug99811Success0.000
testCompletionExpectedTypeOnEmptyToken4Success0.031
testCompletionExpectedTypeOnEmptyToken3Success0.000
testCompletionExpectedTypeOnEmptyToken1Success0.016
testCompletionWithProblem1Success0.016
testBug96213Success0.000
testCompletionAllMemberTypes7Success0.109
testCompletionAllMemberTypes6Failure ----------- Expected ------------ AType.Member1[TYPE_REF]{test.AType.Member1, test, Ltest.AType$Member1;, null, null, 18} ------------ but was ------------ AType.Member1[TYPE_REF]{test.AType.Member1, test, Ltest.AType$Member1;, null, null, 18}\n AType.Member1.Member2[TYPE_REF]{test.AType.Member1.Member2, test, Ltest.AType$Member1$Member2;, null, null, 18}\n AType.Member1.Member2.Member3[TYPE_REF]{test.AType.Member1.Member2.Member3, test, Ltest.AType$Member1$Member2$Member3;, null, null, 18} --------- Difference is ---------- expected:<...> but was:<...\n AType.Member1.Member2[TYPE_REF]{test.AType.Member1.Member2, test, Ltest.AType$Member1$Member2;, null, null, 18}\n AType.Member1.Member2.Member3[TYPE_REF]{test.AType.Member1.Member2.Member3, test, Ltest.AType$Member1$Member2$Member3;, null, null, 18}>

junit.framework.ComparisonFailure:
----------- Expected ------------
AType.Member1[TYPE_REF]{test.AType.Member1, test, Ltest.AType$Member1;, null, null, 18}
------------ but was ------------
AType.Member1[TYPE_REF]{test.AType.Member1, test, Ltest.AType$Member1;, null, null, 18}\n
AType.Member1.Member2[TYPE_REF]{test.AType.Member1.Member2, test, Ltest.AType$Member1$Member2;, null, null, 18}\n
AType.Member1.Member2.Member3[TYPE_REF]{test.AType.Member1.Member2.Member3, test, Ltest.AType$Member1$Member2$Member3;, null, null, 18}
--------- Difference is ----------
expected:<...> but was:<...\n
AType.Member1.Member2[TYPE_REF]{test.AType.Member1.Member2, test, Ltest.AType$Member1$Member2;, null, null, 18}\n
AType.Member1.Member2.Member3[TYPE_REF]{test.AType.Member1.Member2.Member3, test, Ltest.AType$Member1$Member2$Member3;, null, null, 18}>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:111)
at org.eclipse.jdt.core.tests.model.AbstractJavaModelCompletionTests.assertResults(AbstractJavaModelCompletionTests.java:160)
at org.eclipse.jdt.core.tests.model.CompletionTests.testCompletionAllMemberTypes6(CompletionTests.java:10644)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.078
testCompletionAllMemberTypes5Failure ----------- Expected ------------ AType.Member1[TYPE_REF]{test.AType.Member1, test, Ltest.AType$Member1;, null, null, 18}\n AType.Member1.Member2.Member3[TYPE_REF]{test.AType.Member1.Member2.Member3, test, Ltest.AType$Member1$Member2$Member3;, null, null, 18}\n AType.Member1.Member2.Member3.Member4[TYPE_REF]{test.AType.Member1.Member2.Member3.Member4, test, Ltest.AType$Member1$Member2$Member3$Member4;, null, null, 18} ------------ but was ------------ AType.Member1[TYPE_REF]{test.AType.Member1, test, Ltest.AType$Member1;, null, null, 18}\n AType.Member1.Member2[TYPE_REF]{test.AType.Member1.Member2, test, Ltest.AType$Member1$Member2;, null, null, 18}\n AType.Member1.Member2.Member3[TYPE_REF]{test.AType.Member1.Member2.Member3, test, Ltest.AType$Member1$Member2$Member3;, null, null, 18}\n AType.Member1.Member2.Member3.Member4[TYPE_REF]{test.AType.Member1.Member2.Member3.Member4, test, Ltest.AType$Member1$Member2$Member3$Member4;, null, null, 18} --------- Difference is ---------- expected:<......> but was:<...[TYPE_REF]{test.AType.Member1.Member2, test, Ltest.AType$Member1$Member2;, null, null, 18}\n AType.Member1.Member2...>

junit.framework.ComparisonFailure:
----------- Expected ------------
AType.Member1[TYPE_REF]{test.AType.Member1, test, Ltest.AType$Member1;, null, null, 18}\n
AType.Member1.Member2.Member3[TYPE_REF]{test.AType.Member1.Member2.Member3, test, Ltest.AType$Member1$Member2$Member3;, null, null, 18}\n
AType.Member1.Member2.Member3.Member4[TYPE_REF]{test.AType.Member1.Member2.Member3.Member4, test, Ltest.AType$Member1$Member2$Member3$Member4;, null, null, 18}
------------ but was ------------
AType.Member1[TYPE_REF]{test.AType.Member1, test, Ltest.AType$Member1;, null, null, 18}\n
AType.Member1.Member2[TYPE_REF]{test.AType.Member1.Member2, test, Ltest.AType$Member1$Member2;, null, null, 18}\n
AType.Member1.Member2.Member3[TYPE_REF]{test.AType.Member1.Member2.Member3, test, Ltest.AType$Member1$Member2$Member3;, null, null, 18}\n
AType.Member1.Member2.Member3.Member4[TYPE_REF]{test.AType.Member1.Member2.Member3.Member4, test, Ltest.AType$Member1$Member2$Member3$Member4;, null, null, 18}
--------- Difference is ----------
expected:<......> but was:<...[TYPE_REF]{test.AType.Member1.Member2, test, Ltest.AType$Member1$Member2;, null, null, 18}\n
AType.Member1.Member2...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:111)
at org.eclipse.jdt.core.tests.model.AbstractJavaModelCompletionTests.assertResults(AbstractJavaModelCompletionTests.java:160)
at org.eclipse.jdt.core.tests.model.CompletionTests.testCompletionAllMemberTypes5(CompletionTests.java:10595)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.094
testCompletionAllMemberTypes4Success0.015
testCompletionAllMemberTypes3Success0.000
testCompletionAllMemberTypes2Success0.016
testCompletionAllMemberTypesSuccess0.000
testCompletionArrayCloneSuccess0.015
testCompletionArrayLengthSuccess0.016
testCompletionInsideExtends12Success0.016
testCompletionInsideExtends11Success0.015
testCompletionInsideExtends10Success0.016
testCompletionInsideExtends9Success0.000
testCompletionInsideExtends8Success0.015
testCompletionInsideExtends7Success0.000
testCompletionInsideExtends6Success0.000
testCompletionInsideExtends5Success0.016
testCompletionInsideExtends4Success0.000
testCompletionInsideExtends3Success0.015
testCompletionInsideExtends2Success0.000
testCompletionInsideExtends1Success0.000
testCompletionInsideGenericClassSuccess0.016
testCompletionBasicPotentialMethodDeclaration1Success0.016
testCompletionBasicCompletionContextSuccess0.015
testCompletionBasicAnonymousDeclaration1Success0.000
testCompletionBasicMethodDeclaration1Success0.016
testCompletionBasicVariableDeclaration1Success0.047
testCompletionBasicKeyword1Success0.015
testCompletionBasicLocalVariable1Success0.016
testCompletionBasicMethod1Success0.000
testCompletionBasicField1Success0.000
testCompletionBasicType1Success0.016
testCompletionBasicPackage1Success0.015
testCompletionSameClassSuccess0.000
testCompletionExactNameCaseInsensitiveSuccess0.016
testCompletion2InterfacesWithSameMethodSuccess0.000
testCompletionInsideStaticMethodSuccess0.015
testCompletionNonStaticFieldRelevanceSuccess0.000
testCompletionPackageAndClass2Success0.016
testCompletionPackageAndClass1Success0.016
testCompletionAfterSupercall1Success0.015
testCompletionAfterSwitchSuccess0.016
testCompletionStaticMethod1Success0.000
testCompletionStaticMethodDeclaration6Success0.016
testCompletionStaticMethodDeclaration5Success0.015
testCompletionStaticMethodDeclaration4Success0.000
testCompletionStaticMethodDeclaration3Success0.016
testCompletionStaticMethodDeclaration2Success0.015
testCompletionStaticMethodDeclaration1Success0.032
testCompletionAbstractMethod4Success0.000
testCompletionAbstractMethod3Success0.015
testCompletionAbstractMethod2Success0.000
testCompletionAbstractMethod1Success0.016
testCompletionArraysCloneMethodSuccess0.000
testCompletionClassLiteralAfterAnonymousType1Success0.016
testCompletionQualifiedAllocationType1Success0.000
testCompletionType1Success0.015
testCompletionLocalType1Success0.016
testCompletionFindSecondaryType1Success0.000
testCompletionEmptyToken2Success0.000
testCompletionEmptyToken1Success0.015
testCompletionNonEmptyToken1Success0.016
testCompletionVariableName15Failure ----------- Expected ------------ proBar[VARIABLE_DECLARATION]{proBar, null, LFooBar;, proBar, null, 18}\n proFooBar[VARIABLE_DECLARATION]{proFooBar, null, LFooBar;, proFooBar, null, 18}\n proBarsuf[VARIABLE_DECLARATION]{proBarsuf, null, LFooBar;, proBarsuf, null, 22}\n proFooBarsuf[VARIABLE_DECLARATION]{proFooBarsuf, null, LFooBar;, proFooBarsuf, null, 22} ------------ but was ------------ proBar[VARIABLE_DECLARATION]{proBar, null, LFooBar;, proBar, null, 18}\n proFooBar[VARIABLE_DECLARATION]{proFooBar, null, LFooBar;, proFooBar, null, 18} --------- Difference is ---------- expected:<...\n proBarsuf[VARIABLE_DECLARATION]{proBarsuf, null, LFooBar;, proBarsuf, null, 22}\n proFooBarsuf[VARIABLE_DECLARATION]{proFooBarsuf, null, LFooBar;, proFooBarsuf, null, 22}> but was:<...>

junit.framework.ComparisonFailure:
----------- Expected ------------
proBar[VARIABLE_DECLARATION]{proBar, null, LFooBar;, proBar, null, 18}\n
proFooBar[VARIABLE_DECLARATION]{proFooBar, null, LFooBar;, proFooBar, null, 18}\n
proBarsuf[VARIABLE_DECLARATION]{proBarsuf, null, LFooBar;, proBarsuf, null, 22}\n
proFooBarsuf[VARIABLE_DECLARATION]{proFooBarsuf, null, LFooBar;, proFooBarsuf, null, 22}
------------ but was ------------
proBar[VARIABLE_DECLARATION]{proBar, null, LFooBar;, proBar, null, 18}\n
proFooBar[VARIABLE_DECLARATION]{proFooBar, null, LFooBar;, proFooBar, null, 18}
--------- Difference is ----------
expected:<...\n
proBarsuf[VARIABLE_DECLARATION]{proBarsuf, null, LFooBar;, proBarsuf, null, 22}\n
proFooBarsuf[VARIABLE_DECLARATION]{proFooBarsuf, null, LFooBar;, proFooBarsuf, null, 22}> but was:<...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:111)
at org.eclipse.jdt.core.tests.model.AbstractJavaModelCompletionTests.assertResults(AbstractJavaModelCompletionTests.java:160)
at org.eclipse.jdt.core.tests.model.CompletionTests.testCompletionVariableName15(CompletionTests.java:9069)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.078
testCompletionVariableName14Failure ----------- Expected ------------ preThefoBar[VARIABLE_DECLARATION]{preThefoBar, null, LFooBar;, preThefoBar, null, 14}\n preThefoBarsuf[VARIABLE_DECLARATION]{preThefoBarsuf, null, LFooBar;, preThefoBarsuf, null, 18}\n preTheFooBar[VARIABLE_DECLARATION]{preTheFooBar, null, LFooBar;, preTheFooBar, null, 29}\n preTheFooBarsuf[VARIABLE_DECLARATION]{preTheFooBarsuf, null, LFooBar;, preTheFooBarsuf, null, 33} ------------ but was ------------ prethefoBar[VARIABLE_DECLARATION]{prethefoBar, null, LFooBar;, prethefoBar, null, 18}\n pretheFooBar[VARIABLE_DECLARATION]{pretheFooBar, null, LFooBar;, pretheFooBar, null, 23} --------- Difference is ---------- expected:<...ThefoBar[VARIABLE_DECLARATION]{preThefoBar, null, LFooBar;, preThefoBar, null, 14}\n preThefoBarsuf[VARIABLE_DECLARATION]{preThefoBarsuf, null, LFooBar;, preThefoBarsuf, null, 18}\n preTheFooBar[VARIABLE_DECLARATION]{preTheFooBar, null, LFooBar;, preTheFooBar, null, 29}\n preTheFooBarsuf[VARIABLE_DECLARATION]{preTheFooBarsuf, null, LFooBar;, preTheFooBarsuf, null, 3...> but was:<...thefoBar[VARIABLE_DECLARATION]{prethefoBar, null, LFooBar;, prethefoBar, null, 18}\n pretheFooBar[VARIABLE_DECLARATION]{pretheFooBar, null, LFooBar;, pretheFooBar, null, 2...>

junit.framework.ComparisonFailure:
----------- Expected ------------
preThefoBar[VARIABLE_DECLARATION]{preThefoBar, null, LFooBar;, preThefoBar, null, 14}\n
preThefoBarsuf[VARIABLE_DECLARATION]{preThefoBarsuf, null, LFooBar;, preThefoBarsuf, null, 18}\n
preTheFooBar[VARIABLE_DECLARATION]{preTheFooBar, null, LFooBar;, preTheFooBar, null, 29}\n
preTheFooBarsuf[VARIABLE_DECLARATION]{preTheFooBarsuf, null, LFooBar;, preTheFooBarsuf, null, 33}
------------ but was ------------
prethefoBar[VARIABLE_DECLARATION]{prethefoBar, null, LFooBar;, prethefoBar, null, 18}\n
pretheFooBar[VARIABLE_DECLARATION]{pretheFooBar, null, LFooBar;, pretheFooBar, null, 23}
--------- Difference is ----------
expected:<...ThefoBar[VARIABLE_DECLARATION]{preThefoBar, null, LFooBar;, preThefoBar, null, 14}\n
preThefoBarsuf[VARIABLE_DECLARATION]{preThefoBarsuf, null, LFooBar;, preThefoBarsuf, null, 18}\n
preTheFooBar[VARIABLE_DECLARATION]{preTheFooBar, null, LFooBar;, preTheFooBar, null, 29}\n
preTheFooBarsuf[VARIABLE_DECLARATION]{preTheFooBarsuf, null, LFooBar;, preTheFooBarsuf, null, 3...> but was:<...thefoBar[VARIABLE_DECLARATION]{prethefoBar, null, LFooBar;, prethefoBar, null, 18}\n
pretheFooBar[VARIABLE_DECLARATION]{pretheFooBar, null, LFooBar;, pretheFooBar, null, 2...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:111)
at org.eclipse.jdt.core.tests.model.AbstractJavaModelCompletionTests.assertResults(AbstractJavaModelCompletionTests.java:160)
at org.eclipse.jdt.core.tests.model.CompletionTests.testCompletionVariableName14(CompletionTests.java:9029)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.078
testCompletionVariableName13Failure ----------- Expected ------------ preFoBar[VARIABLE_DECLARATION]{preFoBar, null, LFooBar;, preFoBar, null, 14}\n preFoBarsuf[VARIABLE_DECLARATION]{preFoBarsuf, null, LFooBar;, preFoBarsuf, null, 18}\n preFooBar[VARIABLE_DECLARATION]{preFooBar, null, LFooBar;, preFooBar, null, 29}\n preFooBarsuf[VARIABLE_DECLARATION]{preFooBarsuf, null, LFooBar;, preFooBarsuf, null, 33} ------------ but was ------------ prefoBar[VARIABLE_DECLARATION]{prefoBar, null, LFooBar;, prefoBar, null, 18}\n preFooBar[VARIABLE_DECLARATION]{preFooBar, null, LFooBar;, preFooBar, null, 23} --------- Difference is ---------- expected:<...FoBar[VARIABLE_DECLARATION]{preFoBar, null, LFooBar;, preFoBar, null, 14}\n preFoBarsuf[VARIABLE_DECLARATION]{preFoBarsuf, null, LFooBar;, preFoBarsuf, null, 18}\n preFooBar[VARIABLE_DECLARATION]{preFooBar, null, LFooBar;, preFooBar, null, 29}\n preFooBarsuf[VARIABLE_DECLARATION]{preFooBarsuf, null, LFooBar;, preFooBarsuf, null, 3...> but was:<...foBar[VARIABLE_DECLARATION]{prefoBar, null, LFooBar;, prefoBar, null, 18}\n preFooBar[VARIABLE_DECLARATION]{preFooBar, null, LFooBar;, preFooBar, null, 2...>

junit.framework.ComparisonFailure:
----------- Expected ------------
preFoBar[VARIABLE_DECLARATION]{preFoBar, null, LFooBar;, preFoBar, null, 14}\n
preFoBarsuf[VARIABLE_DECLARATION]{preFoBarsuf, null, LFooBar;, preFoBarsuf, null, 18}\n
preFooBar[VARIABLE_DECLARATION]{preFooBar, null, LFooBar;, preFooBar, null, 29}\n
preFooBarsuf[VARIABLE_DECLARATION]{preFooBarsuf, null, LFooBar;, preFooBarsuf, null, 33}
------------ but was ------------
prefoBar[VARIABLE_DECLARATION]{prefoBar, null, LFooBar;, prefoBar, null, 18}\n
preFooBar[VARIABLE_DECLARATION]{preFooBar, null, LFooBar;, preFooBar, null, 23}
--------- Difference is ----------
expected:<...FoBar[VARIABLE_DECLARATION]{preFoBar, null, LFooBar;, preFoBar, null, 14}\n
preFoBarsuf[VARIABLE_DECLARATION]{preFoBarsuf, null, LFooBar;, preFoBarsuf, null, 18}\n
preFooBar[VARIABLE_DECLARATION]{preFooBar, null, LFooBar;, preFooBar, null, 29}\n
preFooBarsuf[VARIABLE_DECLARATION]{preFooBarsuf, null, LFooBar;, preFooBarsuf, null, 3...> but was:<...foBar[VARIABLE_DECLARATION]{prefoBar, null, LFooBar;, prefoBar, null, 18}\n
preFooBar[VARIABLE_DECLARATION]{preFooBar, null, LFooBar;, preFooBar, null, 2...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:111)
at org.eclipse.jdt.core.tests.model.AbstractJavaModelCompletionTests.assertResults(AbstractJavaModelCompletionTests.java:160)
at org.eclipse.jdt.core.tests.model.CompletionTests.testCompletionVariableName13(CompletionTests.java:8990)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.078
testCompletionVariableName12Failure ----------- Expected ------------ preTheBar[VARIABLE_DECLARATION]{preTheBar, null, LFooBar;, preTheBar, null, 14}\n preTheFooBar[VARIABLE_DECLARATION]{preTheFooBar, null, LFooBar;, preTheFooBar, null, 14}\n preTheBarsuf[VARIABLE_DECLARATION]{preTheBarsuf, null, LFooBar;, preTheBarsuf, null, 18}\n preTheFooBarsuf[VARIABLE_DECLARATION]{preTheFooBarsuf, null, LFooBar;, preTheFooBarsuf, null, 18} ------------ but was ------------ pretheBar[VARIABLE_DECLARATION]{pretheBar, null, LFooBar;, pretheBar, null, 18}\n pretheFooBar[VARIABLE_DECLARATION]{pretheFooBar, null, LFooBar;, pretheFooBar, null, 18} --------- Difference is ---------- expected:<...TheBar[VARIABLE_DECLARATION]{preTheBar, null, LFooBar;, preTheBar, null, 14}\n preTheFooBar[VARIABLE_DECLARATION]{preTheFooBar, null, LFooBar;, preTheFooBar, null, 14}\n preTheBarsuf[VARIABLE_DECLARATION]{preTheBarsuf, null, LFooBar;, preTheBarsuf, null, 18}\n preTheFooBarsuf[VARIABLE_DECLARATION]{preTheFooBarsuf, null, LFooBar;, preTheFooBarsuf...> but was:<...theBar[VARIABLE_DECLARATION]{pretheBar, null, LFooBar;, pretheBar, null, 18}\n pretheFooBar[VARIABLE_DECLARATION]{pretheFooBar, null, LFooBar;, pretheFooBar...>

junit.framework.ComparisonFailure:
----------- Expected ------------
preTheBar[VARIABLE_DECLARATION]{preTheBar, null, LFooBar;, preTheBar, null, 14}\n
preTheFooBar[VARIABLE_DECLARATION]{preTheFooBar, null, LFooBar;, preTheFooBar, null, 14}\n
preTheBarsuf[VARIABLE_DECLARATION]{preTheBarsuf, null, LFooBar;, preTheBarsuf, null, 18}\n
preTheFooBarsuf[VARIABLE_DECLARATION]{preTheFooBarsuf, null, LFooBar;, preTheFooBarsuf, null, 18}
------------ but was ------------
pretheBar[VARIABLE_DECLARATION]{pretheBar, null, LFooBar;, pretheBar, null, 18}\n
pretheFooBar[VARIABLE_DECLARATION]{pretheFooBar, null, LFooBar;, pretheFooBar, null, 18}
--------- Difference is ----------
expected:<...TheBar[VARIABLE_DECLARATION]{preTheBar, null, LFooBar;, preTheBar, null, 14}\n
preTheFooBar[VARIABLE_DECLARATION]{preTheFooBar, null, LFooBar;, preTheFooBar, null, 14}\n
preTheBarsuf[VARIABLE_DECLARATION]{preTheBarsuf, null, LFooBar;, preTheBarsuf, null, 18}\n
preTheFooBarsuf[VARIABLE_DECLARATION]{preTheFooBarsuf, null, LFooBar;, preTheFooBarsuf...> but was:<...theBar[VARIABLE_DECLARATION]{pretheBar, null, LFooBar;, pretheBar, null, 18}\n
pretheFooBar[VARIABLE_DECLARATION]{pretheFooBar, null, LFooBar;, pretheFooBar...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:111)
at org.eclipse.jdt.core.tests.model.AbstractJavaModelCompletionTests.assertResults(AbstractJavaModelCompletionTests.java:160)
at org.eclipse.jdt.core.tests.model.CompletionTests.testCompletionVariableName12(CompletionTests.java:8951)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.063
testCompletionVariableName11Failure ----------- Expected ------------ preBar[VARIABLE_DECLARATION]{preBar, null, LFooBar;, preBar, null, 24}\n preFooBar[VARIABLE_DECLARATION]{preFooBar, null, LFooBar;, preFooBar, null, 24}\n preBarsuf[VARIABLE_DECLARATION]{preBarsuf, null, LFooBar;, preBarsuf, null, 28}\n preFooBarsuf[VARIABLE_DECLARATION]{preFooBarsuf, null, LFooBar;, preFooBarsuf, null, 28} ------------ but was ------------ prBar[VARIABLE_DECLARATION]{prBar, null, LFooBar;, prBar, null, 18}\n prFooBar[VARIABLE_DECLARATION]{prFooBar, null, LFooBar;, prFooBar, null, 18} --------- Difference is ---------- expected:<...eBar[VARIABLE_DECLARATION]{preBar, null, LFooBar;, preBar, null, 24}\n preFooBar[VARIABLE_DECLARATION]{preFooBar, null, LFooBar;, preFooBar, null, 24}\n preBarsuf[VARIABLE_DECLARATION]{preBarsuf, null, LFooBar;, preBarsuf, null, 28}\n preFooBarsuf[VARIABLE_DECLARATION]{preFooBarsuf, null, LFooBar;, preFooBarsuf, null, 2...> but was:<...Bar[VARIABLE_DECLARATION]{prBar, null, LFooBar;, prBar, null, 18}\n prFooBar[VARIABLE_DECLARATION]{prFooBar, null, LFooBar;, prFooBar, null, 1...>

junit.framework.ComparisonFailure:
----------- Expected ------------
preBar[VARIABLE_DECLARATION]{preBar, null, LFooBar;, preBar, null, 24}\n
preFooBar[VARIABLE_DECLARATION]{preFooBar, null, LFooBar;, preFooBar, null, 24}\n
preBarsuf[VARIABLE_DECLARATION]{preBarsuf, null, LFooBar;, preBarsuf, null, 28}\n
preFooBarsuf[VARIABLE_DECLARATION]{preFooBarsuf, null, LFooBar;, preFooBarsuf, null, 28}
------------ but was ------------
prBar[VARIABLE_DECLARATION]{prBar, null, LFooBar;, prBar, null, 18}\n
prFooBar[VARIABLE_DECLARATION]{prFooBar, null, LFooBar;, prFooBar, null, 18}
--------- Difference is ----------
expected:<...eBar[VARIABLE_DECLARATION]{preBar, null, LFooBar;, preBar, null, 24}\n
preFooBar[VARIABLE_DECLARATION]{preFooBar, null, LFooBar;, preFooBar, null, 24}\n
preBarsuf[VARIABLE_DECLARATION]{preBarsuf, null, LFooBar;, preBarsuf, null, 28}\n
preFooBarsuf[VARIABLE_DECLARATION]{preFooBarsuf, null, LFooBar;, preFooBarsuf, null, 2...> but was:<...Bar[VARIABLE_DECLARATION]{prBar, null, LFooBar;, prBar, null, 18}\n
prFooBar[VARIABLE_DECLARATION]{prFooBar, null, LFooBar;, prFooBar, null, 1...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:111)
at org.eclipse.jdt.core.tests.model.AbstractJavaModelCompletionTests.assertResults(AbstractJavaModelCompletionTests.java:160)
at org.eclipse.jdt.core.tests.model.CompletionTests.testCompletionVariableName11(CompletionTests.java:8912)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.062
testCompletionVariableName10Failure ----------- Expected ------------ foBar[VARIABLE_DECLARATION]{foBar, null, LFooBar;, foBar, null, 18}\n foBarsuf[VARIABLE_DECLARATION]{foBarsuf, null, LFooBar;, foBarsuf, null, 22}\n fooBar[VARIABLE_DECLARATION]{fooBar, null, LFooBar;, fooBar, null, 33}\n fooBarsuf[VARIABLE_DECLARATION]{fooBarsuf, null, LFooBar;, fooBarsuf, null, 37} ------------ but was ------------ foBar[VARIABLE_DECLARATION]{foBar, null, LFooBar;, foBar, null, 18}\n fooBar[VARIABLE_DECLARATION]{fooBar, null, LFooBar;, fooBar, null, 33} --------- Difference is ---------- expected:<...Barsuf[VARIABLE_DECLARATION]{foBarsuf, null, LFooBar;, foBarsuf, null, 22}\n fooBar[VARIABLE_DECLARATION]{fooBar, null, LFooBar;, fooBar, null, 33}\n fooBarsuf[VARIABLE_DECLARATION]{fooBarsuf, null, LFooBar;, fooBarsuf, null, 37...> but was:<...oBar[VARIABLE_DECLARATION]{fooBar, null, LFooBar;, fooBar, null, 33...>

junit.framework.ComparisonFailure:
----------- Expected ------------
foBar[VARIABLE_DECLARATION]{foBar, null, LFooBar;, foBar, null, 18}\n
foBarsuf[VARIABLE_DECLARATION]{foBarsuf, null, LFooBar;, foBarsuf, null, 22}\n
fooBar[VARIABLE_DECLARATION]{fooBar, null, LFooBar;, fooBar, null, 33}\n
fooBarsuf[VARIABLE_DECLARATION]{fooBarsuf, null, LFooBar;, fooBarsuf, null, 37}
------------ but was ------------
foBar[VARIABLE_DECLARATION]{foBar, null, LFooBar;, foBar, null, 18}\n
fooBar[VARIABLE_DECLARATION]{fooBar, null, LFooBar;, fooBar, null, 33}
--------- Difference is ----------
expected:<...Barsuf[VARIABLE_DECLARATION]{foBarsuf, null, LFooBar;, foBarsuf, null, 22}\n
fooBar[VARIABLE_DECLARATION]{fooBar, null, LFooBar;, fooBar, null, 33}\n
fooBarsuf[VARIABLE_DECLARATION]{fooBarsuf, null, LFooBar;, fooBarsuf, null, 37...> but was:<...oBar[VARIABLE_DECLARATION]{fooBar, null, LFooBar;, fooBar, null, 33...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:111)
at org.eclipse.jdt.core.tests.model.AbstractJavaModelCompletionTests.assertResults(AbstractJavaModelCompletionTests.java:160)
at org.eclipse.jdt.core.tests.model.CompletionTests.testCompletionVariableName10(CompletionTests.java:8873)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.063
testCompletionVariableName9Failure ----------- Expected ------------ thefoBar[VARIABLE_DECLARATION]{thefoBar, null, LFooBar;, thefoBar, null, 18}\n thefoBarsuf[VARIABLE_DECLARATION]{thefoBarsuf, null, LFooBar;, thefoBarsuf, null, 22}\n theFooBar[VARIABLE_DECLARATION]{theFooBar, null, LFooBar;, theFooBar, null, 23}\n theFooBarsuf[VARIABLE_DECLARATION]{theFooBarsuf, null, LFooBar;, theFooBarsuf, null, 27} ------------ but was ------------ thefoBar[VARIABLE_DECLARATION]{thefoBar, null, LFooBar;, thefoBar, null, 18}\n theFooBar[VARIABLE_DECLARATION]{theFooBar, null, LFooBar;, theFooBar, null, 23} --------- Difference is ---------- expected:<...foBarsuf[VARIABLE_DECLARATION]{thefoBarsuf, null, LFooBar;, thefoBarsuf, null, 22}\n theFooBar[VARIABLE_DECLARATION]{theFooBar, null, LFooBar;, theFooBar, null, 23}\n theFooBarsuf[VARIABLE_DECLARATION]{theFooBarsuf, null, LFooBar;, theFooBarsuf, null, 27...> but was:<...FooBar[VARIABLE_DECLARATION]{theFooBar, null, LFooBar;, theFooBar, null, 23...>

junit.framework.ComparisonFailure:
----------- Expected ------------
thefoBar[VARIABLE_DECLARATION]{thefoBar, null, LFooBar;, thefoBar, null, 18}\n
thefoBarsuf[VARIABLE_DECLARATION]{thefoBarsuf, null, LFooBar;, thefoBarsuf, null, 22}\n
theFooBar[VARIABLE_DECLARATION]{theFooBar, null, LFooBar;, theFooBar, null, 23}\n
theFooBarsuf[VARIABLE_DECLARATION]{theFooBarsuf, null, LFooBar;, theFooBarsuf, null, 27}
------------ but was ------------
thefoBar[VARIABLE_DECLARATION]{thefoBar, null, LFooBar;, thefoBar, null, 18}\n
theFooBar[VARIABLE_DECLARATION]{theFooBar, null, LFooBar;, theFooBar, null, 23}
--------- Difference is ----------
expected:<...foBarsuf[VARIABLE_DECLARATION]{thefoBarsuf, null, LFooBar;, thefoBarsuf, null, 22}\n
theFooBar[VARIABLE_DECLARATION]{theFooBar, null, LFooBar;, theFooBar, null, 23}\n
theFooBarsuf[VARIABLE_DECLARATION]{theFooBarsuf, null, LFooBar;, theFooBarsuf, null, 27...> but was:<...FooBar[VARIABLE_DECLARATION]{theFooBar, null, LFooBar;, theFooBar, null, 23...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:111)
at org.eclipse.jdt.core.tests.model.AbstractJavaModelCompletionTests.assertResults(AbstractJavaModelCompletionTests.java:160)
at org.eclipse.jdt.core.tests.model.CompletionTests.testCompletionVariableName9(CompletionTests.java:8834)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.109
testCompletionVariableName8Failure ----------- Expected ------------ theBar[VARIABLE_DECLARATION]{theBar, null, LFooBar;, theBar, null, 18}\n theFooBar[VARIABLE_DECLARATION]{theFooBar, null, LFooBar;, theFooBar, null, 18}\n theBarsuf[VARIABLE_DECLARATION]{theBarsuf, null, LFooBar;, theBarsuf, null, 22}\n theFooBarsuf[VARIABLE_DECLARATION]{theFooBarsuf, null, LFooBar;, theFooBarsuf, null, 22} ------------ but was ------------ theBar[VARIABLE_DECLARATION]{theBar, null, LFooBar;, theBar, null, 18}\n theFooBar[VARIABLE_DECLARATION]{theFooBar, null, LFooBar;, theFooBar, null, 18} --------- Difference is ---------- expected:<...\n theBarsuf[VARIABLE_DECLARATION]{theBarsuf, null, LFooBar;, theBarsuf, null, 22}\n theFooBarsuf[VARIABLE_DECLARATION]{theFooBarsuf, null, LFooBar;, theFooBarsuf, null, 22}> but was:<...>

junit.framework.ComparisonFailure:
----------- Expected ------------
theBar[VARIABLE_DECLARATION]{theBar, null, LFooBar;, theBar, null, 18}\n
theFooBar[VARIABLE_DECLARATION]{theFooBar, null, LFooBar;, theFooBar, null, 18}\n
theBarsuf[VARIABLE_DECLARATION]{theBarsuf, null, LFooBar;, theBarsuf, null, 22}\n
theFooBarsuf[VARIABLE_DECLARATION]{theFooBarsuf, null, LFooBar;, theFooBarsuf, null, 22}
------------ but was ------------
theBar[VARIABLE_DECLARATION]{theBar, null, LFooBar;, theBar, null, 18}\n
theFooBar[VARIABLE_DECLARATION]{theFooBar, null, LFooBar;, theFooBar, null, 18}
--------- Difference is ----------
expected:<...\n
theBarsuf[VARIABLE_DECLARATION]{theBarsuf, null, LFooBar;, theBarsuf, null, 22}\n
theFooBarsuf[VARIABLE_DECLARATION]{theFooBarsuf, null, LFooBar;, theFooBarsuf, null, 22}> but was:<...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:111)
at org.eclipse.jdt.core.tests.model.AbstractJavaModelCompletionTests.assertResults(AbstractJavaModelCompletionTests.java:160)
at org.eclipse.jdt.core.tests.model.CompletionTests.testCompletionVariableName8(CompletionTests.java:8795)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.125
testCompletionVariableName7Success0.000
testCompletionVariableName6Success0.016
testCompletionVariableName5Success0.000
testCompletionVariableName4Success0.016
testCompletionVariableName3Failure ----------- Expected ------------ element:name completion:name relevance:18\n element:names1 completion:names1 relevance:22\n element:names2 completion:names2 relevance:21\n element:oneName completion:oneName relevance:18\n element:oneNames1 completion:oneNames1 relevance:22\n element:oneNames2 completion:oneNames2 relevance:21\n element:p1Name completion:p1Name relevance:24\n element:p1Names1 completion:p1Names1 relevance:28\n element:p1Names2 completion:p1Names2 relevance:27\n element:p1OneName completion:p1OneName relevance:24\n element:p1OneNames1 completion:p1OneNames1 relevance:28\n element:p1OneNames2 completion:p1OneNames2 relevance:27\n element:p2Name completion:p2Name relevance:23\n element:p2Names1 completion:p2Names1 relevance:27\n element:p2Names2 completion:p2Names2 relevance:26\n element:p2OneName completion:p2OneName relevance:23\n element:p2OneNames1 completion:p2OneNames1 relevance:27\n element:p2OneNames2 completion:p2OneNames2 relevance:26 ------------ but was ------------ element:name completion:name relevance:18\n element:oneName completion:oneName relevance:18 --------- Difference is ---------- expected:<...names1 completion:names1 relevance:22\n element:names2 completion:names2 relevance:21\n element:oneName completion:oneName relevance:18\n element:oneNames1 completion:oneNames1 relevance:22\n element:oneNames2 completion:oneNames2 relevance:21\n element:p1Name completion:p1Name relevance:24\n element:p1Names1 completion:p1Names1 relevance:28\n element:p1Names2 completion:p1Names2 relevance:27\n element:p1OneName completion:p1OneName relevance:24\n element:p1OneNames1 completion:p1OneNames1 relevance:28\n element:p1OneNames2 completion:p1OneNames2 relevance:27\n element:p2Name completion:p2Name relevance:23\n element:p2Names1 completion:p2Names1 relevance:27\n element:p2Names2 completion:p2Names2 relevance:26\n element:p2OneName completion:p2OneName relevance:23\n element:p2OneNames1 completion:p2OneNames1 relevance:27\n element:p2OneNames2 completion:p2OneNames2 relevance:26> but was:<...oneName completion:oneName relevance:18>

junit.framework.ComparisonFailure:
----------- Expected ------------
element:name completion:name relevance:18\n
element:names1 completion:names1 relevance:22\n
element:names2 completion:names2 relevance:21\n
element:oneName completion:oneName relevance:18\n
element:oneNames1 completion:oneNames1 relevance:22\n
element:oneNames2 completion:oneNames2 relevance:21\n
element:p1Name completion:p1Name relevance:24\n
element:p1Names1 completion:p1Names1 relevance:28\n
element:p1Names2 completion:p1Names2 relevance:27\n
element:p1OneName completion:p1OneName relevance:24\n
element:p1OneNames1 completion:p1OneNames1 relevance:28\n
element:p1OneNames2 completion:p1OneNames2 relevance:27\n
element:p2Name completion:p2Name relevance:23\n
element:p2Names1 completion:p2Names1 relevance:27\n
element:p2Names2 completion:p2Names2 relevance:26\n
element:p2OneName completion:p2OneName relevance:23\n
element:p2OneNames1 completion:p2OneNames1 relevance:27\n
element:p2OneNames2 completion:p2OneNames2 relevance:26
------------ but was ------------
element:name completion:name relevance:18\n
element:oneName completion:oneName relevance:18
--------- Difference is ----------
expected:<...names1 completion:names1 relevance:22\n
element:names2 completion:names2 relevance:21\n
element:oneName completion:oneName relevance:18\n
element:oneNames1 completion:oneNames1 relevance:22\n
element:oneNames2 completion:oneNames2 relevance:21\n
element:p1Name completion:p1Name relevance:24\n
element:p1Names1 completion:p1Names1 relevance:28\n
element:p1Names2 completion:p1Names2 relevance:27\n
element:p1OneName completion:p1OneName relevance:24\n
element:p1OneNames1 completion:p1OneNames1 relevance:28\n
element:p1OneNames2 completion:p1OneNames2 relevance:27\n
element:p2Name completion:p2Name relevance:23\n
element:p2Names1 completion:p2Names1 relevance:27\n
element:p2Names2 completion:p2Names2 relevance:26\n
element:p2OneName completion:p2OneName relevance:23\n
element:p2OneNames1 completion:p2OneNames1 relevance:27\n
element:p2OneNames2 completion:p2OneNames2 relevance:26> but was:<...oneName completion:oneName relevance:18>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:111)
at org.eclipse.jdt.core.tests.model.CompletionTests.testCompletionVariableName3(CompletionTests.java:8650)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.062
testCompletionArrayAccess1Success0.016
testCompletionCatchArgumentName2Failure ----------- Expected ------------ element:exception completion:exception relevance:18\n element:locException completion:locException relevance:24 ------------ but was ------------ element:exception completion:exception relevance:18 --------- Difference is ---------- expected:<...\n element:locException completion:locException relevance:24> but was:<...>

junit.framework.ComparisonFailure:
----------- Expected ------------
element:exception completion:exception relevance:18\n
element:locException completion:locException relevance:24
------------ but was ------------
element:exception completion:exception relevance:18
--------- Difference is ----------
expected:<...\n
element:locException completion:locException relevance:24> but was:<...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:111)
at org.eclipse.jdt.core.tests.model.CompletionTests.testCompletionCatchArgumentName2(CompletionTests.java:8613)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.062
testCompletionToplevelType1Success0.016
testCompletionAfterCase2Success0.000
testCompletionAfterCase1Success0.000
testCompletionMemberType3Success0.000
testCompletionMemberType2Success0.016
testCompletionKeywordInstanceof6Success0.016
testCompletionKeywordInstanceof5Success0.015
testCompletionKeywordInstanceof4Success0.000
testCompletionKeywordNull4Success0.016
testCompletionKeywordNull3Success0.000
testCompletionKeywordFalse4Success0.000
testCompletionKeywordFalse3Success0.016
testCompletionKeywordTrue6Success0.000
testCompletionKeywordTrue5Success0.015
testCompletionKeywordTrue4Success0.000
testCompletionKeywordTrue3Success0.016
testCompletionKeywordAbstract16Success0.000
testCompletionKeywordAbstract15Success0.015
testCompletionKeywordAbstract14Success0.016
testCompletionKeywordAbstract13Success0.000
testCompletionKeywordAbstract12Success0.000
testCompletionKeywordAbstract11Success0.016
testCompletionKeywordAbstract10Success0.000
testCompletionKeywordAbstract9Success0.015
testCompletionKeywordFinal17Success0.000
testCompletionKeywordFinal16Success0.000
testCompletionKeywordFinal15Success0.016
testCompletionKeywordFinal14Success0.000
testCompletionKeywordFinal13Success0.016
testCompletionKeywordFinal12Success0.000
testCompletionKeywordFinal11Success0.000
testCompletionKeywordFinal10Success0.015
testCompletionKeywordFinal18Success0.000
testCompletionKeywordProtected10Success0.016
testCompletionKeywordProtected9Success0.000
testCompletionKeywordProtected8Success0.015
testCompletionKeywordProtected7Success0.000
testCompletionKeywordProtected6Success0.016
testCompletionKeywordPrivate10Success0.000
testCompletionKeywordPrivate9Success0.000
testCompletionKeywordPrivate8Success0.016
testCompletionKeywordPrivate7Success0.000
testCompletionKeywordPrivate6Success0.015
testCompletionKeywordPublic19Success0.000
testCompletionKeywordPublic18Success0.016
testCompletionKeywordPublic17Success0.000
testCompletionKeywordPublic16Success0.016
testCompletionKeywordPublic15Success0.000
testCompletionKeywordPublic14Success0.015
testCompletionKeywordPublic13Success0.000
testCompletionKeywordPublic12Success0.016
testCompletionKeywordPublic11Success0.000
testCompletionKeywordPublic20Success0.000
testCompletionKeywordStatic10Success0.015
testCompletionKeywordStatic9Success0.000
testCompletionKeywordStatic8Success0.016
testCompletionKeywordStatic7Success0.000
testCompletionKeywordStatic6Success0.016
testCompletionKeywordNew16Success0.000
testCompletionKeywordNew15Success0.000
testCompletionKeywordNew14Success0.015
testCompletionKeywordNew13Success0.000
testCompletionKeywordNew12Success0.016
testCompletionKeywordNew11Success0.000
testCompletionKeywordNew10Success0.016
testCompletionKeywordNew9Success0.000
testCompletionKeywordTransient8Success0.015
testCompletionKeywordTransient7Success0.000
testCompletionKeywordTransient6Success0.016
testCompletionKeywordTransient5Success0.000
testCompletionKeywordVolatile8Success0.000
testCompletionKeywordVolatile7Success0.015
testCompletionKeywordVolatile6Success0.000
testCompletionKeywordVolatile5Success0.016
testCompletionKeywordStrictfp8Success0.000
testCompletionKeywordStrictfp7Success0.000
testCompletionKeywordStrictfp6Success0.016
testCompletionKeywordStrictfp5Success0.015
testCompletionKeywordNative8Success0.000
testCompletionKeywordNative7Success0.016
testCompletionKeywordNative6Success0.000
testCompletionKeywordNative5Success0.016
testCompletionKeywordSynchronized12Success0.000
testCompletionKeywordSynchronized11Success0.015
testCompletionKeywordSynchronized10Success0.000
testCompletionKeywordSynchronized9Success0.016
testCompletionKeywordSynchronized8Success0.000
testCompletionKeywordSynchronized7Success0.000
testCompletionKeywordThrows8Success0.015
testCompletionKeywordThrows7Success0.000
testCompletionKeywordThrows6Success0.016
testCompletionKeywordThrows5Success0.000
testCompletionKeywordInterface18Success0.016
testCompletionKeywordInterface17Success0.000
testCompletionKeywordInterface16Success0.015
testCompletionKeywordInterface15Success0.000
testCompletionKeywordInterface14Success0.000
testCompletionKeywordInterface13Success0.016
testCompletionKeywordInterface12Success0.000
testCompletionKeywordInterface11Success0.016
testCompletionKeywordInterface10Success0.000
testCompletionKeywordClass24Success0.000
testCompletionKeywordClass23Success0.015
testCompletionKeywordClass22Success0.000
testCompletionKeywordClass21Success0.016
testCompletionKeywordClass20Success0.000
testCompletionKeywordClass19Success0.015
testCompletionKeywordClass18Success0.000
testCompletionKeywordClass17Success0.016
testCompletionKeywordClass16Success0.000
testCompletionKeywordClass15Success0.016
testCompletionKeywordClass14Success0.000
testCompletionKeywordClass13Success0.015
testCompletionKeywordDefault10Success0.000
testCompletionKeywordDefault9Success0.016
testCompletionKeywordDefault8Success0.000
testCompletionKeywordDefault7Success0.016
testCompletionKeywordDefault6Success0.000
testCompletionKeywordCase10Success0.015
testCompletionKeywordCase9Success0.000
testCompletionKeywordCase8Success0.031
testCompletionKeywordCase7Success0.016
testCompletionKeywordCase6Success0.000
testCompletionKeywordImport8Success0.016
testCompletionKeywordImport7Success0.000
testCompletionKeywordImport6Success0.000
testCompletionKeywordImport5Success0.015
testCompletionKeywordPackage8Success0.000
testCompletionKeywordPackage7Success0.016
testCompletionKeywordPackage6Success0.000
testCompletionKeywordPackage5Success0.000
testCompletionKeywordImplements6Success0.016
testCompletionKeywordImplements5Success0.000
testCompletionKeywordImplements4Success0.015
testCompletionKeywordExtends10Success0.000
testCompletionKeywordExtends9Success0.016
testCompletionKeywordExtends8Success0.000
testCompletionKeywordExtends7Success0.000
testCompletionKeywordExtends6Success0.015
testCompletionKeywordWhile10Success0.000
testCompletionKeywordWhile9Success0.016
testCompletionKeywordWhile8Success0.000
testCompletionKeywordWhile7Success0.000
testCompletionKeywordWhile6Success0.016
testCompletionKeywordBreak6Success0.000
testCompletionKeywordBreak5Success0.015
testCompletionKeywordBreak4Success0.000
testCompletionKeywordContinue4Success0.016
testCompletionKeywordContinue3Success0.000
testCompletionKeywordFinally14Success0.016
testCompletionKeywordFinally13Success0.015
testCompletionKeywordFinally12Success0.000
testCompletionKeywordFinally11Success0.016
testCompletionKeywordFinally10Success0.000
testCompletionKeywordFinally9Success0.015
testCompletionKeywordFinally8Success0.000
testCompletionKeywordCatch10Success0.016
testCompletionKeywordCatch9Success0.000
testCompletionKeywordCatch8Success0.000
testCompletionKeywordCatch7Success0.016
testCompletionKeywordCatch6Success0.000
testCompletionKeywordElse8Success0.015
testCompletionKeywordElse7Success0.000
testCompletionKeywordElse6Success0.016
testCompletionKeywordElse5Success0.000
testCompletionKeywordAssert6Success0.016
testCompletionKeywordAssert5Success0.000
testCompletionKeywordAssert4Success0.000
testCompletionKeywordThrow6Success0.015
testCompletionKeywordThrow5Success0.000
testCompletionKeywordThrow4Success0.016
testCompletionKeywordSwitch6Success0.000
testCompletionKeywordSwitch5Success0.015
testCompletionKeywordSwitch4Success0.000
testCompletionKeywordReturn6Success0.016
testCompletionKeywordReturn5Success0.000
testCompletionKeywordReturn4Success0.000
testCompletionKeywordIf6Success0.016
testCompletionKeywordIf5Success0.000
testCompletionKeywordIf4Success0.000
testCompletionKeywordFor6Success0.000
testCompletionKeywordFor5Success0.016
testCompletionKeywordFor4Success0.000
testCompletionKeywordDo6Success0.016
testCompletionKeywordDo5Success0.000
testCompletionKeywordDo4Success0.015
testCompletionKeywordTry6Success0.000
testCompletionKeywordTry5Success0.000
testCompletionKeywordTry4Success0.016
testCompletionKeywordSuper12Success0.000
testCompletionKeywordSuper11Success0.015
testCompletionKeywordSuper10Success0.016
testCompletionKeywordSuper9Success0.000
testCompletionKeywordSuper8Success0.016
testCompletionKeywordSuper7Success0.000
testCompletionKeywordThis15Success0.015
testCompletionKeywordThis14Success0.016
testCompletionKeywordThis13Success0.000
testCompletionKeywordThis12Success0.000
testCompletionKeywordThis11Success0.016
testCompletionKeywordThis10Success0.000
testCompletionKeywordThis9Success0.015
testCompletionKeywordThis8Success0.000
testCompletionKeywordInstanceof3Success0.000
testCompletionKeywordInstanceof2Success0.016
testCompletionKeywordInstanceof1Success0.015
testCompletionKeywordNull2Success0.000
testCompletionKeywordNull1Success0.000
testCompletionKeywordFalse2Success0.016
testCompletionKeywordFalse1Success0.000
testCompletionKeywordTrue2Success0.016
testCompletionKeywordTrue1Success0.000
testCompletionKeywordAbstract8Success0.015
testCompletionKeywordAbstract7Success0.000
testCompletionKeywordAbstract6Success0.016
testCompletionKeywordAbstract5Success0.000
testCompletionKeywordAbstract4Success0.000
testCompletionKeywordAbstract3Success0.016
testCompletionKeywordAbstract2Success0.000
testCompletionKeywordAbstract1Success0.015
testCompletionKeywordFinal9Success0.000
testCompletionKeywordFinal8Success0.016
testCompletionKeywordFinal7Success0.000
testCompletionKeywordFinal6Success0.015
testCompletionKeywordFinal5Success0.000
testCompletionKeywordFinal4Success0.000
testCompletionKeywordFinal3Success0.016
testCompletionKeywordFinal2Success0.000
testCompletionKeywordFinal1Success0.016
testCompletionKeywordProtected5Success0.000
testCompletionKeywordProtected4Success0.015
testCompletionKeywordProtected3Success0.000
testCompletionKeywordProtected2Success0.000
testCompletionKeywordProtected1Success0.016
testCompletionKeywordPrivate5Success0.016
testCompletionKeywordPrivate4Success0.000
testCompletionKeywordPrivate3Success0.015
testCompletionKeywordPrivate2Success0.000
testCompletionKeywordPrivate1Success0.016
testCompletionKeywordPublic10Success0.000
testCompletionKeywordPublic9Success0.000
testCompletionKeywordPublic8Success0.015
testCompletionKeywordPublic7Success0.016
testCompletionKeywordPublic6Success0.000
testCompletionKeywordPublic5Success0.016
testCompletionKeywordPublic4Success0.000
testCompletionKeywordPublic3Success0.015
testCompletionKeywordPublic2Success0.000
testCompletionKeywordPublic1Success0.000
testCompletionKeywordStatic5Success0.016
testCompletionKeywordStatic4Success0.016
testCompletionKeywordStatic3Success0.000
testCompletionKeywordStatic2Success0.000
testCompletionKeywordStatic1Success0.015
testCompletionKeywordNew8Success0.000
testCompletionKeywordNew7Success0.016
testCompletionKeywordNew6Success0.000
testCompletionKeywordNew5Success0.015
testCompletionKeywordNew4Success0.000
testCompletionKeywordNew3Success0.000
testCompletionKeywordNew2Success0.016
testCompletionKeywordNew1Success0.000
testCompletionKeywordTransient4Success0.016
testCompletionKeywordTransient3Success0.015
testCompletionKeywordTransient2Success0.016
testCompletionKeywordTransient1Success0.016
testCompletionKeywordVolatile4Success0.000
testCompletionKeywordVolatile3Success0.015
testCompletionKeywordVolatile2Success0.000
testCompletionKeywordVolatile1Success0.016
testCompletionKeywordStrictfp4Success0.000
testCompletionKeywordStrictfp3Success0.000
testCompletionKeywordStrictfp2Success0.015
testCompletionKeywordStrictfp1Success0.000
testCompletionKeywordNative4Success0.016
testCompletionKeywordNative3Success0.000
testCompletionKeywordNative2Success0.016
testCompletionKeywordNative1Success0.000
testCompletionKeywordSynchronized6Success0.015
testCompletionKeywordSynchronized5Success0.000
testCompletionKeywordSynchronized4Success0.016
testCompletionKeywordSynchronized3Success0.000
testCompletionKeywordSynchronized2Success0.016
testCompletionKeywordSynchronized1Success0.000
testCompletionKeywordThrows4Success0.000
testCompletionKeywordThrows3Success0.015
testCompletionKeywordThrows2Success0.000
testCompletionKeywordThrows1Success0.016
testCompletionKeywordInterface9Success0.000
testCompletionKeywordInterface8Success0.015
testCompletionKeywordInterface7Success0.000
testCompletionKeywordInterface6Success0.016
testCompletionKeywordInterface5Success0.000
testCompletionKeywordInterface4Success0.000
testCompletionKeywordInterface3Success0.016
testCompletionKeywordInterface2Success0.000
testCompletionKeywordInterface1Success0.000
testCompletionKeywordClass12Success0.015
testCompletionKeywordClass11Success0.000
testCompletionKeywordClass10Success0.016
testCompletionKeywordClass9Success0.000
testCompletionKeywordClass8Success0.016
testCompletionKeywordClass7Success0.000
testCompletionKeywordClass6Success0.015
testCompletionKeywordClass5Success0.000
testCompletionKeywordClass4Success0.016
testCompletionKeywordClass3Success0.000
testCompletionKeywordClass2Success0.015
testCompletionKeywordClass1Success0.000
testCompletionKeywordDefault5Success0.000
testCompletionKeywordDefault4Success0.016
testCompletionKeywordDefault3Success0.000
testCompletionKeywordDefault2Success0.016
testCompletionKeywordDefault1Success0.015
testCompletionKeywordCase5Success0.000
testCompletionKeywordCase4Success0.016
testCompletionKeywordCase3Success0.000
testCompletionKeywordCase2Success0.016
testCompletionKeywordCase1Success0.000
testCompletionKeywordImport4Success0.000
testCompletionKeywordImport3Success0.015
testCompletionKeywordImport2Success0.000
testCompletionKeywordImport1Success0.016
testCompletionKeywordPackage4Success0.000
testCompletionKeywordPackage3Success0.000
testCompletionKeywordPackage2Success0.015
testCompletionKeywordPackage1Success0.000
testCompletionKeywordImplements3Success0.000
testCompletionKeywordImplements2Success0.016
testCompletionKeywordImplements1Success0.000
testCompletionKeywordExtends5Success0.000
testCompletionKeywordExtends4Success0.016
testCompletionKeywordExtends3Success0.015
testCompletionKeywordExtends2Success0.016
testCompletionKeywordExtends1Success0.000
testCompletionKeywordWhile5Success0.016
testCompletionKeywordWhile4Success0.000
testCompletionKeywordWhile3Success0.000
testCompletionKeywordWhile2Success0.015
testCompletionKeywordWhile1Success0.000
testCompletionKeywordBreak3Success0.016
testCompletionKeywordBreak2Success0.000
testCompletionKeywordBreak1Success0.015
testCompletionKeywordContinue2Success0.000
testCompletionKeywordContinue1Success0.016
testCompletionKeywordFinally7Success0.000
testCompletionKeywordFinally6Success0.016
testCompletionKeywordFinally5Success0.000
testCompletionKeywordFinally4Success0.015
testCompletionKeywordFinally3Success0.000
testCompletionKeywordFinally2Success0.016
testCompletionKeywordFinally1Success0.000
testCompletionKeywordCatch5Success0.016
testCompletionKeywordCatch4Success0.000
testCompletionKeywordCatch3Success0.000
testCompletionKeywordCatch2Success0.015
testCompletionKeywordCatch1Success0.000
testCompletionKeywordElse4Success0.016
testCompletionKeywordElse3Success0.000
testCompletionKeywordElse2Success0.015
testCompletionKeywordElse1Success0.000
testCompletionKeywordAssert3Success0.016
testCompletionKeywordAssert2Success0.000
testCompletionKeywordAssert1Success0.016
testCompletionKeywordThrow3Success0.000
testCompletionKeywordThrow2Success0.015
testCompletionKeywordThrow1Success0.000
testCompletionKeywordSwitch3Success0.016
testCompletionKeywordSwitch2Success0.000
testCompletionKeywordSwitch1Success0.016
testCompletionKeywordReturn3Success0.000
testCompletionKeywordReturn2Success0.000
testCompletionKeywordReturn1Success0.015
testCompletionKeywordIf3Success0.000
testCompletionKeywordIf2Success0.016
testCompletionKeywordIf1Success0.000
testCompletionKeywordFor3Success0.015
testCompletionKeywordFor2Success0.000
testCompletionKeywordFor1Success0.016
testCompletionKeywordDo3Success0.000
testCompletionKeywordDo2Success0.016
testCompletionKeywordDo1Success0.000
testCompletionKeywordTry3Success0.015
testCompletionKeywordTry2Success0.000
testCompletionKeywordTry1Success0.000
testCompletionKeywordSuper6Success0.016
testCompletionKeywordSuper5Success0.016
testCompletionKeywordSuper4Success0.000
testCompletionKeywordSuper3Success0.015
testCompletionKeywordSuper2Success0.016
testCompletionKeywordSuper1Success0.000
testCompletionKeywordThis7Success0.015
testCompletionKeywordThis6Success0.000
testCompletionKeywordThis5Success0.016
testCompletionKeywordThis4Success0.000
testCompletionKeywordThis3Success0.000
testCompletionKeywordThis2Success0.016
testCompletionKeywordThis1Success0.000
testCompletionConditionalExpression3Success0.015
testCompletionConditionalExpression2Success0.016
testCompletionConditionalExpression1Success0.000
testCompletionInstanceofOperator1Success0.016
testCompletionBinaryOperator3Success0.015
testCompletionBinaryOperator2Success0.000
testCompletionBinaryOperator1Success0.016
testCompletionUnaryOperator2Success0.000
testCompletionUnaryOperator1Success0.015
testCompletionQualifiedExpectedTypeSuccess0.016
testCompletionOnStaticMember2Success0.000
testCompletionOnStaticMember1Success0.000
testCompletionVoidMethodSuccess0.016
testCompletionMemberTypeSuccess0.015
testCompletionExpectedTypeIsNotValidSuccess0.000
testCompletionVariableName2Success0.016
testCompletionVariableName1Success0.016
testCompletionReturnInInitializerSuccess0.000
testCompletionAbstractMethodRelevance2Success0.015
testCompletionAbstractMethodRelevance1Success0.016
testCompletionEmptyTypeName3Success0.000
testCompletionEmptyTypeName2Success0.000
testCompletionEmptyTypeName1Success0.000
testCompletionConstructorForAnonymousTypeSuccess0.016
testCompletionObjectsMethodWithInterfaceReceiverSuccess0.016
testCompletionAssignmentInMethod4Success0.000
testCompletionAssignmentInMethod3Success0.015
testCompletionAssignmentInMethod2Success0.000
testCompletionAssignmentInMethod1Success0.016
testCompletionVariableInitializerInMethod4Success0.016
testCompletionVariableInitializerInMethod3Success0.000
testCompletionVariableInitializerInMethod2Success0.000
testCompletionVariableInitializerInMethod1Success0.016
testCompletionVariableInitializerInInitializer4Success0.000
testCompletionVariableInitializerInInitializer3Success0.015
testCompletionVariableInitializerInInitializer2Success0.000
testCompletionVariableInitializerInInitializer1Success0.016
testCompletionFieldInitializer4Success0.000
testCompletionFieldInitializer3Success0.016
testCompletionFieldInitializer2Success0.015
testCompletionFieldInitializer1Success0.000
testCompletionAllocationExpressionIsParent6Success0.016
testCompletionAllocationExpressionIsParent5Success0.016
testCompletionAllocationExpressionIsParent4Success0.000
testCompletionAllocationExpressionIsParent3Success0.015
testCompletionAllocationExpressionIsParent2Success0.016
testCompletionAllocationExpressionIsParent1Success0.000
testCompletionMessageSendIsParent6Success0.015
testCompletionMessageSendIsParent5Success0.000
testCompletionMessageSendIsParent4Success0.016
testCompletionMessageSendIsParent3Success0.000
testCompletionMessageSendIsParent2Success0.016
testCompletionMessageSendIsParent1Success0.015
testCompletionCastIsParent2Success0.016
testCompletionCastIsParent1Success0.047
testCompletionReturnStatementIsParent2Success0.000
testCompletionReturnStatementIsParent1Success0.015
testCompletionUnresolvedEnclosingTypeSuccess0.000
testCompletionUnresolvedFieldTypeSuccess0.016
testCompletionUnresolvedParameterTypeSuccess0.000
testCompletionUnresolvedReturnTypeSuccess0.016
testCompletionThrowStatementSuccess0.015
testCompletionMethodThrowsClause2Success0.000
testCompletionMethodThrowsClauseSuccess0.016
testCompletionSuperType8Success0.000
testCompletionSuperType7Success0.016
testCompletionSuperType6Success0.015
testCompletionSuperType5Success0.016
testCompletionSuperType4Success0.000
testCompletionSuperType3Success0.015
testCompletionSuperType2Success0.016
testCompletionSuperTypeSuccess0.000
testCompletionSameSuperClassSuccess0.015
testCompletionVariableNameUnresolvedTypeSuccess0.000
testCompletionVariableNameOfArray4Success0.016
testCompletionVariableNameOfArray3Success0.000
testCompletionVariableNameOfArray2Success0.016
testCompletionVariableNameOfArray1Success0.015
testCompletionWithBinaryFolderSuccess0.000
testCompletionAmbiguousType2Success0.016
testCompletionAmbiguousTypeSuccess0.015
testCompletionCatchArgumentNameSuccess0.000
testCompletionArgumentNameSuccess0.016
testCompletionLocalNameSuccess0.000
testCompletionFieldNameSuccess0.016
testCompletionMethodDeclaration12Success0.000
testCompletionMethodDeclaration11Success0.015
testCompletionMethodDeclaration10Success0.000
testCompletionMethodDeclaration9Success0.016
testCompletionMethodDeclaration8Success0.016
testCompletionMethodDeclaration7Success0.000
testCompletionMethodDeclaration6Success0.015
testCompletionMethodDeclaration5Success0.016
testCompletionMethodDeclaration4Success0.015
testCompletionMethodDeclaration3Success0.000
testCompletionMethodDeclaration2Success0.016
testCompletionMethodDeclarationSuccess0.016
testCompletionFindMemberType2Success0.015
testCompletionFindMemberType1Success0.016
testCompletionPrefixMethodName3Success0.000
testCompletionPrefixMethodName2Success0.000
testCompletionPrefixMethodName1Success0.016
testCompletionPrefixFieldName2Success0.000
testCompletionPrefixFieldName1Success0.015
testCompletionAmbiguousFieldName4Success0.000
testCompletionAmbiguousFieldName3Success0.016
testCompletionAmbiguousFieldName2Success0.000
testCompletionAmbiguousFieldNameSuccess0.015
testCompletionVisibilityCheckDisabledSuccess0.000
testCompletionVisibilityCheckEnabledFailureshould have two methods. ----------- Expected ------------ element:protectedFoo completion:protectedFoo() relevance:29\n element:publicFoo completion:publicFoo() relevance:29 ------------ but was ------------ element:privateFoo completion:privateFoo() relevance:29\n element:protectedFoo completion:protectedFoo() relevance:29\n element:publicFoo completion:publicFoo() relevance:29 --------- Difference is ---------- expected:<......> but was:<...ivateFoo completion:privateFoo() relevance:29\n element:pr...>

junit.framework.ComparisonFailure: should have two methods.
----------- Expected ------------
element:protectedFoo completion:protectedFoo() relevance:29\n
element:publicFoo completion:publicFoo() relevance:29
------------ but was ------------
element:privateFoo completion:privateFoo() relevance:29\n
element:protectedFoo completion:protectedFoo() relevance:29\n
element:publicFoo completion:publicFoo() relevance:29
--------- Difference is ----------
expected:<......> but was:<...ivateFoo completion:privateFoo() relevance:29\n
element:pr...>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.CompletionTests.testCompletionVisibilityCheckEnabled(CompletionTests.java:668)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.063
testCompletionRepeatedTypeSuccess0.016
testCompletionOutOfBoundsSuccess0.000
testCompletionOnClassFileSuccess0.031
testCompletionNullRequestorSuccess0.000
testCompletionFindThisDotFieldSuccess0.015
testCompletionFindSuperInterfaceSuccess0.297
testCompletionFindMethodWhenInProcessSuccess0.016
testCompletionFindMethodInThisSuccess0.000
testCompletionFindMethod2Success0.016
testCompletionFindMethod1Success0.000
testCompletionFindLocalVariableSuccess0.015
testCompletionFindImport2Success0.000
testCompletionFindImport1Success0.016
testCompletionFindField3Success0.000
testCompletionFindField2Success0.015
testCompletionFindField1Success0.000
testCompletionFindExceptions2Success0.016
testCompletionFindExceptions1Success0.000
testCompletionFindConstructor5Success0.031
testCompletionFindConstructor4Success0.000
testCompletionFindConstructor3Success0.016
testCompletionFindConstructor2Success0.016
testCompletionFindConstructorSuccess0.000
testCompletionFindClassDefaultPackageSuccess0.015
testCompletionFindClass2Success0.000
testCompletionFindClassSuccess0.016
testCompletionEndOfCompilationUnitSuccess0.000
testCompletionCaseInsensitivePackageSuccess0.015
testCompletionCaseInsensitiveSuccess0.000
test0289Success0.015
test0288Success0.016
test0287Success0.016
test0286Success0.015
test0285Success0.016
test0284Success0.016
test0283Success0.015
test0282Success0.000
test0281Success0.000
test0280Success0.016
test0279Success0.015
test0278Success0.000
test0277Success0.016
test0276Success0.000
test0275Success0.016
test0274Success0.000
test0273Success0.015
test0272Success0.016
test0271Success0.000
test0270Success0.016
test0269Success0.015
test0268Success0.000
test0267Success0.016
test0266Success0.015
test0265Success0.000
test0264Success0.016
test0263Success0.016
test0262Success0.015
test0261Success0.000
test0260Success0.016
test0250Success0.000
test0249Success0.016
test0248Success0.015
test0247Success0.016
test0246Success0.015
test0245Success0.016
test0244Success0.016
test0243Success0.015
test0242Success0.000
test0241Success0.000
test0240Success0.016
test0239Success0.000
test0238Success0.016
test0237Success0.000
test0236Success0.015
test0235Success0.000
test0234Success0.016
test0233Success0.000
test0232Success0.015
test0231Success0.000
test0230Success0.000
test0229Success0.016
test0228Success0.000
test0227Success0.016
test0226Success0.000
test0225Success0.015
test0224Success0.000
test0223Success0.016
test0222Success0.000
test0221Success0.016
test0220Success0.000
test0219Success0.015
test0218Success0.016
test0217Success0.000
test0216Success0.015
test0215Success0.016
test0214Success0.016
test0213Success0.000
test0212Success0.015
test0211Success0.016
test0210Success0.000
test0209Success0.016
test0208Success0.000
test0207Success0.015
test0206Success0.016
test0205Success0.000
test0204Success0.015
test0203Success0.000
test0202Success0.016
test0201Success0.000
test0200Success0.016
test0199Success0.000
test0198Success0.000
test0197Success0.015
test0196Success0.000
test0195Success0.016
test0194Success0.000
test0193Success0.016
test0192Success0.000
test0191Success0.015
test0190Success0.000
test0189Success0.016
test0188Success0.000
test0187Success0.000
test0186Success0.015
test0185Success0.016
test0184Success0.016
test0183Success0.015
test0182Success0.016
test0181Success0.000
test0180Success0.016
test0179Success0.015
test0178Success0.016
test0177Success0.000
test0176Success0.015
test0175Success0.016
test0174Success0.000
test0173Success0.016
test0172Success0.015
test0171Success0.016
test0170Success0.016
test0169Success0.000
test0168Success0.015
test0167Success0.016
test0166Success0.000
test0165Success0.015
test0164Success0.016
test0163Success0.016
test0162Success0.015
test0161Success0.016
test0160Success0.000
test0159Success0.016
test0158Success0.015
test0157Success0.000
test0156Success0.016
test0155Success0.015
test0154Success0.016
test0153Success0.000
test0152Success0.016
test0151Success0.015
test0150Success0.016
test0149Success0.000
test0148Success0.016
test0147Success0.015
test0146Success0.031
test0145Success0.000
test0144Success0.094
test0143Success0.000
test0142Success0.016
test0141Success0.000
test0140Success0.015
test0139Success0.000
test0138Success0.016
test0137Success0.000
test0136Success0.016
test0135Success0.000
test0134Success0.015
test0133Success0.000
test0132Success0.000
test0131Success0.016
test0130Success0.000
test0129Success0.016
test0128Success0.000
test0127Success0.000
test0126Success0.015
test0125Success0.000
test0124Success0.016
test0123Success0.000
test0122Success0.015
test0121Success0.000
test0120Success0.016
test0119Success0.000
test0118Success0.016
test0117Success0.000
test0116Success0.000
test0115Success0.015
test0114Success0.016
test0113Success0.000
test0112Success0.016
test0111Success0.000
test0110Success0.000
test0109Success0.015
test0108Success0.000
test0107Success0.016
test0106Success0.000
test0105Success0.000
test0104Success0.015
test0103Success0.000
test0102Success0.000
test0101Success0.016
test0100Success0.000
test0099Success0.016
test0098Success0.000
test0097Success0.000
test0096Success0.015
test0095Success0.000
test0094Success0.016
test0093Success0.000
test0092Success0.000
test0091Success0.016
test0090Success0.000
test0089Success0.000
test0088Success0.015
test0087Success0.000
test0086Success0.016
test0085Success0.000
test0084Success0.015
test0083Success0.000
test0082Success0.000
test0081Success0.016
test0080Success0.000
test0079Success0.016
test0078Success0.015
test0077Success0.016
test0076Success0.000
test0075Success0.016
test0074Success0.015
test0073Success0.000
test0072Success0.016
test0071Success0.000
test0070Success0.015
test0069Success0.000
test0068Success0.110
test0067Success0.078
test0066Success0.094
test0065Success0.093
test0064Success0.079
test0063Success0.078
test0062Success0.078
test0061Success0.078
test0060Success0.078
test0059Success0.094
test0058Success0.062
test0057Success0.047
test0056Success0.063
test0055Success0.062
test0054Success0.063
test0053Success0.047
test0052Success0.062
test0051Success0.063
test0050Success0.015
test0049Success0.000
test0048Success0.016
test0047Success0.000
test0046Success0.000
test0045Success0.015
test0044Success0.000
test0043Success0.000
test0042Success0.016
test0041Success0.000
test0040Success0.016
test0039Success0.000
test0038Success0.000
test0037Success0.015
test0036Success0.000
test0035Success0.016
test0034Success0.000
test0033Success0.016
test0032Success0.000
test0031Success0.015
test0030Success0.000
test0029Success0.016
test0028Success0.000
test0027Success0.015
test0026Success0.000
test0025Success0.016
test0024Success0.000
test0023Success0.016
test0022Success0.000
test0021Success0.000
test0020Success0.015
test0019Success0.000
test0018Success0.000
test0017Success0.016
test0016Success0.000
test0015Success0.000
test0014Success0.016
test0013Success0.000
test0012Success0.015
test0011Success0.000
test0010Success0.000
test0009Success0.016
test0008Success0.000
test0007Success0.015
test0006Success0.000
test0005Success0.016
test0004Success0.000
test0003Success0.016
test0002Success0.000
test0001Success0.015
test0128Success0.016
test0127Success0.000
test0126Success0.031
test0125Success0.000
test0124Success0.000
test0123Success0.015
test0122Success0.000
test0121Success0.016
test0120Success0.000
test0119Success0.000
test0118Success0.016
test0117Success0.000
test0116Success0.000
test0115Success0.015
test0114Success0.000
test0113Success0.016
test0112Success0.000
test0111Success0.016
test0110Success0.000
test0109Success0.015
test0108Success0.000
test0107Success0.016
test0106Success0.000
test0105Success0.015
test0104Success0.000
test0103Success0.000
test0102Success0.016
test0101Success0.000
test0100Success0.016
test0099Success0.000
test0098Success0.000
test0097Success0.015
test0096Success0.000
test0095Success0.000
test0094Success0.016
test0093Success0.000
test0092Success0.016
test0091Success0.000
test0090Success0.000
test0089Success0.015
test0088Success0.000
test0087Success0.016
test0086Success0.000
test0085Success0.015
test0084Success0.000
test0083Success0.000
test0082Success0.016
test0081Success0.000
test0080Success0.000
test0079Success0.000
test0078Success0.016
test0077Success0.000
test0076Success0.000
test0075Success0.000
test0074Success0.015
test0073Success0.000
test0072Success0.000
test0071Success0.016
test0070Success0.000
test0069Success0.000
test0068Success0.000
test0067Success0.016
test0066Success0.000
test0065Success0.000
test0064Success0.015
test0063Success0.000
test0062Success0.016
test0061Success0.000
test0060Success0.015
test0059Success0.000
test0058Success0.016
test0057Success0.000
test0056Success0.000
test0055Success0.016
test0054Success0.000
test0053Success0.000
test0052Success0.016
test0051Success0.000
test0050Success0.000
test0049Success0.016
test0048Success0.000
test0047Success0.000
test0046Success0.015
test0045Success0.000
test0044Success0.000
test0043Success0.016
test0042Success0.000
test0041Success0.015
test0040Success0.000
test0039Success0.000
test0038Success0.016
test0037Success0.000
test0036Success0.016
test0035Success0.000
test0034Success0.000
test0033Success0.015
test0032Success0.000
test0031Success0.016
test0030Success0.000
test0029Success0.016
test0028Success0.000
test0027Success0.000
test0026Success0.015
test0025Success0.000
test0024Success0.016
test0023Success0.000
test0022Success0.015
test0021Success0.000
test0020Success0.000
test0019Success0.016
test0018Success0.000
test0017Success0.016
test0016Success0.000
test0015Success0.000
test0014Success0.015
test0013Success0.000
test0012Success0.016
test0011Success0.000
test0010Success0.000
test0009Success0.016
test0008Success0.000
test0007Success0.000
test0006Success0.000
test0005Success0.000
test0004Success0.016
test0003Success0.000
test0002Success0.015
test0001Success0.000
test0024Success0.016
test0023Success0.000
test0022Success0.015
test0021Success0.000
test0020Success0.000
test0019Success0.016
test0018Success0.000
test0017Success0.016
test0016Success0.000
test0015Success0.015
test0014Success0.000
test0013Success0.000
test0012Success0.016
test0011Success0.000
test0010Success0.000
test0009Success0.000
test0008Success0.015
test0007Success0.000
test0006Success0.016
test0005Success0.000
test0004Success0.016
test0003Success0.000
test0002Success0.000
test0001Success0.015
test0004Success0.032
test0003Success0.015
test0002Success0.000
test0001Success0.000
test080Success0.031
test071Success0.672
test070Success0.657
test069Success0.671
test068Success0.625
test067Success0.610
test066Success0.656
test065Success0.609
test064Success0.688
test063Success0.625
test062Success0.609
test061Success0.657
test060Success0.609
test053Success0.672
test052Success0.015
test051Success0.000
test050Success0.000
test045Success0.016
test044Success0.000
test043Success0.031
test042Success0.016
test041Success0.000
test040Success0.016
test037Success0.000
test036Success0.015
test035Success0.016
test034Success0.000
test033Success0.000
test032Success0.015
test031Success0.000
test030Success0.016
test026Success0.016
test025Success0.000
test024Success0.656
test023Success0.672
test022Success0.656
test021Success0.656
test020Success0.000
test019Success0.032
test018Success0.000
test017Success0.015
test016Success0.000
test015Success0.656
test014Success0.657
test013Success0.640
test012Success0.672
test011Success0.000
test010Success0.016
test008Success0.609
test007Success0.641
test006Success0.062
test005Success0.016
test004Success0.000
test003Success0.000
test002Success0.000
test001Success0.016
test030Success0.015
test028Success0.000
test027Success0.000
test026Success0.015
test025Success0.016
test024Success0.000
test023Success0.016
test022Success0.000
test021Success0.000
test020Success0.015
test015Success0.000
test014Success0.000
test013Success0.016
test012Success0.000
test011Success0.016
test010Success0.000
test007Success0.671
test006Success0.641
test005Success0.000
test004Success0.000
test003FailureCompletion proposals are not correct!. ----------- Expected ------------ value[JAVADOC_INLINE_TAG]{{@value}, null, null, value, null, [84, 86], 8} ------------ but was ------------ --------- Difference is ---------- expected:<value[JAVADOC_INLINE_TAG]{{@value}, null, null, value, null, [84, 86], 8}> but was:<>

junit.framework.ComparisonFailure: Completion proposals are not correct!.
----------- Expected ------------
value[JAVADOC_INLINE_TAG]{{@value}, null, null, value, null, [84, 86], 8}
------------ but was ------------

--------- Difference is ----------
expected:<value[JAVADOC_INLINE_TAG]{{@value}, null, null, value, null, [84, 86], 8}> but was:<>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:133)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.AbstractJavadocCompletionModelTest.assertResults(AbstractJavadocCompletionModelTest.java:243)
at org.eclipse.jdt.core.tests.model.AbstractJavadocCompletionModelTest.assertResults(AbstractJavadocCompletionModelTest.java:204)
at org.eclipse.jdt.core.tests.model.JavadocFieldCompletionModelTest.test003(JavadocFieldCompletionModelTest.java:92)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.016
test002Success0.000
test001Success0.078
test161Success0.015
test160Success0.000
test157Success0.016
test156Success0.000
test155Success0.016
test154Success0.015
test153Success0.000
test152Success0.016
test151Success0.000
test150Success0.016
test149Success0.000
test148Success0.015
test147Success0.000
test146Success0.016
test145Success0.000
test144Success0.000
test143Success0.015
test142Success0.000
test141Success0.016
test140Success0.016
test139Success0.672
test138Success0.671
test137Success0.000
test136Success0.016
test135Success0.000
test134Success0.016
test133Success0.000
test132Success0.656
test131Success0.672
test130Success0.015
test123Success0.641
test122Success0.656
test121Success0.610
test120Success0.656
test119Success0.609
test118Success0.625
test117Success0.657
test116Success0.609
test115Success0.609
test114Success0.610
test113Success0.656
test112Success0.641
test111Success0.609
test110Success0.656
test109Success0.610
test108Success0.609
test107Success0.656
test106Success0.672
test105Success0.656
test104Success0.610
test103Success0.656
test102Success0.656
test101Success0.610
test100Success0.609
test090Success0.656
test089Success0.000
test088Success0.016
test087Success0.000
test086Success0.000
test085Success0.015
test084Success0.000
test083Success0.000
test082Success0.016
test081Success0.000
test079Success0.000
test078Success0.016
test077Success0.000
test076Success0.015
test075Success0.000
test074Success0.000
test073Success0.016
test072Success0.000
test059Success0.016
test058Success0.000
test057Success0.015
test056Success0.016
test055Success0.000
test054Success0.015
test049Success0.000
test048Success0.000
test047Success0.016
test046Success0.000
test080Success0.016
test071Success0.000
test070Success0.000
test061Success0.015
test060Success0.000
test053Success0.016
test052Success0.000
test051Success0.016
test050Success0.000
test045Success0.000
test044Success0.015
test043Success0.000
test042Success0.016
test041Success0.000
test040Success0.031
test039Success0.000
test038Success0.672
test037Success0.656
test036Success0.000
test035Success0.016
test034Success0.000
test033Success0.656
test032Success0.656
test031Success0.657
test030Success0.671
test023Success0.016
test022Success0.000
test021Success0.000
test020Success0.016
test016Success0.015
test015Success0.000
test014Success0.000
test013Success0.016
test012Success0.000
test011Success0.016
test010Success0.000
test007Success0.656
test006Success0.640
test005Success0.079
test004Success0.000
test003Success0.000
test002Success0.015
test001Success0.000
test041Success0.656
test040Success0.016
test031Success0.016
test030Success0.000
test025Success0.015
test024Success0.000
test023Success0.016
test022Success0.000
test021Success0.016
test020Success0.000
test015Success0.000
test014Success0.015
test013Success0.000
test012Success0.000
test011Success0.000
test010Success0.000
test007Success0.015
test006Success0.000
test005Success0.000
test004Success0.016
test003Success0.000
test002Success0.000
test001Success0.000
test085Success0.578
test084Success0.000
test083Success0.000
test082Success0.016
test081Success0.000
test079Success0.016
test078Success0.000
test077Success0.031
test076Success0.000
test075Success0.015
test074Success0.000
test073Success0.016
test072Success0.000
test059Success0.016
test058Success0.000
test057Success0.015
test056Success0.000
test055Success0.000
test054Success0.016
test049Success0.000
test048Success0.016
test047Success0.000
test046Success0.000
test080Success0.015
test071Success0.016
test070Success0.000
test053Success0.015
test052Success0.000
test051Success0.000
test050Success0.016
test045Success0.000
test044Success0.016
test043Success0.000
test042Success0.015
test041Success0.000
test040Success0.000
test038Success0.657
test037Success0.656
test036Success0.015
test035Success0.657
test034Success0.656
test033Success0.016
test032Success0.000
test031Success0.015
test030Success0.000
test028Success0.000
test027Success0.016
test026Success0.000
test025Success0.015
test024Success0.000
test023Success0.000
test022Success0.016
test021Success0.000
test020Success0.000
test011Success0.016
test010Success0.000
test009Success0.015
test008Success0.000
test007Success0.000
test006Success0.016
test005Success0.000
test004Success0.000
test003Success0.000
test002Success0.016
test001Success0.000
testBug118397dSuccess0.000
testBug118397cSuccess0.015
testBug118397bSuccess0.000
testBug118397aSuccess0.016
testBug118311Success0.000
testBug118092Success0.015
testBug118105Success0.000
testBug117183dSuccess0.000
testBug117183cSuccess0.016
testBug117183bSuccess0.000
testBug117183aSuccess0.016
testBug115662cSuccess0.000
testBug115662bSuccess0.015
testBug115662aSuccess0.000
testBug114341fSuccess0.000
testBug114341eSuccess0.016
testBug114341dSuccess0.000
testBug114341cSuccess0.016
testBug114341bSuccess0.000
testBug114341aSuccess0.000
testBug113376bSuccess0.656
testBug113376aSuccess0.609
testBug113374bSuccess0.656
testBug113374aSuccess0.657
testBug87868Success0.609
testBug86112Success0.672
testBug68757bSuccess0.000
testBug68757aSuccess0.016
testBug68757Success0.000
testBug67732Success0.015
testBug22043cSuccess0.000
testBug22043bSuccess0.000
testBug22043aSuccess0.016
testBug22043Success0.015
testBug3270bSuccess0.000
testBug3270aSuccess0.016
testBug3270Success0.000
test0056Success0.000
test0055Success0.016
test0054Success0.000
test0053Success0.000
test0052Success0.000
test0051Success0.015
test0050Success0.000
test0049Success0.000
test0048Success0.016
test0047Success0.000
test0046Success0.000
test0045Success0.016
test0044Success0.000
test0043Success0.000
test0042Success0.015
test0041Success0.000
test0040Success0.000
test0039Success0.016
test0038Success0.000
test0037Success0.000
test0036Success0.015
test0035Success0.000
test0034Success0.016
test0033Success0.000
test0032Success0.000
test0031Success0.016
test0030Success0.000
test0029Success0.000
test0028Success0.015
test0027Success0.000
test0026Success0.016
test0025Success0.000
test0024Success0.000
test0023Success0.000
test0022Success0.016
test0021Success0.000
test0020Success0.015
test0019Success0.000
test0018Success0.000
test0017Success0.016
test0016Success0.000
test0015Success0.000
test0014Success0.000
test0013Success0.015
test0012Success0.000
test0011Success0.000
test0010Success0.016
test0009Success0.016
test0008Success0.000
test0007Success0.000
test0006Success0.000
test0005Success0.015
test0004Success0.000
test0003Success0.000
test0002Success0.016
test0001Success0.000
test0004Success0.015
test0003Success0.000
test0002Success0.000
test0001Success0.016
testBug96950Success3.109
testAccessRestriction14Success0.844
testAccessRestriction13Success0.844
testAccessRestriction12Success1.828
testAccessRestriction11Success1.515
testAccessRestriction10Success1.563
testAccessRestriction9Success1.672
testAccessRestriction8Success1.094
testAccessRestriction7Success1.125
testAccessRestriction6Success1.015
testAccessRestriction1Success1.016
testBug93891Success0.781
testBug91772Success1.125
testBug79288Success1.047
testBug33560Success2.078
testBug29832Success1.328
testAccessRestriction5Success0.797
testAccessRestriction4Success0.891
testAccessRestriction3Success1.250
testAccessRestriction2Success0.797
testCodeSnippetAssistInsideNumberSuccess0.031
testCodeSnippetAssistForClassFileWithDollarSuccess0.016
testCodeSnippetAssistForClassFileInInterface2Success0.015
testCodeSnippetAssistForClassFileInInterfaceSuccess0.000
testCodeSnippetAssistForClassFileInInnerClassSuccess0.016
testCodeSnippetAssistForCompilationUnitWithoutSourceSuccess0.016
testCodeSnippetAssistForClassFileWithSourceSuccess0.015
testCodeSnippetAssistForCompilationUnitSuccess0.000
testCodeSnippetAssistForClassFileSuccess0.000
testCodeSnippetAssistForBug132665Success0.031
testSuggestLocalName002Success0.594
testSuggestLocalName001Success0.359
testSuggestSetterName002Success0.281
testSuggestSetterName001Success0.281
testSuggestGetterName007Success0.282
testSuggestGetterName006Success0.281
testSuggestGetterName005Success0.109
testSuggestGetterName004Success0.203
testSuggestGetterName003Success0.172
testSuggestGetterName002Success0.282
testSuggestGetterName001Success0.281
testRemovePrefixAndSuffixForLocalName001Success0.172
testRemovePrefixAndSuffixForFieldName004Success0.140
testRemovePrefixAndSuffixForFieldName003Success0.110
testRemovePrefixAndSuffixForFieldName002Success0.093
testRemovePrefixAndSuffixForFieldName001Success0.079
testSuggestFieldName020Success0.281
testSuggestFieldName019Success0.281
testSuggestFieldName018Success0.297
testSuggestFieldName017Success0.281
testSuggestFieldName016Success0.281
testSuggestFieldName015Success0.282
testSuggestFieldName014Success0.297
testSuggestFieldName013Success0.281
testSuggestFieldName012Success0.281
testSuggestFieldName011Success0.281
testSuggestFieldName010Success0.172
testSuggestFieldName009Success0.094
testSuggestFieldName008Success0.281
testSuggestFieldName007Success0.094
testSuggestFieldName006Success0.141
testSuggestFieldName005Success0.093
testSuggestFieldName004Success0.094
testSuggestFieldName003Success0.109
testSuggestFieldName002Success0.282
testSuggestFieldName001Success0.297
testWarningTokensSuccess0.000
testCorrectReturnType2Success0.093
testCorrectReturnType1Success0.063
testCorrectArgument1Success0.078
testCorrectLocalVariable1Success0.062
testCorrectField2Success0.063
testCorrectField1Success0.078
testCorrectMethod2Success0.062
testCorrectMethod1Success0.063
testCorrectException2Success0.062
testCorrectException1Success0.063
testCorrectSuperInterface2Success0.062
testCorrectSuperInterface1Success0.063
testCorrectSuperClass2Success0.078
testCorrectSuperClass1Success0.062
testCorrectImport3Success0.063
testCorrectImport2Success0.078
testCorrectImport1Success0.062
testCorrectLocalVariableType2Success0.079
testCorrectLocalVariableType1Success0.078
testCorrectFieldType3Success0.140
testCorrectFieldType2Success0.078
testCorrectFieldType1Success0.047
testBug131707Success0.390
testBug125360Success0.297
testBug100393bSuccess0.000
testBug100393Success0.000
testBug72214Success0.031
testBug68993Success0.329
test12Success1.250
test11Success0.031
test10Success1.515
test09Success0.579
test08Success0.125
test07Success0.312
test06Success0.375
test05Success0.594
test04Success0.390
test03Success0.610
test02Success0.578
test01Success0.469
testVisibility2Success0.344
testVisibility1Success0.078
testSuperTypeHierarchyWithMissingBinarySuccess0.125
testGetSupertypesWithProjectRegionSuccess0.141
testGetSupertypesInRegionSuccess0.000
testGetSuperclassInRegionSuccess0.015
testGetSubtypesSuccess0.000
testGetSubclassesSuccess0.000
testGetRootInterfacesFromRegionSuccess0.000
testGetRootInterfacesSuccess0.063
testGetRootClassesSuccess0.000
testGetImplementingClassesSuccess0.078
testGetExtendingInterfacesSuccess0.063
testGetCachedFlagsSuccess0.031
testGetAllTypesSuccess0.031
testGetAllSupertypes2Success0.016
testGetAllSupertypesSuccess0.015
testGetAllSuperInterfacesSuccess0.016
testGetAllSuperclassesFromBinary2Success0.016
testGetAllSuperclassesFromBinarySuccess0.000
testGetAllSuperclassesSuccess0.015
testGetAllSubtypesFromBinarySuccess0.000
testGetAllSubtypesSuccess0.031
testGetAllInterfacesInRegionSuccess0.000
testGetAllClassesInRegionSuccess0.000
testGeneric09Success0.547
testGeneric08Success0.500
testGeneric07Success0.016
testGeneric06Success0.016
testGeneric05Success0.000
testGeneric04Success0.015
testGeneric03Success0.000
testGeneric02Success0.016
testGeneric01Success0.000
testCancelSuccess0.031
testSupertypeHierarchyOnWorkingCopySuccess0.031
testSupertypeHierarchyGetSubtypesSuccess0.000
testSupertypeHierarchyGetSubclassesSuccess0.000
testSourceTypeGetSuperInterfacesSuccess0.000
testSourceTypeGetSuperclass4Success0.000
testSourceTypeGetSuperclass3Success0.016
testSourceTypeGetSuperclass2Success0.000
testSourceTypeGetSuperclassSuccess0.000
testMemberTypeSubtypeDifferentProjectSuccess0.750
testResolvedTypeAsFocusSuccess0.531
testRegion4Success0.985
testRegion3Success0.015
testRegion2Success0.000
testRegion1Success0.016
testPotentialSubtypeNotInClasspathSuccess0.031
testMissingInterfaceSuccess0.016
testLocalType4Success0.015
testLocalType3Success0.000
testLocalType2Success0.016
testLocalType1Success0.000
testInnerType2Success0.000
testInnerType1Success0.016
testImplementBinaryInnerInterfaceSuccess0.031
testFocusWithLocalAndAnonymousTypesSuccess0.015
testEmptyWorkingCopyPotentialSubtypeSuccess0.032
testCycle2Success0.015
testCycleSuccess0.000
testContainsSuccess0.000
testBinarySubclassSuccess0.016
testBinaryInWrongPackageSuccess0.672
testBinaryTypeHiddenByOtherJarSuccess1.390
testBinaryTypeGetSuperInterfaces2Success0.016
testBinaryTypeGetSuperInterfacesSuccess0.000
testBinaryTypeGetSuperclass2Success0.000
testBinaryTypeGetSuperclassSuccess0.000
testBinaryInnerTypeGetSuperInterfacesSuccess0.000
testBinaryInnerTypeGetSuperclassSuccess0.000
testAnonymousType7Success0.016
testAnonymousType6Success0.015
testAnonymousType5Success0.000
testAnonymousType4Success0.016
testAnonymousType3Success0.000
testAnonymousType2Success0.000
testAnonymousType1Success0.000
testGetTypeSuccess0.000
testRenameExternalCompilationUnitSuccess1.016
testRenameCompilationUnitSuccess0.750
testRemoveProjectSuccess1.265
testRemovePackageFragmentRootsSuccess0.969
testRemovePackageSuccess0.672
testRemoveListenerSuccess0.781
testRemoveExternalProjectSuccess1.516
testRemoveExternalPackageFragmentRootSuccess1.218
testRemoveExternalPackageSuccess0.719
testRemoveExternalCompilationUnitSuccess0.656
testRemoveCompilationUnitSuccess0.688
testEditSuperTypeSuccess0.750
testEditSourceTypesSuccess0.828
testEditImportSourceTypeSuccess2.547
testEditFieldSourceTypeSuccess0.750
testEditExternalSourceTypeSuccess0.797
testAddExtendsSourceType3Success0.703
testAddExtendsSourceType2Success0.562
testAddExtendsSourceType1Success0.860
testAddDependentProjectSuccess1.265
testEditExtendsSourceTypeSuccess1.469
testCloseProjectSuccess0.750
testChangeFocusModifierSuccess0.985
testAddRemoveClassFileSuccess1.734
testAddProjectSuccess0.953
testAddPackageFragmentRootSuccess0.719
testAddPackageSuccess0.687
testAddListenerTwiceSuccess0.688
testAddExternalProjectSuccess0.937
testAddExternalPackageSuccess1.235
testAddExternalCompilationUnitSuccess0.703
testAddCompilationUnitInRegionSuccess1.437
testAddCompilationUnit3Success1.360
testAddCompilationUnit2Success1.172
testAddCompilationUnit1Success0.656
testAddAnonymousInRegionSuccess0.594
testRemoveTypeSuccess0.859
test009Success0.156
test008Success0.016
test007Success0.015
test006Success0.016
test005Success0.016
test004Success0.015
test003Success0.016
test002Success0.016
test001Success0.015
testResolveInnerType2Success0.015
testResolveInnerType1Success0.016
testResolveStringSuccess0.000
testResolveTypeWithTypeImportSuccess0.000
testResolveTypeWithOnDemandImportSuccess0.016
testResolveTypeWithNoImportsSuccess0.000
testResolveTypeInJavaLangSuccess0.000
testResolveTypeInInner2Success0.015
testResolveTypeInInnerSuccess0.000
testResolveSiblingTypeInInnerSuccess0.000
testResolveParameterizedTypeSuccess0.360
testResolveMemberTypeInInnerSuccess0.000
testResolveInSecondaryTypeSuccess0.000
testBug118823cSuccess1.641
testBug118823bSuccess1.344
testBug118823Success1.297
testBug36032cSuccess0.687
testBug36032bSuccess1.219
testBug36032aSuccess1.469
testBug114338Success0.015
testVarargsSuccess0.031
testTypeWithDollarName2Success0.016
testTypeWithDollarNameSuccess0.031
testTypeParameterWithBoundSuccess0.016
testTwoProjectsWithDifferentCompliancesSuccess0.687
testBug60689Success0.032
testMakeConsistentFoolingReconcilerSuccess0.000
testUnhandledExceptionSuccess0.015
testSuppressWarnings4Success0.032
testSuppressWarnings3Success0.031
testSuppressWarnings2Success0.031
testSuppressWarnings1Success0.031
testRenameWithSyntaxErrorSuccess0.016
testRenameMethod1Success0.016
testReconcileParticipant07Success0.031
testReconcileParticipant06Success0.015
testReconcileParticipant05Success0.032
testReconcileParticipant04Success0.000
testReconcileParticipant03Success0.031
testReconcileParticipant02Success0.016
testReconcileParticipant01Success0.015
testRawUsageSuccess0.031
testNoChanges2Success0.000
testNoChanges1Success0.016
testMoveMemberSuccess0.016
testMethodWithError14Success0.031
testMethodWithError13Success0.047
testMethodWithError12Success0.047
testMethodWithError11Success0.031
testMethodWithError10Success0.047
testMethodWithError09Success0.015
testMethodWithError08Success0.047
testMethodWithError07Success0.032
testMethodWithError06Success0.031
testMethodWithError05Success0.109
testMethodWithError04Success0.031
testMethodWithError03Success0.016
testMethodWithError02Success0.016
testMethodWithError01Success0.031
testIgnoreIfBetterNonAccessibleRule4Success0.391
testIgnoreIfBetterNonAccessibleRule3Success0.937
testIgnoreIfBetterNonAccessibleRule2Success0.703
testIgnoreIfBetterNonAccessibleRule1Success0.688
testGrowImportsSuccess0.031
testIncludePartOfAnotherProject2Success0.375
testIncludePartOfAnotherProject1Success0.391
testExternalSuccess0.046
testExcludePartOfAnotherProject2Success0.407
testExcludePartOfAnotherProject1Success0.390
testDeleteTwoMethodsSuccess0.032
testDeleteMethod1Success0.000
testConvertPrimitiveTypeArrayTypeArgumentSuccess0.062
testConstantReferenceSuccess0.031
testCloseWorkingCopySuccess0.016
testChangeMethodVisibilitySuccess0.016
testChangeTypeTypeParametersSuccess0.015
testChangeMethodTypeParametersSuccess0.016
testChangeExternalJarSuccess1.015
testCategories4Success0.032
testCategories3Success0.015
testCategories2Success0.016
testCategories1Success0.016
testBufferOpenAfterReconcileSuccess0.015
testBroadcastAST4Success0.031
testBroadcastAST3Success0.000
testBroadcastAST2Success0.016
testBroadcastAST1Success0.016
testAddPartialMethod1and2Success0.015
testAddPartialMethod1Success0.016
testAddMethod1Success0.016
testAddImportsSuccess0.015
testAddFieldAndConstructorSuccess0.016
testAddDuplicateMemberSuccess0.015
testAccessRestriction5Success0.532
testAccessRestriction4Success0.953
testAccessRestriction3Success1.219
testAccessRestriction2Success0.796
testAccessRestrictionSuccess0.922
testCancelSuccess0.047
testStatementsRecovery04Success0.016
testStatementsRecovery03Success0.015
testStatementsRecovery02Success0.016
testStatementsRecovery01Success0.016
testMoveTypeWithPositioningInDifferentProjectSuccess0.844
testMoveTypeRenameWithPositioningInDifferentProjectSuccess0.750
testMoveSyntaxErrorMethodInDifferentProjectSuccess0.750
testMoveSyntaxErrorMethodSuccess0.390
testMoveMethodWithPositioningInDifferentProjectSuccess0.735
testMoveMethodWithInvalidDestinationInDifferentProjectSuccess0.609
testMoveMethodWithInvalidDestinationSuccess0.313
testMoveMethodWithCollisionInDifferentProjectSuccess0.922
testMoveMethodWithCollisionSuccess0.328
testMoveMethodsWithCancelInDifferentProjectSuccess0.609
testMoveMethodsWithCancelSuccess0.344
testMoveMethodSameParentSuccess0.375
testMoveMethodRenameWithPositioningInDifferentProjectSuccess0.844
testMoveMethodRenameInDifferentProjectSuccess0.812
testMoveMethodRenameForceInDifferentProjectSuccess0.719
testMoveMethodRenameForceSuccess0.375
testMoveMethodRenameSuccess0.375
testMoveMethodInDifferentProjectSuccess0.765
testMoveMethodForceInDifferentProjectSuccess0.797
testMoveMethodForceSuccess0.375
testMoveMethodSuccess0.375
testMoveMainTypesSuccess0.391
testMoveInnerTypeWithPositioningInDifferentProjectSuccess0.734
testMoveInnerTypeRenameWithPositioningInDifferentProjectSuccess0.735
testMoveInitializerWithPositioningInDifferentProjectSuccess0.750
testMoveInitializerRenameInDifferentProjectSuccess0.656
testMoveInitializerRenameSuccess0.312
testMoveInitializerInDifferentProjectSuccess0.781
testMoveInitializerSuccess0.375
testMoveFieldWithPositioningInDifferentProjectSuccess0.735
testMoveFieldWithInvalidDestinationInDifferentProjectSuccess0.593
testMoveFieldWithInvalidDestinationSuccess0.313
testMoveFieldWithCollisionInDifferentProjectSuccess0.875
testMoveFieldWithCollisionSuccess0.312
testMoveFieldSameParentSuccess0.360
testMoveFieldRenameForceWithPositioningInDifferentProjectSuccess0.750
testMoveFieldRenameInDifferentProjectSuccess0.719
testMoveFieldRenameForceInDifferentProjectSuccess0.734
testMoveFieldRenameForceSuccess0.422
testMoveFieldRenameSuccess0.406
testMoveFieldInDifferentProjectSuccess0.750
testMoveFieldForceInDifferentProjectSuccess0.766
testMoveFieldForceSuccess0.390
testMoveFieldSuccess0.391
testMoveConstructorInDifferentProjectSuccess0.781
testMoveConstructorSuccess0.375
testCopyTypeWithPositioningInDifferentProjectSuccess0.656
testCopyTypeInDifferentProjectSuccess0.875
testCopyTypeSuccess0.391
testCopySyntaxErrorMethodInDifferentProjectSuccess0.656
testCopySyntaxErrorMethodSuccess0.375
testCopyMoveWithInvalidRenamingsSuccess0.297
testCopyMethodWithPositioningInDifferentProjectSuccess0.781
testCopyMethodWithInvalidDestinationInDifferentProjectSuccess0.610
testCopyMethodWithInvalidDestinationSuccess0.312
testCopyMethodWithCollisionInDifferentProjectSuccess0.625
testCopyMethodWithCollisionSuccess0.297
testCopyMethodSameParentSuccess0.344
testCopyMethodRenameInDifferentProjectSuccess0.656
testCopyMethodRenameForceInDifferentProjectSuccess0.656
testCopyMethodRenameForceSuccess0.375
testCopyMethodRenameSuccess0.344
testCopyMethodInDifferentProjectSuccess0.640
testCopyMethodForceInDifferentProjectSuccess0.922
testCopyMethodForceSuccess0.360
testCopyMethodSuccess0.343
testCopyMainTypeInDifferentProjectSuccess0.657
testCopyMainTypeSuccess0.359
testCopyLocalTypeSuccess0.422
testCopyInnerTypeWithPositioningInDifferentProjectSuccess0.641
testCopyInitializerWithPositioningInDifferentProjectSuccess0.640
testCopyInitializerRenameInDifferentProjectSuccess0.625
testCopyInitializerRenameSuccess0.313
testCopyInitializerInDifferentProjectSuccess0.672
testCopyInitializerSuccess0.656
testCopyFieldWithPositioningInDifferentProjectSuccess0.672
testCopyFieldWithPositioningSuccess0.375
testCopyFieldWithInvalidPositioningInDifferentProjectSuccess0.672
testCopyFieldWithInvalidPositioningSuccess0.312
testCopyFieldWithInvalidDestinationInDifferentProjectSuccess0.828
testCopyFieldWithInvalidDestinationSuccess0.297
testCopyFieldWithCollisionInDifferentProjectSuccess0.625
testCopyFieldWithCollisionSuccess0.328
testCopyFieldsMultiStatusInDifferentProjectSuccess0.641
testCopyFieldsMultiStatusSuccess0.390
testCopyFieldSameParentSuccess0.344
testCopyFieldRenameInDifferentProjectSuccess0.906
testCopyFieldRenameForceInDifferentProjectSuccess0.657
testCopyFieldRenameForceSuccess0.359
testCopyFieldRenameSuccess0.469
testCopyFieldInDifferentProjectSuccess0.890
testCopyFieldForceInDifferentProjectSuccess0.641
testCopyFieldForceSuccess0.375
testCopyFieldSuccess0.359
testCopyConstructorInDifferentProjectSuccess0.891
testCopyConstructorSuccess0.359
testCopyBinaryTypeSuccess0.297
testCopyBinaryMethodSuccess0.297
testCopyBinaryFieldSuccess0.547
testMoveWorkingCopy2Success0.468
testMoveWorkingCopySuccess0.547
testMoveReadOnlyPackageFragmentSuccess0.344
testMovePackageFragmentSuccess0.312
testMoveCUWithNullContainerSuccess0.297
testMoveCUWithInvalidDestinationSuccess0.313
testMoveCUWithCollisionSuccess0.328
testMoveCURenameForceSuccess0.469
testMoveCURenameSuccess0.437
testMoveCUForceSuccess0.453
testMoveCUAndTypeSuccess0.422
testMoveCUSuccess0.422
testCopyWorkingCopyWithInvalidDestinationSuccess0.313
testCopyWorkingCopyWithCollisionSuccess0.328
testCopyWorkingCopyRenameForceSuccess0.437
testCopyWorkingCopyRenameSuccess0.438
testCopyWorkingCopyForceSuccess0.437
testCopyWorkingCopyDestinationSuccess0.328
testCopyWorkingCopySuccess0.360
testCopyReadOnlyPackageFragmentSuccess0.343
testCopyPackageFragmentSuccess0.329
testCopyCUWithServerPropertiesSuccess0.453
testCopyCUWithNullContainerSuccess0.297
testCopyCUWithInvalidDestinationSuccess0.296
testCopyCUWithCollisionSuccess0.313
testCopyCURenameForceSuccess0.453
testCopyCUReadOnlySuccess0.359
testCopyCURenameSuccess0.360
testCopyCUFromDefaultToNonDefaultSuccess0.359
testCopyCUForceSuccess0.485
testCopyCUAndTypeSuccess0.421
testCopyCUSuccess0.375
testRenameWorkingCopySuccess0.312
testRenameWithInvalidRenamingsSuccess0.297
testRenameSyntaxErrorMethodSuccess0.406
testRenamePFWithSubPackagesSuccess0.329
testRenamePF3Success0.453
testRenamePF2Success0.375
testRenamePFSuccess0.375
testRenameMethodsWithInvalidNameSuccess0.312
testRenameMethodResultingInCollisionSuccess0.313
testRenameMainTypesAndAChildSuccess0.531
testRenameMainTypesSuccess0.484
testRenameInitializerSuccess0.313
testRenameFieldsWithCancelSuccess0.312
testRenameFieldsResultingInCollisionSuccess0.703
testRenameFieldsMultiStatusSuccess0.375
testRenameFieldFragmentSuccess0.360
testRenameFieldsCheckingDeltasAndPositionsSuccess0.375
testRenameEnum2Success0.797
testRenameEnumSuccess0.703
testRenameEmptyPFSuccess0.312
testRenameCUForceSuccess0.469
testRenameCUSuccess0.391
testRenameConstructorSuccess0.328
testRenameCompilationUnitWithNullSuccess0.297
testRenameCompilationUnitWithInvalidNameSuccess0.297
testRenameCompilationUnitsCheckingDeltasSuccess0.484
testRenameCompilationUnitResultingInCollisionSuccess0.422
testRenameCompilationUnitAndTypeSuccess0.422
testRenameBinaryTypeSuccess0.297
testRenameBinaryMethodSuccess0.296
testRenameBinaryFieldSuccess0.297
testRenameMethodSuccess0.375
testRemoveExclusionOnPackageSuccess0.109
testRemoveExclusionOnCompilationUnitSuccess0.125
testSearchPotentialMatchInOutputSuccess0.438
testRenameResourceExcludedPackageSuccess0.093
testRemoveExcludedAndIncludedPackagesSuccess0.110
testSearchWithExcludedCompilationUnit2Success0.422
testSearchWithExcludedCompilationUnit1Success0.531
testRenameResourceExcludedCompilationUnitSuccess0.109
testRenameExcludedPackageSuccess0.094
testRenameExcludedCompilationUnitSuccess0.125
testNestedSourceFolder6Success0.109
testNestedSourceFolder5Success0.110
testNestedSourceFolder4Success0.094
testNestedSourceFolder3Success0.109
testNestedSourceFolder2Success0.109
testNestedSourceFolder1Success0.094
testIsOnClasspath4Success0.109
testIsOnClasspath3Success0.079
testIsOnClasspath2Success0.109
testIsOnClasspath1Success0.094
testCreateResourceExcludedPackageSuccess0.093
testCreateResourceExcludedCompilationUnitSuccess0.094
testCreateExcludedAndIncludedPackagesSuccess0.110
testCreateExcludedPackage2Success0.093
testCreateExcludedPackageSuccess0.094
testCreateExcludedCompilationUnitSuccess0.109
testAddToExcludedFolderSuccess0.329
testAddExclusionOnPrimaryWorkingCopySuccess0.328
testAddExclusionOnPackageSuccess0.312
testAddExclusionOnFolderUnderProjectSuccess0.594
testAddExclusionOnCompilationUnitSuccess0.328
testTrailingSlashSuccess0.094
testSearchWithIncludedPackage2Success0.265
testSearchWithIncludedPackage1Success0.625
testSearchWithIncludedCompilationUnit2Success0.547
testSearchWithIncludedCompilationUnit1Success0.532
testRenameResourceIncludedPackageSuccess0.093
testRenameResourceIncludedCompilationUnitSuccess0.109
testRenameIncludedPackage2Success0.110
testRenameIncludedPackage1Success0.093
testRenameIncludedCompilationUnitSuccess0.360
testRemoveInclusionOnPackageSuccess0.125
testRemoveInclusionOnCompilationUnitSuccess0.125
testMoveFolderContainingPackage2Success0.094
testMoveFolderContainingPackage1Success0.109
testIncludeCUOnly02Success0.141
testIncludeCUOnly01Success0.156
testCreateResourceIncludedPackage2Success0.094
testCreateResourceIncludedPackageSuccess0.093
testCreateResourceIncludedCompilationUnit2Success0.110
testCreateResourceIncludedCompilationUnitSuccess0.109
testCreateIncludedPackageSuccess0.094
testCreateIncludedCompilationUnitSuccess0.109
testAddToIncludedFolderSuccess0.328
testAddInclusionOnPackageSuccess0.297
testAddInclusionOnFolderUnderProjectSuccess0.844
testAddInclusionOnCompilationUnitSuccess0.328
testSearchPotentialMatchInOutputSuccess0.906
testNestedSourceFolder6Success0.110
testNestedSourceFolder5Success0.093
testNestedSourceFolder4Success0.110
testNestedSourceFolder3Success0.094
testNestedSourceFolder2Success0.109
testNestedSourceFolder1Success0.094
testIsOnClasspath4Success0.109
testIsOnClasspath3Success0.094
testIsOnClasspath2Success0.109
testIsOnClasspath1Success0.094
test010Success0.781
test009Success0.781
test008Success0.797
test007Success1.063
test006Success0.797
test005Success0.453
test004Success0.437
test003Success0.453
test002Success0.469
test001Success0.453
testGetPackageFragment04Success0.000
testGetPackageFragment03Success0.000
testGetPackageFragment02Success0.000
testGetPackageFragment01Success0.000
testGetTypeFragment03Success0.000
testGetTypeFragment02Success0.000
testGetTypeFragment01Success0.000
testGetTypeSignatureKindCharArray25Success0.000
testGetTypeSignatureKindCharArray24Success0.000
testGetTypeSignatureKindCharArray23Success0.000
testGetTypeSignatureKindCharArray22Success0.000
testGetTypeSignatureKindCharArray21Success0.000
testGetTypeSignatureKindCharArray20Success0.000
testGetTypeSignatureKindCharArray19Success0.000
testGetTypeSignatureKindCharArray18Success0.000
testGetTypeSignatureKindCharArray17Success0.000
testGetTypeSignatureKindCharArray16Success0.000
testGetTypeSignatureKindCharArray15Success0.000
testGetTypeSignatureKindCharArray14Success0.000
testGetTypeSignatureKindCharArray13Success0.000
testGetTypeSignatureKindCharArray12Success0.000
testGetTypeSignatureKindCharArray11Success0.000
testGetTypeSignatureKindCharArray10Success0.000
testGetTypeSignatureKindCharArray09Success0.000
testGetTypeSignatureKindCharArray08Success0.000
testGetTypeSignatureKindCharArray07Success0.000
testGetTypeSignatureKindCharArray06Success0.000
testGetTypeSignatureKindCharArray05Success0.000
testGetTypeSignatureKindCharArray04Success0.000
testGetTypeSignatureKindCharArray03Success0.000
testGetTypeSignatureKindCharArray02Success0.000
testGetTypeSignatureKindCharArray01Success0.000
testGetTypeSignatureKind25Success0.000
testGetTypeSignatureKind24Success0.000
testGetTypeSignatureKind23Success0.000
testGetTypeSignatureKind22Success0.000
testGetTypeSignatureKind21Success0.000
testGetTypeSignatureKind20Success0.000
testGetTypeSignatureKind19Success0.000
testGetTypeSignatureKind18Success0.000
testGetTypeSignatureKind17Success0.000
testGetTypeSignatureKind16Success0.000
testGetTypeSignatureKind15Success0.000
testGetTypeSignatureKind14Success0.000
testGetTypeSignatureKind13Success0.000
testGetTypeSignatureKind12Success0.000
testGetTypeSignatureKind11Success0.000
testGetTypeSignatureKind10Success0.000
testGetTypeSignatureKind09Success0.000
testGetTypeSignatureKind08Success0.000
testGetTypeSignatureKind07Success0.000
testGetTypeSignatureKind06Success0.000
testGetTypeSignatureKind05Success0.000
testGetTypeSignatureKind04Success0.000
testGetTypeSignatureKind03Success0.000
testGetTypeSignatureKind02Success0.000
testGetTypeSignatureKind01Success0.000
testToStringInnerTypeSuccess0.000
testToStringMethod12Success0.000
testToStringMethod11Success0.000
testToStringMethod10Success0.000
testToStringMethod09Success0.000
testToStringMethod08Success0.000
testToStringMethod07Success0.000
testToStringMethod06Success0.016
testToStringMethod05Success0.000
testToStringMethod04Success0.000
testToStringMethod03Success0.000
testToStringMethod02Success0.000
testToStringMethod01Success0.000
testToStringType27Success0.000
testToStringType26Success0.000
testToStringType25Success0.000
testToStringType24Success0.000
testToStringType23Success0.000
testToStringType22Success0.000
testToStringType21Success0.000
testToStringType20Success0.000
testToStringType19Success0.000
testToStringType18Success0.000
testToStringType17Success0.000
testToStringType16Success0.000
testToStringType15Success0.000
testToStringType14Success0.000
testToStringType13Success0.000
testToStringType12Success0.000
testToStringType11Success0.000
testToStringType10Success0.000
testToStringType09Success0.000
testToStringType08Success0.000
testToStringType07Success0.000
testToStringType06Success0.000
testToStringType05Success0.000
testToStringType04Success0.000
testToStringType03Success0.000
testToStringType02Success0.000
testToStringType01Success0.000
testToQualifiedNameSuccess0.000
testGetSimpleNames4Success0.000
testGetSimpleNames3Success0.000
testGetSimpleNames2Success0.000
testGetSimpleNames1Success0.000
testGetSimpleNameSuccess0.000
testGetTypeErasure8Success0.000
testGetTypeErasure7Success0.000
testGetTypeErasure6Success0.000
testGetTypeErasure5Success0.000
testGetTypeErasure4Success0.000
testGetTypeErasure3Success0.000
testGetTypeErasure2Success0.000
testGetTypeErasure1Success0.000
testGetTypeArguments11Success0.000
testGetTypeArguments10Success0.000
testGetTypeArguments9Success0.000
testGetTypeArguments8Success0.000
testGetTypeArguments7Success0.000
testGetTypeArguments6Success0.000
testGetTypeArguments5Success0.000
testGetTypeArguments4Success0.000
testGetTypeArguments3Success0.000
testGetTypeArguments2Success0.000
testGetTypeArguments1Success0.000
testGetTypeParameterBoundsSuccess0.000
testGetTypeVariableSuccess0.000
testGetThrownExceptionTypesSuccess0.000
testGetReturnType2Success0.000
testGetReturnTypeSuccess0.000
testGetQualifier3Success0.000
testGetQualifier2Success0.000
testGetQualifier1Success0.000
testGetTypeParameters6Success0.000
testGetTypeParameters5Success0.000
testGetTypeParameters4Success0.000
testGetTypeParameters3Success0.000
testGetTypeParameters2Success0.000
testGetTypeParameters1Success0.000
testGetParameterTypesSuccess0.000
testGetParameterCount18Success0.000
testGetParameterCount17Success0.000
testGetParameterCount16Success0.000
testGetParameterCount15Success0.000
testGetParameterCount14Success0.000
testGetParameterCount13Success0.000
testGetParameterCount12Success0.000
testGetParameterCount11Success0.000
testGetParameterCount10Success0.000
testGetParameterCount09Success0.000
testGetParameterCount08Success0.000
testGetParameterCount07Success0.000
testGetParameterCount06Success0.000
testGetParameterCount05Success0.000
testGetParameterCount04Success0.000
testGetParameterCount03Success0.000
testGetParameterCount02Success0.000
testGetParameterCount01Success0.000
testGetElementTypeSuccess0.000
testGetArrayCountSuccess0.000
testCreateInvalidTypeSignatureSuccess0.000
testCreateTypeSignatureSuccess0.000
testCreateMethodSignatureSuccess0.000
testCreateArraySignatureSuccess0.000
testUserLibraryInitializer1Success0.437
testVariableInitializer11Success0.094
testVariableInitializer10Success0.016
testVariableInitializer09Success0.281
testVariableInitializer08Success0.281
testVariableInitializer07Success1.922
testVariableInitializer06Success0.031
testVariableInitializer05Success0.375
testVariableInitializer04Success0.375
testVariableInitializer03Success0.922
testVariableInitializer02Success0.672
testVariableInitializer01Success0.610
testContainerInitializer12Success0.593
testContainerInitializer11Success2.532
testContainerInitializer10Success1.234
testContainerInitializer09Success0.297
testContainerInitializer08Success0.640
testContainerInitializer07Success0.282
testContainerInitializer06Success1.781
testContainerInitializer05Success2.422
testContainerInitializer04Success1.562
testContainerInitializer03Success2.141
testContainerInitializer02Success1.031
testContainerInitializer01Success0.547
testCreateLibInOutputSuccess0.281
testCreateJarToolObjectSuccess0.297
testCreateFromInvalidMementoSuccess0.000
testCreateFromFileWithoutExtensionSuccess0.281
testCreateFromEmptyJavaFileSuccess0.282
testCreateFolderToolObjectsSuccess0.297
testCreateCompilationUnitsNotOnClasspathSuccess0.359
testCreateCompilationUnitsSuccess0.312
testCreateBinaryToolObjectSuccess0.313
testSourceTypeMementoSuccess0.000
testSourceMethodMemento3Success0.000
testSourceMethodMemento2Success0.000
testSourceMethodMemento1Success0.000
testSourceInnerTypeMementoSuccess0.000
testSourceFieldMementoSuccess0.000
testRestoreBogusMementoSuccess0.000
testProjectMemento3Success0.000
testProjectMemento2Success0.016
testProjectMementoSuccess0.000
testPackageFragmentRootMemento8Success0.000
testPackageFragmentRootMemento7Success0.000
testPackageFragmentRootMemento6Success0.000
testPackageFragmentRootMemento5Success0.000
testPackageFragmentRootMemento4Success0.000
testPackageFragmentRootMemento3Success0.000
testPackageFragmentRootMemento2Success0.531
testPackageFragmentRootMemento1Success0.000
testPackageFragmentMemento2Success0.266
testPackageFragmentMementoSuccess0.000
testPackageDeclarationMementoSuccess0.000
testLocalVariableMemento2Success0.000
testLocalVariableMemento3Success0.000
testLocalVariableMemento1Success0.000
testLocalTypeMemento2Success0.000
testLocalTypeMemento1Success0.000
testInternalJarBinaryTypeMementoSuccess0.000
testInternalJarBinaryMethodMementoSuccess0.000
testInternalJarBinaryInnerTypeMementoSuccess0.000
testInternalJarBinaryFieldMementoSuccess0.000
testInitializerMementoSuccess0.000
testInvalidMementoSuccess0.000
testImportDeclarationMementoSuccess0.000
testImportContainerMementoSuccess0.000
testExternalJarClassFileMementoSuccess0.000
testExternalJarBinaryTypeMementoSuccess0.000
testExternalJarBinaryMethodMementoSuccess0.000
testExternalJarBinaryInnerTypeMementoSuccess0.000
testExternalJarBinaryFieldMementoSuccess0.000
testCompilationUnitMementoSuccess0.000
testClassFileMementoSuccess0.000
testBinaryTypeMementoSuccess0.000
testBinaryMethodMemento4Success0.000
testBinaryMethodMemento3Success0.000
testBinaryMethodMemento2Success0.000
testBinaryMethodMemento1Success0.000
testBinaryInnerTypeMementoSuccess0.016
testBinaryFieldMementoSuccess0.000
testAnonymousTypeMemento3Success0.000
testAnonymousTypeMemento2Success0.000
testAnonymousTypeMemento1Success0.000
testTypeParameter2Success0.000
testTypeParameter1Success0.000
test032Success0.125
test031Success0.079
test030Success0.031
test029Success0.047
test028Success0.015
test027Success0.032
test026Success0.046
test025Success0.032
test024Success0.031
test023Success0.031
test022Success0.844
test021Success0.047
test020Success0.031
test019Success0.016
test018Success0.031
test017Success0.031
test016Success0.031
test015Success0.016
test014Success0.031
test013Success0.016
test012Success0.031
test011Success0.125
test010Success0.063
test009Success0.062
test008Success0.016
test007Success0.031
test006Success0.031
test005Success0.016
test004Success0.047
test003Success0.062
test002Success0.047
test001Success0.063
testRenameJarFile3Success0.390
testRenameJarFile2Success0.938
testRenameJarFile1Success0.359
testRenameSourceFolder2Success0.406
testRenameSourceFolder4Success0.328
testRenameSourceFolder3Success0.344
testRenameSourceFolder1Success0.328
testMoveSourceFolder6Success0.672
testMoveSourceFolder5Success0.656
testMoveSourceFolder4Success0.657
testMoveSourceFolder3Success0.500
testMoveSourceFolder2Success0.625
testMoveSourceFolder1Success0.625
testDeleteSourceFolder2Success0.125
testDeleteSourceFolder1Success0.312
testDeleteJarFile2Success0.688
testDeleteJarFile3Success0.312
testDeleteJarFile1Success0.375
testFailCopySourceFolder2Success0.578
testFailCopySourceFolder1Success0.578
testCopySourceFolder6Success0.360
testCopySourceFolder5Success0.594
testCopySourceFolder4Success0.734
testCopySourceFolder3Success0.422
testCopySourceFolder2Success0.609
testCopySourceFolder1Success0.610
testElementCacheUseOverflowSuccess0.062
testElementCacheUseNoOverflowSuccess0.016
testElementCacheFillSuccess0.000
testElementCacheCreationSuccess0.000
testBufferRecyclingSuccess1.078
testBufferCacheUseOverflowSuccess0.078
testBufferCacheUseNoOverflowSuccess0.031
testBufferCacheFillSuccess0.000
testBufferCacheCreationSuccess0.000
testBigNumberOfRootsSuccess1.047
testSearch4Success0.281
testSearch3Success1.078
testSearch2Success0.563
testSearch1Success0.000
testParseCompilationUnit3Success0.406
testParseCompilationUnit2Success0.000
testParseCompilationUnit1Success0.015
testNewWorkingCopy09Success0.000
testNewWorkingCopy08Success0.000
testNewWorkingCopy07Success0.000
testNewWorkingCopy06Success0.016
testNewWorkingCopy05Success0.000
testNewWorkingCopy04Success0.000
testNewWorkingCopy03Success0.000
testNewWorkingCopy02Success0.000
testNewWorkingCopy01Success0.000
testGetWorkingCopy2Success0.000
testGetWorkingCopy1Success0.000
testGetWorkingCopiesSuccess0.016
testGetPrimaryElement4Success0.000
testGetPrimaryElement3Success0.000
testGetPrimaryElement2Success0.000
testGetPrimaryElement1Success0.000
testGetPrimary2Success0.000
testGetPrimary1Success0.000
testGetOwner2Success0.000
testGetOwner1Success0.015
testGetCorrespondingResourceSuccess0.000
testDiscardWorkingCopy5Success0.000
testDiscardWorkingCopy4Success0.000
testDiscardWorkingCopy3Success0.000
testDeltaDiscardPrimaryWorkingCopy3Success0.016
testDeltaDiscardPrimaryWorkingCopy2Success0.031
testDeltaDiscardPrimaryWorkingCopy1Success0.016
testDeltaDiscardNonPrimaryWorkingCopySuccess0.000
testDeltaBecomeWorkingCopy2Success0.000
testDeltaBecomeWorkingCopy1Success0.000
testDeltaCreateNonPrimaryWorkingCopySuccess0.016
testDeltaCommitPrimaryWorkingCopy2Success0.031
testDeltaCommitPrimaryWorkingCopy1Success0.032
testCommitPrimaryWorkingCopySuccess0.031
testBecomeWorkingCopy4Success0.000
testBecomeWorkingCopy3Success0.015
testBecomeWorkingCopy2Success0.016
testBecomeWorkingCopy1Success0.000
testMoveWorkingCopySuccess0.063
testDiscardWorkingCopy2Success0.015
testDiscardWorkingCopy1Success0.000
testDeleteWithInvalidInputSuccess0.594
testDeleteType2Success0.828
testDeleteType1Success0.047
testDeleteSyntaxErrorTypeSuccess0.218
testDeleteSyntaxErrorInMethod3Success0.547
testDeleteSyntaxErrorInMethod2Success0.532
testDeleteSyntaxErrorInMethod1Success0.531
testDeleteSyntaxErrorFieldSuccess0.531
testDeleteProjectAfterUsingJarSuccess1.016
testDeletePackageFragment4Success0.375
testDeletePackageFragment3Success0.547
testDeletePackageFragment2Success0.546
testDeletePackageFragment1Success0.032
testDeletePackageDeclarationSuccess0.281
testDeleteMultipleMembersFromVariousCUsSuccess0.703
testDeleteMethodSuccess0.469
testDeleteImportDeclarationSuccess0.531
testDeleteField4Success0.531
testDeleteField3Success0.532
testDeleteField2Success0.531
testDeleteField1Success0.531
testDeleteEmptyPackageFragmentSuccess0.500
testDeleteConstructorSuccess0.047
testDeleteCompilationUnit4Success0.516
testDeleteCompilationUnit3Success0.515
testDeleteCompilationUnit2Success0.500
testDeleteCompilationUnit1Success0.578
testDeleteBinaryTypeSuccess0.797
testDeleteBinaryMethodSuccess0.297
testDeleteAllImportsSuccess0.031
testGetSuperclassNameSuccess0.266
testLocalType4Success0.000
testLocalType3Success0.015
testLocalType2Success0.032
testLocalType1Success0.015
testAnonymousType6Success0.406
testAnonymousType5Success0.000
testAnonymousType4Success0.016
testAnonymousType3Success0.016
testAnonymousType2Success0.015
testAnonymousType1Success0.016
testGetTypeSuccess0.000
testFieldConstant07Success0.000
testFieldConstant06Success0.000
testFieldConstant05Success0.000
testFieldConstant04Success0.000
testFieldConstant03Success0.000
testFieldConstant02Success0.000
testFieldConstant01Success0.000
testUnicodeMethodSuccess0.016
testUnicodeFieldSuccess0.000
testNameRangeTypeParameter2Success0.000
testNameRangeTypeParameter1Success0.016
testNameRangeAnonymousSuccess0.015
testNameRangeMethodWithSyntaxErrorSuccess0.016
testLocalVariable4Success0.000
testLocalVariable3Success0.000
testLocalVariable2Success0.016
testLocalVariable1Success0.000
testMethodSuccess0.000
testImportSuccess0.000
testFieldSuccess0.000
testTypeParameter2Success0.015
testTypeParameter1Success0.000
testInvalidPackageFragmentSuccess0.297
testDuplicatePackageFragmentSuccess0.297
testCreatePackageFragment4Success0.297
testCreatePackageFragment3Success0.297
testCreatePackageFragment2Success0.312
testCreatePackageFragment1Success0.313
testSimpleCreationSuccess0.281
testNullContentsSuccess0.313
testInvalidNameSuccess0.297
testForceSuccess0.312
testEmptyCUSuccess0.297
testDefaultCUSuccess0.375
testCUAndImportContainerSuccess0.312
testSearchSuccess0.579
testIndexDocument03Success2.281
testIndexDocument02Success3.875
testIndexDocument01Success2.265
testScheduleDocumentIndexing2Success0.532
testScheduleDocumentIndexing1Success0.531
testWorkingCopy11Success0.140
testWorkingCopy10Success0.094
testWorkingCopy09Success0.031
testWorkingCopy08Success0.016
testWorkingCopy07Success0.000
testWorkingCopy06Success0.016
testWorkingCopy05Success0.000
testWorkingCopy04Success0.015
testWorkingCopy03Success0.000
testWorkingCopy02Success0.063
testWorkingCopy01Success0.015
testTypeParameterSuccess0.000
testSourceRangeNotOnClasspathSuccess0.313
testSourceRangeNonJavaProjectSuccess0.266
testReturnType2Success0.000
testReturnType1Success0.000
testRawParameterNames02Success0.078
testRawParameterNames01Success0.000
testParameterTypeSignatures6Success0.000
testParameterTypeSignatures5Success0.000
testParameterTypeSignatures4Success0.000
testParameterTypeSignatures3Success0.000
testParameterTypeSignatures2Success0.000
testParameterTypeSignatures1Success0.000
testParameterNames02Success0.078
testParameterNames01Success0.000
testGetSuperclassTypeSignatureSuccess0.000
testExceptionTypes2Success0.015
testExceptionTypes1Success0.000
testDotNameSuccess0.000
testVarargsSuccess0.000
testGetSuperInterfaceTypeSignaturesSuccess0.000
testGetChildrenForCategory02Success0.500
testGetChildrenForCategory01Success0.422
testGetCategories10Success0.437
testGetCategories09Success0.438
testGetCategories08Success0.422
testGetCategories07Success0.422
testGetCategories06Success0.453
testGetCategories05Success0.422
testGetCategories04Success0.437
testGetCategories03Success0.422
testGetCategories02Success0.484
testGetCategories01Success0.422
testRemoveJavaLikeExtension03Success0.000
testRemoveJavaLikeExtension02Success0.000
testRemoveJavaLikeExtension01Success0.000
testIJavaLikeFileName04Success0.000
testIJavaLikeFileName03Success0.000
testIJavaLikeFileName02Success0.000
testIJavaLikeFileName01Success0.000
testGetJavaLikeExtensions02Success0.031
testGetJavaLikeExtensions01Success0.000
testCreateEmptyInterfaceSuccess0.047
testCreateEmptyClassSuccess0.000
testCreateClassWithModifiersSuccess0.000
testCreateClassWithImplements4Success0.000
testCreateClassWithImplements3Success0.000
testCreateClassWithImplements2Success0.000
testCreateClassWithImplementsSuccess0.000
testCreateClassWithExtendsSuccess0.000
testCreateMethodWithReturnTypeSuccess0.016
testCreateMethodWithParametersSuccess0.000
testCreateMethodWithModifiersAndExceptionsSuccess0.000
testCreateMethodWithModifiersSuccess0.000
testCreateMethodWithBodySuccess0.000
testCreateMethodWithAbstractModifierSuccess0.000
testCreateEmptyMethodSuccess0.000
testCreateEmptyInterfaceMethodSuccess0.000
Properties >>

Back to top

TestCase RunAllTests

NameStatusTypeTime(s)
test0400Success1.000
test0399Success0.015
test0398Success0.110
test0397Success0.078
test0396Success0.015
test0395Success0.016
test0394Success0.031
test0393Success0.000
test0392Success0.016
test0391Success0.015
test0390Success0.000
test0389Success0.016
test0388Success0.000
test0387Success0.016
test0386Success0.031
test0385Success0.000
test0384Success0.016
test0383Success0.000
test0382Success0.015
test0381Success0.016
test0380Success0.015
test0379Success0.016
test0378Success0.016
test0377Success0.015
test0376Success0.000
test0375Success0.016
test0374Success0.031
test0373Success0.016
test0372Success0.015
test0371Success0.016
test0370Success0.016
test0369Success0.015
test0368Success0.016
test0367Success0.016
test0366Success0.031
test0365Success0.000
test0364Success0.031
test0363Success0.016
test0362Success0.015
test0361Success0.016
test0360Success0.016
test0359Success0.015
test0358Success0.000
test0357Success0.016
test0356Success0.031
test0355Success0.000
test0354Success0.016
test0353Success0.015
test0352Success0.016
test0351Success0.000
test0350Success0.016
test0349Success0.015
test0348Success0.016
test0347Success0.000
test0346Success0.015
test0345Success0.016
test0344Success0.016
test0343Success0.015
test0342Success0.047
test0341Success0.031
test0340Success0.016
test0339Success0.016
test0338Success0.000
test0337Success0.015
test0336Success0.016
test0335Success0.062
test0334Success0.016
test0333Success0.016
test0332Success0.047
test0331Success0.015
test0330Success0.000
test0329Success0.016
test0328Success0.015
test0327Success0.000
test0326Success0.016
test0325Success0.016
test0324Success0.000
test0323Success0.015
test0322Success0.000
test0321Success0.016
test0320Success0.016
test0319Success0.015
test0318Success0.000
test0317Success0.016
test0316Success0.015
test0315Success0.016
test0314Success0.000
test0313Success0.016
test0312Success0.015
test0311Success0.000
test0310Success0.016
test0309Success0.000
test0308Success0.016
test0307Success0.015
test0306Success0.000
test0305Success0.000
test0304Success0.016
test0303Success0.015
test0302Success0.016
test0301Success0.016
test0300Success0.000
test0299Success0.015
test0298Success0.000
test0297Success0.016
test0296Success0.000
test0295Success0.016
test0294Success0.015
test0293Success0.016
test0292Success0.000
test0291Success0.000
test0290Success0.015
test0289Success0.016
test0288Success0.000
test0287Success0.016
test0286Success0.000
test0285Success0.031
test0284Success0.000
test0283Success0.016
test0282Success0.000
test0281Success0.187
test0280Success0.031
test0279Success0.016
test0278Success0.000
test0277Success0.016
test0276Success0.000
test0275Success0.015
test0274Success0.000
test0273Success0.016
test0272Success0.015
test0271Success0.016
test0270Success0.000
test0269Success0.016
test0268Success0.015
test0267Success0.000
test0266Success0.016
test0265Success0.016
test0264Success0.015
test0263Success0.000
test0262Success0.016
test0261Success0.000
test0260Success0.015
test0259Success0.000
test0258Success0.016
test0257Success0.000
test0256Success0.016
test0255Success0.000
test0254Success0.000
test0253Success0.016
test0252Success0.000
test0251Success0.016
test0250Success0.000
test0249Success0.015
test0248Success0.000
test0247Success0.016
test0246Success0.000
test0245Success0.015
test0244Success0.016
test0243Success0.016
test0242Success0.015
test0241Success0.000
test0240Success0.016
test0239Success0.000
test0238Success0.016
test0237Success0.078
test0236Success0.281
test0235Success0.016
test0234Success0.000
test0233Success0.015
test0232Success0.000
test0231Success0.016
test0230Success0.000
test0229Success0.015
test0228Success0.016
test0227Success0.000
test0226Success0.016
test0225Success0.015
test0224Success0.000
test0223Success0.016
test0222Success0.000
test0221Success0.016
test0220Success0.000
test0219Success0.000
test0218Success0.015
test0217Success0.000
test0216Success0.016
test0215Success0.000
test0214Success0.015
test0213Success0.000
test0212Success0.000
test0211Success0.016
test0210Success0.000
test0209Success0.016
test0208Success0.000
test0207Success0.000
test0206Success0.015
test0205Success0.016
test0204Success0.016
test0203Success0.000
test0202Success0.015
test0201Success0.000
test0200Success0.016
test0199Success0.015
test0198Success0.000
test0197Success0.016
test0196Success0.016
test0195Success0.015
test0194Success0.000
test0193Success0.016
test0192Success0.000
test0191Success0.016
test0190Success0.015
test0189Success0.016
test0188Success0.000
test0187Success0.015
test0186Success0.000
test0185Success0.016
test0184Success0.016
test0183Success0.000
test0182Success0.015
test0181Success0.000
test0180Success0.016
test0179Success0.000
test0178Success0.016
test0177Success0.015
test0176Success0.016
test0175Success0.000
test0174Success0.015
test0173Success0.000
test0172Success0.016
test0171Success0.000
test0170Success0.016
test0169Success0.000
test0168Success0.000
test0167Success0.015
test0166Success0.000
test0165Success0.016
test0164Success0.031
test0163Success0.016
test0162Success0.000
test0161Success0.015
test0160Success0.000
test0159Success0.016
test0158Success0.000
test0157Success0.016
test0156Success0.000
test0155Success0.015
test0154Success0.000
test0153Success0.016
test0152Success0.000
test0151Success0.000
test0150Success0.016
test0149Success0.000
test0148Success0.000
test0147Success0.015
test0146Success0.000
test0145Success0.016
test0144Success0.000
test0143Success0.000
test0142Success0.015
test0141Success0.000
test0140Success0.016
test0139Success0.000
test0138Success0.016
test0137Success0.000
test0136Success0.000
test0135Success0.015
test0134Success0.000
test0133Success0.016
test0132Success0.000
test0131Success0.000
test0130Success0.016
test0129Success0.000
test0128Success0.015
test0127Success0.016
test0126Success0.000
test0125Success0.015
test0124Success0.000
test0123Success0.016
test0122Success0.000
test0121Success0.016
test0120Success0.000
test0119Success0.015
test0118Success0.000
test0117Success0.016
test0116Success0.000
test0115Success0.000
test0114Success0.016
test0113Success0.000
test0112Success0.015
test0111Success0.000
test0110Success0.000
test0109Success0.016
test0108Success0.000
test0107Success0.015
test0106Success0.000
test0105Success0.000
test0104Success0.016
test0103Success0.000
test0102Success0.016
test0101Success0.000
test0100Success0.015
test0099Success0.000
test0098Success0.016
test0097Success0.000
test0096Success0.000
test0095Success0.000
test0094Success0.000
test0093Success0.015
test0092Success0.000
test0091Success0.016
test0090Success0.000
test0089Success0.000
test0088Success0.015
test0087Success0.000
test0086Success0.016
test0085Success0.000
test0084Success0.000
test0083Success0.016
test0082Success0.000
test0081Success0.015
test0080Success0.000
test0079Success0.016
test0078Success0.000
test0077Success0.000
test0076Success0.016
test0075Success0.000
test0074Success0.000
test0073Success0.015
test0072Success0.000
test0071Success0.016
test0070Success0.000
test0069Success0.000
test0068Success0.015
test0067Success0.000
test0066Success0.016
test0065Success0.000
test0064Success0.188
test0063Success0.015
test0062Success0.000
test0061Success0.016
test0060Success0.000
test0059Success0.015
test0058Success0.000
test0057Success0.000
test0056Success0.016
test0055Success0.000
test0054Success0.016
test0053Success0.000
test0052Success0.000
test0051Success0.015
test0050Success0.000
test0049Success0.016
test0048Success0.000
test0047Success0.016
test0046Success0.000
test0045Success0.000
test0044Success0.015
test0043Success0.000
test0042Success0.016
test0041Success0.000
test0040Success0.015
test0039Success0.000
test0038Success0.000
test0037Success0.016
test0036Success0.000
test0035Success0.016
test0034Success0.000
test0033Success0.000
test0032Success0.015
test0031Success0.000
test0030Success0.016
test0029Success0.000
test0028Success0.016
test0027Success0.000
test0026Success0.000
test0025Success0.015
test0024Success0.000
test0023Success0.016
test0022Success0.000
test0021Success0.015
test0020Success0.000
test0019Success0.016
test0018Success0.000
test0017Success0.000
test0016Success0.016
test0015Success0.000
test0014Success0.000
test0013Success0.015
test0012Success0.000
test0011Success0.016
test0010Success0.000
test0009Success0.000
test0008Success0.016
test0007Success0.000
test0006Success0.015
test0005Success0.000
test0004Success0.016
test0003Success0.000
test0002Success0.015
test0001Success0.000
test0606Success0.016
test0579Success0.063
test0578Success0.031
test0577Success0.015
test0576Success0.860
test0575Success0.031
test0574Success0.016
test0573Success0.015
test0572Success0.016
test0571Success0.609
test0570Success0.016
test0569Success0.016
test0567Success0.000
test0566Success0.015
test0565Success0.016
test0564Success0.000
test0563Success0.015
test0562Success0.000
test0561Success0.016
test0560Success0.000
test0559Success0.016
test0558Success0.000
test0557Success0.015
test0556Success0.016
test0555Success0.016
test0554Success0.015
test0553Success0.000
test0552Success0.016
test0551Success0.000
test0550Success0.000
test0549Success0.015
test0548Success0.000
test0547Success0.016
test0546Success0.000
test0545Success0.031
test0544Success0.016
test0542Success0.016
test0541Success0.015
test0540Success0.016
test0539Success0.000
test0538hSuccess0.015
test0538gSuccess0.016
test0538fSuccess0.016
test0538eSuccess0.015
test0538dSuccess0.016
test0538cSuccess0.000
test0538bSuccess0.016
test0538aSuccess0.000
test0537cSuccess0.000
test0537bSuccess0.015
test0537aSuccess0.000
test0536Success0.047
test0535Success0.219
test0534Success0.015
test0533Success0.016
test0532Success0.031
test0531Success0.000
test0530Success0.016
test0529Success0.016
test0528Success0.015
test0527Success0.016
test0526Success0.015
test0525Success0.016
test0524Success0.016
test0523Success0.000
test0522Success0.015
test0521Success0.032
test0520Success0.000
test0519Success0.015
test0518Success0.016
test0517Success0.000
test0516Success0.015
test0515Success0.000
test0513Success0.016
test0512Success0.000
test0511Success0.016
test0510Success0.000
test0509Success0.015
test0508Success0.000
test0507Success0.016
test0506Success0.000
test0505Success0.016
test0504Success0.000
test0503iSuccess0.015
test0503hSuccess0.016
test0503gSuccess0.015
test0503fSuccess0.016
test0503eSuccess0.000
test0503dSuccess0.016
test0503cSuccess0.015
test0503bSuccess0.016
test0503aSuccess0.000
test0502jSuccess0.016
test0502iSuccess0.015
test0502hSuccess0.000
test0502gSuccess0.016
test0502fSuccess0.015
test0502eSuccess0.016
test0502dSuccess0.016
test0502cSuccess0.000
test0502bSuccess0.218
test0502aSuccess0.000
test0501Success0.250
test0500Success0.156
test0499Success0.000
test0498Success0.016
test0497Success0.000
test0496Success0.016
test0495Success0.000
test0494Success0.015
test0493Success0.016
test0492Success0.109
test0491Success0.063
test0490Success0.000
test0489Success0.015
test0488Success0.000
test0487Success0.016
test0486Success0.000
test0485Success0.016
test0484Success0.000
test0483Success0.015
test0482Success0.016
test0481Success0.015
test0480Success0.000
test0479Success0.016
test0478Success0.000
test0476Success0.016
test0475Success0.000
test0474Success0.015
test0473Success0.063
test0472Success0.094
test0471Success0.015
test0470Success0.203
test0469Success0.016
test0468Success0.016
test0467Success0.062
test0466Success0.188
test0465Success0.000
test0464Success0.015
test0463Success0.000
test0462Success0.000
test0461Success0.016
test0460Success0.000
test0459Success0.015
test0458Success0.000
test0457Success0.016
test0456Success0.016
test0455Success0.000
test0454Success0.015
test0453Success0.000
test0452Success0.016
test0451Success0.000
test0450Success0.016
test0449Success0.000
test0448Success0.015
test0447Success0.000
test0446Success0.016
test0445Success0.000
test0444Success0.000
test0443Success0.015
test0442Success0.000
test0441Success0.016
test0440Success0.000
test0439Success0.016
test0438Success0.015
test0437Success0.000
test0436Success0.016
test0435Success0.000
test0434Success0.016
test0433Success0.015
test0432Success0.000
test0431Success0.016
test0430Success0.000
test0429Success0.015
test0428Success0.000
test0427Success0.016
test0426Success0.000
test0425Success0.016
test0424Success0.000
test0423Success0.015
test0422Success0.000
test0421Success0.016
test0420Success0.016
test0419Success0.015
test0418Success0.000
test0417Success0.016
test0416Success0.000
test0415Success0.015
test0414Success0.016
test0413Success0.016
test0412Success0.015
test0411Success0.016
test0410Success0.000
test0409Success0.078
test0408Success0.000
test0407Success0.016
test0406Success0.000
test0405Success0.015
test0404Success0.000
test0403Success0.016
test0402Success0.016
test0401Success0.000
Doc enabled - test001Success0.203
Doc enabled - test002Success0.015
Doc enabled - test003Success0.016
Doc enabled - test004Success0.016
Doc enabled - test005Success0.000
Doc enabled - test006Success0.015
Doc enabled - test007Success0.016
Doc enabled - test008Success0.015
Doc enabled - test009Success0.032
Doc enabled - test010Success0.015
Doc enabled - test011Success0.000
Doc enabled - test012Success0.016
Doc enabled - test013Success0.016
Doc enabled - test014Success0.000
Doc enabled - test015Success0.015
Doc enabled - test000Success0.031
Doc enabled - test100Success0.016
Doc enabled - test101Success0.016
Doc enabled - test102Success0.015
Doc enabled - test103Success0.000
Doc enabled - test104Success0.016
Doc enabled - test105Success0.000
Doc enabled - test106Success0.000
Doc enabled - test107Success0.031
Doc enabled - test108Success0.000
Doc enabled - testBug54776Success0.000
Doc enabled - testBug55221aSuccess0.016
Doc enabled - testBug55221bSuccess0.000
Doc enabled - testBug55221cSuccess0.000
Doc enabled - testBug55221dSuccess0.000
Doc enabled - testBug55223aSuccess0.015
Doc enabled - testBug55223bSuccess0.000
Doc enabled - testBug48489Success0.063
Doc enabled - testBug50898Success0.016
Doc enabled - testBug51226Success0.015
Doc enabled - testBug51241Success0.016
Doc enabled - testBug51363Success0.015
Doc enabled - testBug51476Success0.016
Doc enabled - testBug51478Success0.031
Doc enabled - testBug51508Success0.000
Doc enabled - testBug51650Success0.016
Doc enabled - testBug51770Success0.000
Doc enabled - testBug52908Success0.016
Doc enabled - testBug52908aSuccess0.015
Doc enabled - testBug52908unicodeSuccess0.031
Doc enabled - testBug53276Success0.016
Doc enabled - testBug53075Success0.016
Doc enabled - testBug53757Success0.015
Doc enabled - testBug51600Success0.016
Doc enabled - testBug51617Success0.016
Doc enabled - testBug54424Success0.015
Doc enabled - testBug63044Success0.000
Doc enabled - testBug51660Success0.016
Doc enabled - testBug65174Success0.031
Doc enabled - testBug65253Success0.016
Doc enabled - testBug65288Success0.015
Doc enabled - testBug68017Success0.032
Doc enabled - testBug68025Success0.031
Doc enabled - testBug69272Success0.094
Doc enabled - testBug69275Success0.031
Doc enabled - testBug69302Success0.015
Doc enabled - testBug68726Success0.250
Doc enabled - testBug70892_JLS2Success0.032
Doc enabled - testBug70892_JLS3Success0.047
Doc enabled - testBug51911Success0.046
Doc enabled - testBug73348Success0.016
Doc enabled - testBug77644Success0.031
Doc enabled - testBug79809Success0.016
Doc enabled - testBug79809bSuccess0.016
Doc enabled - testBug79904Success0.000
Doc enabled - testBug80221Success0.015
Doc enabled - testBug80257Success0.110
Doc enabled - testBug83804Success0.015
Doc enabled - testBug83804aSuccess0.328
Doc enabled - testBug84049Success0.016
Doc enabled - testBug87845Success0.031
Doc enabled - testBug93880_15aSuccess0.000
Doc enabled - testBug93880_15bSuccess0.016
Doc enabled - testBug93880_15cSuccess0.000
Doc enabled - testBug93880_15dSuccess0.015
Doc enabled - testBug93880_15eSuccess0.000
Doc enabled - testBug93880_14aSuccess0.016
Doc enabled - testBug93880_14bSuccess0.000
Doc enabled - testBug93880_14cSuccess0.000
Doc enabled - testBug93880_14dSuccess0.000
Doc enabled - testBug93880_14eSuccess0.015
Doc enabled - testBug94150Success0.016
Doc enabled - testBug99507Success0.016
Doc enabled - testBug99507bSuccess0.000
Doc enabled - testBug100041Success0.015
Doc enabled - testBug100041bSuccess0.000
Doc enabled - testBug100041cSuccess0.031
Doc enabled - testBug106581Success0.000
Doc enabled - testBug108622Success0.016
Doc enabled - testBug113108aSuccess0.016
Doc enabled - testBug113108bSuccess0.015
Doc enabled - testBug113108cSuccess0.016
Doc enabled - testBug125676Success0.016
Doc enabled - testBug125903Success0.015
Doc enabled - Unix - test001Success0.188
Doc enabled - Unix - test002Success0.000
Doc enabled - Unix - test003Success0.015
Doc enabled - Unix - test004Success0.000
Doc enabled - Unix - test005Success0.016
Doc enabled - Unix - test006Success0.000
Doc enabled - Unix - test007Success0.016
Doc enabled - Unix - test008Success0.015
Doc enabled - Unix - test009Success0.016
Doc enabled - Unix - test010Success0.015
Doc enabled - Unix - test011Success0.000
Doc enabled - Unix - test012Success0.016
Doc enabled - Unix - test013Success0.000
Doc enabled - Unix - test014Success0.016
Doc enabled - Unix - test015Success0.015
Doc enabled - Unix - test000Success0.032
Doc enabled - Unix - test100Success0.000
Doc enabled - Unix - test101Success0.000
Doc enabled - Unix - test102Success0.016
Doc enabled - Unix - test103Success0.000
Doc enabled - Unix - test104Success0.015
Doc enabled - Unix - test105Success0.000
Doc enabled - Unix - test106Success0.016
Doc enabled - Unix - test107Success0.016
Doc enabled - Unix - test108Success0.000
Doc enabled - Unix - testBug54776Success0.000
Doc enabled - Unix - testBug55221aSuccess0.015
Doc enabled - Unix - testBug55221bSuccess0.000
Doc enabled - Unix - testBug55221cSuccess0.000
Doc enabled - Unix - testBug55221dSuccess0.000
Doc enabled - Unix - testBug55223aSuccess0.016
Doc enabled - Unix - testBug55223bSuccess0.000
Doc enabled - Unix - testBug48489Success0.031
Doc enabled - Unix - testBug50898Success0.016
Doc enabled - Unix - testBug51226Success0.015
Doc enabled - Unix - testBug51241Success0.016
Doc enabled - Unix - testBug51363Success0.000
Doc enabled - Unix - testBug51476Success0.016
Doc enabled - Unix - testBug51478Success0.031
Doc enabled - Unix - testBug51508Success0.000
Doc enabled - Unix - testBug51650Success0.016
Doc enabled - Unix - testBug51770Success0.000
Doc enabled - Unix - testBug52908Success0.015
Doc enabled - Unix - testBug52908aSuccess0.016
Doc enabled - Unix - testBug52908unicodeSuccess0.015
Doc enabled - Unix - testBug53276Success0.016
Doc enabled - Unix - testBug53075Success0.016
Doc enabled - Unix - testBug53757Success0.000
Doc enabled - Unix - testBug51600Success0.015
Doc enabled - Unix - testBug51617Success0.016
Doc enabled - Unix - testBug54424Success0.000
Doc enabled - Unix - testBug63044Success0.016
Doc enabled - Unix - testBug51660Success0.015
Doc enabled - Unix - testBug65174Success0.016
Doc enabled - Unix - testBug65253Success0.015
Doc enabled - Unix - testBug65288Success0.000
Doc enabled - Unix - testBug68017Success0.032
Doc enabled - Unix - testBug68025Success0.000
Doc enabled - Unix - testBug69272Success0.281
Doc enabled - Unix - testBug69275Success0.016
Doc enabled - Unix - testBug69302Success0.031
Doc enabled - Unix - testBug68726Success0.015
Doc enabled - Unix - testBug70892_JLS2Success0.016
Doc enabled - Unix - testBug70892_JLS3Success0.047
Doc enabled - Unix - testBug51911Success0.015
Doc enabled - Unix - testBug73348Success0.016
Doc enabled - Unix - testBug77644Success0.015
Doc enabled - Unix - testBug79809Success0.016
Doc enabled - Unix - testBug79809bSuccess0.016
Doc enabled - Unix - testBug79904Success0.000
Doc enabled - Unix - testBug80221Success0.015
Doc enabled - Unix - testBug80257Success0.063
Doc enabled - Unix - testBug83804Success0.015
Doc enabled - Unix - testBug83804aSuccess0.016
Doc enabled - Unix - testBug84049Success0.016
Doc enabled - Unix - testBug87845Success0.015
Doc enabled - Unix - testBug93880_15aSuccess0.016
Doc enabled - Unix - testBug93880_15bSuccess0.000
Doc enabled - Unix - testBug93880_15cSuccess0.000
Doc enabled - Unix - testBug93880_15dSuccess0.016
Doc enabled - Unix - testBug93880_15eSuccess0.000
Doc enabled - Unix - testBug93880_14aSuccess0.015
Doc enabled - Unix - testBug93880_14bSuccess0.000
Doc enabled - Unix - testBug93880_14cSuccess0.016
Doc enabled - Unix - testBug93880_14dSuccess0.000
Doc enabled - Unix - testBug93880_14eSuccess0.000
Doc enabled - Unix - testBug94150Success0.015
Doc enabled - Unix - testBug99507Success0.016
Doc enabled - Unix - testBug99507bSuccess0.000
Doc enabled - Unix - testBug100041Success0.000
Doc enabled - Unix - testBug100041bSuccess0.016
Doc enabled - Unix - testBug100041cSuccess0.000
Doc enabled - Unix - testBug106581Success0.015
Doc enabled - Unix - testBug108622Success0.016
Doc enabled - Unix - testBug113108aSuccess0.000
Doc enabled - Unix - testBug113108bSuccess0.016
Doc enabled - Unix - testBug113108cSuccess0.015
Doc enabled - Unix - testBug125676Success0.031
Doc enabled - Unix - testBug125903Success0.016
Doc disabled - test001Success0.188
Doc disabled - test002Success0.000
Doc disabled - test003Success0.015
Doc disabled - test004Success0.000
Doc disabled - test005Success0.016
Doc disabled - test006Success0.000
Doc disabled - test007Success0.000
Doc disabled - test008Success0.015
Doc disabled - test009Success0.016
Doc disabled - test010Success0.000
Doc disabled - test011Success0.000
Doc disabled - test012Success0.016
Doc disabled - test013Success0.000
Doc disabled - test014Success0.015
Doc disabled - test015Success0.000
Doc disabled - test000Success0.000
Doc disabled - test100Success0.016
Doc disabled - test101Success0.000
Doc disabled - test102Success0.015
Doc disabled - test103Success0.000
Doc disabled - test104Success0.016
Doc disabled - test105Success0.000
Doc disabled - test106Success0.000
Doc disabled - test107Success0.015
Doc disabled - test108Success0.000
Doc disabled - testBug54776Success0.016
Doc disabled - testBug55221aSuccess0.000
Doc disabled - testBug55221bSuccess0.000
Doc disabled - testBug55221cSuccess0.016
Doc disabled - testBug55221dSuccess0.000
Doc disabled - testBug55223aSuccess0.000
Doc disabled - testBug55223bSuccess0.000
Doc disabled - testBug48489Success0.031
Doc disabled - testBug50898Success0.016
Doc disabled - testBug51226Success0.015
Doc disabled - testBug51241Success0.000
Doc disabled - testBug51363Success0.016
Doc disabled - testBug51476Success0.015
Doc disabled - testBug51478Success0.000
Doc disabled - testBug51508Success0.016
Doc disabled - testBug51650Success0.000
Doc disabled - testBug51770Success0.016
Doc disabled - testBug52908Success0.000
Doc disabled - testBug52908aSuccess0.015
Doc disabled - testBug52908unicodeSuccess0.016
Doc disabled - testBug53276Success0.016
Doc disabled - testBug53075Success0.015
Doc disabled - testBug53757Success0.000
Doc disabled - testBug51600Success0.016
Doc disabled - testBug51617Success0.000
Doc disabled - testBug54424Success0.000
Doc disabled - testBug63044Success0.015
Doc disabled - testBug51660Success0.000
Doc disabled - testBug65174Success0.016
Doc disabled - testBug65253Success0.016
Doc disabled - testBug65288Success0.000
Doc disabled - testBug68017Success0.031
Doc disabled - testBug68025Success0.016
Doc disabled - testBug69272Success0.031
Doc disabled - testBug69275Success0.015
Doc disabled - testBug69302Success0.016
Doc disabled - testBug68726Success0.016
Doc disabled - testBug70892_JLS2Success0.031
Doc disabled - testBug70892_JLS3Success0.047
Doc disabled - testBug51911Success0.015
Doc disabled - testBug73348Success0.016
Doc disabled - testBug77644Success0.031
Doc disabled - testBug79809Success0.000
Doc disabled - testBug79809bSuccess0.016
Doc disabled - testBug79904Success0.016
Doc disabled - testBug80221Success0.000
Doc disabled - testBug80257Success0.078
Doc disabled - testBug83804Success0.015
Doc disabled - testBug83804aSuccess0.000
Doc disabled - testBug84049Success0.016
Doc disabled - testBug87845Success0.000
Doc disabled - testBug93880_15aSuccess0.016
Doc disabled - testBug93880_15bSuccess0.000
Doc disabled - testBug93880_15cSuccess0.000
Doc disabled - testBug93880_15dSuccess0.015
Doc disabled - testBug93880_15eSuccess0.016
Doc disabled - testBug93880_14aSuccess0.000
Doc disabled - testBug93880_14bSuccess0.000
Doc disabled - testBug93880_14cSuccess0.015
Doc disabled - testBug93880_14dSuccess0.000
Doc disabled - testBug93880_14eSuccess0.000
Doc disabled - testBug94150Success0.016
Doc disabled - testBug99507Success0.000
Doc disabled - testBug99507bSuccess0.016
Doc disabled - testBug100041Success0.000
Doc disabled - testBug100041bSuccess0.015
Doc disabled - testBug100041cSuccess0.016
Doc disabled - testBug106581Success0.000
Doc disabled - testBug108622Success0.016
Doc disabled - testBug113108aSuccess0.031
Doc disabled - testBug113108bSuccess0.015
Doc disabled - testBug113108cSuccess0.000
Doc disabled - testBug125676Success0.032
Doc disabled - testBug125903Success0.000
test0220Success0.047
test0219Success0.016
test0218Success0.015
test0217Success0.016
test0216Success0.016
test0215Success0.031
test0214Success0.016
test0213Success0.000
test0212Success0.015
test0211Success0.016
test0210Success0.015
test0209Success0.047
test0208Success0.235
test0206Success0.015
test0205Success0.016
test0204Success0.016
test0203Success0.015
test0202Success0.016
test0201Success0.015
test0200Success0.016
test0199Success0.016
test0198Success0.015
test0197Success0.782
test0196Success0.031
test0195Success0.015
test0194Success0.000
test0193Success0.016
test0192Success0.016
test0191Success0.078
test0190Success0.015
test0189Success0.735
test0188Success0.015
test0187Success0.000
test0186Success0.016
test0185Success0.016
test0184Success0.015
test0183Success0.016
test0182Success0.000
test0181Success0.015
test0180Success0.016
test0179Success0.031
test0178Success0.000
test0177Success0.031
test0176Success0.016
test0175Success0.016
test0174Success0.015
test0173Success0.000
test0172Success0.016
test0171Success0.015
test0170Success0.016
test0169Success0.016
test0168Success0.015
test0167Success0.188
test0166Success0.015
test0165Success0.235
test0164Success0.015
test0163Success0.016
test0162Success0.031
test0161Success0.016
test0160Success0.016
test0159Success0.015
test0158Success0.047
test0157Success0.016
test0156Success0.015
test0155Success0.016
test0154Success0.016
test0153Success0.015
test0152Success0.016
test0151Success0.063
test0150Success0.000
test0149Success0.031
test0148Success0.016
test0147Success0.031
test0146Success0.016
test0145Success0.015
test0144Success0.016
test0143Success0.016
test0142Success0.015
test0141Success0.000
test0140Success0.016
test0139Success0.015
test0138Success0.016
test0137Success0.016
test0136Success0.015
test0135Success0.016
test0134Success0.000
test0133Success0.016
test0132Success0.015
test0131Success0.016
test0130Success0.015
test0129Success0.016
test0128Success0.000
test0127Success0.016
test0126Success0.015
test0125Success0.016
test0124Success0.000
test0123Success0.016
test0122Success0.015
test0121Success0.000
test0120Success0.016
test0119Success0.015
test0118Success0.000
test0117Success0.016
test0116Success0.000
test0115Success0.016
test0114Success0.015
test0113Success0.000
test0112Success0.016
test0111Success0.016
test0110Success0.000
test0109Success0.015
test0108Success0.016
test0107Success0.015
test0106Success0.016
test0105Success0.016
test0104Success0.031
test0103Success0.000
test0102Success0.016
test0101Success0.015
test0100Success0.016
test0099Success0.000
test0098Success0.015
test0097Success0.016
test0096Success0.016
test0095Success0.000
test0094Success0.016
test0093Success0.000
test0092Success0.031
test0091Success0.016
test0090Success0.015
test0089Success0.016
test0088Success0.000
test0087Success0.016
test0086Success0.015
test0085Success0.016
test0084Success0.000
test0083Success0.000
test0082Success0.016
test0081Success0.015
test0080Success0.016
test0079Success0.219
test0078Success0.015
test0077Success0.016
test0076Success0.000
test0075Success0.031
test0074Success0.000
test0073Success0.000
test0072Success0.016
test0071Success0.015
test0070Success0.016
test0069Success0.000
test0068Success0.016
test0067Success0.000
test0066Success0.015
test0065Success0.016
test0064Success0.000
test0063Success0.015
test0062Success0.016
test0061Success0.000
test0060Success0.016
test0059Success0.031
test0058Success0.000
test0057Success0.016
test0056Success0.015
test0055Success0.016
test0054Success0.015
test0053Success0.000
test0052Success0.016
test0051Success0.016
test0050Success0.015
test0049Success0.016
test0048Success0.016
test0047Success0.015
test0046Success0.016
test0045Success0.015
test0044Success0.016
test0043Success0.000
test0042Success0.016
test0041Success0.031
test0040Success0.016
test0039Success0.015
test0038Success0.016
test0037Success0.015
test0036Success0.000
test0035Success0.016
test0034Success0.016
test0033Success0.015
test0032Success0.016
test0031Success0.016
test0030Success0.015
test0029Success0.047
test0028Success0.031
test0027Success0.016
test0026Success0.047
test0025Success0.015
test0024Success0.016
test0023Success0.313
test0022Success0.015
test0021Success0.016
test0020Success0.015
test0019Success0.032
test0018Success0.031
test0017Success0.031
test0016Success0.063
test0015Success0.031
test0014Success0.000
test0013Success0.000
test0012Success0.015
test0011Success0.016
test0010Success0.000
test0009Success0.015
test0008Success0.000
test0007Success0.016
test0006Success0.000
test0005Success0.031
test0004Success0.016
test0003Success0.016
test0002Success0.015
test0001Success0.016
test0400Success0.000
test0399Success0.015
test0398Success0.016
test0397Success0.000
test0396Success0.016
test0395Success0.000
test0394Success0.015
test0393Success0.000
test0392Success0.000
test0391Success0.016
test0390Success0.000
test0389Success0.000
test0388Success0.016
test0387Success0.000
test0386Success0.015
test0385Success0.000
test0384Success0.000
test0383Success0.016
test0382Success0.000
test0381Success0.000
test0380Success0.000
test0379Success0.015
test0378Success0.000
test0377Success0.016
test0376Success0.000
test0375Success0.016
test0374Success0.000
test0373Success0.015
test0372Success0.000
test0371Success0.000
test0370Success0.016
test0369Success0.000
test0368Success0.016
test0367Success0.015
test0366Success0.000
test0365Success0.000
test0364Success0.016
test0363Success0.015
test0362Success0.000
test0361Success0.016
test0360Success0.016
test0359Success0.000
test0358Success0.015
test0357Success0.016
test0356Success0.000
test0355Success0.016
test0354Success0.000
test0353Success0.015
test0352Success0.000
test0351Success0.016
test0350Success0.000
test0349Success0.015
test0348Success0.000
test0347Success0.016
test0346Success0.000
test0345Success0.000
test0344Success0.109
test0343Success0.016
test0342Success0.000
test0341Success0.016
test0340Success0.015
test0339Success0.000
test0338Success0.016
test0337Success0.000
test0336Success0.016
test0335Success0.046
test0334Success0.219
test0333Success0.016
test0332Success0.015
test0331Success0.000
test0330Success0.016
test0329Success0.000
test0328Success0.016
test0327Success0.000
test0326Success0.000
test0325Success0.015
test0324Success0.000
test0323Success0.016
test0322Success0.000
test0321Success0.000
test0320Success0.016
test0319Success0.000
test0318Success0.015
test0317Success0.000
test0316Success0.000
test0315Success0.016
test0314Success0.000
test0313Success0.031
test0312Success0.016
test0311Success0.000
test0310Success0.015
test0309Success0.000
test0308Success0.016
test0307Success0.000
test0306Success0.000
test0305Success0.016
test0304Success0.000
test0303Success0.000
test0302Success0.015
test0301Success0.000
test0300Success0.016
test0299Success0.000
test0298Success0.000
test0297Success0.015
test0296Success0.000
test0295Success0.016
test0294Success0.000
test0293Success0.016
test0292Success0.000
test0291Success0.000
test0290Success0.015
test0289Success0.000
test0288Success0.016
test0287Success0.000
test0286Success0.016
test0285Success0.000
test0284Success0.015
test0283Success0.000
test0282Success0.000
test0281Success0.016
test0280Success0.000
test0279Success0.015
test0278Success0.000
test0277Success0.016
test0276Success0.000
test0275Success0.016
test0274Success0.000
test0273Success0.015
test0272Success0.000
test0271Success0.016
test0270Success0.000
test0269Success0.016
test0268Success0.015
test0267Success0.000
test0266Success0.016
test0265Success0.000
test0264Success0.015
test0263Success0.000
test0262Success0.000
test0261Success0.000
test0260Success0.016
test0259Success0.000
test0258Success0.000
test0257Success0.015
test0256Success0.000
test0255Success0.000
test0254Success0.016
test0253Success0.000
test0252Success0.016
test0251Success0.000
test0250Success0.015
test0249Success0.000
test0248Success0.000
test0247Success0.016
test0246Success0.000
test0245Success0.015
test0244Success0.000
test0243Success0.016
test0242Success0.000
test0241Success0.016
test0240Success0.000
test0239Success0.000
test0238Success0.015
test0237Success0.032
test0235Success0.000
test0234Success0.015
test0233Success0.000
test0232Success0.000
test0231Success0.000
test0230Success0.000
test0229Success0.015
test0228Success0.016
test0227Success0.000
test0226Success0.016
test0225Success0.015
test0224Success0.000
test0223Success0.000
test0222Success0.016
test0221Success0.000
test0220Success0.000
test0219Success0.016
test0218Success0.000
test0217Success0.000
test0216Success0.015
test0215Success0.000
test0214Success0.000
test0213Success0.000
test0212Success0.000
test0211Success0.015
test0210Success0.000
test0209Success0.000
test0208Success0.016
test0207Success0.000
test0206Success0.016
test0205Success0.015
test0204Success0.000
test0203Success0.016
test0202Success0.000
test0201Success0.016
test0200Success0.000
test0199Success0.015
test0198Success0.016
test0197Success0.000
test0196Success0.015
test0195Success0.016
test0194Success0.000
test0193Success0.000
test0192Success0.016
test0191Success0.000
test0190Success0.000
test0189Success0.016
test0188Success0.000
test0187Success0.016
test0186Success0.000
test0185Success0.015
test0184Success0.000
test0183Success0.016
test0182Success0.000
test0181Success0.015
test0180Success0.000
test0179Success0.016
test0178Success0.000
test0177Success0.000
test0176Success0.016
test0175Success0.000
test0174Success0.000
test0173Success0.016
test0172Success0.000
test0171Success0.000
test0170Success0.016
test0169Success0.000
test0168Success0.000
test0167Success0.015
test0166Success0.000
test0165Success0.016
test0164Success0.000
test0163Success0.015
test0162Success0.000
test0161Success0.000
test0160Success0.016
test0159Success0.000
test0158Success0.000
test0157Success0.016
test0156Success0.000
test0155Success0.015
test0154Success0.000
test0153Success0.000
test0152Success0.016
test0151Success0.000
test0150Success0.000
test0149Success0.000
test0148Success0.016
test0147Success0.000
test0146Success0.015
test0145Success0.000
test0144Success0.000
test0143Success0.016
test0142Success0.000
test0141Success0.000
test0140Success0.015
test0139Success0.000
test0138Success0.000
test0137Success0.016
test0136Success0.000
test0135Success0.000
test0134Success0.016
test0133Success0.000
test0132Success0.015
test0131Success0.000
test0130Success0.000
test0129Success0.016
test0128Success0.000
test0127Success0.016
test0126Success0.000
test0125Success0.000
test0124Success0.015
test0123Success0.000
test0122Success0.000
test0121Success0.016
test0120Success0.000
test0119Success0.015
test0118Success0.000
test0117Success0.000
test0116Success0.016
test0115Success0.000
test0114Success0.000
test0113Success0.016
test0112Success0.000
test0111Success0.000
test0110Success0.016
test0109Success0.000
test0108Success0.000
test0107Success0.016
test0106Success0.000
test0105Success0.015
test0104Success0.000
test0103Success0.000
test0102Success0.016
test0101Success0.000
test0100Success0.000
test0099Success0.015
test0098Success0.000
test0097Success0.016
test0096Success0.000
test0095Success0.000
test0094Success0.016
test0093Success0.000
test0092Success0.000
test0091Success0.015
test0090Success0.000
test0089Success0.000
test0088Success0.016
test0087Success0.000
test0086Success0.016
test0085Success0.000
test0084Success0.000
test0083Success0.015
test0082Success0.000
test0081Success0.000
test0080Success0.016
test0079Success0.000
test0078Success0.000
test0077Success0.015
test0076Success0.000
test0075Success0.016
test0074Success0.000
test0073Success0.016
test0072Success0.000
test0071Success0.000
test0070Success0.015
test0069Success0.000
test0068Success0.016
test0067Success0.000
test0066Success0.016
test0065Success0.000
test0064Success0.000
test0063Success0.015
test0062Success0.000
test0061Success0.016
test0060Success0.000
test0059Success0.000
test0058Success0.015
test0057Success0.000
test0056Success0.016
test0055Success0.000
test0054Success0.016
test0053Success0.000
test0052Success0.000
test0051Success0.015
test0050Success0.000
test0049Success0.000
test0048Success0.016
test0047Success0.000
test0046Success0.016
test0045Success0.000
test0044Success0.000
test0043Success0.015
test0042Success0.000
test0041Success0.016
test0040Success0.000
test0039Success0.000
test0038Success0.015
test0037Success0.000
test0036Success0.016
test0035Success0.000
test0034Success0.000
test0033Success0.016
test0032Success0.000
test0031Success0.015
test0030Success0.000
test0029Success0.000
test0028Success0.016
test0027Success0.000
test0026Success0.000
test0025Success0.016
test0024Success0.281
test0023Success0.000
test0022Success0.015
test0021Success0.000
test0020Success0.016
test0019Success0.000
test0018Success0.016
test0017Success0.000
test0016Success0.000
test0015Success0.015
test0014Success0.000
test0013Success0.000
test0012Success0.016
test0011Success0.000
test0010Success0.016
test0009Success0.000
test0008Success0.000
test0007Success0.015
test0006Success0.000
test0005Success0.000
test0004Success0.016
test0003Success0.000
test0002Success0.015
test0001Success0.000
test0647Success0.016
test0646Success0.016
test0645Success0.015
test0644Success0.016
test0643Success0.031
test0642Success0.016
test0641Success0.250
test0639Success0.015
test0638Success0.016
test0637Success0.016
test0636Success0.015
test0635Success0.016
test0634Success0.016
test0633Success0.000
test0632Success0.015
test0631Success0.000
test0630Success0.016
test0629Success0.000
test0628Success0.000
test0627Success0.015
test0626Success0.016
test0625Success0.000
test0624Success0.016
test0623Success0.015
test0622Success0.000
test0621Success0.016
test0620Success0.000
test0619Success0.016
test0618Success0.000
test0617Success0.015
test0616Success0.031
test0615Success0.016
test0614Success0.000
test0613Success0.016
test0612Success0.015
test0611Success0.016
test0610Success0.016
test0609Success0.000
test0608Success0.015
test0607Success0.016
test0605Success0.000
test0604Success0.015
test0603Success0.000
test0602Success1.844
test0601Success0.016
test0600Success0.000
test0599Success0.015
test0598Success0.016
test0597Success0.016
test0596Success0.015
test0595Success0.000
test0594Success0.016
test0593Success0.016
test0592Success0.015
test0591Success0.000
test0590Success0.016
test0589Success0.015
test0588Success0.000
test0587Success0.016
test0586Success0.016
test0585Success0.015
test0584Success0.000
test0583Success0.016
test0582Success0.016
test0581Success0.000
test0580Success0.015
test0568Success0.016
test0606Success0.000
test0579Success0.031
test0578Success0.016
test0576Success0.031
test0575Success0.000
test0574Success0.016
test0573Success0.015
test0572Success0.000
test0571Success0.000
test0570Success0.016
test0567Success0.000
test0566Success0.015
test0565Success0.000
test0564Success0.016
test0563Success0.000
test0562Success0.031
test0561Success0.000
test0560Success0.000
test0559Success0.016
test0558Success0.047
test0557Success0.015
test0556Success0.000
test0555Success0.016
test0554Success0.016
test0553Success0.000
test0552Success0.000
test0551Success0.015
test0550Success0.000
test0549Success0.016
test0548Success0.016
test0547Success0.000
test0546Success0.000
test0545Success0.031
test0544Success0.000
test0543Success0.015
test0542Success0.000
test0541Success0.016
test0540Success0.000
test0539Success0.016
test0538hSuccess0.000
test0538gSuccess0.015
test0538fSuccess0.016
test0538eSuccess0.016
test0538dSuccess0.015
test0538cSuccess0.000
test0538bSuccess0.016
test0538aSuccess0.000
test0537cSuccess0.000
test0537bSuccess0.015
test0537aSuccess0.000
test0536Success0.047
test0535Success0.016
test0534Success0.000
test0533Success0.016
test0532Success0.015
test0531Success0.000
test0530Success0.000
test0529Success0.016
test0528Success0.015
test0527Success0.000
test0526Success0.250
test0525Success0.016
test0524Success0.000
test0523Success0.000
test0522Success0.016
test0521Success0.031
test0520Success0.000
test0519Success0.016
test0518Success0.000
test0517Success0.015
test0516Success0.000
test0515Success0.016
test0514Success0.000
test0513Success0.000
test0512Success0.015
test0511Success0.000
test0510Success0.016
test0509Success0.000
test0508Success0.000
test0507Success0.016
test0506Success0.000
test0505Success0.000
test0504Success0.000
test0503iSuccess0.016
test0503hSuccess0.000
test0503gSuccess0.016
test0503fSuccess0.000
test0503eSuccess0.015
test0503dSuccess0.000
test0503cSuccess0.016
test0503bSuccess0.015
test0503aSuccess0.016
test0502jSuccess0.016
test0502iSuccess0.000
test0502hSuccess0.000
test0502gSuccess0.015
test0502fSuccess0.016
test0502eSuccess0.000
test0502dSuccess0.016
test0502cSuccess0.015
test0502bSuccess0.016
test0502aSuccess0.015
test0501Success0.219
test0500Success0.156
test0499Success0.000
test0498Success0.016
test0497Success0.000
test0496Success0.016
test0495Success0.000
test0494Success0.000
test0493Success0.015
test0492Success0.047
test0491Success0.031
test0490Success0.016
test0489Success0.000
test0488Success0.016
test0487Success0.000
test0486Success0.000
test0485Success0.015
test0484Success0.000
test0483Success0.016
test0482Success0.000
test0481Success0.016
test0480Success0.000
test0479Success0.000
test0478Success0.015
test0476Success0.000
test0475Success0.016
test0474Success0.000
test0473Success0.062
test0472Success0.063
test0471Success0.000
test0470Success0.015
test0469Success0.000
test0468Success0.000
test0467Success0.063
test0466Success0.078
test0465Success0.000
test0464Success0.000
test0463Success0.016
test0462Success0.000
test0461Success0.000
test0460Success0.015
test0459Success0.000
test0458Success0.016
test0457Success0.000
test0456Success0.016
test0455Success0.000
test0454Success0.015
test0453Success0.000
test0452Success0.000
test0451Success0.000
test0450Success0.000
test0449Success0.015
test0448Success0.000
test0447Success0.000
test0446Success0.016
test0445Success0.000
test0444Success0.016
test0443Success0.000
test0442Success0.015
test0441Success0.000
test0440Success0.000
test0439Success0.016
test0438Success0.000
test0437Success0.016
test0436Success0.000
test0435Success0.015
test0434Success0.000
test0433Success0.016
test0432Success0.000
test0431Success0.000
test0430Success0.015
test0429Success0.000
test0428Success0.016
test0427Success0.000
test0426Success0.000
test0425Success0.016
test0424Success0.000
test0423Success0.015
test0422Success0.016
test0421Success0.000
test0420Success0.016
test0419Success0.000
test0418Success0.000
test0417Success0.000
test0416Success0.015
test0415Success0.000
test0414Success0.016
test0413Success0.015
test0412Success0.000
test0411Success0.000
test0410Success0.016
test0409Success0.078
test0408Success0.000
test0407Success0.016
test0406Success0.000
test0405Success0.015
test0404Success0.000
test0403Success0.000
test0402Success0.016
test0401Success0.000
test0001Success14.875
test0014Success0.000
test0013Success0.016
test0012Success0.015
test0011Success0.000
test0010Success0.016
test0009Success0.000
test0008Success0.016
test0007Success0.015
test0006Success0.000
test0005Success0.016
test0004Success0.000
test0003Success0.015
test0002Success0.000
test0001Success0.016
JLS2 - testExampleSnippetsSuccess0.000
JLS3 - testExampleSnippetsSuccess0.000
JLS2 - testASTSuccess0.015
JLS3 - testASTSuccess0.000
JLS2 - testWellKnownBindingsSuccess0.000
JLS3 - testWellKnownBindingsSuccess0.000
JLS2 - testSimpleNameSuccess0.000
JLS3 - testSimpleNameSuccess0.000
JLS2 - testQualifiedNameSuccess0.016
JLS3 - testQualifiedNameSuccess0.000
JLS2 - testNameFactoriesSuccess0.000
JLS3 - testNameFactoriesSuccess0.000
JLS2 - testNullLiteralSuccess0.000
JLS3 - testNullLiteralSuccess0.000
JLS2 - testBooleanLiteralSuccess0.000
JLS3 - testBooleanLiteralSuccess0.000
JLS2 - testStringLiteralSuccess0.000
JLS3 - testStringLiteralSuccess0.000
JLS2 - testStringLiteralUnicodeSuccess0.000
JLS3 - testStringLiteralUnicodeSuccess0.000
JLS2 - testCharacterLiteralSuccess0.000
JLS3 - testCharacterLiteralSuccess0.000
JLS2 - testNumberLiteralSuccess0.000
JLS3 - testNumberLiteralSuccess0.000
JLS2 - testSimpleTypeSuccess0.000
JLS3 - testSimpleTypeSuccess0.000
JLS2 - testPrimitiveTypeSuccess0.015
JLS3 - testPrimitiveTypeSuccess0.000
JLS2 - testArrayTypeSuccess0.000
JLS3 - testArrayTypeSuccess0.000
JLS2 - testParameterizedTypeSuccess0.000
JLS3 - testParameterizedTypeSuccess0.000
JLS2 - testQualifiedTypeSuccess0.000
JLS3 - testQualifiedTypeSuccess0.000
JLS2 - testWildcardTypeSuccess0.000
JLS3 - testWildcardTypeSuccess0.000
JLS2 - testPackageDeclarationSuccess0.000
JLS3 - testPackageDeclarationSuccess0.000
JLS2 - testImportDeclarationSuccess0.000
JLS3 - testImportDeclarationSuccess0.000
JLS2 - testCompilationUnitSuccess0.016
JLS3 - testCompilationUnitSuccess0.000
JLS2 - testCompilationUnitLineNumberTableSuccess0.000
JLS3 - testCompilationUnitLineNumberTableSuccess0.000
JLS2 - testTypeDeclarationSuccess0.000
JLS3 - testTypeDeclarationSuccess0.000
JLS2 - testEnumDeclarationSuccess0.000
JLS3 - testEnumDeclarationSuccess0.016
JLS2 - testEnumConstantDeclarationSuccess0.000
JLS3 - testEnumConstantDeclarationSuccess0.000
JLS2 - testTypeParameterSuccess0.000
JLS3 - testTypeParameterSuccess0.000
JLS2 - testSingleVariableDeclarationSuccess0.000
JLS3 - testSingleVariableDeclarationSuccess0.000
JLS2 - testVariableDeclarationFragmentSuccess0.000
JLS3 - testVariableDeclarationFragmentSuccess0.015
JLS2 - testMethodDeclarationSuccess0.000
JLS3 - testMethodDeclarationSuccess0.000
JLS2 - testInitializerSuccess0.000
JLS3 - testInitializerSuccess0.000
JLS2 - testJavadocSuccess0.000
JLS3 - testJavadocSuccess0.000
JLS2 - testBlockCommentSuccess0.000
JLS3 - testBlockCommentSuccess0.000
JLS2 - testLineCommentSuccess0.000
JLS3 - testLineCommentSuccess0.000
JLS2 - testTagElementSuccess0.016
JLS3 - testTagElementSuccess0.000
JLS2 - testTextElementSuccess0.000
JLS3 - testTextElementSuccess0.000
JLS2 - testMemberRefSuccess0.000
JLS3 - testMemberRefSuccess0.000
JLS2 - testMethodRefSuccess0.000
JLS3 - testMethodRefSuccess0.000
JLS2 - testMethodRefParameterSuccess0.000
JLS3 - testMethodRefParameterSuccess0.016
JLS2 - testBlockSuccess0.000
JLS3 - testBlockSuccess0.000
JLS2 - testMethodInvocationSuccess0.000
JLS3 - testMethodInvocationSuccess0.000
JLS2 - testExpressionStatementSuccess0.000
JLS3 - testExpressionStatementSuccess0.000
JLS2 - testVariableDeclarationStatementSuccess0.000
JLS3 - testVariableDeclarationStatementSuccess0.000
JLS2 - testTypeDeclarationStatementSuccess0.000
JLS3 - testTypeDeclarationStatementSuccess0.015
JLS2 - testVariableDeclarationExpressionSuccess0.000
JLS3 - testVariableDeclarationExpressionSuccess0.000
JLS2 - testFieldDeclarationSuccess0.000
JLS3 - testFieldDeclarationSuccess0.000
JLS2 - testAssignmentSuccess0.000
JLS3 - testAssignmentSuccess0.000
JLS2 - testBreakStatementSuccess0.000
JLS3 - testBreakStatementSuccess0.000
JLS2 - testContinueStatementSuccess0.000
JLS3 - testContinueStatementSuccess0.016
JLS2 - testIfStatementSuccess0.000
JLS3 - testIfStatementSuccess0.000
JLS2 - testWhileStatementSuccess0.000
JLS3 - testWhileStatementSuccess0.000
JLS2 - testDoStatementSuccess0.000
JLS3 - testDoStatementSuccess0.000
JLS2 - testTryStatementSuccess0.015
JLS3 - testTryStatementSuccess0.000
JLS2 - testCatchClauseSuccess0.000
JLS3 - testCatchClauseSuccess0.000
JLS2 - testEmptyStatementSuccess0.000
JLS3 - testEmptyStatementSuccess0.000
JLS2 - testReturnStatementSuccess0.000
JLS3 - testReturnStatementSuccess0.000
JLS2 - testThrowStatementSuccess0.000
JLS3 - testThrowStatementSuccess0.000
JLS2 - testAssertStatementSuccess0.000
JLS3 - testAssertStatementSuccess0.000
JLS2 - testSwitchStatementSuccess0.016
JLS3 - testSwitchStatementSuccess0.000
JLS2 - testSwitchCaseSuccess0.000
JLS3 - testSwitchCaseSuccess0.000
JLS2 - testSynchronizedStatementSuccess0.000
JLS3 - testSynchronizedStatementSuccess0.000
JLS2 - testLabeledStatementSuccess0.000
JLS3 - testLabeledStatementSuccess0.000
JLS2 - testCloneSuccess0.031
JLS3 - testCloneSuccess0.016
JLS2 - testNullResolveSuccess0.000
JLS3 - testNullResolveSuccess0.000
JLS2 - testForStatementSuccess0.000
JLS3 - testForStatementSuccess0.000
JLS2 - testEnhancedForStatementSuccess0.000
JLS3 - testEnhancedForStatementSuccess0.016
JLS2 - testConstructorInvocationSuccess0.000
JLS3 - testConstructorInvocationSuccess0.000
JLS2 - testSuperConstructorInvocationSuccess0.000
JLS3 - testSuperConstructorInvocationSuccess0.000
JLS2 - testThisExpressionSuccess0.000
JLS3 - testThisExpressionSuccess0.000
JLS2 - testFieldAccessSuccess0.000
JLS3 - testFieldAccessSuccess0.000
JLS2 - testSuperFieldAccessSuccess0.000
JLS3 - testSuperFieldAccessSuccess0.000
JLS2 - testSuperMethodInvocationSuccess0.000
JLS3 - testSuperMethodInvocationSuccess0.015
JLS2 - testTypeLiteralSuccess0.000
JLS3 - testTypeLiteralSuccess0.000
JLS2 - testCastExpressionSuccess0.000
JLS3 - testCastExpressionSuccess0.000
JLS2 - testPrefixExpressionSuccess0.000
JLS3 - testPrefixExpressionSuccess0.000
JLS2 - testPostfixExpressionSuccess0.235
JLS3 - testPostfixExpressionSuccess0.000
JLS2 - testInfixExpressionSuccess0.000
JLS3 - testInfixExpressionSuccess0.015
JLS2 - testInstanceofExpressionSuccess0.000
JLS3 - testInstanceofExpressionSuccess0.000
JLS2 - testConditionalExpressionSuccess0.000
JLS3 - testConditionalExpressionSuccess0.000
JLS2 - testArrayAccessSuccess0.000
JLS3 - testArrayAccessSuccess0.000
JLS2 - testArrayInitializerSuccess0.000
JLS3 - testArrayInitializerSuccess0.000
JLS2 - testClassInstanceCreationSuccess0.016
JLS3 - testClassInstanceCreationSuccess0.000
JLS2 - testAnonymousClassDeclarationSuccess0.000
JLS3 - testAnonymousClassDeclarationSuccess0.000
JLS2 - testArrayCreationSuccess0.000
JLS3 - testArrayCreationSuccess0.000
JLS2 - testParenthesizedExpressionSuccess0.000
JLS3 - testParenthesizedExpressionSuccess0.000
JLS2 - testAnnotationTypeDeclarationSuccess0.000
JLS3 - testAnnotationTypeDeclarationSuccess0.000
JLS2 - testAnnotationTypeMemberDeclarationSuccess0.000
JLS3 - testAnnotationTypeMemberDeclarationSuccess0.015
JLS2 - testNormalAnnotationSuccess0.000
JLS3 - testNormalAnnotationSuccess0.000
JLS2 - testMarkerAnnotationSuccess0.000
JLS3 - testMarkerAnnotationSuccess0.000
JLS2 - testSingleMemberAnnotationSuccess0.000
JLS3 - testSingleMemberAnnotationSuccess0.000
JLS2 - testMemberValuePairSuccess0.000
JLS3 - testMemberValuePairSuccess0.000
JLS2 - testModifiersSuccess0.000
JLS3 - testModifiersSuccess0.016
JLS2 - testSubtreeBytesSuccess0.000
JLS3 - testSubtreeBytesSuccess0.000
JLS2 - testNodeTypeConstantsSuccess0.000
JLS3 - testNodeTypeConstantsSuccess0.000
JLS2 - testSimpleNameSuccess0.000
JLS3 - testSimpleNameSuccess0.000
JLS2 - testQualifiedNameSuccess0.000
JLS3 - testQualifiedNameSuccess0.016
JLS2 - testNullLiteralSuccess0.000
JLS3 - testNullLiteralSuccess0.000
JLS2 - testBooleanLiteralSuccess0.000
JLS3 - testBooleanLiteralSuccess0.000
JLS2 - testStringLiteralSuccess0.000
JLS3 - testStringLiteralSuccess0.000
JLS2 - testCharacterLiteralSuccess0.000
JLS3 - testCharacterLiteralSuccess0.000
JLS2 - testNumberLiteralSuccess0.000
JLS3 - testNumberLiteralSuccess0.000
JLS2 - testSimpleTypeSuccess0.000
JLS3 - testSimpleTypeSuccess0.000
JLS2 - testPrimitiveTypeSuccess0.000
JLS3 - testPrimitiveTypeSuccess0.000
JLS2 - testArrayTypeSuccess0.000
JLS3 - testArrayTypeSuccess0.000
JLS2 - testParameterizedTypeSuccess0.000
JLS3 - testParameterizedTypeSuccess0.000
JLS2 - testQualifiedTypeSuccess0.000
JLS3 - testQualifiedTypeSuccess0.000
JLS2 - testWildcardTypeSuccess0.000
JLS3 - testWildcardTypeSuccess0.000
JLS2 - testPackageDeclarationSuccess0.000
JLS3 - testPackageDeclarationSuccess0.000
JLS2 - testImportDeclarationSuccess0.000
JLS3 - testImportDeclarationSuccess0.000
JLS2 - testCompilationUnitSuccess0.015
JLS3 - testCompilationUnitSuccess0.000
JLS2 - testTypeDeclarationSuccess0.000
JLS3 - testTypeDeclarationSuccess0.000
JLS2 - testEnumDeclarationSuccess0.000
JLS3 - testEnumDeclarationSuccess0.000
JLS2 - testEnumConstantDeclarationSuccess0.000
JLS3 - testEnumConstantDeclarationSuccess0.000
JLS2 - testSingleVariableDeclarationSuccess0.000
JLS3 - testSingleVariableDeclarationSuccess0.000
JLS2 - testVariableDeclarationFragmentSuccess0.000
JLS3 - testVariableDeclarationFragmentSuccess0.000
JLS2 - testMethodDeclarationSuccess0.000
JLS3 - testMethodDeclarationSuccess0.000
JLS2 - testInitializerSuccess0.000
JLS3 - testInitializerSuccess0.000
JLS2 - testJavadocSuccess0.016
JLS3 - testJavadocSuccess0.000
JLS2 - testBlockCommentSuccess0.000
JLS3 - testBlockCommentSuccess0.000
JLS2 - testLineCommentSuccess0.000
JLS3 - testLineCommentSuccess0.000
JLS2 - testTagElementSuccess0.000
JLS3 - testTagElementSuccess0.000
JLS2 - testTextElementSuccess0.000
JLS3 - testTextElementSuccess0.000
JLS2 - testMemberRefSuccess0.000
JLS3 - testMemberRefSuccess0.000
JLS2 - testMethodRefSuccess0.000
JLS3 - testMethodRefSuccess0.000
JLS2 - testMethodRefParameterSuccess0.000
JLS3 - testMethodRefParameterSuccess0.000
JLS2 - testBlockSuccess0.000
JLS3 - testBlockSuccess0.000
JLS2 - testMethodInvocationSuccess0.000
JLS3 - testMethodInvocationSuccess0.000
JLS2 - testExpressionStatementSuccess0.000
JLS3 - testExpressionStatementSuccess0.000
JLS2 - testVariableDeclarationStatementSuccess0.000
JLS3 - testVariableDeclarationStatementSuccess0.000
JLS2 - testTypeDeclarationStatementSuccess0.016
JLS3 - testTypeDeclarationStatementSuccess0.000
JLS2 - testVariableDeclarationExpressionSuccess0.000
JLS3 - testVariableDeclarationExpressionSuccess0.000
JLS2 - testFieldDeclarationSuccess0.000
JLS3 - testFieldDeclarationSuccess0.000
JLS2 - testAssignmentSuccess0.000
JLS3 - testAssignmentSuccess0.000
JLS2 - testBreakStatementSuccess0.000
JLS3 - testBreakStatementSuccess0.000
JLS2 - testContinueStatementSuccess0.000
JLS3 - testContinueStatementSuccess0.000
JLS2 - testIfStatementSuccess0.000
JLS3 - testIfStatementSuccess0.000
JLS2 - testWhileStatementSuccess0.000
JLS3 - testWhileStatementSuccess0.000
JLS2 - testDoStatementSuccess0.000
JLS3 - testDoStatementSuccess0.000
JLS2 - testTryStatementSuccess0.000
JLS3 - testTryStatementSuccess0.000
JLS2 - testCatchClauseSuccess0.000
JLS3 - testCatchClauseSuccess0.000
JLS2 - testEmptyStatementSuccess0.000
JLS3 - testEmptyStatementSuccess0.000
JLS2 - testReturnStatementSuccess0.000
JLS3 - testReturnStatementSuccess0.000
JLS2 - testThrowStatementSuccess0.000
JLS3 - testThrowStatementSuccess0.000
JLS2 - testAssertStatementSuccess0.000
JLS3 - testAssertStatementSuccess0.000
JLS2 - testSwitchStatementSuccess0.000
JLS3 - testSwitchStatementSuccess0.015
JLS2 - testSwitchCaseSuccess0.000
JLS3 - testSwitchCaseSuccess0.000
JLS2 - testSynchronizedStatementSuccess0.000
JLS3 - testSynchronizedStatementSuccess0.000
JLS2 - testLabeledStatementSuccess0.000
JLS3 - testLabeledStatementSuccess0.000
JLS2 - testForStatementSuccess0.000
JLS3 - testForStatementSuccess0.000
JLS2 - testEnhancedForStatementSuccess0.000
JLS3 - testEnhancedForStatementSuccess0.016
JLS2 - testConstructorInvocationSuccess0.000
JLS3 - testConstructorInvocationSuccess0.000
JLS2 - testSuperConstructorInvocationSuccess0.000
JLS3 - testSuperConstructorInvocationSuccess0.000
JLS2 - testThisExpressionSuccess0.000
JLS3 - testThisExpressionSuccess0.000
JLS2 - testFieldAccessSuccess0.000
JLS3 - testFieldAccessSuccess0.000
JLS2 - testSuperFieldAccessSuccess0.000
JLS3 - testSuperFieldAccessSuccess0.000
JLS2 - testSuperMethodInvocationSuccess0.000
JLS3 - testSuperMethodInvocationSuccess0.000
JLS2 - testTypeLiteralSuccess0.000
JLS3 - testTypeLiteralSuccess0.000
JLS2 - testCastExpressionSuccess0.000
JLS3 - testCastExpressionSuccess0.000
JLS2 - testPrefixExpressionSuccess0.000
JLS3 - testPrefixExpressionSuccess0.000
JLS2 - testPostfixExpressionSuccess0.000
JLS3 - testPostfixExpressionSuccess0.000
JLS2 - testInfixExpressionSuccess0.000
JLS3 - testInfixExpressionSuccess0.000
JLS2 - testInstanceofExpressionSuccess0.000
JLS3 - testInstanceofExpressionSuccess0.000
JLS2 - testConditionalExpressionSuccess0.000
JLS3 - testConditionalExpressionSuccess0.015
JLS2 - testArrayAccessSuccess0.000
JLS3 - testArrayAccessSuccess0.000
JLS2 - testArrayInitializerSuccess0.000
JLS3 - testArrayInitializerSuccess0.000
JLS2 - testClassInstanceCreationSuccess0.000
JLS3 - testClassInstanceCreationSuccess0.000
JLS2 - testAnonymousClassDeclarationSuccess0.000
JLS3 - testAnonymousClassDeclarationSuccess0.000
JLS2 - testArrayCreationSuccess0.000
JLS3 - testArrayCreationSuccess0.000
JLS2 - testParenthesizedExpressionSuccess0.000
JLS3 - testParenthesizedExpressionSuccess0.000
JLS2 - testAnnotationTypeDeclarationSuccess0.000
JLS3 - testAnnotationTypeDeclarationSuccess0.000
JLS2 - testAnnotationTypeMemberDeclarationSuccess0.000
JLS3 - testAnnotationTypeMemberDeclarationSuccess0.000
JLS2 - testNormalAnnotationSuccess0.000
JLS3 - testNormalAnnotationSuccess0.000
JLS2 - testMarkerAnnotationSuccess0.000
JLS3 - testMarkerAnnotationSuccess0.000
JLS2 - testSingleMemberAnnotationSuccess0.000
JLS3 - testSingleMemberAnnotationSuccess0.000
JLS2 - testMemberValuePairSuccess0.000
JLS3 - testMemberValuePairSuccess0.000
JLS2 - testModifierSuccess0.000
JLS3 - testModifierSuccess0.016
JLS2 - testPrePostSuccess0.000
JLS3 - testPrePostSuccess0.000
JLS2 - testTraverseAndModifySuccess0.000
JLS3 - testTraverseAndModifySuccess0.000
JLS2 - testTraverseAndModify_2Success0.000
JLS3 - testTraverseAndModify_2Success0.000
JLS2 - testTraverseAndModify_3Success0.000
JLS3 - testTraverseAndModify_3Success0.000
JLS2 - testTraverseAndModify_4Success0.000
JLS3 - testTraverseAndModify_4Success0.000
JLS2 - testSimpleNameSuccess0.016
JLS3 - testSimpleNameSuccess0.000
JLS2 - testQualifiedNameSuccess0.000
JLS3 - testQualifiedNameSuccess0.000
JLS2 - testNullLiteralSuccess0.000
JLS3 - testNullLiteralSuccess0.000
JLS2 - testBooleanLiteralSuccess0.000
JLS3 - testBooleanLiteralSuccess0.000
JLS2 - testStringLiteralSuccess0.000
JLS3 - testStringLiteralSuccess0.000
JLS2 - testCharacterLiteralSuccess0.000
JLS3 - testCharacterLiteralSuccess0.000
JLS2 - testNumberLiteralSuccess0.000
JLS3 - testNumberLiteralSuccess0.000
JLS2 - testSimpleTypeSuccess0.000
JLS3 - testSimpleTypeSuccess0.000
JLS2 - testPrimitiveTypeSuccess0.000
JLS3 - testPrimitiveTypeSuccess0.015
JLS2 - testArrayTypeSuccess0.000
JLS3 - testArrayTypeSuccess0.000
JLS2 - testParameterizedTypeSuccess0.000
JLS3 - testParameterizedTypeSuccess0.000
JLS2 - testQualifiedTypeSuccess0.000
JLS3 - testQualifiedTypeSuccess0.000
JLS2 - testWildcardTypeSuccess0.000
JLS3 - testWildcardTypeSuccess0.000
JLS2 - testPackageDeclarationSuccess0.000
JLS3 - testPackageDeclarationSuccess0.000
JLS2 - testImportDeclarationSuccess0.000
JLS3 - testImportDeclarationSuccess0.000
JLS2 - testCompilationUnitSuccess0.000
JLS3 - testCompilationUnitSuccess0.000
JLS2 - testTypeDeclarationSuccess0.000
JLS3 - testTypeDeclarationSuccess0.000
JLS2 - testEnumDeclarationSuccess0.000
JLS3 - testEnumDeclarationSuccess0.000
JLS2 - testEnumConstantDeclarationSuccess0.000
JLS3 - testEnumConstantDeclarationSuccess0.000
JLS2 - testTypeParameterSuccess0.000
JLS3 - testTypeParameterSuccess0.000
JLS2 - testSingleVariableDeclarationSuccess0.000
JLS3 - testSingleVariableDeclarationSuccess0.000
JLS2 - testVariableDeclarationFragmentSuccess0.000
JLS3 - testVariableDeclarationFragmentSuccess0.016
JLS2 - testMethodDeclarationSuccess0.000
JLS3 - testMethodDeclarationSuccess0.000
JLS2 - testInitializerSuccess0.000
JLS3 - testInitializerSuccess0.000
JLS2 - testJavadocSuccess0.000
JLS3 - testJavadocSuccess0.000
JLS2 - testBlockCommentSuccess0.016
JLS3 - testBlockCommentSuccess0.000
JLS2 - testLineCommentSuccess0.000
JLS3 - testLineCommentSuccess0.000
JLS2 - testTagElementSuccess0.000
JLS3 - testTagElementSuccess0.000
JLS2 - testTextElementSuccess0.000
JLS3 - testTextElementSuccess0.000
JLS2 - testMemberRefSuccess0.000
JLS3 - testMemberRefSuccess0.000
JLS2 - testMethodRefSuccess0.000
JLS3 - testMethodRefSuccess0.000
JLS2 - testMethodRefParameterSuccess0.000
JLS3 - testMethodRefParameterSuccess0.000
JLS2 - testBlockSuccess0.000
JLS3 - testBlockSuccess0.000
JLS2 - testMethodInvocationSuccess0.000
JLS3 - testMethodInvocationSuccess0.000
JLS2 - testExpressionStatementSuccess0.000
JLS3 - testExpressionStatementSuccess0.000
JLS2 - testVariableDeclarationStatementSuccess0.000
JLS3 - testVariableDeclarationStatementSuccess0.000
JLS2 - testTypeDeclarationStatementSuccess0.000
JLS3 - testTypeDeclarationStatementSuccess0.000
JLS2 - testVariableDeclarationExpressionSuccess0.000
JLS3 - testVariableDeclarationExpressionSuccess0.015
JLS2 - testFieldDeclarationSuccess0.000
JLS3 - testFieldDeclarationSuccess0.000
JLS2 - testAssignmentSuccess0.000
JLS3 - testAssignmentSuccess0.000
JLS2 - testBreakStatementSuccess0.000
JLS3 - testBreakStatementSuccess0.000
JLS2 - testContinueStatementSuccess0.000
JLS3 - testContinueStatementSuccess0.000
JLS2 - testIfStatementSuccess0.000
JLS3 - testIfStatementSuccess0.000
JLS2 - testWhileStatementSuccess0.000
JLS3 - testWhileStatementSuccess0.000
JLS2 - testDoStatementSuccess0.000
JLS3 - testDoStatementSuccess0.000
JLS2 - testTryStatementSuccess0.000
JLS3 - testTryStatementSuccess0.000
JLS2 - testCatchClauseSuccess0.000
JLS3 - testCatchClauseSuccess0.000
JLS2 - testEmptyStatementSuccess0.000
JLS3 - testEmptyStatementSuccess0.000
JLS2 - testReturnStatementSuccess0.000
JLS3 - testReturnStatementSuccess0.000
JLS2 - testThrowStatementSuccess0.016
JLS3 - testThrowStatementSuccess0.000
JLS2 - testAssertStatementSuccess0.000
JLS3 - testAssertStatementSuccess0.000
JLS2 - testSwitchStatementSuccess0.000
JLS3 - testSwitchStatementSuccess0.000
JLS2 - testSwitchCaseSuccess0.000
JLS3 - testSwitchCaseSuccess0.000
JLS2 - testSynchronizedStatementSuccess0.015
JLS3 - testSynchronizedStatementSuccess0.000
JLS2 - testLabeledStatementSuccess0.000
JLS3 - testLabeledStatementSuccess0.000
JLS2 - testForStatementSuccess0.000
JLS3 - testForStatementSuccess0.000
JLS2 - testEnhancedForStatementSuccess0.000
JLS3 - testEnhancedForStatementSuccess0.000
JLS2 - testConstructorInvocationSuccess0.000
JLS3 - testConstructorInvocationSuccess0.000
JLS2 - testSuperConstructorInvocationSuccess0.000
JLS3 - testSuperConstructorInvocationSuccess0.000
JLS2 - testThisExpressionSuccess0.000
JLS3 - testThisExpressionSuccess0.000
JLS2 - testFieldAccessSuccess0.000
JLS3 - testFieldAccessSuccess0.000
JLS2 - testSuperFieldAccessSuccess0.000
JLS3 - testSuperFieldAccessSuccess0.000
JLS2 - testSuperMethodInvocationSuccess0.000
JLS3 - testSuperMethodInvocationSuccess0.000
JLS2 - testTypeLiteralSuccess0.000
JLS3 - testTypeLiteralSuccess0.000
JLS2 - testCastExpressionSuccess0.000
JLS3 - testCastExpressionSuccess0.000
JLS2 - testPrefixExpressionSuccess0.000
JLS3 - testPrefixExpressionSuccess0.016
JLS2 - testPostfixExpressionSuccess0.000
JLS3 - testPostfixExpressionSuccess0.000
JLS2 - testInfixExpressionSuccess0.000
JLS3 - testInfixExpressionSuccess0.000
JLS2 - testConditionalExpressionSuccess0.000
JLS3 - testConditionalExpressionSuccess0.000
JLS2 - testArrayAccessSuccess0.000
JLS3 - testArrayAccessSuccess0.000
JLS2 - testArrayInitializerSuccess0.000
JLS3 - testArrayInitializerSuccess0.000
JLS2 - testClassInstanceCreationSuccess0.000
JLS3 - testClassInstanceCreationSuccess0.000
JLS2 - testAnonymousClassDeclarationSuccess0.000
JLS3 - testAnonymousClassDeclarationSuccess0.000
JLS2 - testArrayCreationSuccess0.000
JLS3 - testArrayCreationSuccess0.000
JLS2 - testParenthesizedExpressionSuccess0.000
JLS3 - testParenthesizedExpressionSuccess0.000
JLS2 - testAnnotationTypeDeclarationSuccess0.000
JLS3 - testAnnotationTypeDeclarationSuccess0.000
JLS2 - testAnnotationTypeMemberDeclarationSuccess0.000
JLS3 - testAnnotationTypeMemberDeclarationSuccess0.000
JLS2 - testNormalAnnotationSuccess0.000
JLS3 - testNormalAnnotationSuccess0.016
JLS2 - testMarkerAnnotationSuccess0.000
JLS3 - testMarkerAnnotationSuccess0.000
JLS2 - testSingleMemberAnnotationSuccess0.000
JLS3 - testSingleMemberAnnotationSuccess0.000
JLS2 - testLocationInParentSuccess0.015
JLS3 - testLocationInParentSuccess0.000
JLS2 - testStructuralPropertiesSuccess0.016
JLS3 - testStructuralPropertiesSuccess0.016
JLS2 - testProtectSuccess0.031
JLS3 - testProtectSuccess0.047
JLS2 - testDeleteSuccess0.000
JLS3 - testDeleteSuccess0.000
JLS2 - testCreateInstanceSuccess0.015
JLS3 - testCreateInstanceSuccess0.000
JLS2 - testNodeClassForTypeSuccess0.000
JLS3 - testNodeClassForTypeSuccess0.000
JLS2 - testKConstantsSuccess0.000
JLS3 - testKConstantsSuccess0.000
JLS2 - testSettingSuccess0.000
JLS3 - testSettingSuccess0.000
testWildCardSuccess0.015
testTopLevelType3Success0.000
testTopLevelType2Success0.032
testTopLevelType1Success0.000
testRawBinaryTypeSuccess0.000
testParameterizedBinaryMethodSuccess0.015
testParameterizedBinaryTypeSuccess0.000
testPackage2Success0.016
testPackage1Success0.000
testMethod9Success0.000
testMethod8Success0.015
testMethod7Success0.000
testMethod6Success0.000
testMethod5Success0.016
testMethod4Success0.000
testMethod3Success0.016
testMethod2Success0.000
testMethod1Success0.000
testMemberTypeSuccess0.015
testLocalVariable3Success0.016
testLocalVariable2Success0.000
testLocalVariable1Success0.016
testLocalType2Success0.078
testLocalTypeSuccess0.000
testField2Success0.000
testField1Success0.015
testCreateBindings18Success0.344
testCreateBindings17Success0.328
testCreateBindings16Success0.328
testCreateBindings15Success0.344
testCreateBindings14Success0.000
testCreateBindings13Success0.016
testCreateBindings12Success0.000
testCreateBindings11Success0.015
testCreateBindings10Success0.000
testCreateBindings09Success0.016
testCreateBindings08Success0.000
testCreateBindings07Success0.000
testCreateBindings06Success0.016
testCreateBindings05Success0.000
testCreateBindings04Success0.015
testCreateBindings03Success0.000
testCreateBindings02Success0.000
testCreateBindings01Success0.016
testBinaryMemberTypeFromAnonymousClassFile2Success0.031
testBinaryMemberTypeFromAnonymousClassFile1Success0.000
testBinaryType2Success0.156
testBinaryTypeSuccess0.016
testBinaryMemberTypeConstructorSuccess0.016
testBinaryMethodSuccess0.015
testArrayType2Success0.000
testArrayType1Success0.000
testAnonymousType2Success0.016
testAnonymousTypeSuccess0.000
testTypeParameterSuccess0.000
test071Success0.015
test070Success0.032
test069Success0.015
test068Success0.672
test067Success0.016
test066Success0.062
test065Success0.016
test064Success0.015
test063Success0.032
test062Success0.000
test061Success0.015
test060Success0.016
test059Success0.000
test058Success0.016
test057Success0.000
test056Success0.531
test055Success0.015
test054Success0.000
test053Success0.047
test052Success0.032
test051Success0.000
test050Success0.015
test049Success0.000
test048Success0.000
test047Success0.000
test046Success0.000
test045Success0.016
test044Success0.000
test043Success0.015
test042Success0.000
test041Success0.032
test040Success0.000
test039Success0.015
test038Success0.016
test037Success0.000
test036Success0.016
test035Success0.015
test034Success0.000
test033Success0.016
test032Success0.000
test031Success0.015
test030Success0.016
test029Success0.016
test028Success0.000
test027Success0.015
test026Success0.016
test025Success0.016
test024Success0.000
test023Success0.015
test022Success0.000
test021Success0.000
test020Success0.016
test019Success0.015
test018Success0.000
test017Success0.032
test016Success0.000
test015Success0.015
test014Success0.016
test013Success0.000
test012Success0.016
test011Success0.000
test010Success0.015
test009Success0.000
test008Success0.016
test007Success0.000
test006Success0.015
test005Success0.000
test004Success0.016
test003Success0.000
test002Success0.016
test001Success0.000
test034Success0.032
test033Success0.000
test032Success0.468
test031Success0.016
test030Success0.000
test029Success0.016
test028Success0.015
test027Success0.000
test026Success0.016
test025Success0.000
test024Success0.000
test023Success0.016
test022Success0.000
test021Success0.015
test020Success0.000
test019Success0.016
test018Success0.000
test017Success0.000
test016Success0.015
test015Success0.016
test014Success0.000
test013Success0.000
test012Success0.578
test011Success0.016
test010Success0.000
test009Success0.015
test008Success0.000
test007Success0.016
test006Success0.000
test005Success0.000
test004Success0.000
test003Success0.016
test002Success0.000
test001Success0.000
testSuperMethodInvocation2Success0.687
testSuperFieldInvocationSuccess0.532
testSuperConstructorInvocation4Success0.547
testSuperConstructorInvocation2Success0.515
testMethodInvocation2Success0.516
testMethodInvocation1Success0.531
testMethodParamsRenameReorderSuccess0.516
testClassInstanceCreation2Success0.593
testCastExpression_bug28824Success0.516
testParenthesizedExpressionSuccess0.563
testArrayCreationSuccess0.578
testClassInstanceCreationSuccess0.500
testArrayInitializerSuccess0.593
testArrayAccessSuccess0.516
testConditionalExpressionSuccess0.500
testInstanceofExpressionSuccess0.563
testInfixExpressionSuccess0.562
testPostfixExpressionSuccess0.516
testPrefixExpressionSuccess0.515
testCastExpressionSuccess0.578
testTypeLiteralSuccess0.547
testSuperMethodInvocationSuccess0.563
testFieldAccessSuccess0.562
testThisExpressionSuccess0.578
testSuperConstructorInvocationSuccess0.563
testCatchClauseSuccess0.531
testAssignmentSuccess0.485
testMethodInvocationSuccess0.547
testNumberLiteralSuccess0.484
testCharacterLiteralSuccess0.579
testStringLiteralSuccess0.500
testBooleanLiteralSuccess0.546
testSimpleNameSuccess0.531
testTargetSourceRangeComputerSuccess0.547
testRemoveInsert7BeforeSuccess0.547
testRemoveInsert7Success0.563
testRemoveInsert6BeforeSuccess0.562
testRemoveInsert6Success0.563
testRemoveInsert5BeforeSuccess0.562
testRemoveInsert5Success0.578
testRemoveInsert4BeforeSuccess0.485
testRemoveInsert4Success1.062
testRemoveInsert3BeforeSuccess0.563
testRemoveInsert2BeforeSuccess0.515
testRemoveInsert1BeforeSuccess0.547
testRemoveInsert3Success0.563
testRemoveInsert2Success0.593
testRemoveInsert1Success0.485
testRemove4Success0.547
testRemove3Success0.531
testRemove2Success0.578
testRemove1Success0.547
testInsert3BeforeSuccess0.578
testInsert2BeforeSuccess0.562
testInsert1BeforeSuccess0.547
testInsert2Success0.594
testInsert3Success0.516
testInsert1Success0.500
testAnnotationsSuccess0.531
testMethodDeclChangesBug77538Success0.531
testEnumConstantDeclaration_bug114119Success0.563
testEnumConstantDeclaration2Success0.578
testEnumConstantDeclaration1Success0.515
testAnnotationTypeMemberSuccess0.500
testVarArgsSuccess0.500
testInsertFieldAfterSuccess0.547
testMethodComments4Success0.563
testBUG_38447Success0.531
testMethodComments3Success0.609
testMethodComments2Success0.469
testMethodComments1Success0.578
testMethodDeclaration_bug24916Success0.547
testMethodDeclarationParamShuffel1Success0.531
testMethodDeclarationParamShuffelSuccess0.547
testModifiersAST3WithAnnotations2Success0.594
testModifiersAST3WithAnnotationsSuccess0.500
testModifiersAST3Success0.891
testMethodDeclarationExtraDimensionsSuccess0.703
testMethodBodySuccess0.531
testListCombination2Success0.672
testListCombinationSuccess0.594
testListCombinationsSuccess0.531
testListInsertSuccess1.016
testListInsertsSuccess0.625
testListRemoves2Success0.703
testListRemovesSuccess0.562
testMethodReturnTypeChanges2AST3Success0.516
testMethodReturnTypeChangesAST3Success0.890
testMethodReturnTypeChanges2Success0.469
testMethodReturnTypeChangesSuccess0.797
testMethodTypeParameterRemovesSuccess0.563
testMethodTypeParameterAddsSuccess0.562
testMethodDeclChangesSuccess0.641
testFieldDeclarationSuccess0.953
testInitializerSuccess0.719
testNestedCopiesSuccess0.796
testMoveForStatementToForBlockSuccess0.657
testMoveForStatementToForBlockCDSuccess0.484
testReplaceMoveMultipleSuccess0.563
testMoveMultipleNodes4Success0.515
testMoveMultipleNodes3Success0.578
testMoveMultipleNodes2Success0.532
testMoveMultipleNodesSuccess0.578
testMultipleCopiesOfSameNodeAndMoveSuccess0.484
testCopyMultipleNodes4Success1.141
testCopyMultipleNodes3Success0.484
testCopyMultipleNodes2Success0.547
testCopyMultipleNodes1Success0.562
testCopyMultipleNodes0Success0.579
testCopyMultipleNodesSuccess0.515
testMultipleCopiesOfSameNodeSuccess0.547
testSwapSuccess0.563
testSwapCDSuccess0.562
testChangesInMoveSuccess0.547
testChangesInMoveCDSuccess0.750
testCopyFromDeletedSuccess0.516
testMoveStatementsSuccess0.562
testMoveStatementsCDSuccess0.547
testMoveDeclDifferentLevelSuccess0.547
testMoveDeclDifferentLevelCDSuccess0.578
testMoveDeclSameLevelSuccess0.562
testMoveDeclSameLevelCDSuccess0.516
testMoveSuccess0.547
testInsertCommentSuccess0.547
testInsertCodeSuccess0.547
testWhileStatement1Success0.562
testIfStatementReplaceElse4Success0.547
testIfStatementReplaceElse3Success0.578
testIfStatementReplaceElse2Success0.516
testIfStatementReplaceElse1Success0.531
testIfStatement_bug48988Success0.516
testIfStatement6Success0.500
testIfStatement5Success0.828
testIfStatement4Success0.515
testIfStatement3Success0.813
testIfStatement2Success0.516
testIfStatement1Success0.688
testForStatement2Success0.547
testForStatement1Success0.593
testDoStatement1Success0.438
testConstructorInvocation2Success0.578
testReplace2Success0.531
testReplace1Success0.547
testRemove3Success0.531
testRemove2Success0.547
testRemove1Success0.563
testInsert2Success0.547
testInsert3Success0.546
testInsert1Success0.563
testConstructorInvocationSuccess0.547
testForStatementSuccess0.687
testLabeledStatementSuccess0.703
testSynchronizedStatementSuccess0.485
testSwitchStatementSuccess0.547
testAssertStatementSuccess0.562
testThrowStatementSuccess0.547
testReturnStatementSuccess0.547
testTryStatementSuccess0.625
testDoStatementSuccess0.703
testWhileStatementSuccess0.547
testIfStatementSuccess0.547
testContinueStatementSuccess0.578
testBreakStatementSuccess0.609
testTypeDeclarationStatementSuccess0.532
testVariableDeclarationStatementSuccess0.562
testExpressionStatementSuccess0.547
testNamesWithPlaceholderSuccess0.562
testNamesWithMove3Success0.532
testNamesWithMove2Success0.562
testNamesWithMove1Success0.531
testNamesWithReplaceSuccess0.563
testNamesWithInsertSuccess0.609
testNamesWithDeleteSuccess1.016
testChangeTagElementSuccess0.562
testMoveTagsSuccess0.672
testRemoveJavadoc2Success0.547
testRemoveJavadocSuccess0.547
testAddJavadoc2Success0.516
testAddJavadocSuccess0.547
testTagRemoveInsertSuccess0.609
testTagRemove4Success0.672
testTagRemove3Success0.562
testTagRemove2Success0.516
testTagRemove1Success0.547
testTagInsert4Success0.547
testTagInsert3Success0.562
testTagInsert2Success0.578
testTagInsert1Success0.516
testSeeTagParamInsert2Success0.781
testSeeTagParamInsert1Success0.485
testSeeTag3Success0.796
testSeeTag2Success0.547
testSeeTag1Success0.547
testParamNameSuccess0.547
testAnnotationTypeDeclaration1Success0.531
testEnumDeclaration7Success0.547
testEnumDeclaration6Success0.547
testEnumDeclaration5Success0.531
testEnumDeclaration4Success0.594
testEnumDeclaration3Success0.516
testEnumDeclaration2Success0.578
testEnumDeclaration1Success0.515
testTypeDeclSpacingFieldsSuccess0.813
testTypeDeclSpacingMethods2Success0.797
testTypeDeclSpacingMethods1Success0.562
testCompilationUnit2Success0.532
testBug22161Success0.546
testTypeParametersSuccess0.547
testTypeDeclInsertFields1Success0.610
testTypeDeclInsertsSuccess0.484
testTypeDeclRemovesSuccess0.750
testTypeDeclChanges2Success0.547
testTypeDeclChangesSuccess0.578
testAnonymousClassDeclarationSuccess0.500
testVariableDeclarationFragmentSuccess1.125
testSingleVariableDeclarationSuccess0.547
testEnumDeclarationSuccess0.516
testCompilationUnitSuccess0.546
testImportDeclarationSuccess0.500
testPackageDeclarationSuccess0.563
testWildcardTypeSuccess0.594
testCollapsedTargetNodes2Success0.484
testCollapsedTargetNodesSuccess0.578
testAddIndentsSuccess0.516
testRemoveIndentsSuccess0.562
testAddedRemovedImportsAPISuccess0.625
testImportStructureWithSignatures2Success0.641
testImportStructureWithSignaturesSuccess1.062
testAddStaticImports3Success0.485
testAddStaticImports2Success0.547
testAddStaticImports1Success0.562
testAddImports_bug121428Success0.578
testAddImports_bug42637Success0.516
testAddImports_bug25113Success0.562
testAddImports_bug23078Success1.047
testRemoveImports2Success0.563
testRemoveImports1Success0.734
testAddImports3Success0.828
testAddImports2Success0.532
testAddImports1Success0.484
testCommentAtEndSuccess0.547
testBug128818Success0.547
testBug114418Success0.547
testBug95839Success0.531
testBug103340Success0.515
testCommentInTypeSuccess0.532
testCommentInListsSuccess0.687
testLineCommentEndOffsetsMixedLineDelimiterSuccess0.656
testLineCommentEndOffsetsSuccess0.782
testRemoveSuccess0.625
testEmptyLineCommentsSuccess0.531
test0000Success0.016
test0004Success0.015
test0003Success0.016
test0002Success0.031
test0001Success0.016
test0012Success0.000
test0011Success0.000
test0010Success0.000
test0007Success0.015
test0006Success0.032
test0004Success0.015
test0003Success0.016
test0002Success0.031
test0001Success0.016
test0006Success0.031
test0005Success0.266
test0004Success0.016
test0003Success0.015
test0002Success0.016
test0001Success0.015
test0011Success0.016
test0010Success0.015
test0009Success0.032
test0006Success0.015
test0004Success0.016
test0003Success0.016
test0002Success0.046
test0001Success0.016
test0009Success0.032
test0008Success0.015
test0007Success0.016
test0006Success0.016
test0005Success0.031
test0004Success0.015
test0003Success0.016
test0002Success0.031
test0001Success0.016
test0007Success0.016
test0006Success0.016
test0005Success0.015
test0004Success0.016
test0003Success0.015
test0002Success0.032
test0001Success0.031
test005Success0.000
test004Success0.016
test003Success0.000
test002Success0.000
test001Success0.015
Properties >>

Back to top

TestCase RunFormatterTests

NameStatusTypeTime(s)
test621Success1.031
test620Success0.063
test619Success0.062
test618Success0.094
test617Success0.078
test616Success0.047
test615Success0.031
test614Success0.016
test613Success0.063
test612Success0.046
test611Success0.016
test610Success0.047
test609Success0.047
test606Success0.031
test605Success0.063
test600Success0.031
test599Success0.015
test598Success0.016
test597Success0.172
test596Success0.016
test595Success0.031
test594Success0.015
test593Success0.016
test592Success0.031
test591Success0.016
test590Success0.031
test589Success0.031
test588Success0.047
test587Success0.047
test586Success0.047
test585Success0.093
test584Success0.079
test583Success0.046
test582Success0.047
test581Success0.047
test580Success0.031
test579Success0.016
test578Success0.031
test577Success0.032
test576Success0.062
test575Success0.047
test574Success0.031
test573Success0.031
test572Success0.016
test571Success0.047
test570Success0.047
test569Success0.015
test568Success0.016
test567Success0.016
test566Success0.031
test564Success0.031
test563Success0.047
test562Success0.031
test561Success0.032
test560Success0.015
test559Success0.047
test558Success0.172
test557Success0.016
test556Success0.015
test555Success0.016
test554Success0.015
test553Success0.032
test552Success0.015
test551Success0.016
test550Success0.016
test549Success0.015
test548Success0.016
test547Success0.015
test546Success0.016
test545Success0.063
test544Success0.046
test543Success0.016
test542Success0.016
test541Success0.031
test540Success0.047
test539Success0.047
test538Success0.015
test537Success0.047
test536Success0.031
test535Success0.047
test534Success0.047
test533Success0.047
test532Success0.078
test531Success0.047
test530Success0.156
test529Success0.094
test528Success0.094
test527Success0.109
test526Success0.063
test525Success0.062
test524Success0.063
test523Success0.078
test522Success0.078
test521Success0.047
test520Success0.047
test519Success0.047
test518Success0.046
test517Success0.110
test516Success0.062
test515Success0.032
test514Success0.046
test513Success0.032
test512Success0.031
test511Success0.016
test510Success0.015
test509Success0.016
test508Success0.032
test507Success0.047
test506Success0.078
test505Success0.031
test504Success0.047
test503Success0.015
test502Success0.016
test501Success0.031
test500Success0.016
test499Success0.015
test498Success0.235
test497Success0.015
test496Success0.016
test495Success0.015
test494Success0.047
test493Success0.032
test492Success0.562
test490Success0.016
test489Success0.015
test488Success0.016
test487Success0.016
test486Success0.015
test485Success0.016
test484Success0.015
test483Success0.016
test482Success0.016
test481Success0.015
test480Success0.016
test479Success0.016
test478Success0.015
test477Success0.000
test476Success0.016
test475Success0.031
test474Success0.016
test473Success0.015
test472Success0.016
test471Success0.016
test470Success0.015
test469Success0.016
test468Success0.015
test464Success0.032
test463Success0.015
test462Success0.032
test461Success0.015
test460Success0.016
test459Success0.015
test458Success0.032
test457Success0.015
test456Success0.016
test455Success0.031
test454Success0.016
test453Success0.015
test452Success0.016
test451Success0.031
test450Success0.016
test449Success0.000
test448Success0.000
test447Success0.031
test446Success0.015
test445Success0.016
test444Success0.016
test443Success0.015
test442Success0.000
test441Success0.016
test440Success0.016
test439Success0.031
test438Success0.015
test437Success0.016
test436Success0.031
test435Success0.016
test434Success0.015
test433Success0.016
test432Success0.125
test431Success0.015
test430Success0.016
test429Success0.016
test428Success0.015
test427Success0.016
test426Success0.016
test425Success0.015
test424Success0.016
test423Success0.015
test422Success0.016
test421Success0.016
test418Success0.015
test417Success0.016
test416Success0.016
test415Success0.015
test414Success0.016
test413Success0.015
test412Success0.016
test411Success0.016
test410Success0.015
test409Success0.016
test408Success0.016
test407Success0.015
test406Success0.016
test405Success0.015
test404Success0.016
test403Success0.016
test402Success0.015
test401Success0.016
test400Success0.016
test399Success0.015
test398Success0.016
test397Success0.015
test396Success0.016
test395Success0.031
test394Success0.016
test393Success0.016
test392Success0.015
test391Success0.031
test390Success0.016
test389Success0.016
test388Success0.015
test386Success0.016
test385Success0.016
test383Success0.015
test382Success0.031
test381Success0.016
test380Success0.031
test379Success0.016
test378Success0.016
test377Success0.031
test376Success0.015
test375Success0.016
test374Success0.016
test373Success0.031
test372Success0.016
test371Success0.031
test370Success0.015
test369Success0.016
test368Success0.016
test367Success0.031
test366Success0.016
test365Success0.015
test364Success0.031
test363Success0.016
test362Success0.016
test361Success0.015
test360Success0.016
test359Success0.016
test358Success0.015
test357Success0.016
test356Success0.031
test355Success0.016
test354Success0.015
test353Success0.016
test352Success0.547
test351Success0.031
test350Success0.188
test349Success0.015
test348Success0.016
test347Success0.031
test345Success0.016
test344Success0.015
test343Success0.016
test342Success0.000
test341Success0.031
test340Success0.016
test339Success0.015
test338Success0.016
test337Success0.141
test336Success0.015
test335Success0.016
test334Success0.016
test333Success0.015
test332Success0.016
test331Success0.015
test330Success0.016
test329Success0.016
test328Success0.015
test327Success0.016
test326Success0.016
test325Success0.015
test324Success0.016
test323Success0.015
test322Success0.016
test321Success0.016
test320Success0.031
test319Success0.016
test318Success0.000
test317Success0.000
test316Success0.000
test315Success0.015
test314Success0.016
test313Success0.015
test312Success0.016
test311Success0.016
test310Success0.015
test309Success0.016
test308Success0.016
test307Success0.015
test306Success0.016
test305Success0.015
test304Success0.016
test303Success0.016
test302Success0.015
test301Success0.016
test300Success0.016
test299Success0.015
test298Success0.016
test297Success0.015
test296Success0.016
test295Success0.016
test294Success0.031
test293Success0.000
test292Success0.016
test291Success0.031
test290Success0.015
test289Success0.016
test288Success0.016
test287Success0.015
test286Success0.016
test285Success0.016
test284Success0.015
test283Success0.016
test282Success0.015
test281Success0.016
test280Success0.016
test279Success0.015
test278Success0.016
test277Success0.016
test276Success0.015
test275Success0.016
test274Success0.015
test273Success0.016
test272Success0.016
test271Success0.015
test270Success0.016
test269Success0.016
test268Success0.015
test267Success0.016
test266Success0.015
test265Success0.016
test264Success0.016
test263Success0.015
test262Success0.016
test261Success0.016
test260Success0.015
test259Success0.016
test258Success0.015
test257Success0.016
test256Success0.016
test255Success0.015
test254Success0.016
test253Success0.016
test252Success0.031
test251Success0.015
test250Success0.000
test249Success0.016
test248Success0.016
test247Success0.015
test246Success0.016
test245Success0.016
test244Success0.015
test243Success0.016
test242Success0.000
test241Success0.015
test240Success0.016
test239Success0.016
test238Success0.031
test237Success0.016
test236Success0.000
test235Success0.015
test234Success0.016
test233Success0.015
test232Success0.016
test231Success0.016
test230Success0.031
test229Success0.016
test228Success0.015
test227Success0.016
test226Success0.015
test225Success0.016
test224Success0.016
test223Success0.015
test222Success0.016
test221Success0.031
test220Success0.016
test219Success0.015
test218Success0.016
test217Success0.016
test216Success0.015
test215Success0.016
test214Success0.016
test213Success0.015
test212Success0.016
test211Success0.015
test210Success0.016
test209Success0.016
test208Success0.015
test207Success0.016
test206Success0.016
test205Success0.015
test204Success0.016
test201Success0.015
test199Success0.032
test198Success0.015
test197Success0.016
test196Success0.031
test195Success0.016
test194Success0.015
test193Success0.016
test192Success0.016
test191Success0.015
test190Success0.032
test189Success0.015
test188Success0.016
test187Success0.078
test185Success0.016
test184Success0.015
test183Success0.031
test182Success0.016
test181Success0.000
test180Success0.016
test179Success0.015
test178Success0.360
test177Success0.015
test176Success0.016
test175Success0.016
test174Success0.015
test173Success0.016
test172Success0.031
test171Success0.016
test170Success0.015
test169Success0.016
test167Success0.016
test166Success0.015
test165Success0.016
test164Success0.000
test163Success0.031
test162Success0.016
test161Success0.015
test160Success0.016
test159Success0.016
test158Success0.015
test157Success0.016
test156Success0.000
test155Success0.016
test154Success0.000
test153Success0.016
test152Success0.015
test151Success0.016
test150Success0.016
test149Success0.015
test148Success0.016
test147Success0.015
test146Success0.032
test145Success0.015
test144Success0.016
test143Success0.000
test142Success0.016
test141Success0.015
test140Success0.016
test139Success0.015
test138Success0.016
test137Success0.031
test136Success0.000
test135Success0.016
test134Success0.047
test133Success0.031
test132Success0.031
test131Success0.016
test130Success0.031
test129Success0.016
test128Success0.015
test127Success0.032
test126Success0.015
test125Success0.016
test124Success0.031
test123Success0.031
test122Success0.016
test121Success0.016
test120Success0.015
test119Success0.016
test118Success0.016
test117Success0.015
test116Success0.016
test115Success0.000
test114Success0.015
test113Success0.016
test112Success0.016
test111Success0.015
test110Success0.000
test109Success0.016
test108Success0.016
test107Success0.015
test106Success0.016
test105Success0.015
test104Success0.016
test103Success0.297
test102Success0.016
test101Success0.000
test100Success0.015
test099Success0.016
test098Success0.015
test097Success0.016
test096Success0.016
test095Success0.015
test094Success0.016
test093Success0.016
test092Success0.000
test091Success0.000
test090Success0.016
test089Success0.015
test088Success0.016
test087Success0.016
test086Success0.015
test085Success0.000
test084Success0.016
test083Success0.016
test082Success0.015
test081Success0.016
test080Success0.031
test079Success0.000
test078Success0.016
test077Success0.031
test076Success0.016
test075Success0.000
test074Success0.015
test073Success0.031
test072Success0.000
test071Success0.016
test070Success0.016
test069Success0.000
test068Success0.031
test067Success0.016
test066Success0.015
test065Success0.016
test064Success0.000
test063Success0.015
test062Success0.016
test061Success0.109
test060Success0.250
test059Success4.438
test058Success0.125
test057Success4.844
test056Success0.015
test055Success0.032
test054Success0.000
test053Success0.000
test052Success0.016
test051Success0.015
test050Success0.016
test049Success0.016
test048Success0.015
test047Success0.016
test046Success0.016
test045Success0.015
test044Success0.000
test043Success0.016
test042Success0.015
test041Success0.016
test040Success0.000
test039Success0.016
test038Success0.015
test037Success0.016
test036Success0.000
test035Success0.016
test034Success0.015
test033Success0.016
test032Success0.015
test031Success0.000
test030Success0.016
test029Success0.016
test028Success0.015
test027Success0.016
test026Success0.016
test025Success0.015
test024Success0.016
test023Success0.015
test022Success0.000
test021Success0.016
test020Success0.016
test019Success0.031
test018Success0.000
test017Success0.016
test016Success0.015
test015Success0.016
test014Success0.000
test013Success0.265
test012Success0.016
test011Success0.016
test010Success0.015
test009Success0.016
test008Success0.016
test007Success0.015
test006Success0.000
test005Success0.000
test004Success0.000
test003Success0.016
test002Success0.016
test001Success0.015
testNoFormat1Success0.032
testNoChange1Success0.000
testMultiLineCommentAsterisk1Success0.015
testSingleLineCommentTabs2Success0.000
testSingleLineCommentTabs1Success0.000
testSingleLineCommentSpace4Success0.016
testSingleLineCommentSpace3Success0.000
testSingleLineCommentSpace2Success0.000
testSingleLineCommentSpace1Success0.000
testSingleLineComment4Success0.000
testSingleLineComment3Success0.000
testSingleLineComment2Success0.000
testSingleLineComment1Success0.000
testIndentedComment3Success0.000
testIndentedComment2Success0.000
testIndentedComment1Success0.015
testMultipleComments3Success0.000
testMultipleComments2Success0.000
testMultipleComments1Success0.000
testIllegalLineLength2Success0.000
testIllegalLineLength1Success0.016
testHeaderComment2Success0.000
testHeaderComment1Success0.000
testCommentWrapping5Success0.000
testCommentWrapping4Success0.000
testCommentWrapping3Success0.000
testCommentWrapping2Success0.000
testCommentWrapping1Success0.000
testCommentSpace3Success0.016
testCommentSpace2Success0.000
testCommentSpace1Success0.000
testCommentNls5Success0.000
testCommentNls4Success0.000
testCommentNls3Success0.000
testCommentNls2Success0.000
testCommentNls1Success0.000
testCommentDelimiter2Success0.000
testCommentDelimiter1Success0.015
testCommentBegin3Success0.000
testCommentBegin2Success0.000
testCommentBegin1Success0.032
testClearBlankLines3Success0.000
testClearBlankLines2Success0.000
testClearBlankLines1Success0.000
testNoFormat1Success0.000
testNoChange1Success0.000
testNoExtraNewlineWithPre1Success0.062
testMultiLineComment2Success0.000
testMultiLineCommentSuccess0.000
testMultilineTagWordbreaks2Success0.000
testMultilineTagWordbreaks1Success0.000
testTagWordbreaks2Success0.000
testTagWordbreaks1Success0.000
testMultilineInlineTag2Success0.000
testMultilineInlineTag1Success0.000
testInlineTag2Success0.000
testInlineTag1Success0.000
testLineBreaksBetweenEmptyJavaDocTags2Success0.000
testLineBreaksBetweenEmptyJavaDocTags1Success0.000
testMultiLineCommentBlankLineBeforeJavadoctags4Success0.000
testMultiLineCommentBlankLineBeforeJavadoctags3Success0.031
testMultiLineCommentBlankLineBeforeJavadoctags2Success0.000
testMultiLineCommentBlankLineBeforeJavadoctags1Success0.000
testMultiLineCommentLineBreakBeforeImmutableRegions3Success0.000
testMultiLineCommentLineBreakBeforeImmutableRegions2Success0.000
testMultiLineCommentLineBreakBeforeImmutableRegions1Success0.000
testMultiLineCommentBlankLineAfterPre1Success0.000
testMultiLineCommentIndentSpaces4Success0.016
testMultiLineCommentIndentSpaces3Success0.000
testMultiLineCommentIndentSpaces2Success0.000
testMultiLineCommentIndentSpaces1Success0.000
testMultiLineCommentIndentTabs1Success0.000
testMultiLineCommentCodeSnippetHtmlEntities1Success0.015
testMultiLineCommentCodeSnippet3Success0.000
testMultiLineCommentCodeSnippet2Success0.016
testMultiLineCommentCodeSnippet1Success0.015
testMultiLineCommentBreak1Success0.000
testNoFormat1Success0.000
testNoChange1Success0.000
testSingleLineCommentTabs2Success0.016
testSingleLineCommentTabs1Success0.000
testSingleLineCommentSpace4Success0.000
testSingleLineCommentSpace3Success0.000
testSingleLineCommentSpace2Success0.000
testSingleLineCommentSpace1Success0.000
testSingleLineComment4Success0.000
testSingleLineComment3Success0.000
testSingleLineComment2Success0.016
testSingleLineComment1Success0.000
Properties >>

Back to top