Bug 35654 - spec bug in CompilationUnitSorter.sort
Summary: spec bug in CompilationUnitSorter.sort
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: 2.1 RC4   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 35653 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-03-25 12:33 EST by Jim des Rivieres CLA
Modified: 2003-03-28 06:46 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.