Bug 200931 - GENERATED_BY references still exist in some javadoc comments
Summary: GENERATED_BY references still exist in some javadoc comments
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M2   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-23 07:53 EDT by Frederic Fusier CLA
Modified: 2007-09-18 03:21 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Fusier CLA 2007-08-23 07:53:13 EDT
Using build I20070821-0800.

Here's the last paragraph of the CategorizedProblems class javadoc comment:
 * Note: standard Java problems produced by Java default tooling will set the
 * marker IMarker#GENERATED_BY attribute to JavaBuilder#GENERATED_BY; compiler
 * participants may specify the IMarker#GENERATED_BY attribute of their markers 
 * by adding it to the extra marker attributes of the problems they generate; 
 * markers resulting from compiler participants' problems that do not have the
 * IMarker#GENERATED_BY extra attribute set do not have the IMarker#GENERATED_BY
 * attribute set either.

I also found some comments references in AbstractImageBuilder.

Since bug 171684, GENERATED_BY constants has been replaced with SOURCE_ID...
Comment 1 Frederic Fusier CLA 2007-08-23 09:26:37 EDT
Fixed and released for 3.4M2 in HEAD stream.
Comment 2 Eric Jodet CLA 2007-09-18 01:02:12 EDT
(In reply to comment #1)
Verified in the code for 3.4 M2 using build I20070917-0010.