Bug 138684 - Javadoc of ASTRewrite.getExtendedSourceRangeComputer() refers to inexistent class
Summary: Javadoc of ASTRewrite.getExtendedSourceRangeComputer() refers to inexistent c...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 RC2   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-26 13:46 EDT by Markus Keller CLA
Modified: 2006-04-28 14:07 EDT (History)
2 users (show)

See Also:


Attachments
Proposed fix (852 bytes, patch)
2006-04-26 14:12 EDT, Olivier Thomann CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2006-04-26 13:46:14 EDT
Javadoc of ASTRewrite.getExtendedSourceRangeComputer() refers to inexistent class:

/**
 * Returns the extended source range computer for this AST rewriter.
 * The default value is a <code>new ExtendedSourceRangeComputer()</code>.
 * 
 * @return an extended source range computer
 * @since 3.1
 */
public final TargetSourceRangeComputer getExtendedSourceRangeComputer() {

=> "ExtendedSourceRangeComputer" does not exist. It's a TargetSourceRangeComputer.
Comment 1 Olivier Thomann CLA 2006-04-26 14:10:39 EDT
I'll fix it.
Comment 2 Olivier Thomann CLA 2006-04-26 14:12:54 EDT
Created attachment 39563 [details]
Proposed fix
Comment 3 Olivier Thomann CLA 2006-04-26 14:13:29 EDT
+1 for RC2?
Change is trivial. Only a javadoc change. No code is affected.
Comment 4 Olivier Thomann CLA 2006-04-26 20:50:58 EDT
Fixed and released in HEAD.
Doc change only.
Comment 5 Philipe Mulet CLA 2006-04-27 03:51:03 EDT
+1 for 3.2RC2
Comment 6 Olivier Thomann CLA 2006-04-28 14:07:06 EDT
Verified with I20060427-1600 for 3.2RC2