Bug 73535 - [1.5][model] Method to validate type parameter names missing in JavaConventions
Summary: [1.5][model] Method to validate type parameter names missing in JavaConventions
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.1 M5   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-09 08:35 EDT by Tobias Widmer CLA
Modified: 2005-02-15 07:52 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Widmer CLA 2004-09-09 08:35:57 EDT
Build I200409011200: For consistency, class JavaConventions should provide a 
method to syntactically validate the name of a type parameter
Comment 1 Jerome Lanneluc CLA 2005-01-13 07:58:34 EST
Added JavaConventions#validateTypeVariableName(String).
Added test JavaConventionTests#testValidTypeVariableName().
Comment 2 David Audel CLA 2005-02-15 07:52:28 EST
Verified in I20050214-0927