Bug 120563 - Javadoc has many references to .java where all java source files are meant
Summary: Javadoc has many references to .java where all java source files are meant
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.2 M5   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-13 08:43 EST by Markus Keller CLA
Modified: 2006-02-14 11:58 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 Markus Keller CLA 2005-12-13 08:43:34 EST
I20051213-0010

In JDT/Core API, there are many places where .java files are mentioned, but the comment should apply for all sorts of java source files with java-like extensions.

Examples: javadoc of interface ICompilationUnit, IClasspathEntry, IPackageFragment.getKind(), etc.
Comment 1 Jerome Lanneluc CLA 2005-12-14 06:47:28 EST
Also Messages.convention_unit_notJavaName should specify other Java-like extensions.
Comment 2 Jerome Lanneluc CLA 2006-02-08 12:11:44 EST
Changed all references to .java in the JDT Core APIs to reference Java-like extensions (with a link to JavaCore#getJavaLikeExtensions()).
Comment 3 Frederic Fusier CLA 2006-02-14 11:58:18 EST
Verified for 3.2 M5 using build I20060214-0010.