Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
16290299.88%2374.015
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.ui.tests1629202374.015

Package org.eclipse.jdt.ui.tests

NameTestsErrorsFailuresTime(s)
AutomatedSuite1610201565.656
LeakTestSuite1900808.359
Back to top


TestCase AutomatedSuite

NameStatusTypeTime(s)
testAddImports1Success2.625
testAddImports2Success1.172
testAddImports3Success1.000
testRemoveImports1Success0.765
testRemoveImports2Success1.219
testAddImports_bug23078Success1.938
testAddImports_bug25113Success0.937
testAddImports_bug42637Success0.625
testAddStaticImports1Success0.672
testAddStaticImports2Success0.688
testImportStructureWithSignaturesSuccess2.968
testAddTypesWithCaptures1Success0.953
testAddTypesWithCaptures2Success0.969
testAddTypesWithCaptures3Success1.203
testImportStructureWithSignatures2Success0.969
testAddedRemovedImportsAPISuccess0.750
testAddImportAction1Success0.609
testAddImportAction2Success1.532
testAddImportAction3Success1.234
testAddImportAction4Success0.750
testAddImports_bug107206Success0.968
testAddImportActionStatic1Success0.922
testAddImportContextSensitive01Success0.547
testAddImportContextSensitive02Success0.594
testAddImportContextSensitive03Success0.687
testAddImportContextSensitive04Success0.610
testAddImportContextSensitive05Success0.672
testAddImportContextSensitive06Success0.593
testAddImportContextSensitive07Success0.672
testAddImportContextSensitive08Success0.610
testAddImportContextSensitive09Success0.688
testAddImportContextSensitive_Bug139000Success0.640
testAddImportContextSensitive10Success0.594
test1Success3.985
test2Success2.421
test3Success2.188
test4Success6.594
testBug119171Success3.843
testInsertAtSuccess3.157
test1Success1.750
test2Success1.812
test3Success2.656
test4Success1.907
test0Success1.859
test5Success2.094
test6Success1.250
test7Success2.906
test8Success1.047
test9Success1.109
test10Success1.016
test11Success1.719
testInsertSetterAtLocationSuccess2.109
testInsertGetterAtLocationErrorProblems encountered while deleting resources.

Java Model Exception: Core Exception [code 273] Problems encountered while deleting resources.
at org.eclipse.jdt.internal.core.MultiOperation.processElements(MultiOperation.java:175)
at org.eclipse.jdt.internal.core.MultiOperation.executeOperation(MultiOperation.java:90)
at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:709)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:775)
at org.eclipse.jdt.internal.core.JavaModel.delete(JavaModel.java:135)
at org.eclipse.jdt.internal.core.CompilationUnit.delete(CompilationUnit.java:457)
at org.eclipse.jdt.ui.tests.core.source.GenerateGettersSettersTest.assertInsertAt(GenerateGettersSettersTest.java:785)
at org.eclipse.jdt.ui.tests.core.source.GenerateGettersSettersTest.testInsertGetterAtLocation(GenerateGettersSettersTest.java:718)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
at org.eclipse.core.launcher.Main.main(Main.java:30)
Caused by: org.eclipse.core.internal.resources.ResourceException: Problems encountered while deleting resources.
at org.eclipse.core.internal.resources.Resource.delete(Resource.java:719)
at org.eclipse.jdt.internal.core.JavaModelOperation.deleteResource(JavaModelOperation.java:327)
at org.eclipse.jdt.internal.core.DeleteResourceElementsOperation.processElement(DeleteResourceElementsOperation.java:107)
at org.eclipse.jdt.internal.core.MultiOperation.processElements(MultiOperation.java:163)
Caused by: org.eclipse.core.internal.resources.ResourceException: Problems encountered while deleting resources.
at org.eclipse.core.internal.resources.Resource.delete(Resource.java:719)
at org.eclipse.jdt.internal.core.JavaModelOperation.deleteResource(JavaModelOperation.java:327)
at org.eclipse.jdt.internal.core.DeleteResourceElementsOperation.processElement(DeleteResourceElementsOperation.java:107)
at org.eclipse.jdt.internal.core.MultiOperation.processElements(MultiOperation.java:163)
at org.eclipse.jdt.internal.core.MultiOperation.executeOperation(MultiOperation.java:90)
at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:709)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:775)
at org.eclipse.jdt.internal.core.JavaModel.delete(JavaModel.java:135)
at org.eclipse.jdt.internal.core.CompilationUnit.delete(CompilationUnit.java:457)
at org.eclipse.jdt.ui.tests.core.source.GenerateGettersSettersTest.assertInsertAt(GenerateGettersSettersTest.java:785)
at org.eclipse.jdt.ui.tests.core.source.GenerateGettersSettersTest.testInsertGetterAtLocation(GenerateGettersSettersTest.java:718)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
at org.eclipse.core.launcher.Main.main(Main.java:30)
Contains: Could not delete 'C:\buildtest\M20080911-1700\eclipse-testing\test-eclipse\eclipse\jdt_folder\DummyProject\src\p\A.java'.
3.047
testInsertGetterAtLocation2ErrorProblems encountered while deleting resources.

