Bug 35654

Summary: spec bug in CompilationUnitSorter.sort
Product: [Eclipse Project] JDT Reporter: Jim des Rivieres <jeem>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: VERIFIED FIXED QA Contact:
Severity: minor    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC4   
Hardware: All   
OS: All   
Whiteboard:

Description Jim des Rivieres CLA 2003-03-25 12:33:35 EST
Build I20030324

There spec bug in org.eclipse.jdt.core.util.CompilationUnitSorter.sort.
The word "not" is missing; as a result, the spec says exactly the wrong thing.

"Clients should [not] rely on the AST nodes being properly parented or on 
having source range information. (Future releases may provide options for 
requesting additional information like source positions, full ASTs, non-
recursive sorting, etc.)"

Fix is low risk and only affects doc. Should be made for 2.1 RC4.
Comment 1 Philipe Mulet CLA 2003-03-26 04:29:19 EST
Doc change got released
Comment 2 Philipe Mulet CLA 2003-03-26 04:30:31 EST
*** Bug 35653 has been marked as a duplicate of this bug. ***
Comment 3 David Audel CLA 2003-03-28 06:46:41 EST
Verified.