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 42816

Summary: IAE Cannot pass null to FileUtil.isArchiveFile
Product: java Reporter: pzajac <pzajac>
Component: ProjectAssignee: issues@java <issues>
Status: CLOSED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41537    
Attachments: ide log
packed project

Description pzajac 2004-05-05 09:55:46 UTC
[200405041800] 
 The exception was thrown when the recent project
was opened. After restart no IAE exception was
thrown. I don't know how to reproduce it. It can
be probably result of this scenario:

1) create q-build project. 
2)close project delete project.
3) delete project from disk in external aplication.
4) open recent q-built project. The project was
correctly opened. This is wrong too. This is
problem with refresh of MasterFileSystem.
5) Open a other recently used project. The Illegal
 Access Exception was thrown. The exception
stacktraces are in attached ide2.log.
Comment 1 pzajac 2004-05-05 09:56:38 UTC
Created attachment 14709 [details]
ide log
Comment 2 pzajac 2004-05-05 10:06:15 UTC
The exception is caused if no src dir is in project directory. See to
the attachment.
Comment 3 pzajac 2004-05-05 10:06:59 UTC
Created attachment 14710 [details]
packed project
Comment 4 Lukas Hasik 2004-05-18 18:16:19 UTC
[200405161800]
happend every time when expanded just opened recent project node
Comment 5 Jesse Glick 2004-08-04 02:14:31 UTC
Old issue. Code was long since rewritten. Reopen (with a new stack
trace) if you can still reproduce it.
Comment 6 pzajac 2004-08-10 10:07:27 UTC
v