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 43671 - NPE after choose Java Project with Existing Sources in New Project dialog
Summary: NPE after choose Java Project with Existing Sources in New Project dialog
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-05-21 13:53 UTC by Marian Mirilovic
Modified: 2006-03-24 10:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
UndeclaredThrowableException stack trace (20.56 KB, text/plain)
2004-05-21 13:54 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2004-05-21 13:53:55 UTC
[nb_dev](200405201800), [jdk1.5.0](b51)

Steps to reproduce:
- run IDE
- open New Project dialog
- select Project with existing sources | Java
Project with existing sources
- push Next button
-> UndeclaredThrowableException rises (attachment)
Comment 1 Marian Mirilovic 2004-05-21 13:54:18 UTC
Created attachment 15054 [details]
UndeclaredThrowableException stack trace
Comment 2 Tomas Zezula 2004-05-25 15:44:09 UTC
Can not reproduce on trunk sources. Probably already fixed.
Comment 3 Marian Mirilovic 2004-05-28 11:25:41 UTC
verified in [nb_dev](200405271800)