Bug 113376 - [javadoc][assist] wrong overwrite range on completion followed by a tag
Summary: [javadoc][assist] wrong overwrite range on completion followed by a tag
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: 3.2 M3   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-21 13:02 EDT by Tom Hofmann CLA
Modified: 2005-10-31 06:44 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 Tom Hofmann CLA 2005-10-21 13:02:21 EDT
I20051018

- settings: 
  - add imports instead of qualified name: yes
  - overwrite proposals: yes
- consider below fragment
- code assist at caret (|)
- select "java.util.Collections"
-> note that the proposed replace range covers the entire second @see line

/**
 * 
 * @see java.util.Collection|
 * @see java.util.List#add(Object)
 */
public class JavaDocTest<TYPE> {
}
Comment 1 Tom Hofmann CLA 2005-10-21 13:16:57 EDT
similar issue here:

/**
 * {@link String.|}
 * 
 * @see java.util.Collection
 * @see java.util.List#add(Object)
 */
Comment 2 Frederic Fusier CLA 2005-10-21 18:32:58 EDT
Fixed and released in HEAD.

Test case added in JavadocBugsCompletionModelTest
Comment 3 David Audel CLA 2005-10-31 06:44:52 EST
Verified for 3.2 M3 using build I20051031-0010