Bug 120563

Summary: Javadoc has many references to .java where all java source files are meant
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: minor    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.