[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-core-dev] CProjectNature
|
I did an update, and ran the core.tests JUnit automated suite, and I
receive > 30 errors.
java.lang.NullPointerException
at
org.eclipse.cdt.core.CProjectNature.configure(CProjectNature.java:273)
at
org.eclipse.core.internal.resources.NatureManager$1.run(NatureManager.java:134)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:889)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at
org.eclipse.core.internal.resources.NatureManager.configureNature(NatureManager.java:148)
at
org.eclipse.core.internal.resources.NatureManager.configureNatures(NatureManager.java:192)
at
org.eclipse.core.internal.resources.Project.basicSetDescription(Project.java:49)
at
org.eclipse.core.internal.resources.Project.setDescription(Project.java:801)
at
org.eclipse.core.internal.resources.Project.setDescription(Project.java:827)
at
org.eclipse.cdt.testplugin.CProjectHelper.addNatureToProject(CProjectHelper.java:223)
at
org.eclipse.cdt.testplugin.CProjectHelper.createCProject(CProjectHelper.java:54)
at
org.eclipse.cdt.core.model.tests.BinaryTests.setUp(BinaryTests.java:100)
at junit.framework.TestCase.runBare(TestCase.java:125)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
Since I didn't see an email on the patch list related to this, so I
thought I'd just send a mail out so that maybe this could magically get
fixed.
JohnC