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 28857 - Delegating FS does not find resources in a JAR.
Summary: Delegating FS does not find resources in a JAR.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Other Other
: P1 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
: 28854 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-11-19 13:10 UTC by Svata Dedic
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Svata Dedic 2002-11-19 13:10:44 UTC
When  
fileObject.getFileObject("someexisting-toplevel-dir"); is  
called on a Jar's FileObject, it returns null although the  
jar is accessible, can be read and the directory exists in  
it. Calling getChildren() prior work-arounds the problem.  
 
To reproduce: best use Projects branch build and try to 
expand any java file in the project. The system will issue 
jarFileObject.getFileObject("java") shortly after that.
Comment 1 Svata Dedic 2002-11-19 13:12:48 UTC
When fixed, please reassign back to me - I created a 
temporary workarounds in java-api and java modules. 
Comment 2 Svata Dedic 2002-11-19 13:33:23 UTC
*** Issue 28854 has been marked as a duplicate of this issue. ***
Comment 3 rmatous 2002-11-19 14:00:29 UTC
Fixed in core/localfs, then reassigned to Svata. Please change
appropriately catgory.
Comment 4 _ ttran 2003-01-17 10:18:44 UTC
Svata, is further fix needs to be done in java module?  I am
reassigning it back there.  Also adding PROJECTS keyword
Comment 5 Tomas Zezula 2003-01-22 15:09:40 UTC
Workarounds removed.
Comment 6 Jan Becicka 2003-02-27 12:32:19 UTC
Reporter, could you verify this bug? Thanks
Comment 7 Jan Becicka 2003-08-29 11:19:35 UTC
Svata is probably satisfied
Comment 8 Jan Becicka 2003-11-25 14:23:28 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as CLOSED.