This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 194804 - +30 failed Tests
Summary: +30 failed Tests
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-28 11:06 UTC by Vladimir Voskresensky
Modified: 2011-01-29 05:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2011-01-28 11:06:41 UTC
+ 30 failed tests.
In log I see
SEVERE: Error in RequestProcessor org.netbeans.modules.cnd.makeproject.configurations.ConfigurationXMLReader$1
org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.NullPointerException
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:425)
	at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationXMLReader.read(ConfigurationXMLReader.java:117)
	at org.netbeans.modules.cnd.makeproject.api.configurations.ConfigurationDescriptorProvider.getConfigurationDescriptor(ConfigurationDescriptorProvider.java:161)
	at org.netbeans.modules.cnd.remote.test.RemoteBuildTestBase.prepareSampleProject(RemoteBuildTestBase.java:202)
	at org.netbeans.modules.cnd.remote.test.RemoteBuildTestBase.prepareSampleProject(RemoteBuildTestBase.java:187)
	at org.netbeans.modules.cnd.remote.sync.download.RemoteBuildUpdatesDownloadTestCase.test_LexYacc_Updates(RemoteBuildUpdatesDownloadTestCase.java:131)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:95)
	at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:365)
	at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:294)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.NullPointerException
	at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationXMLReader._read(ConfigurationXMLReader.java:183)
	at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationXMLReader.access$000(ConfigurationXMLReader.java:80)
	at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationXMLReader$1.runImpl(ConfigurationXMLReader.java:128)
	at org.netbeans.modules.cnd.utils.NamedRunnable.run(NamedRunnable.java:62)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 Alexander Simon 2011-01-28 12:53:17 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/2cb4bdc56f2c
Comment 2 Quality Engineering 2011-01-29 05:27:10 UTC
Integrated into 'main-golden', will be available in build *201101290000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2cb4bdc56f2c
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #194804 +30 failed Tests