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 16089 - Core layer refers to module-supplied wmgr components
Summary: Core layer refers to module-supplied wmgr components
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-01 20:32 UTC by Jesse Glick
Modified: 2008-12-23 09:29 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 Jesse Glick 2001-10-01 20:32:09 UTC
[dev sep 29] I see the following in the core layer:

<folder name="Windows">
  <folder name="WindowManager">
    <folder name="Editing">
      <folder name="explorer">
        <attr name="filesystems.wstcref/runtime.wstcref" boolvalue="true" />
        <attr name="filesystems.wstcref/Javadoc.wstcref" boolvalue="true" />
        <attr name="Javadoc.wstcref/runtime.wstcref" boolvalue="true" />
        <attr name="filesystems.wstcref/project.wstcref" boolvalue="true" />
        <attr name="project.wstcref/Javadoc.wstcref" boolvalue="true" />
        <attr name="project.wstcref/runtime.wstcref" boolvalue="true" />

etc. Since Javadoc.wstcref and project.wstcref are defined by modules,
these should not be mentioned in the core layer. The first constraints
(filesystems before runtime) is all that should remain. Other
constraints as are needed should be added by module layers instead.
Comment 1 David Simonek 2001-10-31 11:16:00 UTC
reassigned.
Comment 2 Jiri Rechtacek 2001-10-31 16:14:26 UTC
The references to module-supplied wmgr components were moved from the
core layer to a module's layer.
Comment 3 Marian Mirilovic 2001-11-05 13:56:06 UTC
verified in [nb_dev](20011102)

Core layer doesn't refer to module-supplied wmgr components.
since 31.10. (mf-layer.xml v 1.96)
Comment 4 Quality Engineering 2003-07-01 16:39:52 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.