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 117041 - Folder ordering problems
Summary: Folder ordering problems
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Denis Anisimov
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2007-09-28 16:05 UTC by Jesse Glick
Modified: 2008-08-12 11:42 UTC (History)
0 users

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 2007-09-28 16:05:40 UTC
Could not find both sides of relative ordering attribute
org-openide-actions-ToolsAction.instance/AfterToolsSeparator.instance on Editors/text/x-php5/Popup

Not all children in Editors/text/x-php5/Popup/ marked with the position attribute: [AfterToolsSeparator.instance,
org-netbeans-modules-debugger-ui-actions-AddWatchAction.instance,
org-netbeans-modules-debugger-ui-actions-ToggleBreakpointAction.shadow], but some are: [goto, in-place-refactoring,
format, SeparatorAfterFormat.instance, SeparatorBeforeCut.instance]

Relative ordering attribute
AfterToolsSeparator.instance/org-netbeans-modules-debugger-ui-actions-AddWatchAction.instance on
Editors/text/x-php5/Popup is deprecated in favor of numeric position attributes

Relative ordering attribute
org-netbeans-modules-debugger-ui-actions-AddWatchAction.instance/org-netbeans-modules-debugger-ui-actions-ToggleBreakpointAction.shadow
on Editors/text/x-php5/Popup is deprecated in favor of numeric position attributes
Comment 1 Jesse Glick 2007-10-02 19:31:00 UTC
javadoc-nbms tests have been failing for days. Is someone looking at this?
Comment 2 Andrew Korostelev 2007-10-04 15:11:37 UTC
ordering way was updated to use position attributes instead of obsolete relative ordering.
Comment 3 Mikhail Matveev 2008-08-12 11:42:02 UTC
An obsolete issue