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 98776 - NPE in unit tests on WinXP
Summary: NPE in unit tests on WinXP
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2007-03-23 11:46 UTC by Tomas Mysik
Modified: 2008-03-10 02:17 UTC (History)
1 user (show)

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 Tomas Mysik 2007-03-23 11:46:51 UTC
stacktrace:
java.lang.NullPointerException
        at 
org.netbeans.spi.project.support.ant.EditableProperties.put(EditableProperties.java:216)
        at 
org.netbeans.spi.project.support.ant.EditableProperties.setProperty(EditableProperties.java:248)
        at 
org.netbeans.modules.j2ee.earproject.EarProjectGenerator.setupProject(EarProjectGenerator.java:472)
        at 
org.netbeans.modules.j2ee.earproject.EarProjectGenerator.doCreateProject(EarProjectGenerator.java:128)
        at 
org.netbeans.modules.j2ee.earproject.EarProjectGenerator.createProject(EarProjectGenerator.java:113)
        at 
org.netbeans.modules.j2ee.earproject.ui.wizards.NewEarProjectWizardIterator.testableInstantiate(NewEarProjectWizardIterator.java:129)
Comment 1 Tomas Mysik 2007-10-10 16:14:14 UTC
Reassigning because David uses Windows. Thanks.
Comment 2 David Konecny 2008-03-10 02:17:30 UTC
All ear tests are passing now.