Bug 123096 - [javadoc][assist] @linkplain no longer proposed when 1.4 compliance is used
Summary: [javadoc][assist] @linkplain no longer proposed when 1.4 compliance is used
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: 3.2 M5   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-09 08:38 EST by Dani Megert CLA
Modified: 2006-02-14 12:20 EST (History)
1 user (show)

See Also:


Attachments
Patch to fix this issue (8.54 KB, patch)
2006-01-09 09:35 EST, Frederic Fusier CLA
no flags Details | Diff
New patch to fix this issue (4.41 KB, patch)
2006-01-10 08:57 EST, Frederic Fusier CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2006-01-09 08:38:07 EST
I20060103-0800

@linkplain no longer proposed when 1.4 compliance is used. It gets proposed if compliance is set to 5.0.

I'm marking this as major since it causes JDT Text tests to fail.
Comment 1 Frederic Fusier CLA 2006-01-09 09:35:46 EST
Created attachment 32675 [details]
Patch to fix this issue

Specific eclipse patch format including 2 projects:
  - org.eclipse.jdt.core
  - org.eclipse.jdt.core.tests.model

Problem came from the fact that comment parsers used sourceLevel instead of compliance level. As default used for compliance 1.4 is source level 1.3, parser wrongly thought that it only has to propose 1.3 compliance level tags...

So waiting for fix which will in tomorrow's integration build, the workaround is to set sourceLevel explicitely to 1.4...
Comment 2 Frederic Fusier CLA 2006-01-10 08:57:50 EST
Created attachment 32757 [details]
New patch to fix this issue

Previous patch has some undesirable side effects...
This one is more precise and pass all JDT/Core and JDT/UI tests.
Comment 3 Frederic Fusier CLA 2006-01-10 08:59:37 EST
Released in HEAD
Comment 4 David Audel CLA 2006-02-14 12:20:39 EST
Verified for 3.2 M5 using build I20060214-0010