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 39577 - testLoadWM01Invalid
Summary: testLoadWM01Invalid
Status: VERIFIED DUPLICATE of bug 45114
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-04 07:20 UTC by Jaroslav Tulach
Modified: 2008-12-22 17:50 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 Jaroslav Tulach 2004-02-04 07:20:16 UTC
Failure in testLoadWM01Invalid:

      java.lang.NullPointerException
	at
org.netbeans.core.windows.persistence.WindowManagerParser$PropertyHandler.getConfigFOInput(WindowManagerParser.java:797)
	at
org.netbeans.core.windows.persistence.WindowManagerParser$PropertyHandler.readData(WindowManagerParser.java:852)
	at
org.netbeans.core.windows.persistence.WindowManagerParser.readProperties(WindowManagerParser.java:351)
	at
org.netbeans.core.windows.persistence.WindowManagerParser.load(WindowManagerParser.java:106)
	at
org.netbeans.core.windows.persistence.WindowManagerParserTest.testLoadWM01Invalid(WindowManagerParserTest.java:281)
	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:324)
	at
junit.framework.TestCase.runTest(TestCase.java:154)
	at
junit.framework.TestCase.runBare(TestCase.java:127)
	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
org.netbeans.junit.NbTestCase.run(NbTestCase.java:119)
	at
junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at
org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:166)
	at
org.netbeans.xtest.testrunner.JUnitTestRunnerExecutor.executeInCurrentVM(JUnitTestRunnerExecutor.java:77)
	at
org.netbeans.xtest.testrunner.JUnitTestRunnerExecutor.executeTestRun(JUnitTestRunnerExecutor.java:153)
	at
org.netbeans.xtest.testrunner.JUnitTestRunnerExecutor.run(JUnitTestRunnerExecutor.java:196)
	at
org.netbeans.xtest.testrunner.IdeJUnitTestRunnerExecutor.main(IdeJUnitTestRunnerExecutor.java:39)
	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:324)
	at
org.openide.execution.ThreadExecutor.executeClass(ThreadExecutor.java:116)
	at
org.openide.execution.ThreadExecutor$TERunnable.run(ThreadExecutor.java:183)
	at
org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:125)
Comment 1 David Simonek 2004-06-17 17:46:40 UTC
Marking as duplicate of newly submitted bug, bcs new bug is broader.

*** This issue has been marked as a duplicate of 45114 ***
Comment 2 Marian Mirilovic 2004-07-30 10:14:48 UTC
verified duplicate