Java Model Exception: Core Exception [code 273] Problems encountered while deleting resources.
at org.eclipse.jdt.internal.core.MultiOperation.processElements(MultiOperation.java:175)
at org.eclipse.jdt.internal.core.MultiOperation.executeOperation(MultiOperation.java:90)
at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:709)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:775)
at org.eclipse.jdt.internal.core.JavaModel.delete(JavaModel.java:135)
at org.eclipse.jdt.internal.core.CompilationUnit.delete(CompilationUnit.java:457)
at org.eclipse.jdt.ui.tests.core.source.GenerateGettersSettersTest.assertInsertAt2(GenerateGettersSettersTest.java:850)
at org.eclipse.jdt.ui.tests.core.source.GenerateGettersSettersTest.testInsertGetterAtLocation2(GenerateGettersSettersTest.java:731)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
at org.eclipse.core.launcher.Main.main(Main.java:30)
Caused by: org.eclipse.core.internal.resources.ResourceException: Problems encountered while deleting resources.
at org.eclipse.core.internal.resources.Resource.delete(Resource.java:719)
at org.eclipse.jdt.internal.core.JavaModelOperation.deleteResource(JavaModelOperation.java:327)
at org.eclipse.jdt.internal.core.DeleteResourceElementsOperation.processElement(DeleteResourceElementsOperation.java:107)
at org.eclipse.jdt.internal.core.MultiOperation.processElements(MultiOperation.java:163)
Caused by: org.eclipse.core.internal.resources.ResourceException: Problems encountered while deleting resources.
at org.eclipse.core.internal.resources.Resource.delete(Resource.java:719)
at org.eclipse.jdt.internal.core.JavaModelOperation.deleteResource(JavaModelOperation.java:327)
at org.eclipse.jdt.internal.core.DeleteResourceElementsOperation.processElement(DeleteResourceElementsOperation.java:107)
at org.eclipse.jdt.internal.core.MultiOperation.processElements(MultiOperation.java:163)
at org.eclipse.jdt.internal.core.MultiOperation.executeOperation(MultiOperation.java:90)
at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:709)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:775)
at org.eclipse.jdt.internal.core.JavaModel.delete(JavaModel.java:135)
at org.eclipse.jdt.internal.core.CompilationUnit.delete(CompilationUnit.java:457)
at org.eclipse.jdt.ui.tests.core.source.GenerateGettersSettersTest.assertInsertAt2(GenerateGettersSettersTest.java:850)
at org.eclipse.jdt.ui.tests.core.source.GenerateGettersSettersTest.testInsertGetterAtLocation2(GenerateGettersSettersTest.java:731)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
at org.eclipse.core.launcher.Main.main(Main.java:30)
Contains: Could not delete 'C:\buildtest\M20080911-1700\eclipse-testing\test-eclipse\eclipse\jdt_folder\DummyProject\src\p\A.java'.
1.687
testInsertAtSuccess1.954
test10Success1.156
test11Success6.969
test01Success1.015
test02Success0.985
test03Success1.546
test04Success2.454
test05Success3.625
test06Success1.250
test07Success1.203
test08Success2.187
test09Success4.656
testInsertAtSuccess5.625
testDefaultConstructorToOverrideSuccess2.657
testEightConstructorsToOverrideSuccess2.578
testFiveConstructorsToOverrideWithTwoLevelsOfInheritanceSuccess2.875
testFourConstructorsToOverrideSuccess2.312
testFourConstructorsToOverrideWithOneExistingConstructorSuccess2.000
testNoConstructorsToOverrideAvailableSuccess1.485
testNoConstructorsToOverrideWithInterfaceSuccess1.422
testNoConstructorsToOverrideWithOneExistingConstructorsSuccess1.187
testNoConstructorsToOverrideWithThreeExistingConstructorsSuccess1.891
testOneConstructorToOverrideSuccess2.609
testOneConstructorToOverrideNotDefaultSuccess1.297
testOneConstructorWithImportStatementSuccess1.578
testThreeConstructorsToOverrideSuccess1.500
testTwoConstructorsToOverrideSuccess1.563
testTwoConstructorsToOverrideWithThreeExistingConstructorsSuccess1.484
test10Success1.578
test11Success1.250
test01Success1.265
test02Success1.703
test03Success1.469
test04Success1.219
test05Success1.500
test06Success1.094
test07Success2.172
test08Success1.750
test09Success1.093
test12Success1.813
test13Success1.484
test14Success1.500
test15Success1.188
testInsertAt1Success3.953
testInsertAtSuccess6.156
test10Success1.000
test11Success1.078
test01Success3.891
test02Success1.109
test03Success2.922
test04Success1.219
test05Success0.922
test06Success1.062
test07Success0.891
test08Success1.015
test09Success0.985
test12Success0.984
test13Success1.094
testMemberTypeSuccess1.094
testThenWithBlocksSuccess1.109
testSubTypeAndArraysIn14Success1.875
testInsert1Success0.625
testInsert2Success0.625
testInsert3Success0.609
testInsert4Success0.750
testGetFullyQualifiedNameSuccess1.094
testGetTypeQualifiedNameSuccess0.797
testGetAllNameComponentsSuccess1.203
testGetNameComponentsSuccess1.156
testCallersSuccess2.750
testCallersNoResultsSuccess1.329
testCalleesSuccess1.406
testCalleesNoResultsSuccess1.812
testRecursiveCallersSuccess6.953
testRecursiveCalleesSuccess2.860
testInnerClassCallersSuccess4.672
testInnerClassCalleesEnteringSuccess2.750
testInnerClassCalleesExitingSuccess2.375
testAnonymousInnerClassCallersSuccess1.953
testAnonymousInnerClassOnInterfaceCalleesSuccess1.531
testAnonymousInnerClassInsideMethodCalleesSuccess1.953
testAnonymousInnerClassOnClassCalleesSuccess2.047
testInitializerCallersSuccess6.813
testImplicitConstructorCallersSuccess6.796
testImplicitConstructorCalleesSuccess4.110
testLineNumberCallersSuccess1.953
testLineNumberCalleesSuccess1.891
testSourceAndLibrarySuccess6.687
testTwoSourceFoldersSuccess6.922
testNestedSourcesSuccess4.500
testSourceAndOutputOnProjectSuccess3.500
testClassFolderSuccess1.000
testCUSuccess0.484
testCUIndentedSuccess0.578
testCUNewAPISuccess0.563
testCUNewAPI2Success0.594
testCUWithPosSuccess0.515
testPackageSuccess0.578
testPackageWithPosSuccess0.469
testVarDeclStatemenetWithPosSuccess0.516
testJavadocSuccess0.578
testJavadoc2Success0.516
testJavadoc3Success0.546
testCatchClauseSuccess0.532
testCatchStringLiteralSuccess0.640
testFormatSubstringSuccess0.485
testFormatSelectionSuccess4.031
testSuccess0.094
test1Success2.687
test2Success1.766
test3Success2.282
test4Success1.734
test5Success1.484
test1WithOrderSuccess2.063
testVariousTypeReferencesSuccess2.015
testInnerClassVisibilitySuccess1.141
testClearImportsSuccess0.578
testNewImportsSuccess1.125
testReplaceImportsSuccess1.062
testClearImportsNoPackageSuccess0.532
testNewImportsNoPackageSuccess1.109
testReplaceImportsNoPackageSuccess1.109
testCommentAfterImportSuccess0.657
testImportToStarSuccess1.375
testImportToStarWithExplicitSuccess1.156
testImportToStarWithExplicit2Success1.109
testImportToStarWithExplicit3Success1.141
testImportToStarWithExplicit4Success1.359
testImportToStarWithExplicit5Success1.375
testImportFromDefaultSuccess0.766
testImportFromDefaultWithStarSuccess1.187
testImportOfMemberFromLocalSuccess1.188
testGroups1Success1.062
testBaseGroups1Success1.157
testVisibility_bug26746Success0.515
testVisibility_bug37299aSuccess0.688
testVisibility_bug37299bSuccess0.531
testVisibility_bug56704Success0.563
testVisibility_bug67644Success0.609
testVisibility_bug85831Success0.578
testVisibility_bug79174Success0.625
testVisibility_bug131305Success0.563
testVisibility_bug159638Success0.671
test_bug25773Success1.469
test_bug25113Success1.203
testStaticImports1Success1.047
testStaticImports2Success1.094
testStaticImports_bug78585Success0.562
testStaticImports_bug90556Success0.594
testStaticImports_bug113770Success1.047
testStaticImports_bug81589Success0.641
testStaticImports_bug159424Success0.640
testStaticImports_bug175498Success0.532
testStaticImports_bug181895Success0.562
testStaticImports_bug187004aSuccess0.625
testStaticImports_bug187004bSuccess0.609
testStaticImports_bug230067Success0.625
testImportCountAddNewSuccess1.844
testImportCountAddandRemoveSuccess0.578
testImportCountKeepOneSuccess1.282
testImportCountKeepStarSuccess1.125
testImportCountAddTwoRemoveOneSuccess1.218
testImportCountReplaceStarSuccess0.563
testImportCountRemoveStaticSuccess0.578
testImportCountKeepStaticSuccess0.641
test_bug78397Success0.609
test_bug78533Success1.391
test_bug78716Success0.687
test_bug135122Success0.813
test_PackageInfoBug157541aSuccess1.109
test_PackageInfoBug157541bSuccess1.391
test_PackageInfoBug216432Success1.359
testTypeArgumentImportsSuccess1.266
testAnnotationImports1Success1.546
testAnnotationImports2Success1.094
testTypeLabelOuterSuccess0.719
testTypeLabelInnerSuccess0.531
testTypeLabelLocalSuccess0.750
testTypeLabelAnonymousSuccess0.547
testTypeLabelAnonymousInAnonymousSuccess0.844
testTypeLabelAnonymousInFieldInitializerSuccess0.875
testTypeLabelAnonymousInInitializerSuccess0.562
testTypeLabelWildcardsSuccess0.797
testPackageLabelsSuccess0.735
testJavaElementPropertyTesterSuccess1.875
testFindTypeSuccess9.765
testFindTypeContainerSuccess8.313
testFindTypeInCompilationUnitSuccess3.281
testGetRawClasspathEntrySuccess7.531
testFindMethodSuccess3.672
testFindMethodInHierarchySuccess3.328
testHasMainMethodSuccess2.703
testOverride0Success0.563
testOverride1Success0.547
testOverride2Success0.609
testOverride3Success0.563
testOverride4Success0.609
testOverrideMethodTypeParams1Success0.578
testOverrideRaw1Success0.563
testGetterSetterNameSuccess0.921
test14OverloadedSuccess0.454
test14Overloaded2Success0.968
test15Bug100233Success0.891
test15Bug97027Success0.656
test15JLS3_842Success0.500
test15JLS3_848_1Success0.547
test15JLS3_848_2Success0.516
test15JLS3_848_3Success0.640
test15JLS3_848_4Success0.547
test15ClassTypeVars1Success0.563
test15ClassTypeVars2Success0.672
test15MethodTypeVars1Success0.437
test15MethodTypeVars2Success0.656
test15MethodTypeVars3Success0.438
test15MethodTypeVars4Success0.578
test15MethodTypeVars5Success0.547
test15MethodTypeVars6Success0.609
test15Bug99608Success0.500
test15Bug90114Success0.594
test15Bug89516primitiveSuccess0.625
test15Bug105669Success0.578
test15Bug107105Success0.516
testPartialCU1Success0.422
testPartialCU2Success0.578
testPartialCU3Success0.625
testPartialCU4Success0.547
testPartialCUPositionNotInMethod1Success0.593
testPartialCUPositionNotInMethod2Success0.547
testVariableDeclarations1Success0.610
testVariableDeclarations2Success0.593
testVariableDeclarations3Success0.578
testVariableDeclarations4Success0.625
testVariableDeclarations5Success0.610
testVariableDeclarations6Success0.594
testVariableDeclarations7Success0.640
testSwitchOnEnumSuccess0.547
testDeclarationsAfterSuccess0.625
testTypeDeclarations1Success0.563
testTypeDeclarations2Success0.562
testTypeDeclarationsTypeParametersSuccess0.859
testClassInstanceCreationSuccess0.641
testMethodDeclarations1Success0.594
testMethodDeclarations2Success0.594
testEnumConstantDeclaration1Success0.546
testInstanceCodeTemplatesSuccess0.032
testProjectCodeTemplates1Success0.578
testProjectCodeTemplates2Success0.765
test1Success1.188
testHierarchyWithWorkingCopy1Success2.016
testHierarchyWithWorkingCopy2Success2.031
testHierarchyWithWorkingCopy3Success1.469
testIsAssignmentCompatibleSuccess24.406
testCanAssignSuccess21.453
testIsCastCompatibleSuccess23.906
testCanCastSuccess5.625
test1Success3.203
test2Success3.625
test_bug44772Success1.282
testRemoveTrailingCharactersSuccess0.000
testIsIndentCharSuccess0.000
testIsLineDelimiterCharSuccess0.000
testOrganizeImportHistory01Success0.031
testOrganizeImportHistory02Success0.000
testOrganizeImportHistory03Success0.015
testOrganizeImportHistory04Success0.000
testOrganizeImportHistory05Success0.000
testLocalClassSuccess0.719
testAnonymousClassSuccess0.563
testInnerClassSuccess0.593
testOuterClassSuccess0.782
testOuterClass2Success0.656
testOuterClass3Success0.797
testGuessBindingForTypeReferenceSuccess0.578
testGuessBindingForTypeReference2Success0.625
testGetPossibleTypeKindsSuccess0.562
testTypeInFieldDeclSuccess3.954
testTypeInMethodArgumentsSuccess2.250
testTypeInMethodReturnTypeSuccess2.265
testTypeInExceptionTypeSuccess1.297
testTypeInVarDeclWithWildcardSuccess2.328
testTypeInStatementSuccess1.188
testArrayTypeInStatementSuccess2.797
testQualifiedTypeSuccess2.265
testInnerTypeSuccess0.625
testTypeInCatchBlockSuccess1.172
testTypeInSuperTypeSuccess1.203
testTypeInSuperInterfaceSuccess1.156
testTypeInAnnotationSuccess1.422
testTypeInAnnotation_bug153881Success1.203
testPrimitiveTypeInFieldDeclSuccess2.235
testTypeInTypeArguments1Success2.140
testTypeInTypeArguments2Success2.329
testParameterizedType1Success1.656
testParameterizedType2Success1.687
testAmbiguousTypeInSuperClassSuccess0.891
testAmbiguousTypeInInterfaceSuccess0.922
testAmbiguousTypeInFieldSuccess1.312
testAmbiguousTypeInArgumentSuccess0.750
testAmbiguousTypeInReturnTypeSuccess0.860
testAmbiguousTypeInExceptionTypeSuccess0.640
testAmbiguousTypeInCatchBlockSuccess0.719
testVarInAssignmentSuccess0.547
testVarAssingmentInIfBodySuccess0.594
testVarAssingmentInThenBodySuccess0.593
testVarInAssignmentWithGenericsSuccess0.657
testVarAssignedByWildcard1Success0.625
testVarAssignedByWildcard2Success0.718
testVarAssignedByWildcard3Success0.891
testVarAssignedToWildcard1Success0.609
testVarAssignedToWildcard2Success0.610
testVarAssignedToWildcard3Success2.312
testVarAssingmentInIfBodyWithGenericsSuccess0.625
testVarAssingmentInThenBodyWithGenericsSuccess0.625
testVarInVarArgs1Success0.657
testVarInVarArgs2Success1.515
testVarInForInitializerSuccess0.750
testVarInForInitializer2Success1.688
testVarInInitializerSuccess1.547
testVarInOtherTypeSuccess0.593
testVarInSuperFieldAccessSuccess0.641
testVarInSuperSuccess0.656
testVarInAnonymousSuccess0.813
testVarInAnnotation1Success0.562
testVarInAnnotation2Success0.578
testVarInAnnotation3Success0.969
testLongVarRefSuccess0.594
testVarAndTypeRefSuccess2.609
testVarWithGenericTypeSuccess0.625
testSimilarVariableNames1Success0.610
testSimilarVariableNames2Success0.593
testSimilarVariableNamesMultipleOccSuccess0.735
testVarMultipleOccurances1Success0.578
testVarMultipleOccurances2Success0.578
testVarMultipleOccurances3Success0.594
testVarInArraySuccess0.578
testVarInEnumSwitchSuccess0.672
testVarInMethodInvocationSuccess0.562
testVarInConstructurInvocationSuccess0.578
testVarInSuperConstructurInvocationSuccess0.563
testVarInClassInstanceCreationSuccess0.515
testVarInArrayAccessSuccess0.579
testVarWithMethodName1Success0.578
testVarWithMethodName2Success0.593
testSimilarVarsAndVisibilitySuccess0.547
testClassInstanceCreationSuccess0.594
testMethodInSameTypeSuccess1.344
testMethodInForInitSuccess0.672
testMethodInInfixExpression1Success0.547
testMethodInInfixExpression2Success0.562
testMethodSpacing0EmptyLinesSuccess0.547
testMethodSpacing1EmptyLineSuccess0.547
testMethodSpacing2EmptyLinesSuccess0.578
testMethodSpacingCommentSuccess0.578
testMethodSpacingJavadocSuccess0.547
testMethodSpacingNonJavadocSuccess0.547
testMethodInSameTypeUsingThisSuccess0.562
testMethodInDifferentClassSuccess0.719
testMethodInGenericTypeSuccess0.594
testMethodAssignedToWildcardSuccess0.578
testMethodAssignedToWildcard2Success0.578
testMethodAssignedFromWildcard1Success0.563
testMethodAssignedFromWildcard2Success0.578
testMethodInGenericTypeSameCUSuccess0.547
testMethodInRawTypeSuccess0.609
testMethodInAnonymous1Success0.547
testMethodInAnonymous2Success0.594
testMethodInAnonymous3Success0.578
testMethodInAnonymousGenericTypeSuccess0.562
testMethodInAnonymousCovering1Success0.563
testMethodInAnonymousCovering2Success0.531
testMethodInAnonymousCovering3Success0.828
testMethodInAnonymousCovering4Success0.578
testMethodInDifferentInterfaceSuccess0.547
testMethodInArrayAccessSuccess0.547
testParameterMismatchCastSuccess0.766
testParameterMismatchCast2Success0.562
testParameterMismatchChangeVarTypeSuccess1.141
testParameterMismatchChangeVarTypeInGenericSuccess1.406
testParameterMismatchKeepModfiersSuccess1.109
testParameterMismatchChangeFieldTypeSuccess0.547
testParameterMismatchChangeFieldTypeInGenericSuccess0.563
testParameterMismatchChangeMethodTypeSuccess0.562
testParameterMismatchChangeMethodTypeBug102142Success0.969
testParameterMismatchChangeMethodTypeInGenericSuccess0.531
testParameterMismatchLessArgumentsSuccess0.844
testParameterMismatchLessArguments2Success1.203
testParameterMismatchLessArguments3Success0.859
testParameterMismatchLessArgumentsInGenericSuccess0.719
testSuperConstructorLessArgumentsSuccess1.188
testConstructorInvocationLessArgumentsSuccess0.562
testConstructorInvocationLessArgumentsInGenericTypeSuccess0.672
testParameterMismatchMoreArgumentsSuccess0.859
testParameterMismatchMoreArguments2Success1.000
testParameterMismatchMoreArguments3Success0.610
testParameterMismatchMoreArgumentsInGenericSuccess0.797
testSuperConstructorMoreArgumentsSuccess0.640
testConstructorInvocationMoreArgumentsSuccess1.532
testConstructorInvocationMoreArguments2Success0.937
testParameterMismatchSwapSuccess0.797
testParameterMismatchSwapInGenericTypeSuccess0.531
testParameterMismatchWithExtraDimensionsSuccess0.656
testParameterMismatchWithVarArgsSuccess0.703
testParameterMismatchSwap2Success0.594
testSuperConstructorSuccess1.641
testClassInstanceCreation2Success0.562
testClassInstanceCreationInGenericTypeSuccess1.141
testClassInstanceCreationMoreArgumentsSuccess0.797
testClassInstanceCreationMoreArgumentsInGenericTypeSuccess0.703
testClassInstanceCreationLessArgumentsSuccess0.531
testClassInstanceCreationLessArgumentsInGenericTypeSuccess1.250
testConstructorInvocationSuccess0.859
testConstructorInvocationInGenericTypeSuccess0.844
testSuperMethodInvocationSuccess0.734
testSuperMethodMoreArgumentsSuccess0.547
testSuperMethodLessArgumentsSuccess0.563
testMissingCastParents1Success0.609
testMissingCastParents2Success0.578
testMissingCastParents3Success0.532
testArrayAccessSuccess0.578
testIncompleteThrowsStatementSuccess0.578
testMissingAnnotationAttribute1Success0.625
testMissingAnnotationAttribute2Success0.578
testReturnTypeMissingWithSimpleTypeSuccess0.594
testReturnTypeMissingWithVoidSuccess0.578
testReturnTypeMissingSuccess0.547
testReturnTypeMissingWithVoid2Success0.797
testVoidMissingInAnonymousTypeSuccess0.531
testReturnTypeMissingWithNullSuccess0.609
testReturnTypeMissingWithArrayTypeSuccess0.594
testVoidMethodReturnsStatementSuccess0.609
testVoidMethodReturnsAnonymClassSuccess0.641
testReturnTypeMissingWithWildcardSuperSuccess0.578
testReturnTypeMissingWithWildcardExtendsSuccess0.609
testConstructorReturnsValueSuccess0.547
testVoidMethodReturnsWildcardSuperSuccess0.578
testVoidMethodReturnsWildcardExtendsSuccess0.532
testCorrectReturnStatementSuccess0.625
testReturnVoidSuccess0.593
testCorrectReturnStatementForArraySuccess0.532
testMethodWithConstructorNameSuccess0.547
testMissingReturnStatementSuccess0.515
testMissingReturnStatementWithCodeSuccess0.578
testMissingReturnStatementWithCode2Success0.578
testMissingReturnStatementWithCode3Success0.563
testMissingReturnStatementWithCode4Success0.562
testFieldAccessToStaticSuccess0.625
testInheritedAccessOnStaticSuccess0.579
testInheritedAccessOnStaticInGenericSuccess0.593
testQualifiedAccessToStaticSuccess0.563
testThisAccessToStaticSuccess0.531
testThisAccessToStaticFieldSuccess0.578
testCastMissingInVarDeclSuccess0.563
testCastMissingInVarDecl2Success0.578
testCastMissingInVarDecl3Success0.531
testCastMissingInVarDecl4Success0.625
testCastMissingInFieldDeclSuccess0.516
testCastMissingInAssignmentSuccess0.593
testCastMissingInAssignment2Success0.532
testCastMissingInExpressionSuccess0.625
testCastOnCastExpressionSuccess0.562
testUncaughtExceptionSuccess0.531
testUncaughtException2Success0.579
testUncaughtException3Success0.531
testUncaughtExceptionExtendedSelectionSuccess0.765
testUncaughtExceptionRemoveMoreSpecificSuccess0.547
testUncaughtExceptionToSurroundingTrySuccess0.641
testUncaughtExceptionOnSuper1Success0.562
testUncaughtExceptionOnSuper2Success0.563
testUncaughtExceptionOnSuper3Success0.609
testUncaughtExceptionOnSuper4Success0.547
testUncaughtExceptionOnThisSuccess0.594
testUncaughtExceptionDuplicateSuccess0.531
testMultipleUncaughtExceptionsSuccess0.578
testUncaughtExceptionInInitializerSuccess0.594
testUnneededCatchBlockSuccess0.531
testUnneededCatchBlockInInitializerSuccess0.625
testUnneededCatchBlockSingleSuccess0.532
testUnneededCatchBlockBug47221Success0.593
testUnneededCatchBlockWithFinallySuccess0.547
testUnimplementedMethodsSuccess0.610
testUnimplementedMethods2Success0.593
testUnimplementedMethods_bug62931Success0.563
testUnimplementedMethods_bug113665Success0.547
testUnimplementedMethods_bug122906Success0.531
testUnimplementedMethods_bug123084Success0.562
testUnimplementedMethodsExtendingGenericType1Success0.594
testUnimplementedMethodsExtendingGenericType2Success0.578
testUnimplementedMethodsWithTypeParametersSuccess0.547
testUnimplementedMethodsInEnumSuccess0.563
testUnimplementedMethodsInEnumConstant1Success0.515
testUnimplementedMethodsInEnumConstant2Success0.625
testUnimplementedMethodsInEnumConstant3Success0.532
testUnitializedVariableSuccess0.593
testUndefinedConstructorInDefaultConstructor1Success0.625
testUndefinedConstructorInDefaultConstructor2Success0.578
testUndefinedConstructorWithGenericSuperClassSuccess0.594
testUndefinedConstructorWithLineBreaksSuccess0.563
testUndefinedConstructorWithEnclosing1Success0.578
testUndefinedConstructorWithEnclosing2Success0.547
testUndefinedConstructorWithEnclosingInGenericSuccess0.593
testUndefinedConstructorWithEnclosing3Success0.563
testNotVisibleConstructorInDefaultConstructorSuccess0.578
testUnhandledExceptionInDefaultConstructorSuccess0.609
testUnusedPrivateFieldSuccess0.704
testUnusedPrivateField1Success0.625
testUnusedPrivateField2Success0.671
testUnusedPrivateField3Success0.641
testUnusedVariableSuccess0.594
testUnusedVariable1Success0.578
testUnusedVariable2Success0.578
testUnusedVariable4Success0.609
testUnusedVariables5Success0.594
testUnusedVariables6Success0.578
testUnusedVariables7Success0.547
testUnusedVariablesAsSwitchStatementSuccess0.594
testUnusedVariableBug120579Success0.562
testUnusedParamSuccess0.579
testUnusedParam2Success0.562
testUnusedPrivateMethodSuccess0.547
testUnusedPrivateConstructorSuccess0.594
testUnusedPrivateTypeSuccess0.531
testUnnecessaryCast1Success0.609
testUnnecessaryCast2Success0.547
testUnnecessaryCast3Success0.563
testSuperfluousSemicolonSuccess0.578
testIndirectStaticAccess1Success0.625
testIndirectStaticAccess2Success0.781
testIndirectStaticAccess_bug40880Success0.609
testIndirectStaticAccess_bug32022Success1.063
testUnnecessaryInstanceof1Success0.594
testUnnecessaryInstanceof2Success0.687
testUnnecessaryThrownException1Success0.547
testUnnecessaryThrownException2Success0.625
testUnnecessaryThrownException3Success0.563
testUnqualifiedFieldAccess1Success0.609
testUnqualifiedFieldAccess2Success0.578
testUnqualifiedFieldAccess3Success0.578
testUnqualifiedFieldAccess4Success0.594
testUnqualifiedFieldAccess_bug50960Success0.625
testUnqualifiedFieldAccess_bug88313Success0.703
testUnqualifiedFieldAccess_bug115277Success0.906
testUnqualifiedFieldAccess_bug138325_1Success0.594
testUnqualifiedFieldAccess_bug138325_2Success1.594
testUnqualifiedFieldAccessWithGenericsSuccess1.531
testHidingVariable1Success1.781
testHidingVariable2Success0.797
testHidingVariable3Success0.563
testHidingVariable4Success0.609
testHidingVariable5Success0.531
testHidingVariable6Success1.157
testSetParenteses1Success1.140
testSetParenteses2Success0.750
testUnnecessaryElse1Success1.047
testUnnecessaryElse2Success1.359
testUnnecessaryElse3Success1.500
testUnnecessaryElse4Success2.032
testUnnecessaryElse5Success1.906
testInterfaceExtendsClassSuccess2.047
testRemoveUnreachableCodeSuccess0.781
testUnnessecaryNLSTag1Success1.156
testUnnessecaryNLSTag2Success1.750
testUnnessecaryNLSTag3Success0.781
testUnnessecaryNLSTag4Success1.703
testUnnessecaryNLSTag5Success1.625
testUnnessecaryNLSTag6Success1.891
testAssignmentWithoutSideEffect1Success0.703
testAssignmentWithoutSideEffect2Success1.109
testAssignmentWithoutSideEffect3Success0.766
testAddTypeParametersToClassInstanceCreationTest01Success1.172
testAddTypeParametersToClassInstanceCreationTest02Success0.594
testMissingAnnotationAttributes1Success0.562
testMissingAnnotationAttributes2Success0.563
testMissingAnnotationAttributes3Success0.547
testMissingAnnotationAttributes_bug179316Success0.546
testTypePrametersToRawTypeReference01Success0.579
testTypePrametersToRawTypeReference02Success0.609
testTypePrametersToRawTypeReference06Success0.531
testTypePrametersToRawTypeReference07Success0.563
testTypePrametersToRawTypeReference08Success0.562
testSwitchCaseFallThrough1Success0.594
testSwitchCaseFallThrough2Success0.562
testUnusedCodeSuccess0.516
testCollectionsFieldMethodReplacementSuccess0.578
testMissingEnumConstantsInCase1Success0.516
testMissingEnumConstantsInCase2Success0.562
testCastOnCastExpressionSuccess0.532
testTypeMismatchInVarDeclSuccess0.546
testTypeMismatchInVarDecl2Success0.579
testTypeMismatchInVarDecl3Success0.546
testTypeMismatchInVarDecl4Success0.641
testTypeMismatchForInterface1Success0.578
testTypeMismatchForInterface2Success0.578
testTypeMismatchForInterfaceInGenericSuccess0.703
testTypeMismatchForInterfaceInGeneric2Success0.532
testTypeMismatchInFieldDeclSuccess0.578
testTypeMismatchInAssignmentSuccess0.547
testTypeMismatchInAssignment2Success0.578
testTypeMismatchInAssignment3Success0.594
testTypeMismatchInExpressionSuccess0.578
testMismatchingReturnType1Success0.578
testMismatchingReturnType2Success0.547
testMismatchingReturnTypeOnGenericSuccess0.562
testMismatchingReturnTypeOnGeneric2Success0.594
testMismatchingReturnTypeParameterizedSuccess0.625
testMismatchingReturnTypeOnWildcardExtendsSuccess0.547
testMismatchingReturnTypeOnWildcardSuperSuccess0.609
testMismatchingExceptions1Success0.578
testMismatchingExceptions2Success0.563
testMismatchingExceptions3Success0.562
testMismatchingExceptionsOnGenericSuccess0.625
testTypeMismatchInAnnotationValues1Success0.578
testTypeMismatchInAnnotationValues2Success0.579
testTypeMismatchInSingleMemberAnnotationSuccess0.625
testTypeMismatchWithEnumConstantSuccess0.578
testTypeMismatchWithArrayLengthSuccess0.578
testTypeMismatchWithTypeInSamePackageSuccess0.562
testTypeMismatchInForEachProposals1Success0.578
testTypeMismatchInForEachProposals2Success0.610
testUnusedImportsSuccess0.547
testUnusedImportsInDefaultPackageSuccess0.531
testUnusedImportOnDemandSuccess0.547
testCollidingImportsSuccess0.562
testWrongPackageStatementSuccess0.610
testWrongPackageStatementInEnumSuccess0.734
testWrongPackageStatementFromDefaultSuccess0.547
testWrongDefaultPackageStatementSuccess0.687
testWrongPackageStatementButCollidingSuccess0.610
testWrongTypeNameSuccess0.797
testWrongTypeName_bug180330Success0.578
testWrongTypeNameButCollidingSuccess0.594
testWrongTypeNameWithConstructorSuccess0.546
testWrongTypeNameInEnumSuccess0.735
testWrongTypeNameInAnnotSuccess0.531
testTodoTasks1Success0.563
testTodoTasks2Success0.562
testTodoTasks3Success0.563
testTodoTasks4Success0.562
testTodoTasks5Success0.563
testTodoTasks6Success0.562
testTodoTasks7Success0.594
testAddToClasspathSourceFolderSuccess0.812
testAddToClasspathIntJARSuccess1.032
testAddToClasspathExportedExtJARSuccess1.046
testAddToClasspathContainerSuccess1.250
testStaticMethodRequestedInSameType1Success0.329
testStaticMethodRequestedInSameType2Success0.875
testStaticMethodRequestedInSameGenericTypeSuccess0.640
testStaticMethodRequestedInOtherTypeSuccess0.563
testInvisibleMethodRequestedInSuperTypeSuccess0.750
testInvisibleSuperMethodRequestedInSuperTypeSuccess0.578
testInvisibleSuperMethodRequestedInGenericSuperTypeSuccess0.594
testInvisibleMethodRequestedInOtherPackageSuccess0.734
testInvisibleConstructorRequestedInOtherTypeSuccess0.625
testInvisibleConstructorRequestedInSuperTypeSuccess0.562
testInvisibleFieldRequestedInSamePackage1Success0.547
testInvisibleFieldRequestedInSamePackage2Success0.547
testNonStaticMethodRequestedInConstructorSuccess0.594
testNonStaticFieldRequestedInConstructorSuccess0.594
testInvisibleTypeRequestedInDifferentPackageSuccess0.562
testInvisibleTypeRequestedInGenericTypeSuccess0.594
testInvisibleTypeRequestedFromSuperClassSuccess0.609
testInvisibleImportSuccess0.657
testAbstractMethodWithBodySuccess0.593
testAbstractMethodInNonAbstractClassSuccess0.828
testNativeMethodWithBodySuccess0.594
testOuterLocalMustBeFinalSuccess0.547
testOuterLocalMustBeFinal2Success0.938
testOuterParameterMustBeFinalSuccess0.609
testOuterForParamMustBeFinalSuccess0.969
testMethodRequiresBodySuccess0.593
testMethodRequiresBody2Success1.079
testNeedToEmulateMethodAccessSuccess0.937
testNeedToEmulateConstructorAccessSuccess0.656
testNeedToEmulateFieldReadSuccess0.547
testNeedToEmulateFieldReadInGenericSuccess0.563
testNeedToEmulateFieldWriteSuccess0.656
testSetFinalVariable1Success0.828
testSetFinalVariable2Success0.531
testSetFinalVariable3Success1.063
testSetFinalVariable4Success0.875
testSetFinalVariableInGenericSuccess1.359
testOverrideFinalMethodSuccess0.516
testOverridesNonVisibleMethodSuccess1.281
testOverridesStaticMethodSuccess1.188
testStaticOverridesMethodSuccess1.171
testOverridesMoreVisibleMethodSuccess0.844
testOverridesMoreVisibleMethodInGenericSuccess0.735
testInvalidInterfaceModifiersSuccess0.656
testInvalidMemberInterfaceModifiersSuccess1.156
testInvalidInterfaceFieldModifiersSuccess0.641
testInvalidInterfaceMethodModifiersSuccess0.812
testInvalidClassModifiersSuccess0.735
testInvalidMemberClassModifiersSuccess0.984
testInvalidLocalClassModifiersSuccess0.578
testInvalidClassFieldModifiersSuccess0.531
testInvalidClassMethodModifiersSuccess0.641
testInvalidConstructorModifiersSuccess1.344
testInvalidParamModifiersSuccess0.828
testInvalidVariableModifiersSuccess0.797
testExtendsFinalClassSuccess0.812
testExtendsFinalClass2Success0.578
testMissingOverrideAnnotationSuccess1.110
testMissingTypeDeprecationAnnotationSuccess1.062
testMissingMethodDeprecationAnnotationSuccess1.610
testMissingFieldDeprecationAnnotationSuccess0.609
testSuppressNLSWarningAnnotation1Success0.562
testSuppressNLSWarningAnnotation2Success0.516
testSuppressNLSWarningAnnotation3Success0.609
testSuppressNLSWarningAnnotation4Success0.672
testSuppressNLSWarningAnnotation5Success0.563
testMisspelledSuppressTokenSuccess0.594
testSuppressBug169446Success0.625
testSuppressWarningInImportsSuccess0.609
testUnusedSuppressWarnings1Success0.562
testUnusedSuppressWarnings2Success0.579
testUnusedSuppressWarnings3Success0.578
testMakeFinalBug129165Success0.593
testStaticFieldInInnerClassSuccess0.579
testStaticMethodInInnerClassSuccess0.546
testFinalVolatileFieldSuccess0.579
testOverrideAnnotationButNotOverridingSuccess0.546
testMethodOverrideDeprecated1Success0.844
testMethodOverrideDeprecated2Success0.578
testAbstractMethodInEnumWithoutEnumConstantsSuccess0.532
testInvalidEnumModifierSuccess0.640
testInvalidEnumModifier2Success0.578
testInvalidEnumConstantModifierSuccess0.547
testInvalidEnumConstructorModifierSuccess0.578
testInvalidMemberEnumModifierSuccess0.625
testInvisibleFieldToGetterSetterSuccess0.563
testCreateFieldUsingSefSuccess0.594
testAssignToLocalSuccess0.593
testAssignToLocal2Success0.578
testAssignToLocal3Success0.594
testAssignToLocal4Success0.578
testAssignToLocal5Success0.578
testAssignToLocal6Success0.579
testAssignToLocal7Success0.546
testAssignToLocal8Success0.875
testAssignToLocal9Success0.579
testAssignToLocal10Success0.562
testAssignToLocal11Success0.609
testAssignToLocal12Success0.563
testAssignParamToFieldSuccess0.594
testAssignParamToField2Success0.593
testAssignParamToField3Success0.563
testAssignParamToField4Success0.562
testAssignParamToField5Success0.579
testAssignParamToField6Success0.578
testAssignParamToFieldInGenericSuccess0.593
testAssignToLocal2CursorAtEndSuccess0.532
testReplaceCatchClauseWithThrowsWithFinallySuccess0.562
testReplaceSingleCatchClauseWithThrowsSuccess0.656
testUnwrapForLoopSuccess0.532
testUnwrapDoStatementSuccess0.578
testUnwrapWhileLoop2StatementsSuccess0.609
testUnwrapIfStatementSuccess0.578
testUnwrapTryStatementSuccess0.610
testUnwrapAnonymousSuccess0.578
testUnwrapBlockSuccess0.562
testUnwrapMethodInvocationSuccess0.532
testSplitDeclaration1Success0.546
testSplitDeclaration2Success0.563
testSplitDeclaration3Success0.656
testSplitDeclaration4Success0.531
testSplitDeclaration5Success0.579
testSplitDeclaration6Success0.562
testSplitDeclaration7Success0.547
testJoinDeclaration1Success0.750
testJoinDeclaration2Success0.578
testInvertEqualsSuccess2.359
testInvertEquals2Success0.797
testInvertEquals3Success0.547
testInvertEquals4Success0.563
testInvertEquals5Success0.578
testInvertEquals6Success0.562
testInvertEquals7Success0.532
testInvertEquals8Success0.578
testInvertEquals9Success0.578
testInvertEquals10Success0.578
testInvertEquals11Success0.594
testInvertEquals12Success0.547
testInvertEquals13Success0.562
testInvertEquals14Success0.563
testInvertEquals15Success0.593
testInvertEquals16Success0.594
testInvertEquals17Success0.563
testInvertEquals18Success0.546
testInvertEquals19Success0.594
testInvertEquals20Success0.563
testInvertEquals21Success0.547
testInvertEquals22Success0.593
testInvertEquals23Success0.563
testAddTypeToArrayInitializerSuccess0.594
testCreateInSuperSuccess0.562
testCreateInSuperInGenericSuccess0.547
testChangeIfStatementToBlockSuccess0.578
testChangeElseStatementToBlockSuccess0.594
testChangeIfWithElseStatementToBlockSuccess0.562
testChangeIfAndElseStatementToBlock1Success0.547
testChangeIfAndElseStatementToBlock2Success0.594
testChangeIfAndElseIfStatementToBlockSuccess0.547
testChangeIfAndElseIfStatementWithBlockToBlockSuccess0.640
testRemoveIfBlock01Success0.563
testRemoveIfBlock02Success0.547
testRemoveIfBlock03Success0.547
testRemoveIfBlock04Success0.562
testRemoveIfBlockBug128843Success0.578
testRemoveIfBlockBug138628Success0.578
testRemoveIfBlockBug149990_1Success0.547
testRemoveIfBlockBug139675Success0.547
testRemoveIfBlockBug149990_2Success0.578
testRemoveWhileBlock01Success0.532
testRemoveForBlock01Success0.578
testRemoveDoBlock01Success0.562
testMakeFinal01Success0.594
testMakeFinal02Success0.578
testMakeFinal03Success0.547
testMakeFinal04Success0.594
testMakeFinal05Success0.531
testMakeFinal06Success0.562
testMakeFinal07Success0.547
testMakeFinal08Success0.594
testMakeFinal09Success0.578
testMakeFinal10Success0.547
testMakeFinal11Success0.609
testMakeFinal12Success0.563
testMakeFinal13Success0.594
testMakeFinal14Success0.547
testMakeFinal15Success0.562
testMakeFinal16Success0.563
testMakeFinalBug148373Success0.515
testConvertAnonymousToNested1Success0.578
testConvertAnonymousToNested2Success0.532
testConvertToStringBuffer1Success0.593
testConvertToStringBufferStringAndVarSuccess0.578
testConvertToStringBufferNoFixWithoutStringSuccess0.610
testConvertToStringBufferNoFixWithoutString2Success0.578
testConvertToStringBufferNoFixOutsideMethodSuccess0.656
testConvertToStringBufferDupVarNameSuccess0.594
testConvertToStringBufferInIfStatementSuccess0.531
testConvertToStringBufferAsParamterSuccess0.547
testConvertToStringBufferJava14Success0.563
testConvertToMessageFormat14Success0.609
testConvertToMessageFormatStringConcatSuccess0.547
testConvertToMessageFormatStringBoxing14Success0.609
testConvertToMessageFormatStringBoxing15Success0.563
testConvertToMessageFormat15Success0.578
testConvertToMessageFormatApostropheSuccess0.578
testNonStaticAccessTest01Success0.578
testNonStaticAccessTest02Success0.594
testNonStaticAccessTest03Success0.578
testNonStaticAccessTest04Success0.562
testNonStaticAccessTest05Success0.532
testNonStaticAccessTest06Success0.593
testNonStaticAccessTest07Success0.532
testNonStaticAccessTest08Success0.562
testNonStaticAccessTest09Success0.625
testNonStaticAccessTest10Success0.531
testNonStaticAccessTest11Success0.610
testNonStaticAccessTest12Success0.578
testQuickFixSuccess0.562
testQuickFixAfterModificationSuccess0.532
testMissingParam1Success0.578
testMissingParam2Success0.547
testMissingParam3Success0.578
testMissingParam4Success0.594
testMissingParam5Success0.578
testMissingParam6Success0.562
testMissingReturn1Success0.563
testMissingReturn2Success0.625
testMissingReturn3Success0.562
testMissingThrowsSuccess0.563
testInsertAllMissing1Success0.578
testInsertAllMissing2Success0.562
testInsertAllMissing3Success0.594
testInsertAllMissing4Success0.578
testRemoveParamTag1Success0.563
testRemoveParamTag2Success0.547
testRemoveThrowsTag1Success0.562
testRemoveThrowsTag2Success0.531
testRemoveThrowsTag3Success0.594
testRemoveReturnTag1Success0.563
testRemoveUnknownTag1Success0.546
testMissingMethodComment1Success0.594
testMissingMethodComment2Success0.547
testMissingMethodComment3Success0.578
testMissingMethodComment4Success0.563
testMissingConstructorCommentSuccess0.609
testMissingTypeCommentSuccess0.531
testMissingFieldCommentSuccess0.610
testInvalidQualification1Success0.578
testSimplestSmokeCaseSuccess0.547
testInferPrimitiveTypeElementSuccess0.562
testInferTypeElementSuccess0.531
testSimplestCleanSuccess0.579
testLotsOfReferecesSuccess0.578
testInferCollectionFromInitializersSuccess0.593
testNiceReductionSuccess0.563
testNiceReductionArrayIsFieldSuccess0.578
testArrayIsQualifiedByThisSuccess0.547
testArrayIsAccessedByMethodInvocationSuccess0.562
testArrayIsAccessedByMethodInvocation2Success0.532
testMatrixSuccess0.578
testMatrix2Success0.531
testArrayIsAssignedSuccess0.578
testArrayIsAssigned2Success0.594
testArrayCannotBeInferredSuccess0.562
testIndexBruteModifiedSuccess0.563
testIndexBruteModified2Success0.578
testIndexReadOutsideArrayAccessSuccess0.547
testIndexReadOutsideArrayAccess_StringConcatenationSuccess0.578
testIndexReadOutsideInferredArrayAccessSuccess0.563
testIndexReadOutsideInferredArrayAccess2Success0.593
testReverseTraversalIsNotAllowedSuccess0.563
testCollectionIsNotArraySuccess0.547
testAdditionalLocalIsNotReferencedSuccess0.562
testTwoIndexesNotAllowedSuccess0.594
testAdditionalLocalIsNotReferenced2Success0.562
testCollectionTypeBindingIsNullSuccess0.594
testCollectionBindingIsNullSuccess0.531
testCollectionsNotAcceptedYetSuccess0.532
testIndexDoesNotStartFromZeroSuccess0.593
testBug127346Success0.563
testBug130139_1Success0.594
testBug130139_2Success0.562
testBug130293_1Success0.610
testBug130293_2Success0.531
testBug138353_1Success0.594
testBug138353_2Success0.531
testBug148419Success0.531
testBug149797Success0.609
testBug163050_1Success0.563
testBug163050_2Success0.531
testBug163121Success0.531
testInitializerPrecondition01Success0.594
testInitializerPrecondition02Success0.563
testInitializerPrecondition03Success0.578
testInitializerPrecondition04Success0.562
testInitializerPrecondition05Success0.563
testInitializerPrecondition06Success0.578
testExpressionPrecondition01Success0.562
testExpressionPrecondition02Success0.579
testExpressionPrecondition03Success0.546
testExpressionPrecondition04Success0.579
testExpressionPrecondition05Success0.562
testExpressionPrecondition06Success0.609
testExpressionPrecondition07Success0.563
testExpressionPrecondition08Success0.547
testUpdatePrecondition01Success0.594
testUpdatePrecondition02Success0.562
testUpdatePrecondition03Success0.594
testUpdatePrecondition04Success0.547
testUpdatePrecondition06Success0.609
testBodyPrecondition01Success0.578
testBodyPrecondition02Success0.563
testBodyPrecondition03Success0.593
testBodyPrecondition04Success0.579
testBodyPrecondition05Success0.593
testBodyPrecondition06Success0.563
testBodyPrecondition07Success0.578
testBodyPrecondition08Success0.547
testBodyPrecondition09Success0.594
testBodyPreconditio10Success0.562
testBodyPrecondition11Success0.563
testBodyPrecondition12Success0.593
testBug110599Success0.578
testBug175827Success0.547
testBug214340_1Success0.563
testBug214340_2Success0.594
testBug214340_3Success0.562
testBug231575_1Success0.594
testSimplestSmokeCaseSuccess0.547
testBug110599Success0.562
testEnumerationSuccess0.563
testSplitAssignmentSuccess0.593
testIndirectUsageSuccess0.735
testMethodCall1Success0.562
testMethodCall2Success0.578
testNestedSuccess0.594
testMethodCall3Success0.578
testNoAssignmentSuccess0.578
testOutsideAssignment1Success0.579
testOutsideAssignment2Success0.578
testWildcard1Success0.547
testWildcard2Success0.562
testBug129508_1Success0.547
testBug129508_2Success0.578
testBug129508_3Success0.563
testBug129508_4Success0.546
testBug176595Success0.625
testBug176502Success0.532
testBug203693Success0.609
testBug194639Success0.531
testSplitIfCondition1Success0.578
testSplitIfCondition2Success0.547
testSplitIfCondition3Success0.594
testJoinAndIfStatements1Success0.563
testJoinAndIfStatements2Success0.562
testJoinOrIfStatements1Success0.547
testSplitOrCondition1Success0.531
testSplitOrCondition2Success0.563
testIfReturnIntoIfElseAtEndOfVoidMethod1Success0.547
testInverseIfContinueIntoIfThenInLoops1Success0.593
testInverseIfIntoContinueInLoops1Success0.578
testRemoveExtraParenthesis1Success0.594
testRemoveExtraParenthesis2Success0.563
testAddParanoidalParenthesis1Success0.547
testInverseIfCondition1Success0.609
testInverseIfCondition2Success0.562
testInverseIfCondition3Success0.563
testInverseIfCondition4Success0.562
testInverseIfCondition5Success0.563
testInverseIfCondition_bug119251Success0.562
testInverseIfCondition6Success0.594
testInverseConditionalStatement1Success0.563
testInverseConditionalStatement2Success0.547
testInnerAndOuterIfConditions1Success0.593
testExchangeOperands1Success0.532
testAssignAndCast1Success0.578
testAssignAndCast2Success0.562
testAssignAndCastBug_104021Success0.578
testAssignAndCastBug129336_1Success0.547
testAssignAndCast129336_2Success0.563
testAssignAndCastBug129336_3Success0.547
testReplaceReturnConditionWithIfSuccess0.546
testReplaceAssignConditionWithIf1Success0.563
testReplaceAssignConditionWithIf2Success0.547
testReplaceAssignConditionWithIf3Success0.547
testReplaceReturnIfWithConditionSuccess0.562
testReplaceReturnIfWithCondition2Success0.578
testReplaceAssignIfWithCondition1Success0.532
testReplaceAssignIfWithCondition2Success0.562
testInverseVariable1Success0.547
testInverseVariable2Success0.625
testInverseVariable2bSuccess0.562
testInverseVariable3Success0.563
testInverseVariable4Success0.562
testPushNegationDown1Success0.579
testPushNegationDown2Success0.625
testPullNegationUpSuccess0.562
testJoinIfListInIfElseIfSuccess0.609
testConvertSwitchToIfSuccess0.547
testConvertSwitchToIf2Success0.563
testConvertSwitchToIf3Success0.547
testSurroundWithTemplate01Success0.547
testSurroundWithTemplate02Success0.546
testSurroundWithTemplate03Success0.610
testSurroundWithTemplate04Success0.609
testAllCleanUpsSuccess14.860
testAddNLSTag01Success0.562
testRemoveNLSTag01Success0.578
testUnusedCode01Success0.547
testUnusedCode02Success0.625
testUnusedCode03Success0.547
testUnusedCode04Success0.594
testUnusedCode05Success0.562
testUnusedCode06Success0.594
testUnusedCode07Success0.562
testUnusedCode08Success0.594
testUnusedCode09Success0.547
testUnusedCode10Success0.547
testUnusedCode11Success0.594
testUnusedCodeBug123766Success0.578
testUnusedCodeBug150853Success0.562
testUnusedCodeBug173014_1Success0.578
testUnusedCodeBug173014_2Success0.579
testUnusedCodeBug189394Success0.656
testJava5001Success0.531
testJava5002Success0.594
testJava5003Success0.562
testJava5004Success0.625
testJava5005Success0.657
testJava50Bug212557Success0.578
testJava50Bug222257Success0.562
testCodeStyle01Success0.594
testCodeStyle02Success0.593
testCodeStyle03Success0.594
testCodeStyle04Success0.656
testCodeStyle05Success0.578
testCodeStyle06Success0.610
testCodeStyle07Success0.625
testCodeStyle08Success0.547
testCodeStyle09Success0.578
testCodeStyle10Success0.562
testCodeStyle11Success0.547
testCodeStyle12Success0.625
testCodeStyle13Success0.641
testCodeStyle14Success0.578
testCodeStyle15Success0.594
testCodeStyle16Success0.578
testCodeStyle17Success0.594
testCodeStyle18Success0.734
testCodeStyle19Success0.594
testCodeStyle20Success0.531
testCodeStyle21Success0.594
testCodeStyle22Success0.625
testCodeStyle23Success0.578
testCodeStyle24Success0.578
testCodeStyle25Success0.641
testCodeStyle26Success0.609
testCodeStyle27Success0.594
testCodeStyleBug118204Success0.593
testCodeStyleBug114544Success0.610
testCodeStyleBug119170_01Success0.578
testCodeStyleBug119170_02Success0.562
testCodeStyleBug123468Success0.641
testCodeStyleBug129115Success0.859
testCodeStyleBug135219Success0.563
testCodeStyleBug_138318Success0.656
testCodeStyleBug138325_1Success0.531
testCodeStyleBug138325_2Success0.625
testCodeStyle_Bug140565Success0.579
testCodeStyleBug157480Success0.531
testCodeStyleBug154787Success0.672
testCodeStyleBug189398Success1.422
testRemoveNonStaticQualifier_Bug219204_1Success0.812
testRemoveNonStaticQualifier_Bug219204_2Success0.547
testJava50ForLoop01Success0.625
testJava50ForLoop02Success0.547
testJava50ForLoop03Success1.187
testJava50ForLoop04Success0.860
testJava50ForLoop05Success0.562
testJava50ForLoop06Success0.735
testJava50ForLoop07Success0.593
testJava50ForLoop08Success0.641
testJava50ForLoop09Success0.937
testJava50ForLoop10Success0.969
testJava50ForLoop11Success0.594
testJava50ForLoop12Success0.844
testJava50ForLoop13Success0.531
testJava50ForLoop14Success1.562
testJava50ForLoopBug154939Success0.547
testJava50ForLoop160218Success1.282
testJava50ForLoop159449Success0.921
testJava50ForLoop160283_1Success0.610
testJava50ForLoop160283_2Success0.578
testJava50ForLoop160312Success1.250
testJava50ForLoop160270Success0.625
testJava50ForLoop163122_1Success0.641
testJava50ForLoop163122_2Success1.406
testJava50ForLoop163122_3Success0.844
testJava50ForLoop163122_4Success0.562
testJava50ForLoop163122_5Success1.453
testJava50ForLoop110599Success0.781
testCombination01Success0.547
testCombination02Success0.969
testCombination03Success0.750
testCombinationBug120585Success0.609
testCombinationBug125455Success0.579
testCombinationBug157468Success0.578
testSerialVersion01Success0.718
testSerialVersion02Success0.594
testSerialVersion03Success0.641
testSerialVersion04Success0.687
testSerialVersion05Success0.594
testSerialVersionBug139381Success0.891
testAddBlockBug149110_1Success0.750
testAddBlockBug149110_2Success0.562
testRemoveBlock01Success0.594
testRemoveBlock02Success0.562
testRemoveBlock03Success0.641
testRemoveBlock04Success0.609
testRemoveBlock05Success0.563
testRemoveBlockBug138628Success0.609
testRemoveBlockBug149990Success0.563
testRemoveBlockBug156513_1Success0.625
testRemoveBlockBug156513_2Success0.547
testUnnecessaryCodeBug127704_1Success0.609
testUnnecessaryCodeBug127704_2Success0.609
testAddParenthesis01Success0.594
testRemoveParenthesis01Success0.656
testRemoveParenthesisBug134739Success0.547
testRemoveParenthesisBug134741_1Success0.610
testRemoveParenthesisBug134741_2Success0.609
testRemoveParenthesisBug134741_3Success0.578
testRemoveParenthesisBug134985_1Success0.625
testRemoveParenthesisBug134985_2Success0.563
testRemoveParenthesisBug188207Success0.562
testRemoveParenthesisBug208752Success0.547
testRemoveParenthesisBug190188Success0.594
testRemoveParenthesisBug212856Success0.640
testRemoveQualifier01Success0.532
testRemoveQualifier02Success0.593
testRemoveQualifier03Success0.516
testRemoveQualifier04Success0.563
testRemoveQualifierBug134720Success0.546
testRemoveQualifierBug150481_1Success0.594
testRemoveQualifierBug150481_2Success0.547
testRemoveQualifierBug219478Success0.609
testRemoveQualifierBug219608Success0.563
testAddFinal01Success0.594
testAddFinal02Success0.609
testAddFinal03Success0.531
testAddFinal04Success0.547
testAddFinal05Success0.516
testAddFinalBug129807Success0.547
testAddFinalBug134676_1Success0.578
testAddFinalBug134676_2Success0.562
testAddFinalBug145028Success0.594
testAddFinalBug157276_1Success0.578
testAddFinalBug157276_2Success0.547
testAddFinalBug157276_3Success0.609
testAddFinalBug157276_4Success0.625
testAddFinalBug157276_5Success0.563
testAddFinalBug157276_6Success0.594
testAddFinalBug157276_7Success0.609
testAddFinalBug156842Success0.578
testAddFinalBug158041Success0.547
testAddFinalBug163789Success0.578
testAddFinalBug191862Success0.578
testAddFinalBug213995Success0.532
testRemoveBlockReturnThrows01Success0.593
testRemoveTrailingWhitespace01Success0.532
testRemoveTrailingWhitespace02Success0.609
testRemoveTrailingWhitespaceBug173081Success0.594
testSortMembers01Success0.593
testSortMembers02Success0.594
testSortMembersBug218542Success0.531
testSortMembersBug223997Success0.563
testOrganizeImports01Success0.578
testOrganizeImports02Success0.578
testOrganizeImportsBug202266Success1.141
testOrganizeImportsBug229570Success1.094
testCorrectIndetation01Success0.562
testCorrectIndetationBug202145_1Success0.563
testCorrectIndetationBug202145_2Success0.562
testUnimplementedCode01Success0.516
testUnimplementedCode02Success0.578
testSortMembersTaskSuccess0.531
testSortMembersBookmarksSuccess0.578
testSortMembersBreakpointsSuccess0.516
testSortMembersProblemMarkerSuccess0.609
testFormatAll01Success1.031
testFormatChanges01Success0.844
testFormatChanges02Success0.719
testFormatChangesBug205177Success0.625
testFormatChangesBug205308Success0.906
testFormatChangesBug205301Success0.641
testFormatChangesBug207965Success0.750
testFormatChangesBug207965_2Success0.640
testFormatChangesBug208568Success0.813
testBug213248_1Success0.672
testBug213248_2Success0.703
testBug213248_3Success0.734
testBug213248_4Success0.672
testBug228659Success0.672
testBug232768_1Success0.641
testBug232768_2Success0.531
testBug232768_3Success0.703
testSortMembersActionSuccess0.484
testContributedQuickFix1Success0.579
testContributedQuickFix2Success0.578
testSurroundWithRunnable1Success0.562
testSurroundWithRunnable2Success0.563
testSurroundWithRunnable3Success0.578
testSurroundWithRunnable4Success0.547
testSurroundWithRunnable5Success0.578
testSurroundWithRunnable6Success0.578
testSurroundWithRunnable7Success0.609
testSurroundWithRunnable8Success0.563
testSurroundWithRunnable9Success0.578
testSurroundWithRunnable10Success0.531
testSurroundWithRunnable11Success0.610
testSurroundWithRunnable12Success0.546
testSurroundWithRunnable13Success0.516
testSurroundWithRunnable14Success0.547
testSurroundWithRunnable15Success0.625
testSurroundWithRunnable16Success0.578
testSurroundWithRunnable17Success0.547
testSurroundWithRunnable18Success0.578
testSurroundWithRunnable19Success0.609
testSurroundWithRunnable20Success0.579
testSurroundWithRunnable21Success0.593
testSurroundWithRunnable22Success0.563
testSurroundWithRunnable23Success0.531
testSurroundWithRunnable24Success0.609
testSurroundWithRunnable27Success0.563
testSurroundWithRunnable28Success0.609
testSurroundWithRunnable29Success0.532
testSurroundWithRunnable30Success0.625
testSurroundWithRunnableBug133560Success0.578
testSurroundWithRunnableBug138323Success0.578
testSurroundWithBug162549Success0.609
testRemoveTypeParameterSuccess0.547
testRemoveTypeParameter2Success0.578
testBasicSetSuccess0.156
testBasicCreateSuccess0.281
testProjectChangeSuccess0.188
testUserSetSuccess0.015
testUserCreateSuccess0.250
testReadExistingSuccess0.375
testExistingOverwriteSuccess0.344
testCreateClass1Success6.016
testCreateClass2Success0.562
testCreateClass3Success0.578
testCreateClass4Success0.547
testCreateInnerClass1Success0.578
testCreateClassExtraImports1Success0.531
testCreateClassExtraImports2Success0.610
testCreateClassExtraImports3Success0.562
testCreateInterfaceSuccess0.594
testCreateEnumSuccess0.531
testCreateAnnotationSuccess0.516
testCreateClassWithBodySuccess0.547
testCreateInterfaceWithBodySuccess0.625
testCreateEnumWithBodySuccess0.562
testCreateAnnotationWithBodySuccess0.532
testGetChildrenProjectWithSourceFoldersSuccess1.797
testGetChildrentMidLevelFragmentSuccess1.796
testGetChildrenBottomLevelFragmentSuccess1.782
testGetChildrenMidLevelFragmentInArchiveSuccess1.906
testGetChildrenBottomLevelFragmentInArchiveSuccess1.953
testGetChildrenSourceFolderSuccess1.813
testGetChildrenArchiveSuccess1.843
testGetParentArchiveSuccess1.672
testGetParentMidLevelFragmentInArchiveSuccess1.766
testGetParentTopLevelFragmentInArchiveSuccess2.078
testGetParentTopLevelFragmentSuccess1.844
testGetParentMidLevelFragmentSuccess2.000
testDeleteBottomLevelFragmentSuccess1.953
testAddBottomLevelFragmentSuccess1.984
testChangedTopLevelPackageFragmentSuccess1.985
testChangeBottomLevelPackageFragmentSuccess1.812
testRemoveCUsFromPackageFragmentSuccess1.953
testRemoveCUFromPackageFragmentSuccess1.906
testBug65240Success1.907
testGetChildrentMidLevelFragmentSuccess0.843
testGetChildrenBottomLevelFragmentSuccess0.610
testGetParentArchiveSuccess0.547
testGetParentMidLevelFragmentInArchiveSuccess0.562
testGetParentTopLevelFragmentInArchiveSuccess0.578
testGetParentTopLevelFragmentSuccess0.578
testGetParentMidLevelFragmentSuccess0.532
testGetChildrenProjectSuccess0.578
testGetChildrenBottomLevelFragmentWithCUSuccess0.515
testGetChildrenBottomLevelFragmentFileSuccess0.516
testGetChildrenBottomLevelFragment2Success0.625
testGetChildrenMidLevelFragmentInInternalArchiveSuccess0.531
testGetChildrenBottomLevelFragmentInInternalArchiveSuccess0.563
testGetChildrenProjectWithSourceFoldersSuccess1.875
testGetChildrentMidLevelFragmentSuccess1.890
testGetChildrenBottomLevelFragmentSuccess1.938
testGetChildrenBottomLevelFragmentInArchiveSuccess2.156
testGetChildrenArchiveSuccess2.266
testGetParentArchiveSuccess1.890
testGetParentTopLevelFragmentInArchiveSuccess1.719
testGetParentTopLevelFragmentSuccess1.594
testGetParentMidLevelFragmentSuccess1.641
testRemoveCUsFromPackageFragmentSuccess1.796
testRemoveCUFromPackageFragmentSuccess1.735
testGetChildrenBottomLevelFragmentWithCUSuccess1.828
testGetChildrenSourceSuccess1.641
testGetParentFoldedBottomFragmentSuccess1.718
testDeleteBottomLevelFragmentFoldingSuccess1.907
testAddBottomLevelFragmentFoldingSuccess1.625
testChangedTopLevelPackageFragmentFoldingSuccess1.750
testChangeBottomLevelPackageFragmentFoldingSuccess1.906
testGetChildrentMidLevelFragmentSuccess0.765
testGetChildrenBottomLevelFragmentSuccess0.641
testGetParentArchiveSuccess0.625
testGetParentMidLevelFragmentInArchiveSuccess0.688
testGetParentTopLevelFragmentInArchiveSuccess0.593
testGetParentTopLevelFragmentSuccess0.672
testGetParentMidLevelFragmentSuccess0.578
testGetChildrenProjectSuccess0.625
testGetChildrenBottomLevelFragmentWithCUSuccess0.782
testGetChildrenMidLevelFragmentInInternalArchiveSuccess0.718
testGetChildrenBottomLevelFragmentInInternalArchiveSuccess0.844
testGetChildrenDefaultProjectSuccess0.719
testGetChildrenBottomLevelFragmenWithCU2Success0.750
testGetParentMidLevelFragment2Success0.750
testProjectSource1Success0.672
testNestedSource1Success0.703
testInclExcl1Success0.625
testCUSuccess0.344
testCUAdaptedCUSuccess0.563
testCUAdaptedResourceSuccess0.515
testInvalidTarget2Success0.563
testInvalidSource1Success0.406
testInvalidSource2Success0.594
testAddProjectSuccess0.484
testMoveProjectSuccess0.578
testMoveToOthersProjectSuccess0.485
testRearrange1Success0.609
testRearrange2Success0.531
testRearrange3Success0.579
testJARHierarchicalSuccess0.172
testJARFoldedHierarchicalSuccess0.078
testClassFolderHierarchicalSuccess0.172
testClassFolderFoldedHierarchicalSuccess0.141
testGetChildrenProjectWithSourceFoldersSuccess2.110
testGetChildrenBottomLevelFragmentSuccess2.203
testGetChildrenMidLevelFragmentInArchiveSuccess2.531
testGetChildrenBottomLevelFragmentInArchiveSuccess2.219
testGetChildrenSourceFolderSuccess1.984
testGetChildrenArchiveSuccess1.969
testGetParentArchiveSuccess1.922
testGetParentMidLevelFragmentInArchiveSuccess2.000
testGetParentTopLevelFragmentInArchiveSuccess2.156
testGetParentTopLevelFragmentSuccess2.359
testGetParentMidLevelFragmentSuccess2.344
testGetChildrentMidLevelFragmentNotLogicalPackageSuccess2.109
testGetChildrenLogicalPackageSuccess2.813
testGetChildrenLogicalPackage2Success2.172
testGetParentTopLevelLogicalPackageSuccess1.969
testGetParentPackageFragmentWithLogicalPackageParentSuccess2.031
testGetParentOfLogicalPackagetWithLogicalPackageParentSuccess1.937
testGetParentPFwithProjectFocusSuccess1.875
testGetParentWithRootFocusAfterProjectFocusSuccess2.016
testBug123424_1Success1.906
testBug123424_2Success2.094
testGetElementsPackageFragmentRootSuccess2.859
testGetElementsProjectSuccess3.016
testRemovePackageNotLogicalPackageSuccess3.422
testRemovePackageInTwoPackageLogicalPackageSuccess2.828
testRemovePackageFromLogicalPackageSuccess2.937
testRemoveCUFromPackageNotLogicalPackageSuccess3.125
testAddCUFromPackageNotLogicalPackageSuccess2.938
testAddFragmentToLogicalPackageSuccess3.016
testAddPackageNotLogicalPackageSuccess3.062
testAddPackageToCreateLogicalPackageSuccess3.188
testAddFragmentToLogicalPackageSuccess1.234
testRemoveTopLevelFragmentNotLogicalPackageSuccess1.125
testRemoveBottomLevelFragmentNotLogicalPackageSuccess0.937
testRemoveFragmentInMultiFragmentLogicalPackageSuccess1.000
testRemoveBottomLevelFragmentInMultiFragmentLogicalPackageSuccess1.313
testRemoveFragmentInTwoFragmentLogicalPackageSuccess1.062
testAddTopLevelFragmentNotLogicalPackageSuccess0.813
testAddCUFromFragmentNotLogicalPackageVisibleSuccess1.016
testAddCUFromFragmentNotLogicalPackageNotVisibleSuccess1.000
testRemoveCUFromFragmentNotLogicalPackageSuccess0.734
testRemoveCUFromFragmentNotLogicalPackageWithParentNotVisibleSuccess0.719
testAddBottomLevelFragmentNotLogicalPackageSuccess0.812
testGetChildrenOfCalleeRootSuccess1.485
testGetChildrenOfCallerRootSuccess1.093
testGetChildrenOfCallerMaxDepthSuccess0.922
testGetChildrenOfCalleeMaxDepthSuccess0.860
testGetChildrenOfCalleeRecursiveSuccess1.125
testGetChildrenOfCallerRecursiveSuccess1.203
testSimpleMethodRefSuccess2.594
testFindOverriddenSuccess0.141
testSimpleAddSuccess0.766
testRemoveSuccess0.031
testRemoveParentFirstSuccess0.000
testRemoveParentLastSuccess0.016
testSimpleParticipantSuccess1.297
testGetFileSuccess2.266
test01Success0.610
test02Success0.640
test03Success0.719
test04Success0.625
test05Success0.687
test06Success0.672
testBug152604Success0.672
testBug133810Success0.656
testBug185178Success0.672
testAssertionsOffByDefaultSuccess0.016
testEnableAssertionsInWizardSuccess0.125
testJUnitTabGroupSetDefaultsSuccess0.937
testReorderSimpleSuccess0.000
testReorderCustomSuiteSuccess0.000
testReorderSimpleWithDecoratorSuccess0.016
testReorderWithPropagationSuccess0.000
testReorderWithPropagationWithDecoratorSuccess0.000
testReorderWithPropagation2Success0.000
testReorderWithPropagationBugSuccess0.000
testReorderWithPropagation3Success0.000
testReorderSuccess0.000
testOnePackageSuccess0.937
testTwoPackagesSuccess0.641
testTwoPackagesSearchingInOneSuccess0.469
testPackageFragmentRootSuccess0.656
testTwoPackageFragmentRootsSuccess0.516
testTwoPackageFragmentRootsSearchingInOneSuccess0.812
testTwoPackageFragmentRootsSearchingInOneNoSupertypeSuccess0.563
testProjectSuccess0.515
testSubPackageSuccess0.625
testJUnit4NoSrcSuccess0.469
testOKSuccess4.687
testFailSuccess4.188
testSimpleTestSuccess1.172
testOKSuccess1.375
testFailSuccess1.187
testSimpleTestSuccess1.219
testTreeOnSessionStartedSuccess1.000
testTreeOnSessionEndedSuccess0.859
testTreeOnSecondTestStartedSuccess0.875
testTreeOnSecondTestStarted2Success1.000
testTreeUnrootedEndedSuccess1.016
testAllTestsSuccess1.843
testATestCaseSuccess1.610
testATestCase_testSucceedSuccess0.672
testATestSuiteSuccess1.640
testFailuresSuccess0.688
testFailingSuiteSuccess0.640
testImportAntSuiteSuccess0.047
testAllTestsSuccess2.312
testATestCaseSuccess1.828
testATestSuiteSuccess2.313
testFailuresSuccess0.891
testImportAntSuiteSuccess0.078
testTestCaseSuccess0.860
testSuiteSuccess0.906
testTestInterfaceSuccess0.531
testTestCaseSuccess3.906
testSuiteFinderSuccess0.563
testRunWithSuccess2.187
testTestAnnotationSuccess2.172
testTestAnnotation_bug204682Success0.563
testTestAnnotation2Success0.547
testAddExternalJar01AddMyLibSuccess0.531
testAddExternalJar02AddMuiltiLibsSuccess0.484
testAddExternalJar02AddMuiltiLibsTwiceSuccess0.516
testAddExternalJarBug132827Success0.609
testEditOutputFolder01SetOutputFolderForSourceFolderSuccess0.531
testEditOutputFolder02RemoveProjectAsSourceFolderSuccess0.547
testEditOutputFolder03ExcludeOutputFolderSelfSuccess0.532
testEditOutputFolder03ExcludeOutputFolderOtherSuccess0.562
testEditOutputFolder04RemoveProjectAndExcludeOutputSuccess0.516
testEditOutputFolder05CannotOutputToSourceSuccess0.578
testEditOutputFolderBug153068Success0.469
testEditOutputFolderBug154044Success0.515
testEditOutputFolderBug154044OldIsProjectSuccess0.547
testEditOutputFolderBug154044DonotDeleteDefaultOutputFolderSuccess0.500
testEditOutputFolderBug154196Success0.594
testRemoveFromBuildpath01Success0.500
testRemoveFromBuildpath01RemoveProjectSuccess0.687
testRemoveFromBuildpath01RemoveLibsSuccess0.360
testRemoveFromBuildpathBug153299SrcSuccess0.515
testRemoveFromBuildpathBug153299LibSuccess0.547
testProjectWithOthersSuccess0.438
testSrcWithOthersSuccess0.375
testNormalFolderWithOthersSuccess0.375
testPackageWithOthersSuccess0.375
testCUWithOthersSuccess0.328
testExcludedFileWithOthersSuccess0.359
testFileWithOthersSuccess0.360
testExcludedPackWithOthersSuccess0.375
testDefaultPackWithOthersSuccess0.421
testDefaultJARWithOthersSuccess0.360
testDefaultZipWithOthersSuccess0.469
testExportCuSuccess1.500
testExportFileSuccess0.641
testExternalClassFolderSuccess0.797
testClassFolderSuccess1.875
testExternalClassFolderSuccess1.500
testExportSameSrcRootSuccess2.250
testExportSrcRootWithOutputFolderSuccess2.328
testExportOtherSrcRootSuccess2.282
testExportOtherProjectSuccess1.984
testExportInternalLibSuccess1.469
testExportInternalLib_UncompressedJarSuccess1.422
testExportExternalLibSuccess1.859
testVariableSuccess1.422
testSignedLibsSuccess1.562
Properties >>

Back to top

TestCase LeakTestSuite

NameStatusTypeTime(s)
testTextEditorCloseSuccess39.500
testTextEditorCloseOneOfTwoSuccess53.093
testTextEditorCloseAllSuccess40.375
testJavaEditorCloseSuccess41.297
testJavaEditorCloseOneOfTwoSuccess56.735
testJavaEditorCloseAllSuccess42.453
testJavaEditorBreadcrumbCloseAllSuccess50.937
testJavaEditorBreadcrumbCloseSuccess55.141
testJavaEditorBreadcrumbCloseOneOfTwo1Success76.031
testJavaEditorBreadcrumbCloseOneOfTwo2Success63.500
testNewClassWizardSuccess28.750
testNewInterfaceWizardSuccess27.531
testNewJavaProjectWizardSuccess32.188
testJavaEditorContextMenuSuccess42.641
testJavaEditorActionDelegateSuccess42.359
testRemoveSearchQueriesSuccess54.016
testRemoveAllQueriesSuccess14.469
testUndoManagerLeakSuccess14.609
testTextViewerUndoManagerSuccess26.500
Properties >>

Back to top