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

Summary: NPE after choose Java Project with Existing Sources in New Project dialog
Product: java Reporter: Marian Mirilovic <mmirilovic>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41537    
Attachments: UndeclaredThrowableException stack trace

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)