Bug 73535

Summary: [1.5][model] Method to validate type parameter names missing in JavaConventions
Product: [Eclipse Project] JDT Reporter: Tobias Widmer <tobias_widmer>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: markus.kell.r
Version: 3.0   
Target Milestone: 3.1 M5   
Hardware: PC   
OS: All   
Whiteboard:

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