Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 460200 - [test][model] ExistenceTests.testClassFileInLibraryInOtherProject failed
Summary: [test][model] ExistenceTests.testClassFileInLibraryInOtherProject failed
Status: RESOLVED DUPLICATE of bug 458221
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 4.5   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Manoj N Palat CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-18 03:45 EST by Sasikanth Bharadwaj CLA
Modified: 2015-03-18 23:26 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sasikanth Bharadwaj CLA 2015-02-18 03:45:20 EST
build: N20150217-2000

url: http://download.eclipse.org/eclipse/downloads/drops4/N20150217-2000/testresults/html/org.eclipse.jdt.core.tests.model_macosx.cocoa.x86_64_7.0.html

stacktrace: java.lang.NullPointerException
	at org.eclipse.jdt.core.tests.model.ExistenceTests.testClassFileInLibraryInOtherProject(ExistenceTests.java:107)
	at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:104)
	at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:88)
	at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:76)
	at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:85)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:657)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310)
	at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
	at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
	at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Manoj N Palat CLA 2015-02-18 04:27:36 EST
The order of test cases ran prior to this is given below (if it helps to check for any inter-dependency on the folder)

testExternalJarInternalExternalJar	Success		1.682
testBinaryMethodAfterNonExistingMember	Success		0.030
testClassFileInBinary	Success		0.024
testClassFileInLibrary	Success		0.050
testClassFileInLibraryInOtherProject	Error	N/A 

element is assigned at 106 and looks more likely due to an i/o error rather than any inter-dependency of test runs.
Comment 2 Manoj N Palat CLA 2015-02-23 03:22:14 EST
Reported earlier as well in 4.4.2 build bug 458221

*** This bug has been marked as a duplicate of bug 458221 ***