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 - IAE Cannot pass null to FileUtil.isArchiveFile
Summary: IAE Cannot pass null to FileUtil.isArchiveFile
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-05-05 09:55 UTC by pzajac
Modified: 2006-03-24 10:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log (70.11 KB, text/plain)
2004-05-05 09:56 UTC, pzajac
Details
packed project (4.62 KB, application/octet-stream)
2004-05-05 10:06 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
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