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 121641 - WARNING [org.openide.filesystems.Ordering]: Not all children in Menu/Edit/ marked with the position attribute: [Separator3.instance]
Summary: WARNING [org.openide.filesystems.Ordering]: Not all children in Menu/Edit/ ma...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC All
: P4 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-10 02:49 UTC by kiyut
Modified: 2009-03-31 12:48 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 kiyut 2007-11-10 02:49:55 UTC
Not really an error, but more like regression.

Some node in menu layer.xml is not yet converted using new positioning attribute

WARNING [org.openide.filesystems.Ordering]: Not all children in Menu/Edit/ marked with the position attribute:
[Separator3.instance]

The warning above is shown when building Application on top of NbPlatform
Comment 1 Petr Chytil 2007-11-16 07:25:20 UTC
Reassigning to openide.
Comment 2 Lukas Hasik 2008-02-06 11:39:22 UTC
kiyut, it seems to me that it is up to you to assign the position to menu items... 

Could you provide more details about the issue?
1, does the issue appear in NB IDE 6.0?
2, did you add a menu items to the Menu/Edit?
3, this is just warning

thank you
Comment 3 kiyut 2008-02-06 16:23:34 UTC
Could you provide more details about the issue?
1, does the issue appear in NB IDE 6.0?

Yes, it is appear on Netbeans 6.0

2, did you add a menu items to the Menu/Edit?

Yes, we are adding some menu items on Menu/Edit, however the warning is about Separator3.instance on Menu/Edit, we did
not add Separator3.instance. So my guess is some module on platform cluster are not using the new position attribute for
the menu item Separator3.instance.. Unfortunately, I didn't know which module in platform cluster is adding the
Separator3.instance.

Note: this warning also appear on our own module if we did not using new position attribute (if we are still using the
old node eg: <attr name="menuItem1.shadow/menuItem2.shadow" boolvalue="true"/>), however, after converting all our added
menu item entries into the new position attribute. It is no longer have warning, only Separator3.instance warning (we
did not add the Separator3.instance)

3, this is just warning

Yes it is only warning, not an error
Comment 4 Marian Mirilovic 2008-03-27 08:57:51 UTC
no more incomplete ...
Comment 5 Lukas Hasik 2008-04-10 21:15:54 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 6 mslama 2009-03-31 12:48:30 UTC
Seems fixed in current dev build 090331. I do not see any similar warning now.