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

Summary: Folder ordering problems
Product: php Reporter: Jesse Glick <jglick>
Component: CodeAssignee: Denis Anisimov <ads>
Status: VERIFIED FIXED    
Severity: blocker Keywords: TEST
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://deadlock.netbeans.org/hudson/job/javadoc-nbms/1043/testReport/org.netbeans.core.projects/ValidateLayerConsistencyTest/testFolderOrdering/
Issue Type: DEFECT Exception Reporter:

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