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 30610 - to avoid cycle dependencies the FS module must use mini lookup
Summary: to avoid cycle dependencies the FS module must use mini lookup
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://www.netbeans.org/servlets/Read...
Keywords:
Depends on: 30609
Blocks: 30608
  Show dependency tree
 
Reported: 2003-02-03 16:36 UTC by David Konecny
Modified: 2008-12-22 10:20 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2003-02-03 16:36:23 UTC
There are cyclic code dependencies between
FileSystem and DataSystem. In order to solve the
problem the FileSystem should use "mini lookup"
instead of Lookup.getDefault() under some
conditions. For detailed explanation see:
<http://www.netbeans.org/servlets/ReadMsg?msgId=457926&listName=nbdev>.
Comment 1 David Konecny 2003-02-03 16:37:33 UTC
This issue depends on the implementation of the mini lookup - issue 30609.
Comment 2 Antonin Nebuzelsky 2008-04-15 17:14:04 UTC
Reassigning to new module owner jskrivanek.
Comment 3 Jiri Skrivanek 2008-10-13 15:17:23 UTC
Wontfix as issue 30609.