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 97539 - NPE from org.netbeans.modules.project.uiapi.DefaultProjectOperationsImplementation$6$1$1.run
Summary: NPE from org.netbeans.modules.project.uiapi.DefaultProjectOperationsImplement...
Status: CLOSED WONTFIX
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Maksim Khramov
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2007-03-09 07:34 UTC by Marian Mirilovic
Modified: 2011-05-24 13:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NullPointerException stack trace (3.00 KB, text/plain)
2007-03-09 07:34 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Marian Mirilovic 2007-03-09 07:34:41 UTC
Created attachment 39326 [details]
NullPointerException stack trace
Comment 2 Milos Kleint 2007-03-13 13:22:16 UTC
where is the source for that testcase?
Comment 3 Marian Mirilovic 2007-03-13 13:28:56 UTC
visualweb/test/performance/test/qa-functional/src/gui/action/CreateWebPackProject.java
Comment 4 Milos Kleint 2007-03-19 10:08:42 UTC
the most probable cause of the issue is the testing framework. It seems it
either identifies the dialog wrongly and triggers the delete on the same dialog
twice or it tweaks the AWT event queue behaviour in some way.

not sure where to reassign, -> visualweb. 
If you can reproduce in the IDE, please reassign back.
Comment 5 Oleg Khokhlov 2009-05-21 11:21:55 UTC
testing framework has changed a lot, visualweb tests are not supported at this time.
Comment 6 Marian Mirilovic 2009-12-03 03:24:38 UTC
v/c